/*
Theme Name: WEB EAT WEB base
Theme URI: http://webeatweb.com
Description: Web Eat Web Base
Version: 1.1
Author: Hoppy
Updated: 26th June 2013
*/

@import "css/fontface.css";
@import "css/normalize.css";
@import "css/reset.css";
@import "css/typography.css";
/*@import "css/media-queries.css";*/
@import "css/layout.css";


body { 
    background-color: #FFFFFF;
}

.header-border{
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #CFCFCF;
}

.section-header{
    width: 100%;
    height: 126px;
    position: relative;
    overflow: hidden;
}

.section-header .col.dashed{
    background: url('/wp-content/themes/WEW_base/images/dash.gif') repeat-x bottom left scroll transparent;
    width: 160px;
    margin-right: 80px;
    height: 100%;
}

.section-heading{
    width: 222px;
    height: 100%;
    background: #FDFF11;
    position: relative;
}

.section-heading h2{
    position: absolute;
    left: 8px;
    bottom: 6px;
    opacity: 0.75;
}

.stats-div{
    width: 100%;
    height: auto;
    background: #FEEBFF;
    padding: 60px 0px 100px 240px;
    margin-top: 30px;
}



.btn-circle{
    display: block;
    background: #FFFFFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
}

.x2img{
    background: none no-repeat scroll 0 0 transparent;
    width: 940px;
    height: 563px;
}
/* - */

/* Slider CSS */
.slider{ 
 position: relative;
  width: 940px;
  height: auto;
}

.slider-content{
 width: 940px;
 height: 563px;
 overflow: hidden;
}

.slider-nav{
 position: absolute;
 overflow: hidden;
 z-index: 1;
 top: 252px;
 width: 940px;
}

.slider-nav .prev{
 position: relative;
 margin-left: 25px;
 float: left;
 outline-color: transparent;
}

.slider-nav .next{
 position: relative;
 margin-right: 25px;
 float: right;
 outline-color: transparent;
}

.slider-nav .prev .arrow{
 position: absolute;
 right: 23px;
 top: 17px;
 width: 13px;
 height: 26px;
 background: url('/wp-content/themes/WEW_base/images/arrows-x1.png') no-repeat 0 0 scroll #FFFFFF;
 opacity: 0.5;
}

.slider-nav .next .arrow{
 position: absolute;
 left: 23px;
 top: 17px;
 width: 13px;
 height: 26px;
 background: url('/wp-content/themes/WEW_base/images/arrows-x1.png') no-repeat -13px 0 scroll #FFFFFF;
 opacity: 0.5;
}

.slider-nav .prev:hover .arrow,
.slider-nav .next:hover .arrow{
 opacity: 1;
}

.slides{
 position: relative;
 top: 0;
 width: 100000px;
 height: 563px;
}

.slides > li{
 float: left;
 display: block;
 width: 940px;
 height: 563px;
}

.slides > li img{
 width: 940px;
 height: auto;
}

.slides > li.credits-slide{
 display: block;
 overflow: hidden;
 background: #FEEBFF;
 width: 940px;
 height: 563px;
 padding-top: 25px;
 padding-left: 240px;
}


.slider-footer{
 clear: both;
 display: block;
 text-align: center;
 font-size: 14px;
 line-height: 14px;
 padding-top: 5px;
}
 /*  -  */
 
  /* dropdown css */

.nav-menu{
    height: 60px;
    max-height: 60px;
    /*
    -- For possible shortening of menu to allow another share+ menu alongside. Disable animation by making transitions height only?
    width: 220px;*/
    background: #FFFFFF;
    opacity: 1;
    /*opacity: 0.95;*/
     -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.nav-menu.open{
    background: #FDFF11;
    /* -- see above  width: 464px; */
    height: 470px; 
    max-height: 470px;
    opacity: 0.95;
}

         
.cd-dropdown,
.cd-select {
    position: relative;
    width: 464px;
    /* width: 220px; see bleow: */
    display: block;
}

/* possible solution for making room for like+ */
.cd-dropdown.cd-active{
    /* width: 464px; */
}
/* - */

.cd-dropdown > span {
    width: 100%;
    height: 61px;
    color: #CBCBCB;
    background: #fff;
    display: block;
    padding-left: 8px;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    font-size: 36px; line-height: 30px; text-transform: uppercase; font-family:"lostartregular", arial, sans-serif, serif;
    font-weight: normal;
}

.cd-dropdown.cd-active > span{
    background: #FDFF11;
    opacity: 0.95;
    color: #CCCD07;
}
/*
.cd-dropdown > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
    content: '\25B2';
}*/

.cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    
    position: absolute;
    top: 44px;
    width: 100%;
    background: #FDFF11;
    opacity: 0.9;
}

.cd-dropdown ul li {
    position: absolute;
    width: 100%;
    display: block;
    height: 41px;
}

.cd-dropdown ul li span {
    display: block;
    width: 100%;
    background: transparent; /*#FDFF11;*/
    padding-left: 8px;
    height: 100%;
    color: #333333;
    cursor: pointer;
    font-size: 36px; line-height: 30px; text-transform: uppercase; font-family:"lostartregular", arial, sans-serif, serif;
    font-weight: normal;
    opacity: 0.75;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
    
}
/* - */