/* 
    Created on : Mar 27, 2017, 4:39:01 PM
    Author     : ralbeer
*/
form label{padding: 0 15px; text-align: left;}
#index-scene *, #about-scene *, #services-scene *, #team-scene *, #workspace-scene *, #project-scene *, #careers-scene *
{opacity: 0;}
/**/
body .ui-datepicker{background:#f9df41; padding: 10px; box-shadow: 0px 0px 5px rgba(0,0,0,.5);}
.navigation .header, .navigation.fixed .header{background: #fff; padding: 10px 0;}
.current-menu-item a:before{transform: scaleX(1); visibility: visible;}
.ui-widget-header{background: #000;}
.ui-widget-header a{background-color: #f9df41;}
.index-top{height:840px;}
.ui-datepicker .ui-datepicker-title{color: #f9df41;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: rgba(255,255,255,.5); border: 1px solid rgba(0,0,0,.25); color: #000;}
.content-wrapper-large{padding:100px 0}

.services-page{max-height: 800px; overflow: hidden;}
.about-tittle, .services-tittle, .team-tittle, .work-tittle, .project-tittle,.contact-tittle {margin-top:50px; overflow:hidden; max-height:700px;}
.project-tittle{}
.team-tittle .text{right:120px; top:40px;}
.work-tittle .text{right:210px; top:0;}
.project-tittle .text{right:210px; top:50px;}
.apply-tittle .text{top:0;}
.services-wrapper .content-wrapper-large{padding:100px 0;}
.service.s-1 img, .service.s-3 img, .service.s-4 img, .service.s-6 img, .service.s-7 img, .service.s-8 img{max-height:100%; width:auto;}
/**/
@media screen and (min-width: 992px) and (max-width: 1199px){}
@media screen and (min-width: 768px) and (max-width:991px){}
@media screen and (max-width: 767px){
   #index-scene, #about-scene, #services-scene, #team-scene, #workspace-scene, #project-scene, #careers-scene
{max-width: 100%; height: auto; margin: 0; right: 0;}
.index-top{max-height:450px;}
.index-top .text{top:100px;}
.about-tittle, .services-tittle, .team-tittle, .work-tittle, .project-tittle, .contact-tittle {max-height:300px;}
.contact-tittle {
    margin-top: 150px;
}
.services-tittle {
    margin-top: 120px;
}
.work-tittle .text{right:40px;}
}