/*
Author: Templatemela
Author URI: http://www.templatemela.com
*/
@import url("../enlink/responsive.css");

@media only screen and (min-width: 980px) and (max-width: 1249px) {	
	.home_cms_service.service .description{width:240px;}
	
}
@media only screen and (max-width: 979px){	
.home .site-header{ background:#fff!important;}
.home_cms_service.service .description{width:180px;} 
.title-outer:before, .toggled-off .title-outer:before{ color:#00a1ea;}
.mega-menu ul li a{ color:#999;}
.menu-toggle:before,.menu-toggle,.mega-menu ul li a:hover,.mega-menu .current_page_item > a{ color:#000;}
.toggled-on .mega-menu .mega{ border-top-color:#00a1ea; background-color:#fff;}
.mega-menu .expandable-hitarea:before{font-size: 10px;}
	}
@media only screen and (min-width: 768px) and (max-width: 979px) {	 }

@media only screen and (max-width: 767px) {
.mobile-menu .hitarea{ color:#000!important;}
.mobile-menu .mobile-menu-inner{ background:#fff!important; border-top:1px solid #00a1ea!important; }
.mega-menu ul li a:hover, .mobile-menu ul li a:hover, .mega-menu .current_page_item > a, .mobile-menu .current_page_item > a, .mega-menu ul .mega-hover a{color:#00a1ea!important;}
	.home .services .one_fourth{ width:33.33%;}
.home .services .one_half{ width:33.33%;}
.home_cms_service.service .description{width:85%;}
.header-right:before{ border:none;}
}

@media only screen and (max-width: 479px) {
		.home .services .one_fourth{ width:100%;}
.home .services .one_half{ width:100%;}
.home_cms_service.service { margin-bottom: 65px;}
.home .services .one_fourth, .home .services .one_half{ margin:0;}
}