
/**** GENERAL ****/
a:hover, a:focus{
	color:#dd9933
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
/**** PRELOADING ****/
.mask-color, .social-share ul.social li:hover a, #showRightPush:hover, .slicknav_btn:hover, .slicknav_nav a:hover, .slicknav_nav .slicknav_item:hover {
	background-color:#ea8435;
}

.prev:hover, .next:hover, .close-port:hover i, .read-more:hover, .read-more i, .view-all-blog:hover, .view-all-blog:hover span i, a.et-like-post.active span i, .btn.get-in-touch:hover, .et-post-data-left.single-blog a.home-icon:hover i, .form-submit input[type="submit"]:hover, .social-footer li a:hover i, .contact-form-wrapper input[type="submit"]:hover, #test_content .item .name-client, h1.title-blog a:hover, .btn.btn-oe:hover{
	color:#ea8435;
}
.close-port:hover, .view-all-blog:hover span, .btn.get-in-touch:hover, .image-blog-wrapper, .et-post-data-left.single-blog a.home-icon:hover, .form-submit input[type="submit"]:hover, .contact-form-wrapper input[type="submit"]:hover, .btn.btn-oe:hover, .popup-video:hover .icon-play-video{
	border-color:#ea8435;
}
.line-wrapper .line-circle, .pie-content h2, .percent-chart, .et-post-month, .et-post-date, .title-blog, .counter .timer, .btn.get-in-touch, .title-single, .post-tags a, .oe-comments-title, .copyright, .contact-form-wrapper input[type="submit"], .text-slider, a#scroll_to, .quote-charater, #test_content .item .name-client, .slicknav_menu  .slicknav_menutxt, .slicknav_nav a, .form-submit input[type="submit"], .btn.btn-oe, .blog-filer ul li a{
	font-weight:700;
}
.color-white *{
	color:#ffffff !important;
}
.color-white .popup-video:hover, .color-white .popup-video:hover .icon-play-video i{
	color:#ea8435 !important;
}

                #test{
margin: 0 auto;
}
.list-services-wrapper .service-wrapper p {
    font-size:20px;
}
div .wpcf7-response-output{
	color: #fff;
}
.casestudybold{
    font-weight:bold;
    color:white;
    background: rgb(255, 102, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 102, 0, 0.9);
    padding:6px;
  }
  .casestudygrey{
    font-weight:bold;
    color:white;
    background: rgb(70, 70, 70); /* Fallback for older browsers without RGBA-support */
    background: rgba(70, 70, 70, 0.7);
    padding:6px;
  }
  
 /* mod jrc 080321: homepage slider text overlay panel*/
 /* mod wac 120625 reduce opacity value below to zero*/
 .owl-item.active .item .text-slider {
    background: rgba(0,0,0,0.0);
    padding-top: 15%;
    padding-left:15%;
    /*MOD WAC 110321 0025hrs*/
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    /*width: auto;*/
    /*min-width: 20em;*/
    /*max-width: 40%;*/
    /*MOD WAC 110321 0025hrs*/
}

.owl-item.active .item .text-slider h2 {
	/*MOD WAC 110321*/
	font-size:8rem;
	line-height:1rem;
	/*font-size:8rem;*/ 
	/*MOD WAC 110321*/
	margin: 0px;
	font-weight: bold;
}


.owl-item.active .item .text-slider h2 .subtext {
	display: inline-block; 
	color: #ffffff; 
	font-size:3rem; 
	line-height:4rem; 
	font-weight: normal;	
}

@media (max-width: 1199px){

    .owl-item.active .item .text-slider h2 {
    	/*MOD WAC 110321*/
    	font-size:6rem; 
    	/*font-size:5rem;*/ 
    	/*END MOD WAC 110321*/
    	    }
    
    
    .owl-item.active .item .text-slider h2 .subtext {
    	font-size:2rem; 
    	line-height:2rem; 
    }

}

@media (max-width: 768px){
    
    .owl-item.active .item .text-slider {
        width: 100%;
        height: 100%;
        /*MOS WAC 110321*/
        /* END MOD WAC*/
        top: 0px;
        left: 0px;
        margin: 0px;
        max-width: none;
        min-width: 100%;
        /*padding: 5px;*/
    }
    
    .owl-item.active .item .text-slider h2 {
    	font-size:3rem; 
    }
    
    .owl-item.active .item .text-slider h2 .subtext {
    	font-size:1.5rem; 
    	line-height:1.5rem; 
    }

/*MOD WAC 150625 Fixes for top menu */
 #main-menu-top .main-menu li a
 {
    text-transform: uppercase;
    padding: 27px 10px;
}



/* end mod jrc 080321: homepage slider text overlay panel */            