/*
Theme Name: Zenkey
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%;}
body {line-height:normal;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

*::-moz-selection {
    background: none repeat scroll 0 0 #24890d;
    color: #fff;
    text-shadow: none;
	}

/* BODY */
body{
	background:#fff;
  	}

/*============== COMMON CLASS =================*/
.topbutton{
	position:fixed;
	right:20px;
	bottom:20px;
	width:36px;
	height:36px;
	border:4px solid #666;
	border-radius:23px; -webkit-border-radius:23px;
	text-align:center;
	line-height:36px;
	font-size:18px;
	color:#666;
	text-decoration:none;
	z-index:9;
	cursor:pointer;
	display:none;
	}
.topbutton span{
	line-height:33px;
	}
.topbutton:hover{
	border:4px solid #eb7d28;
	color:#eb7d28;
	}
	
.align_left, .alignleft{
	float:left;
	margin-right:40px;
	}

.align_right, .alignright{
	float:right;
	}

.align_center, .aligncenter{
	display:table;
	margin:0 auto 0 auto;
	}

.aligncenter{
	display:table;
	margin:0 auto 0 auto;
	}

.hide_in_mobile{
	display:block;
	}

/*============== Container =================*/
.container{
	margin:0 auto 0 auto;
	width:1140px;
	position:relative;
	}


/*============== HEADER =================*/
header{
	float:left;
	width:100%;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	position:relative;
	}
header .logo{
	float:left;
	margin:0 0 0 0;
	}
header .logo img{
	float:left;
	width:250px; height:auto;
	}
header .phone{
	float:right;
	text-align:left;
	font-family: 'pantonbold';
	font-size:30px;
	color:#000;
	font-weight:normal;
	line-height:44px;
	margin:30px 0 0 0;
	}
header .phone span{
	float:left;
	width:44px; height:44px; line-height:44px; border-radius:25px; -webkit-border-radius:25px; 
	background:#f57d15;
	text-align:center;
	font-size:25px;
	color:#fff;
	margin:0 22px 0 0;
	}

.mobtitle{position:absolute; text-align:left;
	font-family: 'pantonbold';
	font-size:16px; line-height:32px;
	color:#000; right:0; top:0; margin:8px 4% 0 0; display:none;}
.mobtitle span.fa{float:right;width:32px;height:32px;line-height:32px;font-size:32px;color:#000;cursor:pointer;
margin:0 0 0 10px;}
.mobtitle:hover > span{
	color:#eb7d28;
	}
.mobilenav{
	display:none;
	position:absolute;
	z-index:99;
	display:none;
	width:100%;
	background:#000;
	margin:0 0 0 0;
	top:140px;
	right:0;
	}
.mobilenav ul li{
	float:left;
	width:92%;
	padding:0 4% 0 4%;
	margin:0 0 0 0;
	border-bottom:1px solid #444;
	}
.mobilenav ul li a{
	float:left;
	width:100%;
	text-decoration:none;
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:13px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 0;
	padding:12px 0 12px 0;
	cursor:pointer;
	text-transform:capitalize;
	}
.mobilenav ul li:hover{
	background:#eb7d28;
	}
.mobilenav ul li:hover a{
	color:#fff;
	}
.mobilenav ul li.active{
	background:#eb7d28;
	}
.mobilenav ul li.active a{
	color:#fff;
	}
.mobilenav ul li.menu-item-has-children a{
	}
.mobilenav ul li.menu-item-has-children ul{
	float:left;
	width:100%;
	}
.mobilenav ul li.menu-item-has-children ul.sub-menu li{
	background:#2eb3e8;
	width:96%;
	padding:0 2% 0 2%;
	border-bottom:1px solid #27a0d1;
	}
.mobilenav ul li.menu-item-has-children ul.sub-menu li a{
	width:100%;
	padding:12px 0 12px 0;
	color:#fff;
	}
.mobilenav ul li.menu-item-has-children a .icon{
	font-size:16px;
	margin:2px 0 0 10px;
	}
.mobilenav ul li.menu-item-has-children ul li a .icon{
	font-size:16px;
	margin:2px 10px 0 0;
	}
/*============== NAVIGATION =================*/
nav{
	float:left;
	width:100%;
	background: rgb(129,136,142); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(129,136,142,1) 0%, rgba(77,80,83,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,136,142,1)), color-stop(100%,rgba(77,80,83,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(129,136,142,1) 0%,rgba(77,80,83,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(129,136,142,1) 0%,rgba(77,80,83,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(129,136,142,1) 0%,rgba(77,80,83,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(129,136,142,1) 0%,rgba(77,80,83,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81888e', endColorstr='#4d5053',GradientType=0 ); /* IE6-9 */
	margin:0 0 0 0;
	}
nav ul{
	float:left;
	}
nav ul li{
	float:left;
	margin:0 0 0 0;
	line-height:50px;
	background:url(images/icons/i5.png) no-repeat left center;
	transition:0.5s; -webkit-transition:0.5s;
	}
nav ul li:last-of-type{
	background:url(images/icons/i5.png) no-repeat left center, url(images/icons/i5.png) no-repeat right center;
	}
/* Permalink - http://www.webkify.com */ 
nav ul li a{
	float:left;
	width:186px;
	text-align:center;
	font-family: 'pantonbold';
	font-size:15px;
	color:#fff;
	font-weight:normal;
	line-height:50px;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:0 20px 0 20px;
	text-transform:;
	text-decoration:none;
	transition:0.5s; -webkit-transition:0.5s;
	}
nav ul li:hover a{
	background:#000;
	}
nav ul li.current-menu-item a{
	background:#eb7d28;
	}
nav ul li.menu-item-has-children:hover{
	background:#9ab618;
	}
nav ul li.menu-item-has-children:hover a{
	color:#fff;
	}
nav ul li:hover a{
	color:#fff;
	}
nav ul li.menu-item-has-children a .icon{
	float:right;
	margin:4px 0 0 10px;
	}
.header nav ul li.menu-item-has-children:hover a .icon{
	}
/* Drop-Down Menu Starts */
nav ul li ul{
	float:left;
	margin:80px 0 0 0;
	width:150px;
	padding:10px 0 0 0;
	}
nav ul li ul li{
	float:left !important;
	width:100% !important;
	line-height:normal !important;
	height:auto;
	background:#9ab618;
	}
nav ul li ul li:last-of-type{
	border-bottom:none;
	}
nav ul li ul li a{
	float:left;
	width:70%;
	color:#06abb7;
	text-align:left;
	font-family: 'open_sansregular';
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 15% 8px 15%;
	line-height:normal;
	border-bottom:none;
	}
nav ul li ul li:hover{
	background:#7c9214;
	}
nav ul li ul {position: absolute; left:-999em; height:auto; z-index:999; }
nav li ul ul  { margin: -1px 0 0 180px; border-left: 1px solid #dbdbdb; }
nav li ul ul li a  {}
nav li ul li ul li a  {}
nav li:hover,.menu li.hover  { position: static; }
nav li:hover ul ul, .menu li.sfhover ul ul,
nav li:hover ul ul ul, .menu li.sfhover ul ul ul,
nav li:hover ul ul ul ul, .menu li.sfhover ul ul ul ul { left: -999em; }
nav li:hover ul, .menu li.sfhover ul,
nav li li:hover ul, .menu li li.sfhover ul,
nav li li li:hover ul, .menu li li li.sfhover ul,
nav li li li li:hover ul, .menu li li li li.sfhover ul  { left: auto; }	
/* Sub Sub Menu */	
nav ul li ul li ul{
	width:220px !important;
	margin:0 0 0 148px !important;
	padding:0 0 0 0;
	border:none;
	}
nav ul li ul li ul li{
	background:#7c9214;
	border:none;
	}
nav ul li ul li ul li a{
	color:#fff;
	width:84% !important;
	padding:8px 8% 8px 8% !important;
	border:none;
	}
nav ul li ul li ul li:hover{
	background:#5e6f10;
	}


/*============== SLIDER =================*/
.slider{
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
	}
.slider .thumb{
	position:relative;
	width:100%;
	height:auto;
	left:0;
	margin:0 0 0 0;
	z-index:1;
	top:0;
	}
.slider .thumb img{
	float:right;
	width:auto; height:360px;
	margin:0 0 0 0;
	}
.slider .details{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	padding:60px 0 0 0;
	}
.slider h2{
	float:left;
	width:350px;
	text-align:left;
	font-family: 'pantonbold';
	font-size:36px;
	color:#000;
	font-weight:normal;
	margin:0 0 0 0;
	}
.slider-text {
    visibility:hidden;
}
.slider-text.active-slide {
    visibility: visible;
}
.slider  .outside{
	position:absolute;
	width:92%;
	z-index:2;
	left:0; right:0;
	top:50%;
	margin:-23px auto 0 auto;
	}
.slider .outside span.sbutton{
	float:left;
	margin:0 0 0 0;
	}
.slider .outside span.sbutton span.fa{
	font-size:25px;
	line-height:45px;
	text-align:center;
	color:#fff;
	width:45px;
	height:45px;
	background:rgba(200,201,201,1);
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:25px; -webkit-border-radius:25px;
	float:left;
	background:rgba(200,201,201,0.5);
	}
.slider .outside span.sbutton:last-of-type{
	float:right;
	margin:0 0 0 0;
	}
.slider .outside span.sbutton span.fa:hover{
	background:rgba(200,201,201,1);
	}
	
/*============== SLIDER =================*/
.page-block{
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 50px 0;
	position:relative;
	background:#fff;
	}
	
.content-block{
	float:left;
	width:550px;
	margin:45px 0 0 0;
	}
.content-block h2{
	text-align:center;
	font-family: 'pantonbold';
	font-size:30px;
	color:#000;
	font-weight:normal;
	margin:0 0 20px 0;
	}
.content-block p{
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:normal;
	margin:0 0 0 0;
	}
	
	
.feat-content-block{
	float:right;
	width:550px;
	position:relative;
	margin:0 0 0 0;
	}
.feat-content-block h2{
	text-align:center;
	font-family: 'pantonbold';
	font-size:30px;
	color:#eb7d28;
	font-weight:normal;
	margin:45px 0 15px 0;
	}
.feat-content-block .zebicon{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	margin:0 0 0 0;
	}
.feat-content-block ul{
	float:left;
	width:82%;
	background:#e6e6e6;
	padding:40px 9% 20px 9%;
	margin:27px 0 0 0;
	}
.feat-content-block ul li{
	position:relative;
	z-index:3;
	text-align:left;
	font-family: 'pantonbold';
	font-size:17.5px;
	line-height:27px;
	color:#000;
	list-style:disc;
	font-weight:normal;
	margin:0 0 3px 0;
	}
	
	
	
.services-block{
	float:right;
	width:1100px;
	background:#e5e6e6;
	padding:40px 20px 40px 20px;
	margin:40px 0 20px 0;
	}
.services-block .block{
	float:left;
	width:270px;
	height:180px;
	text-decoration:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-right:2px solid #c8c9c9;
	border-left:2px solid #fff;
	}
.services-block .block:first-of-type{
	border-left:none;
	}
.services-block .block:last-of-type{
	border-right:none;
	}
.services-block .block .icon{
	display:table;
	width:125px;
	height:124px;
	margin:0 auto 15px auto;
	transition:0.5s; -webkit-transition:0.5s;
	background-position:bottom;
	}
.services-block .block:hover > .icon{background-position:top !important;}	
.services-block .block .icon.one{background:url(images/icons/i1.png) no-repeat;}
.services-block .block .icon.two{background:url(images/icons/i2.png) no-repeat;}
.services-block .block .icon.three{background:url(images/icons/i3.png) no-repeat;}
.services-block .block .icon.four{background:url(images/icons/i4.png) no-repeat;}
.services-block .block h2{
	text-align:center;
	font-family: 'panton_semiboldregular';
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin:0 0 0 0;
	}
	
	
/*============== FOOTER =================*/	
footer{
	float:right;
	width:100%;
	background:#000;
	padding:40px 0 10px 0;
	margin:0 0 0 0;
	}
footer .widget{
	float:left;
	width:auto;
	height:auto;
	text-decoration:none;
	margin:0 80px 0 0;
	padding:0 0 0 0;
	}
footer .widget img.sponser{
	display:table;
	margin: 0 auto 0 auto;
	}
footer .widget:nth-of-type(5){
	float:right;
	margin:0 0 0 0;
	}
footer .widget:last-of-type{
	float:left;
	width:100%;
	margin:40px 0 0 0;
	padding:0 0 0 0;
	}
footer .widget h2{
	text-align:center;
	font-family: 'pantonbold';
	font-size:16px;
	color:#e5e6e6;
	font-weight:normal;
	margin:0 0 12px 0;
	}
footer .widget ul{
	float:left;
	margin:0 0 0 10px;
	}
footer .widget ul li{
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:13px;
	color:#c8c9c9;
	font-weight:normal;
	list-style:disc;
	margin:0 0 2px 0;
	}
footer .widget ul li a{
	color:#c8c9c9;
	text-decoration:none;
	}
footer .widget ul li a:hover{
	color:#eb7d28;
	}
footer .widget p{
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:13px;
	color:#c8c9c9;
	line-height:19px;
	font-weight:normal;
	margin:0 0 0 0;
	}
footer .widget strong{
	font-family: 'pantonbold';
	}
footer .widget p.copyright{
	text-align:center;
	font-family: 'pantonregular';
	text-transform:uppercase;
	}
	
	
/*============== Inner Page =================*/
.breadcum{
	float:left;
	width:100%;
	height:auto;
	padding:0 0 25px 0;
	position:relative;
	}	
.breadcum ul{
	float:right;
	width:auto;
	}
.breadcum ul li{
	float:left;
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:13px;
	color:#000;
	list-style:disc;
	margin:0 0 0 0;
	}
.breadcum ul li:first-child{
	list-style:none;
	margin:0 26px 0 0;
	}
.breadcum ul li span{
	color:#eb7d28;
	}
.breadcum ul li a{
	color:#000;
	text-decoration:none;
	}
	
	
/*============== Service Page =================*/
.servicepage{
	float:left;
	width:100%;
	height:auto;
	padding:0 0 0 0;
	position:relative;
	}	
	
.servicepage .leftcol{
	float:left;
	width:550px;
	height:auto;
	padding:0 0 0 0;
	}	
	
.servicepage .rightcol{
	float:right;
	width:550px;
	height:auto;
	padding:0 0 0 0;
	}
	

/*============== Content Style =================*/
.content_format{
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:16px;
	color:#000;
	font-weight:normal;
	}	
.content_format h1, .content_format h2, .content_format h3, .content_format h4, .content_format h5, .content_format h6{
	text-align:left;
	font-family: 'pantonbold';
	color:#000;
	font-weight:normal;
	margin:0 0 20px 0;
	}	
.content_format h1{font-size:36px;}	
.content_format h2{font-size:30px;}	
.content_format h3{font-size:24px; margin:0 0 10px 0;}	
.content_format h4{font-size:21px; margin:0 0 5px 0;}	
.content_format h5{font-size:18px; margin:0 0 5px 0;}	
.content_format h6{font-size:14px; margin:0 0 5px 0;}
.content_format p{
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:normal;
	margin:0 0 20px 0;
	}
.content_format ul{
	padding:0 0 18px 18px;
	margin:0 0 0 0;
	}
.content_format ul li{
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:normal;
	margin:0 0 0 0;
	list-style:disc
	}
.content_format strong, b{
	font-family: 'pantonbold';
	font-weight:normal;
	}	
.content_format a{
	text-decoration:underline;
	color:#eb7d28;
	}
.content_format form{
	float:left;
	width:100%;
	margin:0 0 0 0;
	}
.content_format form p{
	float:left;
	width:48%;
	margin:0 0 20px 0;
	}
.content_format form p:nth-of-type(2n){
	float:right;
	}
.content_format form p.full{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	}
.content_format form .wpcf7-recaptcha, .content_format form .wpcf7-recaptchawpcf7-not-valid{
	float:right !important;
	width:48% !important;
	margin:0 0 20px 0 !important;
	}
.content_format form input[type="text"],
.content_format form input[type="email"],
.content_format form select,
.content_format form textarea{
	float:left;
	width:97%;
	height:45px;
	border:1px solid #666;
	padding:0 0 0 3%;
	margin:0 0 0 0;
	text-align:left;
	font-family: 'panton_semiboldregular';
	font-size:16px;
	color:#000;
	}
.content_format form textarea{
	width:96%;
	height:115px;
	border:1px solid #666;
	padding:2%;
	}
.content_format form select{
	width:100%;
	height:48px;
	}
.content_format form input[type="submit"]{
	display:table;
	width:252px;
	height:64px;
	background:#eb7d28;
	border:none;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:6px; -webkit-border-radius:6px;
	margin:0 auto 0 auto;
	cursor:pointer;
	text-align:center;
	font-family: 'pantonbold';
	font-size:22px;
	color:#fff;
	font-weight:normal;	
	}
.content_format .screen-reader-response, .content_format .screen-reader-response ul li, .content_format span.wpcf7-not-valid-tip, .content_format .wpcf7-validation-errors{
	color:#F00;
	}
.content_format .screen-reader-response{
	display:none !important;
	}
.content_format .wpcf7-response-output{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	} 
.content_format .wpcf7-mail-sent-ok{}
.content_format .wpcf7-response-output h3{
	text-align:center !important;
	background:url(images/icons/i6.png) no-repeat left center!important;
	line-height:45px!important;
	margin:0 0 20px 0!important;
	}
.content_format .wpcf7-response-output h5{
	text-align:center!important;
	font-family: 'pantonregular'!important;
	}
/*============== Contact Page =================*/
.map, .map iframe{
	float:left;
	width:100%;
	height:500px;
	margin:0 0 0 0;
	}