/* sub nav [desktop] */
.subnav {
    position: relative;
    z-index: 5;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
}
.subnav > a {
    position: relative;
    color: #000;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-size: 14px;
    margin: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.subnav > a:before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.subnav > a:hover:before {
    background-color: #f1f1f1;
    opacity: 0.5;
}
.subnav > a:active:before {
    background-color: #ccc;
    opacity: 1;
}
.subnav > .call-to-action {
    padding: 0 10px;
    margin-right: 0;
    background:#999;
	color:#FFF;
	 /*background:#5cd3ff;*/
}
.subnav > .call-to-action:before {
    visibility: hidden;
}
.subnav > a.active {
    
}
.subnav > a.active:before {
    opacity: 1;
    background-color: #ededed;
}

/* sub nav [mobile] */

.switcher .add-dropdown {
    background-image: none!important;
}
.overview-dropmenu {
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    padding: 10px 0;
    position: relative;
}
.overview-dropmenu .drop-title {
    display: block;
    color: #5cd3ff;
    font-size: 20px;
    text-align: center;
}
.overview-dropmenu .add-dropdown {
    background: none!important;
    position: absolute;
    top: 50%;
    right: 16px;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 0;
    color: #5cd3ff;
    text-decoration: none;
    outline: none;
}
.overview-dropmenu .add-dropdown:before,
.overview-dropmenu .add-dropdown:after {
    content: "";
    position: absolute;
    display: block;
    background: #5cd3ff;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.overview-dropmenu .add-dropdown:before {
    width: 24px;
    height: 4px;
    left: 0;
    top: 50%;   
    margin-top: -1px;
}
.overview-dropmenu .add-dropdown:after {
    width: 4px;
    height: 24px;
    left: 50%;
    top: 0;
    margin-left: -2px;
}
.overview-holder.switcher .add-dropdown:after {
    height: 0;
    width: 0;
    top: 50%;
}
.overview-holder.switcher .dropdown-menu-holder {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dropdown-menu-holder > li {
    display: block;
    vertical-align: top;
}
.dropdown-menu-holder > li > a {
    color: #000;
    border-top: 1px solid;
    text-decoration: none;
    padding: 10px 0;
    font-size: 20px;
    display: block;
    text-align: center;    
}
.dropdown-menu-holder > li:first-child > a {
    border-top: none;
} 
.dropdown-menu-holder > li.active > a, 
.dropdown-menu-holder > li > a:hover,
.dropdown-menu-holder > li > a:focus {
    color: #000;
    background: #6bdbff;
}

.overview-holder {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    margin-top: 0;
}
.overview-dropmenu {
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 100;
}
.overview-dropmenu .drop-title {
    display: block;
    color: #5cd3ff;
    font-size: 20px;
    text-align: center;
}
.overview-dropmenu .add-dropdown {
    background: none!important;
    position: absolute;
    top: 50%;
    right: 16px;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 0;
    color: #5cd3ff;
    text-decoration: none;
    outline: none;
}
.overview-dropmenu .add-dropdown:before,
.overview-dropmenu .add-dropdown:after {
    content: "";
    position: absolute;
    display: block;
    background: #5cd3ff;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.overview-dropmenu .add-dropdown:before {
    width: 24px;
    height: 4px;
    left: 0;
    top: 50%;   
    margin-top: -1px;
}
.overview-dropmenu .add-dropdown:after {
    width: 4px;
    height: 24px;
    left: 50%;
    top: 0;
    margin-left: -2px;
}

.dropdown-menu-holder {
    padding: 0;
    margin: 0;
    list-style: none;    
}
.dropdown-menu-holder > li {
    display: block;
    vertical-align: top;
}
.dropdown-menu-holder > li > a {
    color: #000;
    border-top: 1px solid;
    text-decoration: none;
    padding: 10px 0;
    font-size: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;    
}
.dropdown-menu-holder > li:first-child > a {
    border-top: none;
} 
.dropdown-menu-holder > li.active > a, 
.dropdown-menu-holder > li > a:hover,
.dropdown-menu-holder > li > a:focus {
    color: #000;
    background: #6bdbff;
}



.state-indicator {
    position: absolute;
    visibility: hidden;
}
.dropdown-state-indicator ~ .dropdown-holder {
    position: relative;
    z-index: 99;
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.25s all;
       -moz-transition: 0.25s all;
        -ms-transition: 0.25s all;
         -o-transition: 0.25s all;
            transition: 0.25s all;
    
}
.dropdown-state-indicator:checked ~ .dropdown-holder {
    max-height: 1000em;
    -webkit-box-shadow: #ccc 0 3px 3px 0;
            box-shadow: #ccc 0 3px 3px 0;
}
.dropdown-state-indicator ~ .dropdown-holder > ul {    
    margin-top: -100%;
    -webkit-transition: 0.25s all;
       -moz-transition: 0.25s all;
        -ms-transition: 0.25s all;
         -o-transition: 0.25s all;
            transition: 0.25s all;
}
.dropdown-state-indicator:checked ~ .dropdown-holder > ul {    
    margin-top: 0;
}
.dropdown-state-indicator:checked ~ .overview-dropmenu .add-dropdown:after {
    height: 0;
    width: 0;
    top: 50%;
}