/*---------------------------------------------------------------------------------------------
[ NEW header ]
*/

/* The fellowship of the sprites */

.sprite {
    display: inline-block
}

.header .sprite {
    background: url(/marketing/images/clickmeeting/global/modules/header/sprite-header-new.png) no-repeat
}

.header {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 58px;
    background: #222324;
    background: -moz-linear-gradient(top,  rgba(42,43,45,1) 0%, rgba(37,38,40,1) 50%, rgba(33,34,36,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,43,45,1)), color-stop(50%,rgba(37,38,40,1)), color-stop(100%,rgba(33,34,36,1)));
    background: -webkit-linear-gradient(top,  rgba(42,43,45,1) 0%,rgba(37,38,40,1) 50%,rgba(33,34,36,1) 100%);
    background: -o-linear-gradient(top,  rgba(42,43,45,1) 0%,rgba(37,38,40,1) 50%,rgba(33,34,36,1) 100%);
    background: -ms-linear-gradient(top,  rgba(42,43,45,1) 0%,rgba(37,38,40,1) 50%,rgba(33,34,36,1) 100%);
    background: linear-gradient(to bottom,  rgba(42,43,45,1) 0%,rgba(37,38,40,1) 50%,rgba(33,34,36,1) 100%);
}

.header .inner {
    margin: 0 auto;
    width: 980px;
}

.page-nav {
    float: left
}

.page-nav li {
    float:left;
    display: inline-block;
    height: 60px;
    padding: 0 16px;
    margin-bottom: -2px;
    position:relative;
    z-index: 10
}

.page-nav li.active,
.page-nav li.active:hover {
    background:#6ebe3b;
    background:-webkit-linear-gradient(top,  #79cb45 0%,#6ebe3b 100%);
    background:linear-gradient(to bottom,  #79cb45 0%,#6ebe3b 100%);
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.16), 0 2px 0 rgba(0,0,0,.11);
    border-radius:0 0 6px 6px;
}

.page-nav li:hover {
    background:#313537;
    background:-webkit-linear-gradient(top,  #363b3d 0%,#313537 100%);
    background:linear-gradient(to bottom,  #363b3d 0%,#313537 100%);
    border-radius:0 0 6px 6px;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.63), 0 2px 0 rgba(0,0,0,.11);
}

.page-nav li:hover:before {
    content:"";
    position: absolute; 
    top: 0; bottom: 6px; left:1px; width: 1px;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
}

.header .home {
    background-position: -168px 11px;
    float: left;
    height: 60px;
    width: 30px;
    text-indent: -999em;
}

.site-logo {
    float: left;
    height: 60px;
    width: 120px;
    text-indent: -999em;
}

.site-logo.cm {
    background-position: 0 20px;
    width: 120px !important;
}

.site-logo.cw {
    background-position: 0 -60px
}

.top-nav {
    float: right;
    position: relative;
    top: 18px;
    font: 13px/22px 'Helvetica Neue', Helvetica;
}

.top-nav li {
    float: left;
    padding-left: 12px;
}

.top-nav li:first-child {
    padding-left: 0
}

.top-nav li.highlight {
    margin-left: 13px;
    padding: 0 13px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #141414;
    -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}
.top-nav li.highlight:hover {
    background:#73c145;
}

.top-nav li.highlight:hover a {
    color:#fff;
}

.top-nav a {
    color: #fff;
    text-decoration: none;
}

.top-nav a:hover {
    color:#73c145;
    text-decoration: none;   
}

.top-nav a.join-now {
    color: #00aeef;
    font-family:Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.top-nav a.join-now:hover {
    color:#ff7407
}

.sprite.separator {
    padding: 0;
    width: 2px;
    background-position: -193px -43px;
}

.sprite.learn-more {
    padding-left: 21px;
    background-position: 0 -149px;
    color: #fff;
    font-size: 14px;
}

.header [type="checkbox"], .header label {
      display: none;
}


/* language dependant */
.pl .top-nav {
    font-size: 13px;
}

.pl .top-nav li {
    padding-left: 9px
}

.pl .top-nav li.highlight {
    margin-left: 9px;
    padding: 0 13px;
}

.de .top-nav {
    font: 12px/22px 'Helvetica Neue', Helvetica;
}

.de .sprite.learn-more {
    font-size: 12px;
}

.de .features h4 a{
    font-size: 18px;
}

.ru .top-nav {
    font: 12px/22px 'Helvetica Neue', Helvetica;
}

.ru .top-nav li {
    padding-left: 10px;
}

.ru .sprite.learn-more {
    font-size: 12px;
}

.ru .features h4 a{
    font-size: 18px;
}

.ru .bt-large {
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    .header {
        position: fixed;
        top: 0
    }

    .content {
        margin-top: 58px;
    }

    .top-nav {
        display: none;
    }

    /*.header label {
        display: block;
        background: #222;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: fixed;
        right: 20px;
        top: 5px;
    }
  
    .header label:after{
        content:'';
        display: block;
        width: 30px;
        height: 5px;
        background: #fff;
        margin: 7px 5px;
        box-shadow: 0px 10px 0px #fff, 0px 20px 0px #fff
    }*/

    .header label {
        display: block;
        width: 42px;
        height: 42px;
        cursor: pointer;
        position: fixed;
        right: 20px;
        top: 7px;
        background: -webkit-gradient(linear, left top, right top, from(#1e1f21), to(#18181a));
        background: -webkit-linear-gradient(top, #1e1f21, #18181a);
        background: -moz-linear-gradient(top, #1e1f21, #18181a);
        background: -o-linear-gradient(top, #1e1f21, #18181a);
        background: -ms-linear-gradient(top, #1e1f21, #18181a);
        background: linear-gradient(top, #1e1f21, #18181a);
        background-color: #1e1f21;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3), inset 0px -3px 0px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3), inset 0px -3px 0px rgba(0, 0, 0, .4);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, .3), inset 0px -3px 0px rgba(0, 0, 0, .4);
    }
  
    .header label:after{
        content:'';
        display: block;
        width: 20px;
        height: 3px;
        background: #fff;
        margin: 13px 11px;
        box-shadow: 0px 6px 0px #fff, 0px 12px 0px #fff
    }

    .header [type="checkbox"]:checked ~ ul {
        background: #1e1f21;
        display: block;
        position: fixed;
        right: 0;
        top: 58px;
        bottom: 0;
        overflow-y: scroll;
        overflow-x:hidden; 
        text-align: right;
        z-index: 9;
    }


    ul.top-nav li,
    ul.top-nav li.highlight  {
        display: block;
        float: none;
        padding: 20px 20px 20px 40px;
        text-align: right;
        border-bottom: 1px solid #161618;
        -webkit-box-shadow: 0px 1px 0px #27282a, inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 1px 0px #27282a, inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        box-shadow: 0px 1px 0px #27282a, inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        z-index: 10
    }

    ul.top-nav li:first-child {
        -webkit-box-shadow: 0px 1px 0px #27282a, inset 0px 6px 4px -3px rgba(0,0,0,.4), inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 1px 0px #27282a, inset 0px 6px 4px -3px rgba(0,0,0,.4), inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        box-shadow: 0px 1px 0px #27282a, inset 0px 6px 4px -3px rgba(0,0,0,.4), inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
    }

    ul.top-nav li.highlight,
    ul.top-nav li:last-child {
        border-bottom: none;
        -webkit-box-shadow: inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        -moz-box-shadow: inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
        box-shadow: inset 16px 0px 4px -12px rgba(0,0,0,.3), inset -16px 0px 4px -12px rgba(0,0,0,.3);
    }

    .top-nav li.highlight {
        margin-left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: none;
    }

    ul.top-nav li:hover {
        background: #222326;
        z-index: 9
    }

    ul.top-nav li.highlight:hover,
    ul.top-nav li:last-child:hover {
        background: none
    }

    ul.top-nav li a {
        display: inline-block;
        padding-right: 10px;
        font-size: 1.8em;
    }

    ul.top-nav li a:hover {
        color: #fff
    }

    ul.top-nav li a:after {
        content:'';
        width:0;
        height:0;
        font-size:0;
        line-height:0;
        display:inline-block;
        position:relative;
        right:-5px;
        top:-3px;
        border-color:transparent transparent transparent #6ba930;
        border-style:solid;
        border-width:3px;
    }

    ul.top-nav li.highlight a,
    ul.top-nav a.join-now {
        color: #fff;
        font-size: 1.8em;
        padding: 5px 15px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    ul.top-nav li.highlight a {
        background: #141414;
        -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
        box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
    }

    ul.top-nav a.join-now {
        font-family: 'clickmeeting_pro_lightregular';
        background: rgb(114,192,68);
        background: -moz-linear-gradient(top,  rgba(114,192,68,1) 0%, rgba(99,168,55,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,192,68,1)), color-stop(100%,rgba(99,168,55,1)));
        background: -webkit-linear-gradient(top,  rgba(114,192,68,1) 0%,rgba(99,168,55,1) 100%);
        background: -o-linear-gradient(top,  rgba(114,192,68,1) 0%,rgba(99,168,55,1) 100%);
        background: -ms-linear-gradient(top,  rgba(114,192,68,1) 0%,rgba(99,168,55,1) 100%);
        background: linear-gradient(to bottom,  rgba(114,192,68,1) 0%,rgba(99,168,55,1) 100%);
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
    }

    ul.top-nav a.join-now:hover, 
    ul.top-nav li.highlight a:hover {
        color: #fff;
        background: #83ca5a;
        background: -moz-linear-gradient(top,  #83ca5a 0%, #73b14b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83ca5a), color-stop(100%,#73b14b));
        background: -webkit-linear-gradient(top,  #83ca5a 0%,#73b14b 100%);
        background: -o-linear-gradient(top,  #83ca5a 0%,#73b14b 100%);
        background: -ms-linear-gradient(top,  #83ca5a 0%,#73b14b 100%);
        background: linear-gradient(to bottom,  #83ca5a 0%,#73b14b 100%);
    }

    ul.top-nav li.highlight a:after,
    ul.top-nav a.join-now:after {
        border: none;
    }

    

}