*,input,textarea,select,option{
     font-family: 'Lato', sans-serif;   
}
.hidden { display: none; }
.left{
    float:left;
}
.right{
    float:right;
}
.clear{         
    clear:both!important;
    font-size:0px!important;
    height:0px!important;
    float:none!important;
}

.btn{
    display:block;
    background-position: top;
}
.btn:hover{
    background-position:bottom;
}


a{
    cursor:pointer;
    text-decoration: none;
}  

.loading{
    cursor: wait!important;
}
input,textarea{
    border:1px solid #C4C4C4;
    background-color:#FFF;
    border-radius:2px;
    padding:0px;
    margin:0px;
    font-weight: normal;
    height:24px;
    font-size:14px;
    line-height: 24px;
    padding-left:10px;
    transition:0.3s;
    -webkit-transition:0.3s;
    color:#8c8c8c;
}            
textarea{
    resize:none;
    line-height:1;
    padding-top:4px;
}

input:focus,textarea:focus{
    border-color:#111;
    color:#000;
}

.w2{
    width:2px;
    height: 5px;
}
.w4{
    height: 5px;
    width:4px;
}
.w6{
    height: 5px;
    width:6px;
}
.h3{
    height:3px;
} 
.h20{
    height:20px;
}
.h10{
    height:10px;
}       .h30 { height:30px; }
.h30{ 
    height:30px;
}
.h40{
    height:40px;
}
.h50{
    height:50px;
}
.h70{
    height:70px;
}

.tCenter{
    text-align: center;
}

.bold{
    font-weight: bold;
}


.size16{
font-size:16px;
} 
.size12{
font-size:12px;
} 
.size15{
font-size:15px;
} 
.size14{
    font-size:14px;
}
.size11{
    font-size:11px;
}

.w984{
    width:984px;
    margin:auto;
}

.w944{
    width:944px;
    margin:auto;
}

.mr10{
    margin-right:10px;
}

.facebookIcon,.twitterIcon,.instagramIcon,.youtubeIcon{
    width:26px;
    height:26px;
    background-image:url('../images/facebook.png');
   
    display:block;
}
.facebookIcon:hover,.twitterIcon:hover,.instagramIcon:hover,.youtubeIcon:hover{
    background-position:bottom;
}
.twitterIcon{
    background-image:url('../images/twitter.png');    
}

.instagramIcon{
    background-image:url('../images/instagram.png');    
}

.youtubeIcon{
    background-image:url('../images/youtube.png');
}


.noLink{
    cursor: default;
}

h1{
    margin:0;
    padding:0;
    height:37px;
    display:block;
    font-size:18px;
    background-color:#EAEAEB;
    font-weight: 300;
    line-height: 37px;
    color:#595959;
    position: relative;
    letter-spacing: 1px;
}
h1 div{  
    padding-left:20px;
}
h1 a.left{   
    padding-left:20px;
    display:block;
} 
h1 a{
    color:#595959;
}
h1 a:hover{
    color:#000;
}



.plusOver,.videoOver,.videoInfoOver,.projectInfoOver{
    background-image:url('../images/plusOver.png');
    position:absolute;
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: repeat;
    opacity:0;
    transition:0.3s;
    -webkit-transition:0.3s;
    top:0;
    left:0;
    top:0%;
}
.videoInfoOver,.projectInfoOver{
    top:20%;
}

.videoOver{
   background-image:url('../images/videoOver.png');      
}

.projectInfoOver{
    background-image:url('../images/projectInfoOver.png');
    background-position:right bottom;
    background-repeat: repeat-x;
}
.videoInfoOver{
    background-image:url('../images/videoInfoOver.png');
    background-position:right bottom;
    background-repeat: repeat-x;
}

.videoInfoOver span,.projectInfoOver span{
    display:block;
    position:absolute;
    left:10px;
    text-transform: uppercase;
    bottom:10px;
    color: #FFF;
    width:70%;
}  

a:hover .plusOver,a:hover .videoOver, a:hover .videoInfoOver, a:hover .projectInfoOver{
    opacity:1;
    top:0;
}

.upper{
    text-transform: uppercase;
}

.loadMore{
    margin:auto;
    width:160px;
    font-size:12px;
    text-transform: uppercase;
    background-image:url('../images/loadMore.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom:13px;
    text-align: center;
    display:block;
    margin-top:30px;
}

.loadMore.hidden{
    display:none;
} 

.loadMore:hover{
    color:#666;
}

.noResults{
    
    text-align: center;
    font-size:16px;
    text-transform: uppercase;
    font-weight: 400;
   
    transition:0.3s;
    -webkit-transition:0.3s;
    padding:0 0;
    overflow: hidden;
    height:0px;
    opacity:0;
}
.noResults.visible{
    opacity:1;
    padding:20px 0;
    height:20px;
}

.noSelect,.noSelect *{
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.block{
    display:block;
}