/*-----------------------------------------------------------



	Theme Name: E12 AUTOS

	Theme URI: #

	Description: Responsive Custom WordPress Theme

	Author: Laura

	Author URI: #

	Version: 1.0



*/





/*-----------------------------------------------------------------------------------*

/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

/*-----------------------------------------------------------------------------------*/

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, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}



ol, ul {

	list-style: none;

	padding: 0;

	margin: 0;

}



table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a img {

	border: 0;

}

figure img {

	max-width: 100%;

}





/* Block elements */

header, hgroup, footer, section, article, aside {

	display: block;

}



/*jetback wpstats smiley hide*/

#wpstats{

	display: none;

}



/*-----------------------------------------------------------------------------------*

/* = Body, Common Classes & Wrap

/*-----------------------------------------------------------------------------------*/



body {

	background: #fff;

    font-size: 13px;

    line-height: 1.7em;

    color: #555;

    font-family: 'Raleway', sans-serif;

}

body {

	background: #fff url(images/bodybg.jpg) top left no-repeat;

	background-size:100% auto;

	line-height: 1;

}

.home body {background:#fff!important}

a {

    text-decoration: none;

    color: #136cc6;

}

a:hover {

    text-decoration: none;

	color: #136cc6;

}

p { margin: 0 0 1em }

strong { font-weight: 700 }

em { font-style: italic }

pre{

	margin: 20px 0;

	background: #eee;

	border: 1px solid #ddd;

	padding: 10px;

	white-space: pre-wrap;       /* css-3 */

	white-space: -moz-pre-wrap;  /* Mozilla */

	white-space: -pre-wrap;      /* Opera 4-6 */

	white-space: -o-pre-wrap;    /* Opera 7 */

	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}



.clear { clear: both }

.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

	font-size: 0;

}

* html .clearfix{ zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.remove-margin { margin-right: 0 !important }



/*-----------------------------------------------------------------------------------*

/* = Structure

/*-----------------------------------------------------------------------------------*/



.wrap{

	background: none;

	margin: 0 auto;

	width: 960px;

	position:relative



}



#main{



}



/*-----------------------------------------------------------------------------------*

/* = Headings

/*-----------------------------------------------------------------------------------*/



h1,

h2,

h3,

h4 {

    color: #000;

    line-height: 1.5em;

	font-weight: normal;



}

h1 {

    font-size: 24px;



    line-height: 1.2em;

}

h2 { font-size: 18px }

h3 { font-size: 16px }

h4 { font-size: 14px; }



h1 a,

h2 a,

h3 a,

h4 a { color: #000; }

h2 a:hover,

h3 a:hover,

h4 a:hover { color: #999; text-decoration: none; }



.single-title{ margin-bottom: 25px; }



/*-----------------------------------------------------------------------------------*

/* = WordPress Styles

/*-----------------------------------------------------------------------------------*/



/*sticky*/

.sticky{}



/*gallery captio*/

.gallery-caption



/*by post author*/

.bypostauthor{}



/*aligns*/

.aligncenter, .alignnone{ display:block;  margin: 10px 0;}

.alignright{ float:right;  margin:10px 0 10px 10px}

.alignleft{ float:left;  margin:10px 10px 10px 0}



/*floats*/

.floatleft{ float:left}

.floatright{ float:right}



/*text style*/

.textcenter{ text-align:center}

.textright{ text-align:right}

.textleft{ text-align:left}



/*captions*/

.wp-caption{

	border:1px solid #ddd; 

	text-align:center; 

	background-color:#f3f3f3; 

	padding-top:4px; 

	margin:10px; 

	-moz-border-radius:3px; 

	-khtml-border-radius:3px; 

	-webkit-border-radius:3px; 

	border-radius:3px;

}

.wp-caption img{

	margin:0; 

	padding:0; 

	border:0 none;

}

.wp-caption p.wp-caption-text{

	font-size:11px; 

	line-height:17px; 

	padding:0 4px 5px; 

	margin:0;

}



/*smiley reset*/

.wp-smiley{

	margin:0 !important;

	max-height:1em;

}



/*blockquote*/

blockquote.left{

	margin-right:20px;

	text-align:right;

	margin-left:0;

	width:33%;

	float:left;

}

blockquote.right{

	margin-left:20px;

	text-align:left;

	margin-right:0;

	width:33%;

	float:right;

}





/*-----------------------------------------------------------------------------------*

/* = Headings

/*-----------------------------------------------------------------------------------*/





#page-heading{

	position: relative;

background:url(images/captionbg.png) repeat-x bottom left; min-height:86px; padding-top:97px

}

#page-heading .wrap{background:#136cc6!important; text-align:center; color:#fff; text-transform:uppercase; padding-top:30px; padding-bottom:30px;  min-height:26px;}

#page-heading h1

{

font-family: 'Raleway', sans-serif;

	font-size: 22px;

	line-height: 18px;

	margin: 0px !important;

	font-weight:500;

	color:#fff;

}



h2.heading{

	font-weight: normal;

	font-size: 18px;

	text-align: center;

	background: url(images/dot.png) center center repeat-x;

	margin: 0 0 25px;



	

}

h2.heading span{

	background: #fff;

	padding: 0 57px;

	font-family: 'Raleway', sans-serif;

	color:#b4b4b4;

	font-weight:100;

	font-size:28px;

	text-transform:uppercase;





	

}

h1.heading span{

	background: #fff;

	padding: 0 57px;

	font-family: 'Raleway', sans-serif;

	color:#b4b4b4;

	font-weight:100;

	font-size:28px;

	text-transform:uppercase;





	

}





/*-------------------------------------------------*

/* = Header

/*-------------------------------------------------*/

#masterhead {

	position: relative;

	background:url(images/header-bg.png) repeat;

	min-height:77px;

}

#logo{

	float:left;

padding-left:6px; padding-top:0px;

}

#logo a{

	font-size: 32px;

    font-weight: 700;

    color: #000;

	padding: 0px;

	margin: 0px;

    text-decoration: none;

}

#logo a:hover {

	color: #666;

}

#logo a img{max-height:73px; width:auto; margin-bottom:-2px; margin-top:2px}

#top-social{display:block; float:right; padding-top:29px}

#top-social li{display:block; float:left; margin-right:1px; margin-left:1px; list-style:none}

#top-social .facebook a{display:block; width:16px; height:17px; background:url(images/facebook.png) no-repeat top left}

#top-social .twitter a{display:block; width:17px; height:17px; background:url(images/twitter.png) no-repeat top left}

#top-social .pinterest a{display:block; width:17px; height:17px; background:url(images/pinterest.png) no-repeat top left}

/*-------------------------------------------------*

/* =  masternav

/*-------------------------------------------------*/



#masternav {

	position: absolute;

top:0px;

right:70px;



	height: 77px;



}

/*** ESSENTIAL masternav Style ***/

.sf-menu,

.sf-menu * {

    margin: 0;

    padding: 0;

    list-style: none;

}

.sf-menu { line-height: 1.0 }

.sf-menu ul {

    position: absolute;

    top: -999em;

    width: 180px; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li { width: 100% }

.sf-menu li:hover {

    visibility: inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

    float: left;

    position: relative;

}

.sf-menu a {

    display: block;

    position: relative;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

    left: 10px;

    top: 40px; /* match top ul list item height */

    z-index: 99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul { top: -999em }

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

    left: 180px; /* match ul width */

    top: 0;

}

/*** masternav skin ***/

.sf-menu {

    float: left;

}

.sf-menu a {

	height: 77px;

	line-height: 77px;

	display: block;

	float: left;

	font-weight: 300;

    color: #fff;

	padding: 0 15px;

    text-decoration: none;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	

	font-family: 'Raleway', sans-serif;

	font-size:13px

}



.sf-menu > li > a:focus,

.sf-menu > li > a:hover,

.sf-menu > li > a:active,

.sf-menu > li.sfHover > a,

#masternav .current-menu-item > a:first-child {

	color: #fff;

	background:url(images/menubg.png) repeat-x;

}

/*Subs*/

.sf-menu ul{

	padding: 0;

	font-size: 12px;

	background: #fff;

	border: 1px solid #ddd;

}

.sf-menu ul a{

	margin: 0;

	line-height: normal;

	height: auto;

	padding: 10px;

	display: block;

	float: none;

	color: #999;

	font-weight: normal;

	text-transform: none;

}

.sf-menu ul a:focus,

.sf-menu ul a:hover,

.sf-menu ul a:active {

	color: #000;

	background: #f9f9f9;

}

.sf-menu ul .current-menu-item a{

	color: #fff;

}

.sf-menu ul li{

	border-bottom: 1px solid #ddd;

}

.sf-menu ul li:last-child{

	border-bottom: 0px;

}



/*-----------------------------------------------------------------------------------*/

/* = Home

/*-----------------------------------------------------------------------------------*/
#home-slider {height:400px}
#home-slider .slide{ min-height:500px; width:100%; overflow:hidden}

#home-slider .slide img{

  position: absolute;

  top: -87px;

  width: 100%;

  z-index: -1;



}

#home-slider .slide .slideimg{

  position: absolute;

  top: -87px;

  width: 100%;

  z-index: -1;

  min-height:500px;

}

.slidetitle{position:absolute; color:#fff;text-align:center; z-index:2000;   left: 23.5%;}

.slidetitle h2{color:#fff; background:url(images/slidertitle.png) repeat; padding-top:15px; padding-bottom:22px; padding-left:40px; padding-right:40px; text-transform:uppercase;font-family: 'Raleway', sans-serif; font-weight:500;

font-size:52px; width:auto; display:block; margin: 0px auto; }

#home-tagline{

	color: #000;

	text-align: center;

	font-size: 21px;

	line-height: 1.4em;

	margin-bottom: 25px;

	padding-bottom: 25px;

	border-bottom: 5px solid #444;

}



#home-highlights{

	padding-top: 25px;

	margin-bottom: 25px;



	

}

.hp-highlight{

	float: left;

	width: 174px;

	margin-right: 20px;

	margin-bottom: 20px;

	margin-top:12px

}

#servicehigh li:last-child{

	

	margin-right: 0px!important;

}

.hp-highlight h2 a{color:#136cc6!important; font-size:16px; line-height:18px;font-weight:300; font-family: 'Raleway', sans-serif;width:140px; text-align:center; display:block; margin:0 auto; margin-bottom:10px}

.hp-highlight p{margin:0px!important; font-size:13px; color:#9a9a9a ; line-height:22px;font-family: 'Raleway', sans-serif; font-weight:300; padding-top:10px; text-align:center}



.hp-highlight h2{

	font-size: 16px;

	text-transform: uppercase;

	margin-top: 0px;

	margin-bottom: 10px;

}

.hp-highlight h2 span{

	margin-right: 10px;

}

/*home offers*/

#home-offer{background:#136cc6; width:100%; min-height:287px; margin-bottom:60px; }

.home-offer-description{font-size:14px; line-height:22px;font-weight:100; font-family: 'Raleway', sans-serif; color:#fff; margin:0px; }

.home-offer h2{font-size:28px; line-height:28px;font-weight:100; font-family: 'Raleway', sans-serif; color:#fff; padding-top:50px; margin:0px; padding-bottom:35px;}

.home-offer h3{font-size:22px; line-height:28px;font-weight:600; font-family: 'Raleway', sans-serif; color:#fff; margin:0px; text-transform:uppercase}

.home-offer-description{text-align:center; width:70%; max-width:450px}

.home-offer-description p{margin:0px; padding:0px}

.offerbutton{  

    background:  #F7F7F7 url("images/button1.png") repeat-x left bottom;

    border-radius: 4px;

    color: #136CC6 !important;

    display: block;

    font-family: 'Raleway',sans-serif;

    font-size: 16px;

    font-weight: 200;

    margin: 20px auto 0;

    max-width: 180px;

    min-height: 35px;

    padding-left: 17px;

    padding-right: 17px;

    padding-top: 19px;

    text-align: center;}

/*home portfolio*/

#home-projects {

	margin-bottom: 25px;



}

#home-projects .heading{ margin-right: 20px; }



/*home blog*/

#home-posts{ x; }

#home-posts .heading{  }

.home-entry{

	width: 230px;

	float: left;

	margin-right: 20px;

	margin-bottom: 20px;

	font-size: 12px;

}

.home-entry h3{

	font-size: 13px;

	margin: 10px 0 0;

	font-weight: bold;

}

.home-entry img:hover{

	opacity: 0.8;

	-moz-opacity: 0.8;

	-webkit-opacity: 0.8;

}







/*-----------------------------------------------------------------------------------*/

/* = Image Slider

/*-----------------------------------------------------------------------------------*/



/* FlexSlider necessary styles */

.flexslider {width: 100%; margin: 0; padding: 0;}

.flexslider .slides{ margin: 0; list-style: none; }

.flexslider .slides > li {display: none;}

.flexslider .slides img {

	max-width: 100%;

	display: block;

	-moz-box-shadow: 0 0 10px rgba(153,153,153,0.3);

	-webkit-box-shadow: 0 0 10px rgba(153,153,153,0.3);

	box-shadow:  0 0 10px rgba(153,153,153,0.3);

}

.flex-pauseplay span {text-transform: capitalize;}



.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 

html[xmlns] .slides {display: block;} 

* html .slides {height: 1%;}



.no-js .slides > li:first-child {display: block;}





/*slider wrap */

#slider-wrap{

	width: 100%;

	position: relative;



}



/*homepage specific*/

.full-slides img{

	width: 100%;

	display: block;

	margin: 0;

	padding: 0;



}

.full-slides .slides_container {

	width: 100%;

	display: none;

}

.full-slides .slides_container .slide{

	display: block;

	width: 100%;

}

.full-slides {position:relative;width: 100%; display:block}

.full-slides .caption{



	width: 100%;



	color: #fff;

	font-weight: 700;

	font-size: 13px;

	text-align: center;

	z-index:10000;

	display:block;

	float:left;





}



.capbg{	z-index:10000; position:absolute;left:0px; width:100%; height:87px}

.captioncontent { background:#136cc6!important; min-height:150px;padding-bottom:23px;margin-top:300px;}

.slides .caption p{

	padding: 15px;

/* 	margin: 0; */
	margin: 150px 0 0 0;
}

.slide-desc h3{font-family: 'Raleway', sans-serif; color:#fff; text-transform:uppercase; font-size:22px; line-height:18px; font-weight:500; padding-top:30px;}

.slide-desc{font-family: 'Raleway', sans-serif; color:#fff; font-size:14px; line-height:16px; font-weight:400;  }

.slidebutton{display:block; background:#f7f7f7 url(images/button1.png) repeat-x left bottom; min-height:32px; border-radius:4px; text-align:center; padding-left:17px; padding-right:17px; color:#136cc6!important;font-family: 'Raleway', sans-serif; font-size:16px; font-weight:200; max-width:180px; margin:0 auto; padding-top:22px; margin-top:20px;  }

#home-highlights h2.heading{ margin-top:17px;}

/*control nav & arrows*/

.flex-control-nav{

	display: none;

}

.flex-direction-nav li a.flex-next,

.flex-direction-nav li a.flex-prev {

    position: absolute;

    display: block;

    z-index: 101;

	font-size: 21px;

	height: 80px;

	width: 50px; 

	line-height: 80px;

	color: #fff;

	background: #000;

    display: block;

    position: absolute;

	top: 50%;

	margin-top: -40px;

    cursor: pointer;

	text-align: center;

	-moz-opacity: 0.4;

    -khtml-opacity: 0.4;

    opacity: 0.4;

}

.flex-direction-nav li a.flex-next {

    right: 0;

}

.flex-direction-nav li a.flex-prev {

    left: 0;

}

.flex-direction-nav li a.flex-prev:hover,

.flex-direction-nav li a.flex-next:hover {

	text-decoration: none;

	background: #47C0C0;

	-moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}





/*-----------------------------------------------------------------------------------*

/* = Homecontent

/*-----------------------------------------------------------------------------------*/



.no-margin{

	margin-right: 0px !important;

}

.no-border{

	border-right: 0px !important;

}

#homecontent{padding-bottom:76px; padding-top:17px;}

/* #homecontent h2.heading span{padding-left:13px; padding-right:13px; text-transform:none!important} */
#homecontent h1.heading span{padding-left:13px; padding-right:13px; text-transform:none!important}

/* #homecontent h2.heading{} */
#homecontent h1.heading{border: 0; font-family: inherit; font-style: inherit; outline: 0; padding: 0; vertical-align: baseline; color: #000; line-height: 1.5em; font-weight: normal; font-size: 18px; text-align: center; background: url(images/dot.png) center center repeat-x; margin: 0 0 25px;}

#homecontent p{color:#9a9a9a; font-size:16px; line-height:16px; font-weight:400; font-family: 'Raleway', sans-serif;}

#homecontent ul{display:block; float:left; width:33.33%; text-align:left; min-width:160px; margin-top:40px}

#homecontent li{color:#737373; font-size:14px; line-height:30px; font-weight:400; font-family: 'Raleway', sans-serif; background:url(images/list1.png) no-repeat left 5px; padding-left:33px}

#homelocation{background:#cae4ff; padding-bottom:20px; margin-bottom:50px;}

#homelocation h2{color:#0076a3; width:100%; text-align:center;font-size:28px; line-height:22px; font-weight:100; font-family: 'Raleway', sans-serif; padding-top:29px; padding-bottom:29px;}

#homelocation{ margin:0px; padding:0px; padding-bottom:25px; margin-bottom:90px}

#locationbox li h3{color:#136cc6;font-size:14px; line-height:22px; font-weight:700; font-family: 'Raleway', sans-serif;text-transform:uppercase; width:100%; text-align:center; padding-top:15px }

#locationbox li{color:#737373;font-size:14px; line-height:22px; font-weight:400; font-family: 'Raleway', sans-serif;display:block;float:left; list-style:none; width:33%; text-align:center }

#homequote {margin-bottom:106px}

.pagesquote{margin-top:-25px; margin-bottom:80px!important}

.entrypage h1{color:#136cc6;font-size:18px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;text-transform:uppercase; padding-bottom:30px;}

.entrypage h2{color:#136cc6;font-size:16px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;text-transform:uppercase; padding-bottom:30px; padding-top:25px}

.entrypage h3{color:#136cc6;font-size:14px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;text-transform:uppercase; padding-bottom:30px;padding-top:25px}

.entrypage h4{color:#136cc6;font-size:13px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;text-transform:uppercase; padding-bottom:20px;padding-top:15px}

.entrypage h5{color:#136cc6;font-size:12px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;text-transform:uppercase; padding-bottom:10px;padding-top:10px}

.entrypage {padding-top:45px; padding-left:30px; padding-right:30px; padding-bottom:45px;font-size:14px; line-height:22px; font-weight:500; font-family: 'Raleway', sans-serif; color:#898989}

#homequote blockquote{text-transform:uppercase;color:#9a9a9a;font-size:22px; line-height:20px; font-weight:400; font-family: 'Anton', sans-serif; text-align:center;  width:80%; margin:0 auto}

#homequote blockquote:before, #homequote blockquote:after {

    content: ' ';

    display:block;

    width: 46px;

    height: 30px;

    position: absolute;

    top: 0;

    background-repeat: no-repeat;



}



#homequote blockquote:before {

    left: 8%;

    background-image: url(images/quote-before.png);

}



#homequote blockquote:after {

    right:7%;

    background-image: url(images/quote-after.png);

}

/**Services**/

.service-item{display:block;  float:left; clear:both;box-shadow: 0px 3px 2px #e9e8e8, 0px -3px 2px #e9e8e8; padding:25px; margin-top:20px; clear:both}

.servcontent{width:63%; display:block; float:left}

.service-image{width:34%; display:block; float:left}

.servcontent h2{text-transform:uppercase;color:#136cc6;font-size:18px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif; padding-bottom:12px; padding-top:42px}

.servcontent{color:#898989;font-size:14px; line-height:22px; font-weight:500; font-family: 'Raleway', sans-serif; }

#servpage{box-shadow: 0px 3px 2px #e9e8e8, 0px -3px 2px #e9e8e8; margin-top:24px; clear:both; display:table; width:100%; margin-bottom:78px; padding-bottom:8px }

#servpage ul{display:block; float:left; margin-bottom:35px}

#servpage  #serv1page{width:292px!important; margin-left:30px}

#servpage  #serv2page{width:202px!important}

#servpage  #serv3page{width:231px!important}

#servpage  #serv4page{width:165px!important}

#servpage h2{text-transform:uppercase;color:#136cc6;font-size:18px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif; padding-bottom:31px; padding-top:47px; width:100%; text-align:center; }

#servpage ul li{color:#898989;font-size:14px; line-height:22px; font-weight:500; font-family: 'Raleway', sans-serif; padding-left:15px; background:url(images/smallarr1.png) no-repeat left center }

.page-template-template-services-php #homequote{margin-bottom:75px}

#contactpage{margin-top:18px;box-shadow: 0px 3px 2px #e9e8e8, 0px -3px 2px #e9e8e8;  display:block; float:left; width:100%; margin-bottom:85px; padding-bottom:25px}

.contact-left{display:block; float:left; width:66%;  padding-right:1%;padding-top:25px; }

.contact-left h2{text-transform:uppercase;color:#136cc6;font-size:18px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif; padding-bottom:39px; padding-top:20px; padding-left:31px}

.contact-left .wpcf7-submit{float:right; margin-right:10px}

.contact-left textarea{height:83px}

.contact-left input{float:left; margin-top:5px; margin-left:5px}

#bookingform{margin-top:39px}

.contact-left td{padding-bottom:22px;color:#898989;font-size:14px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;}

#bookingform td{padding-bottom:22px;color:#898989;font-size:14px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif;}

#bookingform textarea{height:115px;  width:185px!important; margin-top:-10px!important }

#bookingform td div{padding-right:10px}

#bookingform td a{color:#898989}

#bookingform2 .wpcf7-submit{width:100%; padding-top:12px; padding-bottom:16px; max-width:312px; font-size:22px; margin-left:20px; margin-top:10px}

.left-side{width:85px}

.right-side{width:200px}

.left-side, .right-side{ display:block; float:left; }

.contact-right{display:block; float:left; width:31%; padding-right:2% ;padding-top:25px}

.google-map-placeholder{border:none!important}

#pages-content {margin-top:18px;box-shadow: 0px 3px 2px #e9e8e8, 0px -3px 2px #e9e8e8;  display:block; float:left; width:100%; margin-bottom:85px; padding-bottom:25px}

.entrycontent{width:90%; display:block; margin:0 auto; max-width:740px}

.entrycontent .servbookh{width:100%; text-align:center;text-transform:uppercase;color:#136cc6;font-size:18px; line-height:18px; font-weight:500; font-family: 'Raleway', sans-serif; padding-top:45px}

.entrycontent .servbook{width:100%; text-align:center;color:#898989;font-size:14px; line-height:22px; font-weight:500; font-family: 'Raleway', sans-serif;}

/*-----------------------------------------------------------------------------------*

/* = Next/Prev Navigation

/*-----------------------------------------------------------------------------------*/

#single-nav{

	position: absolute;

	top: 50%;

	right: 0px;

	margin-top: -25px;

}

#single-nav-left,

#single-nav-right {

	float: left;

	margin-left: 10px;

}

#single-nav a{

	font-size: 11px;

	color: #666;

	background: #eee;

	padding: 0 10px;

	height: 25px;

	line-height: 25px;

	display: block;

	-webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

#single-nav-left a:hover,

#single-nav-right a:hover{

    color: #fff;

	background: #3fb7b7;

}

#single-nav-left a span{

	margin-right: 4px;

}

#single-nav-right a span{

	margin-left: 4px;

	font-size: 11px;

}



/*-----------------------------------------------------------------------------------*

/* = Entries

/*-----------------------------------------------------------------------------------*/

.loop-entry{

	margin-bottom: 25px;

	padding-bottom: 25px;

	border-bottom: 1px solid #ddd;

}

.loop-entry-thumbnail{

	float: left;

	margin-right: 25px;

}

.loop-entry img:hover{

	opacity: 0.8;

	-moz-opacity: 0.8;

	-webkit-opacity: 0.8;

}

.loop-entry h2{

	margin: -5px 0 0;

	font-size: 18px;

}

.loop-entry-meta{

	color: #999;

	font-size: 11px;

	margin: 0 0 10px;

}

.loop-entry-meta span{

	margin: 0 5px 0 12px;

	font-size: 13px;

	color: #666;

}

.loop-entry-meta span:first-child{

	margin-left: 0;

}



/*-----------------------------------------------------------------------------------*

/* = Posts & Pages

/*-----------------------------------------------------------------------------------*/

.post{

	float: left;

	width: 70%;

}

.full-width{

	float: none !important;

	width: 100% !important;

	background:#fff;

	min-height:400px;



}





.entry {

	margin-bottom: 20px;

}

.entry ul,

.entry ol {

    margin-left: 30px;

    margin-bottom: 10px;

	list-style: inherit;

}

.entry ol{

	list-style: decimal;

}



/*post meta */

.post-meta{

	color: #999;

	font-size: 11px;

	margin: -25px 0 15px;

}

.post-meta span{

	margin: 0 10px;

	font-size: 13px;

	color: #666;

}

.post-meta span:first-child{

	margin-left: 0;

}





/*post thumb*/

.post-thumbnail{

	float: left;

	margin-right: 25px;

}





/*post tags*/

.post-tags {

    margin-right: 10px;

    margin-top: 30px;

    font-size: 12px;

}

.post-tags span{

	margin-right: 10px;

	color: #666;

}

.post-tags a {

}



/*-----------------------------------------------------------------------------------*

/* = Pagination

/*-----------------------------------------------------------------------------------*/

.pagination{

	margin-top: 20px;

}

.pagination a,

.pagination span {

	font-size: 11px;

    line-height: 25px;

    height: 25px;

    width: 25px;

    text-align: center;

    margin-right: 5px;

    display: block;

    float: left;

	background: #eee;

	color: #666;

}

.pagination a:hover,

.pagination span.current {

    text-decoration: none;

	color: #FFF;

	background: #444;

}





/*-----------------------------------------------------------------------------------*

/* = Comments

/*-----------------------------------------------------------------------------------*/

#commentsbox {

	width: 100%;

	overflow: hidden;

	margin-top: 30px;

	margin-bottom: -20px;

	font-size: 13px;

}

#comments{

	margin: 0;

	font-size: 13px;

	font-weight: 700;

	color: #333;

	text-shadow: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	margin-top: 0;

	margin-bottom: 20px;

	padding: 15px 0;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

}

#comments span{

	color: #666;

	font-size: 14px;

	margin-right: 10px;

}

#commentsbox ol,

#commentsbox ul {

    list-style: none;

    margin: 0 !important;

}

#commentsbox li { }

.children {

    list-style: none;

    margin: 30px 0 0;

    text-indent: 0;

}

.children li.depth-2 { margin: 0 0 0px 65px }

.children li.depth-3 { margin: 0 0 0px 65px }

.children li.depth-4 { margin: 0 0 0px 65px }

.children li.depth-5 { margin: 0 0 0px 65px }

.children li.depth-6 { margin: 0 0 0px 65px }

.children li.depth-7 { margin: 0 0 0px 65px }

.children li.depth-8 { margin: 0 0 0px 65px }

.children li.depth-9 { margin: 0 0 0px 65px }

.children li.depth-10 { margin: 0 0 0px 65px }

.comment-body {

    position: relative;

	margin-left: 75px;

	padding-bottom: 25px;

	margin-bottom: 25px;

	border-bottom: 1px solid #eee;

}

.comment-body p:last-child{

	margin-bottom: 0;

}

#commentsbox .avatar {

	position: absolute;

	top: 0px;

	left: -75px;

	border: 4px solid #eee;

}

.comment-author {

	line-height: 1em;

	font-weight: bold;

    color: #555;

}

.comment-author a{

	color: #444;

}

.comment-author a:hover{

	color: #000;

}

.says { display: none }

.comment-meta{

	padding-bottom: 10px;

	margin-bottom: 10px;

	background: url("images/light-dash.png") left bottom no-repeat;

}

.comment-meta a {

    font-size: 11px;

    font-style: italic;

    color: #666;

}

.comment-meta a:hover{

	color: #000;

	border-bottom: 1px dotted #000;

}

.reply{

}

.comment-meta  .comment-reply-link {

	font-size: 11px;

    color: #47c0c0;

}

.comment-meta  .comment-reply-link:hover{

	color: #2e8484;

	border-bottom: 1px dotted #2e8484;

}

.cancel-comment-reply {

	margin-top: -10px;

}

.cancel-comment-reply a {

    color: #F00;

    line-height: 20px;

    height: 20px;

}

.cancel-comment-reply a:hover{

	text-decoration: underline;

}

#comments-respond {

	clear: left;

	text-transform: none;

	font-weight: bold;

	color: #333;

	font-size: 14px;

	margin-top: 0px;

	margin-bottom: 15px;

}

#comments-respond-meta{

	color: #666;

	font-size: 11px;

}

#comments-respond-meta a{

	color: #000;

}

#commentform label {

    display: block;

}

#commentform input#author,

#commentform input#email,

#commentform input#url {

	font-size: 12px;

	width: 30%;

	color: #666;

	text-shadow: 1px 1px 0px #FFF;

    border: 1px solid #cecece;

    outline: none;

	padding: 8px;

	margin-top: 10px;

	-webkit-border-radius: 1px;

	-moz-border-radius: 1px;

	border-radius: 1px;

	background-color: #fff; 

}

#commentform textarea {

    display: block;

	padding: 10px;

	width: 100%;

	color: #666;

	margin-top: 10px;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

#commentform input#author:focus,

#commentform input#email:focus,

#commentform input#url:focus,

#commentform textarea:focus {

	border-color: #bdbdbd !important;

	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

}

#commentSubmit {

	margin-top: -5px;

	margin-bottom: 20px;

}



.comment-waiting-moderation{

	font-size: 12px;

	font-weight: bold;

	padding-top: 10px;

	margin: 10px 0 0;

	background: url("images/small-border.png") left top no-repeat;

}



/*WP JetPack*/

.comment-subscription-form{

	font-size: 12px;

}

.comment-subscription-form input{

	float: left;

	margin-right: 5px;

}







/*-----------------------------------------------------------------------------------*/

/* = Form Styling

/*-----------------------------------------------------------------------------------*/





/*inputs*/

input[type="text"],

input[type="password"] {

	margin-top: -7px;

}

input[type="text"],

input[type="password"],input[type="email"],

textarea {

    color: #999;

    padding:8px 7px;

   	border: 1px solid #eaeaea;

    background: #fff;

}

input[type="text"]:focus,

input[type="password"]:focus,input[type="email"]:focus,

textarea:focus {

	background: #fff;

	border: 1px solid #bdbdbd !important;

	color: #444;

	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 

}





/*buttons*/

input[type="clean-button"],

.wpcf7-submit,

#commentSubmit {

	font-size: 18px;

	display: inline-block;

	background: #136cc6;

	color: #fff;

	width:200px; 

	text-align:center;



	text-transform: uppercase;

	border: 0;

	outline: 0;

	cursor: pointer;

	padding-top:6px; padding-bottom:7px;



}

input[type="clean-button"]:hover,

.wpcf7-submit:hover,

#commentSubmit:hover {

	text-decoration: none;

		background: #4594e4;

}

input[type="clean-button"]:active,

.wpcf7-submit:active,

#commentSubmit:active {

}



/*contact form 7 specific*/

.wpcf7-form{

}

.wpcf7 input[type="text"],input[type="email"]{

	width:185px;

}

.wpcf7-select{width:200px; height:35px; border:1px solid;  padding:8px 7px;	border: 1px solid #eaeaea;background: #fff;font-size:14px; color:#898989; font-family: 'Raleway', sans-serif; font-weight:500 }

.wpcf7-select option{padding-bottom:5px}

.wpcf7 textarea {

    width: 95%;

	margin-top: 5px;

}

.wpcf7-form p {

font-size:14px; color:#898989; font-family: 'Raleway', sans-serif; font-weight:500

	}

.wpcf7-form .left-side span,.wpcf7-form .right-side span{color:#ff0000}

.wpcf7-submit{

	

}



div.wpcf7-validation-errors,

.wpcf7-not-valid-tip { 

	text-shadow: none;





	padding: 10px !important;



	color: red;

	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);

	text-align: center;

	margin: 0 !important;

} 



div.wpcf7-validation-errors{

	width: 95%;

	padding: 10px 5px !important;

	border:none!important

}



.wpcf7-not-valid-tip {

	display: block;

	position: relative !important;

	top: 0 !important;

	left: 0 !important;



	font-size: 12px !important;

	margin-top: 8px !important;

	

}

span.wpcf7-not-valid-tip{

	text-align: center;

	text-shadow: none;

	padding: 5px;

	font-size: 11px;

	color:#ff5454;



}

.wpcf7-mail-sent-ok{

	text-align: center;

	text-shadow: none;

	padding: 10px;

	font-size: 12px;

	background: #fff !important;

	border:none!important;

	color:  #59a80f;



}







/*-----------------------------------------------------------------------------------*

/* = Sidebar

/*-----------------------------------------------------------------------------------*/

#sidebar {

	width: 25%;

	float: right;

}

.sidebar-box {

	margin-bottom: 25px;

}

.sidebar-box h4 {

    margin-top: 0px !important;

    margin-bottom: 10px;

	padding-bottom: 10px;

	text-transform: uppercase;

	font-size: 12px;

	border-bottom: 1px solid #eee;

}

.sidebar-box h4 span{

}

.sidebar-box ul {

	list-style: none;

	list-style-position: inside;

	margin: 0px;

}

.sidebar-box li{

	margin-bottom: 5px;

}





/*-----------------------------------------------------------------------------------*/

/* = Widgets

/*-----------------------------------------------------------------------------------*/



#sidebar .widget_recent_entries ul,

#sidebar .widget_nav_menu ul,

#sidebar .widget_categories ul{

	margin: 0;

	list-style: none;

}

.widget_recent_entries a,

.widget_nav_menu a,

.widget_categories a,

.widget_pages a,

.widget_links a,

.widget_archive a,

.widget_meta a{



}

#sidebar .current-menu-item a,

#sidebar .current-cat a,

.widget_pages .current_page_item a{

	color: #000 !important;

}

#sidebar .widget_recent_entries a,

#sidebar .widget_nav_menu ul a,

#sidebar .widget_categories a{

}

.widget_recent_entries a:hover,

.widget_nav_menu ul a:hover,

.widget_categories a:hover{

	text-decoration: none;

	color: #000;

}



#footer .widget_recent_entries li,

#footer .widget_nav_menu ul li,

#footer .widget_categories li{

	padding-bottom: 7px;

	margin-bottom: 7px;

	border-bottom: 1px solid #333;

}



#footer .widget_nav_menu ul ul a{

	padding: 

}



/*tagcloud*/

.tagcloud a {

	line-height: 1em !important;

	display: block;

	float: left;

	padding: 7px 15px;

	background: #3fb7b7;

	margin-bottom: 8px;

	margin-right: 8px;

	color: #fff !important;

	-moz-opacity: 0.9;

    -khtml-opacity: 0.9;

    opacity: 0.9;

	-webkit-transition: opacity 0.2s ease-in-out;

    -moz-transition: opacity 0.2s ease-in-out;

    -o-transition: opacity 0.2s ease-in-out;

    -ms-transition: opacity 0.2s ease-in-out;

    transition: opacity 0.2s ease-in-out;

}

.tagcloud a:hover{

	-moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}



/*calendar*/

#sidebar #wp-calendar caption { text-align: right; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }

#sidebar #wp-calendar, #footer #wp-calendar tr{width: 100%;}

#sidebar #wp-calendar th{text-align: center;}

#sidebar #wp-calendar tbody { color: #666; }

#sidebar #wp-calendar tbody td { padding: 4px 0; text-align: center; background: #fff; border: 1px solid #ddd;}

#sidebar #wp-calendar tbody td:hover{ background: #eee; color: #000; }

#sidebar #wp-calendar tbody a { display: block; }



/*subscribe*/

#subscribe-blog #subscribe-field{

	margin-top: 5px;

	webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

	-moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

#subscribe-blog input{

	width: 100px !important;

}

#subscribe-blog #subscribe-field:focus{ }

#subscribe-blog input[type="submit"] {

	cursor: pointer;

	padding: 5px;

	font-size: 11px;

    background: #ffd964 url("images/yellow-btn.png");

    border: 1px solid #F9B653;

    color: #9C6533 !important;

    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);

    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);

	webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}

#subscribe-blog input[type="submit"]:hover{

	opacity: 0.90;

}



#sidebar #subscribe-blog{

	font-size: 12px;

}

#sidebar #subscribe-blog #subscribe-field{

	font-size: 11px;

	width: 100% !important;

	padding: 10px 5px !important;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}



#footer #subscribe-blog #subscribe-field{

	background: #444;

	border: 1px solid #2b2b2b;

}

#footer #subscribe-blog #subscribe-field:focus{

	background-color: #555;

	color: #fff;

}





/*-----------------------------------------------------------------------------------*

/* = Footer/Copyright

/*-----------------------------------------------------------------------------------*/

#footer{

	background: #222;

	color: #7f7f7f;

	font-size: 12px;

}

#footer a{

	color: #ccc;

	text-decoration: none;

}

#footer a:hover{

	color: #3fb7b7;

}



#footer  ul{

	margin-left: 0px !important;

}



/*footer widgets*/

#footer-widget-wrap{ }

#footer-one,

#footer-two,

#footer-three,

#footer-four{

	float: left;

	width: 230px;

	margin-right: 20px;

	padding-bottom:35px

}

#footer-one{padding-top:93px;width:220px;margin-right: 17px;}

#footer-two{padding-top:22px;width:220px}

#footer-two h4{display:block; width:100%; color:#fff;font-family: 'Raleway', sans-serif; font-weight:100; padding-left:36px; padding-top:1px; background:url(images/tweet.png) no-repeat left top; min-height:26px; font-size:16px}

#footer-three {width:220px}

#footer-four{width:240px; margin-right:-20px}

#footer-three h4{display:block; width:100%; color:#fff;font-family: 'Raleway', sans-serif; font-weight:100; padding-top:24px; padding-bottom:16px; font-size:16px}

#footer-three li{margin-left:10px; }

#footer-three li a{padding-left:11px;font-family: 'Raleway', sans-serif; font-weight:100; color:#818181; font-size:14px; line-height:32px; background:url(images/smallarr1.png) no-repeat left center}

#footer-three li a:hover{color:#fff}



#footer-four h4{display:block; width:100%; color:#fff;font-family: 'Raleway', sans-serif; font-weight:100;  font-size:16px; padding-top:23px}

#footer-social li{display:block; float:left; list-style:none; margin-right:12px; margin-top:16px; margin-bottom:22px; margin-left:2px}

#footer-social .ffacebook a{display:block; width:25px; height:25px; background:url(images/ffacebook.png) no-repeat left top}

#footer-social .ftwitter a{display:block; width:26px; height:25px; background:url(images/ftwitter.png) no-repeat left top}

#footer-social .fpinterest a{display:block; width:24px; height:25px; background:url(images/fpinterest.png) no-repeat left top}

#footer-payments li{display:block; float:left; margin-right:10px; margin-top:20px;}

#footer-payments .paypal{width:32px; height:20px; background:url(images/paypal.png) no-repeat left top}

#footer-payments .visa{width:32px; height:20px; background:url(images/visa.png) no-repeat left top}

#footer-payments .mastercard{width:32px; height:20px; background:url(images/mastercard.png) no-repeat left top}

#footer-four{

	margin: 0;

}





.footer-widget{



}

.footer-widget h4{

	

}



/*footer bottom*/

#footer-bottom{

	padding: 10px 0;

 background:#000000;

 text-align:center;

}

#copyright {

font-family: 'Raleway', sans-serif;

font-weight:500;

    font-size: 8px;

	color:#fff;

}





/*-----------------------------------------------------------------------------------*

/* = Search Bar

/*-----------------------------------------------------------------------------------*/

#searchbar {

    display: block;

    position: relative;

	width: 100%;

	margin-bottom: 4px;

}

#search {

    position: relative;

	width: 100%;

    padding: 10px 30px 10px 10px;

    outline: none;

    border: 1px solid #ddd;

	color: #666;

	margin: 0;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	font-size: 11px;

}

#search:focus { }



/*-----------------------------------------------------------------------------------*

/* Main Shortcodes

/*-----------------------------------------------------------------------------------*/



/*columns*/

.one-half{ width:48%; }

.one-third{ width:30.66%; }

.two-third{ width:65.33%; }

.one-fourth{ width:22%; }

.three-fourth{ width:74%; }

.one-fifth{ width:16.8%; }

.one-sixth{ width:13.33%; }

.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {

	position:relative; margin-right:4%; float:left;

}





.column-last{margin-right: 0px;}

.column-first{margin-left: 0px;}



/*box shortcodes*/

.box-shortcode {

    margin: 5px 0px;

    padding: 10px;

	color: #fff;

	font-size: 13px;

	font-weight: bold;

	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;

}

.box-black {

    background-color: #000;

}

.box-red {

    background-color: #e62727;

}

.box-green {

    background-color: #91bd09;

}

.box-blue {

    background-color: #00ADEE;

}

/*highlights*/

.text-highlight { padding: 2px }

.highlight-yellow,

.highlight-yellow a {

    background-color: #FFF7A8;

    color: #695D43;

}

.highlight-pink,

.highlight-pink a {

    background-color: #F7DEEB;

    color: #724473;

}

.highlight-purple,

.highlight-purple a {

    background-color: #E0DBF6;

    color: #5C5577;

}

.highlight-blue,

.highlight-blue a {

    background-color: #D7F0FF;

    color: #2A67A4;

}

.highlight-green,

.highlight-green a {

    background-color: #E7FFCE;

    color: #47630A;

}

.highlight-red,

.highlight-red a {

    background: #FFCEBE;

    color: #A22121;

}

.highlight-gray,

.highlight-gray a {

    background-color: #EBEBEB;

    color: #787777;

}



/*Other buttons*/

.button {

	font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;

	margin-right: 5px;

	margin-top: 10px;

	display: inline-block;

	background: #222;

	color: #fff;

	padding: 6px 20px;

	font-size: 12px;

	font-weight: bold;

}

.button:hover,

.button.hover { opacity: 0.8; color: #fff; }

.button:active,

.button.active { top: 1px }

.button.black {

	background-color: #333333;

}

.button.teal{

	background-color: #3fb7b7;

}

.button.gray {

	background-color: #666666;

}

.button.light-gray {

	background-color: #D5D2D2;

	color: #666;

}

.button.red {

	background-color: #e62727;

}

.button.orange {

	background-color: #f24919;

}

.button.magenta {

	background-color: #A9014B;

}

.button.yellow {

	background-color: #ffb515;

}

.button.blue {

	background-color: #00ADEE;

}

.button.pink {

	background-color: #e22092;

}

.button.green {

	background-color: #91bd09;

}

.button.rosy {

	background-color: #F16C7C;

}

.button.brown {

	background-color: #804000;

}

.button.purple {

	background-color: #800080;

}

.button.cyan {

	background-color: #46C7C7;

}

.button.gold {

	background-color: #D4A017;

}







.content{    

display: flex;

flex-direction: column;

display: -webkit-box;

  

display: -ms-flexbox;

   

display: -webkit-flex;

   

display: flex;





   

    -webkit-box-orient: vertical;

   

    -webkit-flex-direction: column;



    -ms-flex-direction: column;

  

    flex-direction: column;

    

 

	height: auto;

    min-height: 100%;  

    min-height: 100vh; 

	 -ms-flex-pack: center;

	 overflow:hidden

	}

.wrapper	 {

    flex: 1;

	 -webkit-box-flex: 1;



    -ms-flex: 1;

   

    -webkit-flex: 1;

		





  flex: 1;          

	

}

   */

   

html, body {height: 100%;}



.wrapper {min-height: 100%;}



.push{overflow:auto;

	padding-bottom: 210px;}  /* must be same height as the footer */



.footer {position: relative;

	margin-top: -210px; /* negative value of footer height */



	clear:both;} 



/*Opera Fix*/

body:before {

	content:"";

	height:100%;

	float:left;

	width:0;

	margin-top:-32767px;/

}

.slidetitle{display:none!important}