/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/ 
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/* table{border-collapse:collapse;border-spacing:0;} */
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: "Trebuchet MS",Arial;
}
@font-face {
    font-family: "Trebuchet MS",Arial;
}


html { 
  background: url(/customize/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

 body{
	font-family:"Trebuchet MS",Arial;
 }

  .wrap{
	width:95%;
	margin:0 auto;
	 transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
	position:relative;
 }

.nav{
    width:95%;
    padding:1px;
    margin:0 auto;
    position: -webkit-sticky;
    z-index: 999;
}



.sticky {
    position: fixed;
    width: 98%;
    margin:auto;
    top: 0;
    left: 0.5%;
    z-index: 999;
    border-top: 0;
}


 .header_desc{
 	position:absolute;
 	bottom:10px;
 	width:100%;
 	z-index:9;
 }

  .logo{
	float:left;
 	width:50%;
	padding:5px 5px;
	border-right: 5px solid #030303;
	background:#FFFFFF;
    opacity:0.9;
 }


.menu{
    background-color:#003399;
    width: 99%;
    border: solid 6px #FFFFFF;
	float:left;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 8px;
}
.menu ul{
    line-height: 2px;
    padding-top: 8px;
}


.menu li{
	display:inline-block;
	float:left;	
}
.menu li a{
	 color:#FFF;
	 font-size:1em;
	 display: block;
	 text-align:center;
	 color:#FFF;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 15px;
    padding-top: 15px;
	 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;	
}
.menu li a:hover {
    color:#E5B840;
}

.menu li.active a{
	color:#E5B840;
}
/** Social Icons **/
.social-icons{
	float:left;
	margin:12px 0;
}
.social-icons ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left:0;
}
.social-icons li {
	float: left;
	width: 40px;
	height: 40px;
	background: none;
	padding: 0px;
	margin-left:5px;
}
.social-icons a.facebook:hover {
	background-position: 0px bottom;
}
.social-icons a.facebook {
	background-position: 0px top;
}
.social-icons li a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background:#000 url(/images/social-icons.png);
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.social-icons a.twitter {
	background-position: -40px top;
}
.social-icons a.twitter:hover {
	background-position: -40px bottom;
}
.social-icons a.googleplus {
	background-position: -440px top;
}
.social-icons a.googleplus:hover {
	background-position: -440px bottom;
}
.social-icons a.rss {
	background-position: -400px top;
}
.social-icons a.rss:hover {
	background-position: -400px bottom;
}
.social-icons a.yelp {
	background-position: -320px top;
}
.social-icons a.yelp:hover {
	background-position: -320px bottom;
}
.social-icons a.instagram {
	background-position: -600px top;
}
.social-icons a.instagram:hover {
	background-position: -600px bottom;
}

/*** Buttons ****/
.button {
	font-size:0.85em;
	margin-top:5px;
	padding:10px 15px;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	display: inline-block;
	background:#E5B840;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.button:hover {
	text-shadow: 0px 0px 1px #000;
	background:#000;
}
.post-grid {
	padding:15px 0px;
}
.post-grid img {
	float: left;
	width: 39%;
}
.post-grid p {
	 float: right;
	 width: 55%;
	 font-size: 0.85em;
	 color:#777;
	 line-height: 1.6em;
}
.post-grid p span{
	color:#FFF;
	font-size:1.2em;
}
.post-grid p a{
	font-family: Arial, Helvetica, sans-serif;
	color:#E5B840;
}
.post-grid p a:hover{
	color:#FFF;
}
/**** Footer *****/
 .footer{
	background:#990000;
	clear:both;
	padding:25px 10px;
 }
  .footer h3{
	font-size:1.8em;
	color: #A8A8A8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
 }
.post{
   padding-bottom:15px;
 }
 .post p{
	font-size:0.8125em;
	color:#949494;
	line-height:1.6em;
	padding:3px 0;
}
 .post p span a{
	color:#E5B840;
	font-size:1em;
	cursor:pointer;
 }
 .post p span a:hover{
 	color:#FFF;
 }
 /*** footer social icons ***/
 .social_icons li{
 	list-style: none;
 }
 .social_icons ul li a.facebook span.icon {
	background: url(/images/social_icons.png) no-repeat 0 0;
 }
 .social_icons ul li a.facebook:hover span.icon{
 	background-position:0 -56px;
 }
 .social_icons ul li a.twitter span.icon{
 	background:url(/images/social_icons.png) no-repeat -55px 0;
 }
 .social_icons ul li a.twitter:hover span.icon{
 	background-position:-55px -56px;
 }
  .social_icons ul li a.google span.icon{
 	background:url(/web/images/social_icons.png) no-repeat -110px 0;
 }
 .social_icons ul li a.google:hover span.icon{
 	background-position:-110px -56px;
 }
  .social_icons ul li a.yelp span.icon{
 	background:url(/web/images/social_icons.png) no-repeat -165px 0;
 }
 .social_icons ul li a.yelp:hover span.icon{
 	background-position:-165px -56px;
 }
  .social_icons ul li a.instagram span.icon{
 	background:url(/web/images/social_icons.png) no-repeat -220px 0;
 }
 .social_icons ul li a.instagram:hover span.icon{
 	background-position:-220px -56px;
 }




 .social_icons ul li a span.icon {
	display: inline-block;
	margin-right:8px;
	width: 55px;
	height: 56px;
	vertical-align: top;
}
.social_icons ul li a span.inner {
	display: inline-block;
	padding-top: 20px;
	line-height: 18px;
	color:#949494;
	font-size:1em;
}
.social_icons ul li a span.inner:hover {
	color:#FFF;
}
.social_icons ul li a span.inner strong{
	font-size:1.4em;	
}
.span_1_of_4 li{
	font-size:0.85em;
	color:#949494;
	padding:7px 0px;
	cursor:pointer;
	display:block;
}

.span_1_of_4 li a{
	font-size:1em;
	color:#949494;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
}

  .copy_right{
	text-align:center;
	padding:0px;
 }
  .copy_right p{
	line-height:20px;
 }
  .copy_right p a{
	color:#000099;
	text-decoration:underline;
 }
  .copy_right p a:hover{
	color:#990000;
	text-decoration:none;
 }
/* About */
.header_image{
	position:relative;
}
.image {
	clear: both;
	margin: 0px;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.desc{
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.images_3_of_2 {
	width:30.2%;
	float:left;
}
.span_3_of_2{
	width:67.2%;
}
.images_3_of_2  img {
	max-width:100%;
	display:block;
}
.span_3_of_2  p span{
	color:#AAA;
	margin-bottom:0.3em;
	font-size:1em;
}
.span_3_of_2  p,.about_desc p{
	font-size:0.85em;
	padding:0.3em 0;
	color:#787878;
	line-height: 1.8em;
}
.team{
	padding-top:30px;
	clear:both;
}
.team p{
	font-size:0.85em;
	padding:5px 20px;
	color:#787878;
	line-height: 1.8em;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
	border:1px solid #EBEBEB;
}
.images_1_of_3  h3{
	color:#E5B840;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.5em;
	text-align:center;
}
.images_1_of_3  p  {
	font-size:0.85em;
	color:#777;
	line-height: 1.8em;
	padding:0;
	text-align:center;
}
/* Services  ============================================================================= */
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width:18.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	color:#FFF;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.5em;
	font-weight : normal;
}
.list_2_of_1  p{
	font-size:0.85em;	
	color:#787878;
	line-height: 1.8em;
	padding:0; 	
}
/***** Blog*****/
.image {
	clear: both;
	margin: 0px;
	padding: 1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
	position:relative;
}
.blog-leftgrids{
	margin-bottom:25px;
}
.blog-desc{
	width: 66.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.blog-desc  h3 a{
	color:#FFF;
	font-size:1.5em;
	padding:0px;
}
.blog-desc  p {
	font-size:0.85em;
	color:#787878;
   line-height:1.8em;
   padding:10px 0;
}
/*----artical-links---*/
.artical-links{
	padding: 10px 0px;
	border:1px solid rgba(238, 238, 238, 0.06);
	border-left: none;
	margin-top: 5px;
	border-right: none;
}
.artical-links ul li{
	display:inline-block;
}
.artical-links ul li:last-child{
	float:right;
}
.artical-links ul li img{
	vertical-align:middle;
	padding-right:5px;
}
.artical-links ul li a{
	font-size:0.8em;
	color:#797D7E;
	padding-left: 20px;
}
.artical-links ul li a:hover{
	color:#FFF;
}

.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	color: #949494;
	padding-bottom:5px;
	font-size:0.85em;
	text-transform:uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#444;
	border: none;
	outline:none;
	color:#FFF;
	font-size:1em;
	-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font-size:0.85em;
	padding:10px 20px;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	color:#FFF;
	border:none;
	cursor:pointer;
	background:#E5B840;
	text-decoration: none;
	text-transform:uppercase;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	text-shadow: 0px 0px 1px #000;
    background:#000; 
    color:#E5B840; 
}
.company_address{
	margin-bottom:10px;
}
.company_address p{
	font-size:0.85em;
	color:#949494;
	padding:2px 0;
}
.company_address p span a{
	text-decoration:underline;
	color:#AAA;
}
.company_address p span a:hover{
	text-decoration:none;
	color:#FFF;
}
/*** Scroll top **/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:48px;
	height:48px;
	border:none;
	text-indent:100%;
	background:url(/images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width:48px;
	height:48px;
	display:block;
	overflow:hidden;
	float:right;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}

.leftPanel {
	width:75%;
	float:left;
	position:relative;
	margin:10px;
}

.leftP {
	width:25%;
	float:left;
	margin:10px;
}

.leftP1 {
	width:25%;
	float:left;
	margin:10px;
	border-right: #990000 solid 2px;
}

.rightP {
	width:68%;
	float:left;
	margin:10px;
    color: #555555;
}

/*** Content bottom ***/
.col_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}


.span_1_of_3 {
	width: 29.2%;
	padding:1.5%;
}

.banner-address {
    padding-left: 20px;
    float: right;
    display:block;
    vertical-align:middle;
    text-align: center;
}

.banner-address a {
    color: #006699;
}

.banner-address a:hover {
    color: #bf1e2e;
}



.banner-h1 {
    color:#000099;
    font-size:20px;
    font-weight:bolder;
    text-decoration: underline;
}


#menuDetail {
    display: none;
    line-height: 22px;
    z-index: 1000;
    background: #000099;
    color: #ffffff;
    font-size: 13px;
    width: 260px;
    height: 500px;
    position: absolute;
    top: 0px;
    left: 48px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 20px;
    overflow-y: auto ;
}

#menuDetail a {
    color: #fff;
    font-size: 14px;
}

#menuDetail a:hover {
    color: #bf1e2e;
}


.nav-img {
    padding-top: 30%;
}

.nav-zone {
    float: left;
    display: block;
}

.hr-menu {
    padding: 0px;
    margin: 2px;
}

/**************** Media Quries ************************/
@media all and (min-width:1024px) {
    body {
        width: 1024px;
        margin:auto;
    }
}


@media all and (min-width:500px) and (max-width: 650px) {
    .leftP {
        display: none;
    }

    .rightP {
        width: 100%
    }

    .banner-address {
        font-size: 12px;
    }

    .banner-h1 {
        font-size: 18px;
    }

}

@media all and (max-width:500px) {
    .leftP {
        display: none;
    }

    .rightP {
        width: 98%
    }

    .banner-address {
        font-size: 10px;
    }

    .banner-h1 {
        font-size: 16px;
        margin: auto;
    }

}