/*
Theme Name: Brett Slater
*/

.left { float:left; }
.right { float:right; }
.clr { clear:both; font-size:0; overflow:hidden; height:0; }
*+html .clr { display:inline; }
* html .clr { display:inline; }
td { vertical-align:middle; }

h1, h2, h3, h4, h5, h6 { font-family: 'Lato-Light'; line-height: 1em; font-weight:100; }

/* Must be changed to correct values according to the design */
html, body { height: 100%; width:100%; }
body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#131313;
	background:url(images/bg-body.gif) 0 0 repeat;
	padding:0;
}
h1 { 
	padding:5px 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #64a2b7;
	font-size:30px;
	color:#3a8199;
	line-height:30px;
	font-weight:normal;
}
h2 { 
	padding:22px 0 14px 0;
	font-size:20px;
	margin:0;
	text-transform:uppercase;
	color:#3a8199; 
}
h3 { 
	padding:5px 0 10px 0;
	font-size:18px;
	color:#3a8199; 
}
h4 { color:#3a8199; font-size:18px; }
h5 { color:#3a8199; font-size:16px; }
h6 { color:#3a8199; font-size:14px; }
p { padding:0 0 10px 0;}

ol { padding:0; }

ol li { 
	font-family: 'Open Sans', sans-serif;
	list-style-type:decimal; 
	list-style-position:outside;
 	padding:0 0 10px 0;
	font-size:16px;
	font-weight:800;
	color:#236277;
}

ol li span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#131313;
	font-weight:normal;
}

ul {
	padding:0 0 10px 0;
	margin:0;
}

ul li {
	display:table;
	list-style:none;
	list-style-position:outside; 
	padding:0 0 10px 30px;
	background:url(images/bg-ul-list.png) 0 0 no-repeat;
}

a { color:#3A8199;  text-decoration:underline; }

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

.form-holder input[type="text"],
.form-holder table td input[type="text"],
.form-holder input[type="password"],
.form-holder table td input[type="password"] { height:30px; line-height:30px; }
.form-holder input[type="text"],
.form-holder table td input[type="text"],
.form-holder input[type="password"],
.form-holder table td input[type="password"],
.form-holder textarea,
.form-holder table td textarea {	
	border-radius:0;
	border:none;	
	color:#302d27;
	background-color:#FFFFFF;	
	text-indent:0;
	width:99%; 
	padding-left:1%;
	color:#302d27;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.form-holder textarea,
.form-holder table td textarea { height:60px; resize:none; }
.sidebar .form-holder input[type="text"],
.sidebar .form-holder table td input[type="text"],
.sidebar .form-holder input[type="password"],
.sidebar .form-holder table td input[type="password"],
.sidebar .form-holder textarea,
.sidebar .form-holder table td textarea { width:98%; padding:0 0 0 2%; }
.form-holder input[type="text"]:focus,
.form-holder table td input[type="text"]:focus,
.form-holder input[type="password"]:focus,
.form-holder table td input[type="password"]:focus,
.form-holder textarea:focus,
.form-holder table td textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.form-holder select,
.form-holder table td select {
	width: 220px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.form-holder input[type="radio"],
.form-holder table td input[type="radio"],
.form-holder input[type="checkbox"],
.form-holder table td input[type="checkbox"] {
	width: auto;
  	margin: 4px 0 0;
  	/* IE7 */
  	margin-top: 1px \9;
	/* IE8-9 */
	line-height: normal;
  	cursor: pointer;
}
.form-holder select:focus,
.form-holder table td select:focus,
.form-holder input[type="radio"]:focus,
.form-holder table td input[type="radio"]:focus,
.form-holder input[type="checkbox"]:focus,
.form-holder table td input[type="checkbox"]:focus {
	outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 0px;
}


/*---------------------------------
	OVERALL STRUCTURE
----------------------------------*/
@font-face {
		font-family: 'Lato-Light';
		src: url('fonts/latolight.eot');
		src: url('fonts/latolight.eot?#iefix') format('embedded-opentype'),
				 url('fonts/latolight.woff') format('woff'),
				 url('fonts/latolight.ttf') format('truetype'),
				 url('fonts/latolight.svg#Lato-Light') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'OpenSans-Italic';
		src: url('fonts/opensansitalic.eot');
		src: url('fonts/opensansitalic.eot?#iefix') format('embedded-opentype'),
				 url('fonts/opensansitalic.woff') format('woff'),
				 url('fonts/opensansitalic.ttf') format('truetype'),
				 url('fonts/opensansitalic.svg#OpenSans-Italic') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Lato-Regular';
		src: url('fonts/latoregular.eot');
		src: url('fonts/latoregular.eot?#iefix') format('embedded-opentype'),
				 url('fonts/latoregular.woff') format('woff'),
				 url('fonts/latoregular.ttf') format('truetype'),
				 url('fonts/latoregular.svg#Lato-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
}

.top-wrapper { width:100%; position:relative; }
.top-wrapper,
.mid-wrapper,
footer {}
.mid-wrapper { height:auto; }
footer { position:relative;	width:100%; }
.top-wrapper .container { }
.top-wrapper .container,
.mid-wrapper .container,
footer .container { border-left:20px solid #f5f4f1; border-right:20px solid #f5f4f1; }
a.btn-box-red {
	background:url(images/bg-box-red.gif) 0 0 repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	height:38px;
	line-height:38px;
	text-align:center;
	display:block;
	text-decoration:none;
}
a.btn-box-red span { color:#ffcd34; }
a.btn-round-red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
	background-color:#afafaf;
	line-height:27px;
	display:inline-block;
	text-decoration:none;
	text-transform: capitalize;
}
a.btn-round-red:hover { background-color:#3A8199; text-decoration:none; }

/*---------------------------------
	HEADER
----------------------------------*/
header { background:url(images/bg-header.gif) repeat; border-bottom:1px #fefefe solid; }
.contact-head { padding:0 35px 0; color:#ffffff; text-align:right; }
.contact-head p { padding:0; margin:0; font-size:14px; }
.contact-head h3{ margin:0; padding:0; font-size:27.97px; color:#ffffff; font-weight:bold; }
.contact-head h3 a{ color:#ffffff; text-decoration:none; }

/*---------------------------------
	LOGO
----------------------------------*/
#logo { }

/*---------------------------------
	NAVIGATION
----------------------------------*/
nav { background:#fefefe; border-top:5px #64a2b7 solid;  border-bottom:1px #64a2b7 solid; position:relative; z-index:1000; }
.navbar { margin:0; }
.navbar ul,
.navbar #mega { padding:0; margin:0; }
.navbar ul li,
.navbar #mega li { list-style:none; position:relative; background:none; display:block; /* padding:0px; margin-left:12px !important; */ padding-bottom:
0 !important;}
.ie8 .navbar ul li { margin-left:34px; }
.navbar ul li a,
.navbar #mega li a {
	display:block;
	padding:15px 0 17px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#42575e;
	line-height:14px;
	text-decoration:none;
	font-weight:100;
	text-transform:uppercase;
}
.navbar ul > li {
	float: left;
	padding: 0 0 10px 25px;
}
.navbar ul li a:hover,
.navbar #mega li a:hover { color:#6a9fb1; background:url(images/bg-menu-link.png) bottom center no-repeat;	border-radius:5px; }
.navbar ul > li:hover > ul,
.navbar #mega > li:hover > ul { left:0; }
.navbar ul > li > ul > li:hover ul,
.navbar #mega > li > ul > li:hover ul { left:100%; top:0; }
.navbar ul > li ul,
.navbar #mega > li ul { background-color:#302d27; left: -9999px; padding: 0;	position: absolute; }
.navbar ul > li ul li,
.navbar #mega > li ul li {
	margin:0px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: none;
    line-height: 1;
    list-style: none outside none;

    padding: 0;
    white-space: nowrap;
		position:relative;
}
.navbar ul li ul li a,
.navbar #mega li ul li a { display:block; padding:8px 10px; color:#ffffff; font-size:12px; line-height:12px; }
.navbar ul > li > a:hover,
.navbar #mega > li > a:hover,
#menu-main > li.current-menu-item > a,
.navbar #mega > li.active > a,
.navbar ul > li.active:hover > a,
.navbar #mega > li.active:hover > a,
.navbar ul > li:hover > a,
.navbar #mega > li:hover > a { background:url(images/bg-menu-link.png) bottom center no-repeat; color:#6a9fb1;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.navbar ul li ul li a:hover,
.navbar #mega li ul li a:hover {
	background:#ffffff !important;
	color:#64a1b6;
	border-radius:0;
	text-decoration:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.navbar .btn-navbar { background:url(images/bg-collapse.png) right 3px no-repeat; box-shadow:none; border:0; outline:none; margin:10px 20px 10px;
padding:0 30px 0 0; font-size:16px; color:#333; }
.navbar .btn-navbar:hover { background-color:transparent; color:#333; }

.active-menu h3 { color: #64A2B7; font-family: Arial,Helvetica,sans-serif; font-size: 18px; line-height: 30px; margin: 0; padding: 0 15px; }

.search{ padding:10px 14px 0 0; }
.search form{ margin:0px; }
.search form input[type=text], .search form input[type=submit]{ float:left; }
.search form input[type=text]{
	background:#f5f4f1;
	border:1px #d2d8db solid;
	width:auto;
	height:23px;
	padding:0 6px;
	line-height:23px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:14px;
	color:#929292;
}
.search form input[type=submit]{
	background:url(images/btn-search.png) 0 0 no-repeat;
	width:32px;
	height:26px;
	border:none;
	text-indent:-9999px;
	margin:1px 0 0 -7px;
}

/*---------------------------------
	BANNER
----------------------------------*/
#banner { position:relative; }
.banner-imgholder { font-size:0; line-height:0; }
.banner-descholder { position:absolute; top:20%; right:130px; margin-top:-20px; width:590px; font-family: 'Lato', sans-serif; font-size:18px;
color:#77797a; text-align:left; font-weight:400; }
.banner-descholder p{ display:block; }

.banner-descholder h1,
.banner-descholder h2,
.banner-descholder h3,
.banner-descholder h4,
.banner-descholder h5,
.banner-descholder h6{ float:left; background:#48bab9; padding:5px 30px 7px; font-family: 'Lato', sans-serif; color:#f7f7f7; font-weight:900; }
.banner-descholder h1 { font-size:35.19px; line-height:35.19px; }
.banner-descholder h2 { font-size:32px; line-height:32px; }
.banner-descholder h3 { font-size:30px; line-height:30px; }
.banner-descholder h4 { font-size:28px; line-height:28px; }
.banner-descholder h5 { font-size:25px; line-height:25px; }
.banner-descholder h6 { font-size:20px; line-height:20px; }

.banner-descholder p { color:#77797a; }

.banner-descholder a.btn-link-banner{
	-webkit-box-shadow: #666 0px 0px 9px;
	-moz-box-shadow: #666 0px 0px 9px;
	box-shadow: #666 0px 0px 9px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ededed));
	background: -webkit-linear-gradient(#ffffff, #ededed);
	background: -moz-linear-gradient(#ffffff, #ededed);
	background: -ms-linear-gradient(#ffffff, #ededed);
	background: -o-linear-gradient(#ffffff, #ededed);
	background: linear-gradient(#ffffff, #ededed);
	-pie-background: linear-gradient(#ffffff, #ededed);
	
	display:block;
	float:left;
	padding:12px 28px;
	font-size:16.99px;
	color:#2c2d2d;
	line-height:16.99px;
	text-decoration:none;
}

.banner-descholder a.btn-link-banner:hover {
	color:#48bab9;
}

.banner-bullet { position:absolute; top:33px; right:29px; }
.banner-bullet li { float:left; list-style:none; background:none; padding:0 3px 0 3px; }
.banner-bullet li a { background:url(images/bg-banner-bullet.png) 0 0 no-repeat; width:15px;	height:16px; display:block; text-indent:-9999px; }

.banner-bullet li a:hover,
.banner-bullet li.active a { background-position:0 100%; }
.banner-bullet,
.banner-control a { z-index:100; }
.banner-control {}
.banner-control a { width:17px; height:17px; display:block; position:absolute; top:148px; text-decoration:none; text-indent:-9999px; }
.banner-control a.btn-prev { background:url(images/btn-prev.png) 0 0 no-repeat; left:20px; }
.banner-control a.btn-next { background:url(images/btn-next.png) 0 0 no-repeat; right:20px; }
.banner-control a:hover { background-position:0 100%; }

.banner-control a
.banner-control a:hover,
.banner-control a span,
.banner-control a:hover span,
.banner-control a:focus,
.banner-control a:active,
.banner-bullet ul li a,
.banner-bullet ul li a:hover,
.banner-bullet ul li.active a,
.banner-bullet ul li a:focus,
.banner-bullet ul li a:active { outline:0; }


/*---------------------------------
	DISPLAY AREA
----------------------------------*/
#display-area {
	background-color:#f5f4f1;
	padding-top:31px;
	padding-bottom:40px;
}

.index #display-area {}

/*---------------------------------
	CONTENT
----------------------------------*/
.service-box { text-align:center;}

.service-box img {
	border:3px solid #FFFFFF;
	/*margin:0 0 15px 0;*/
}

.service-box h5 {
	font-family: 'Lato-Light';
	font-size:18px;
	color:#346575;
	padding:0 0 20px 0px;
	margin:0;
	text-transform:uppercase;
}

.service-box h5 span.left-leaf { 
	background:url(images/bg-left-leaf.png) 0 2px no-repeat;
	padding-left:38px;
}


.service-box h5 span.right-leaf { 
	background:url(images/bg-right-leaf.png) 100% 2px no-repeat;
	padding-right:38px;
}

.service-cat { padding-bottom:20px; }

.img-txt-column-b {
	padding:0 0 20px 0;
}

.img-wrap-left img {
	border:5px solid #e0e0e0;
}

.quote-box {
	background:url(images/bg-quote-open.gif) #64a2b7 10px 0 no-repeat;
	border:1px solid #FFFFFF;
	padding:25px 25px 25px 25px;
	margin:0 0 10px 0;
}

.quote-box h4 {
	font-size:13px;
	color:#fff;
	padding:0;
	margin:0;
	font-weight:400;
	font-family: 'OpenSans-Italic';
	line-height:20px;

}
/*for inner page*/
.text-wrap h3 { padding:5px 0 16px 0; margin:0; }
.text-wrap > p { margin: 0; padding: 0 0 14px;}
/*---------------------------------
	SIDEBAR
----------------------------------*/
.sidebar {}
.sb-box {}

.sidebar .form-holder #captchas a { font-size:10px; }
.sidebar .form-holder #captchas a:hover { color:#B4B1A0; text-decoration:none; }
.form-holder .body,
.form-holder .in-wrap { background-color:#ffffff; border:1px #dee0e2 solid; position:relative; padding:14px 14px 5px 14px; margin:0 0 15px 0; float:left; }
.form-holder.contact .in-wrap { padding:14px 14px 5px 14px; }
.form-holder h5,
.form-holder h3 {
	font-family: 'Lato-Regular';
	font-size:24px;
	font-weight:normal;
	color:#64a2b7;
	padding:0 0 10px 0;
	margin:0;
}
.form-holder p { color:#8c8d8d; padding:0 0 5px 0; }
.form-holder table { width:100%; }
.sidebar .form-holder input[type="text"], .sidebar .form-holder textarea {
	background:#f5f4f1;
	border:1px solid #d2d8db;
}

.form-holder input[type="text"], .form-holder textarea {
	background:#f5f4f1 !important;
	border:1px solid #d2d8db !important;
}

.form-holder input[type="submit"] {
	font-size:14px;
	color:#f5f4f1;
	line-height:34px;
	height:34px;
	padding:0 15px 0 15px;
	margin:0;
	display:block;
	background-color:#48bab9;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-transform:uppercase;
}
.form-holder input[type="submit"]:hover { text-decoration:underline; background-color:#48bab9; }
.testimonial h5 { padding:0 0 13px 0; border-bottom:2px solid #fff; font-family: 'Lato-Regular'; font-size:22px; }
.testimonial h6 { font-weight:bold; color:#656464; text-align:right; border-bottom:1px solid #d8e5f2; padding:0 0 9px 0; margin:0; }
.testi-cols > p { color: #656464; margin:0; padding:14px 0 9px 0;}
.testimonial > a { color: #48bab9; text-transform:uppercase; font-size:11px; text-align:right; display:block; padding:17px 0 0 0;
text-decoration:none;}
.testimonial > a:hover { text-decoration:underline; }
.footer-background { background:#f5f4f1; border-top:18px solid #64a2b7; padding:10px 5px 0 10px; }
footer ul { padding:0; margin:0; }
footer ul li:first-child { background:none; padding-left: 0; }
footer ul li { float:left; background:url(images/bg-footer-list.gif) 0 5px no-repeat; padding:0 7px 0 7px; list-style:none; color:#737373; }
.ie8 footer ul li { padding:0 5px 0 6px;}
footer ul li a { color:#737373; text-decoration:none;font-size:11px; }
footer ul li a:hover { color:#64a2b7; text-decoration:underline; }

.form-holder .step-wrap table td,
.form-holder .step-wrap table td h3 {/*  color:#ffffff;  */}
.form-holder .step-wrap table td h3 { margin-top:10px; }


.contact-head p a { color:#666666; text-decoration:none; }
#box_517a125a81884 a:hover { color:#383838; text-decoration:underline; }
.testimonial a { text-decoration:none; }


#site-generator {
    background: none repeat scroll 0 0 #F5F4F1;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    line-height: 2.2em;
    padding: 2.2em 0.5em;
    text-align: center;
}

#site-generator a {
    color: #555555;
    font-weight: bold;
	text-decoration: none;
}
/*#box_5181cc5881051 .span4 iframe {
    border: 3px solid #FFFFFF !important;
    margin: 0 0 9px;
}*/
.service-box p {
    min-height: 100px;
}

/*julie 05.20.2013*/
.iframe-youtube { 
   height:0;
  width:100%;
  padding-bottom:60.25%;
  overflow:hidden;
  position:relative;
  border:3px solid #fff;
  margin:0 0 15px 0;
}

.iframe-youtube iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  border:0 !important;
 
}
.service-cat img {margin:0 0 15px 0;}
.Opera .iframe-youtube {
   padding-bottom:61.25%;
}
.Safari .iframe-youtube {
   padding-bottom:60.90%;
}




/* Additional Styles */
header{ position:relative; }
header .header-title{ position:absolute; top:50px; left:220px; }
header .header-title h2{ margin:0px; padding:20px 0 0 0; font-size:30px; color:#ffffff; font-weight: bold; text-transform: none; }
.contact-head{ margin-top:30px; }



@media (min-width: 980px) {
	.container{ width:auto; }
	.banner-descholder{ width:450px; }
}

@media (min-width: 1200px) {
	.container{ width:1140px; }
	.banner-descholder{ width:590px; }
}

@media(min-width:979px) {
   /* .service-cat iframe {
        min-height: 138px !important;
        width: 223px;
    }*/
    .service-box p {
      min-height: 140px;
  }
  .banner-descholder {
    right: 56px;
    width: 522px;
  }
  iframe { min-height:132px !important;}
}

@media(min-width:768px) and (max-width:977px) {
   /* .service-cat iframe {
        height: 107px;
        width: 170px;
    }*/
    .service-box p {
        min-height: 160px;
  }
    .banner-descholder {
 
      right: 116px;
      width: 344px;
      display:block !important;
  }
  .banner-descholder a.btn-link-banner{margin: -5px 0 0 !important;}
  
}
@media (max-width:768px) {
	.iframe-youtube { 
	  height:162px;
	  width:264px;
	  padding-bottom:0;
	  overflow:hidden;
	  position:relative;
	  border:0;
	  margin:0 auto 15px auto;
	}
	
	.iframe-youtube iframe {
	  width:auto;
	  height:auto;
	  position:absolute;
	  top:0;
	  left:0;
	  border:3px solid #ffffff;
	 
	}

}


@media (max-width: 767px) {
	.banner-descholder { position:absolute !important; display:block !important; width:60%; top:10%; right:20px; }
	.banner-descholder h1, .banner-descholder h2, .banner-descholder h3, .banner-descholder h4, .banner-descholder h5, .banner-descholder h6{
	padding:2px 30px 3px !important; font-size:10px !important; }
	.banner-descholder a.btn-link-banner{ padding:2px 14px !important; }
	.banner-descholder p{ padding:0 0 2px; }
	.iframe-youtube { 
   height:162px;
  width:264px;
  padding-bottom:0 !important;
  overflow:hidden;
  position:relative;
  border:0;
  margin:0 auto 15px auto;
}

.iframe-youtube iframe {
  width:auto;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  border:3px solid #ffffff;
 
}
header .header-title{ top:15px; }
}

@media (max-width: 480px) {
  .banner-descholder{top: 49%;
  }
  .banner-descholder p{display:none;}
  .banner-descholder h5{padding:5px 8px !important;margin: 0 0 0 22px;}
  .service-box p{min-height:60px !important;}
	header .header-title{ position:relative; left:0px; display:table; margin:auto; }
}
@media (min-width: 600px) and (max-width:799px){
  .banner-descholder{top:18% !important; }
  .service-box p{min-height: 60px !important;}
}
/* #site-generator a img{width:52px !important;} */

@media(min-width:981px) {
   /* .service-cat iframe {
       min-height: 161px !important;
    	width: 261px;
    }*/
  
}
@media(max-width:1163px) {
  
  .iframe-youtube { 
  padding-bottom:61.50%;
  }
  .Safari .iframe-youtube { 
  padding-bottom:61.90%;
  }
}
.ie8 .container { width: 1140px !important; }
.blog-imgholder {
    display: none !important;
}

.banner-descholder a {
    color: #48BAB9;
    cursor: pointer;
    text-decoration: none;
}

.case-studies > p {
    background: none repeat scroll 0 0 #48BAB9;
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    padding: 10px 0;
    text-align: center;
	cursor:pointer;
}

.case-studies a {
    color: #FFFFFF;
    font-family: lato;
    font-size: 20px;
    text-decoration: none;
}
.case-studies p:hover{background:none repeat scroll 0 0 #63d9d8;}
@media (min-width:1200px){
	.navbar ul li, .navbar #mega li {/* margin-left:28px !important; */}
}
#box_51cd25444d902 span {
    font-weight: 700;
}

#box_51cd25444d902 > p {
    color: #3A8199;
    font-family: 'Lato-Light';
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 14px;
  border-bottom: 1px solid #3A8199;
}
@media (min-width:320px) and (max-width:479px){
	header .header-title h2{text-align:center;}
}
/* @media (min-width:768px) and (max-width:979px){
	header .header-title {position:static;}
	.contact-head {margin-top: 6px;}
} */
@media (min-width:768px) and (max-width:900px){
header .header-title {top: 15px;}
.contact-head {
    margin-top: 65px;
}
}
@media (min-width:595px) and (max-width:767px){
.contact-head {margin:43px 0 0;}
}
@media (min-width:481px) and (max-width:594px){
header .header-title {
    top: -9px;
}

header .header-title h2 {font-size: 19px;}
.contact-head {margin-top: 42px;}

.contact-head h3 { font-size: 18px;}

header .header-title {
    top: 1px;
	left: 215px;
}
}

#box_5188829ac9636 {
    padding: 15px 0 0;
}
.blog-author-details > p {
    text-align: left;
}
.sidebar .flexslider {
	margin: 0;
	background: transparent;
	border: 0px;
	box-shadow:none;
}
.flexslider .slides > li {
	background: none;
	padding: 0px;
}
.menu-footer2-container ul {
	float:right;	
}
#breadcrumbs_container ul li span {
	text-transform:uppercase;	
}
.testi1-quote-close p {
	margin:0;
	padding:0;
	font-size:16px;
}
.bloglinks_list .bloglinks_content p {
	font-size: 16px;
}
.bloglinks_list .btn-readmore {
	display: table;
	font-size: 16px;
}
.bloglinks_list {
	margin-bottom: 20px;
}
.ctrl {
	float:left;
	clear:both;
	width:100%;
	margin:40px 0;	
}
.ctrl span {
	padding: 3px 6px 3px 6px;
	border: 0 none;
	font-weight: bold;
	background-color: transparent;
	color: #484344;
}
.ctrl a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #ffffff;
	background: #e7e7e7;
	text-decoration: none;
	color: #105d7e;
}

.posts-nav {
	width:100%;
	float:left;
	clear:both;	
	margin:30px 0 0 0;
}
.page-button a {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.prev_btn {
	float:left;	
}
.next_btn {
	float:right;	
}
.prev_btn a:hover, .next_btn a:hover {
	background-color: #F0FFFF;
}
.widget {
	margin:0 0 20px;	
}
.widget h3 {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.widget li {
	list-style-type: none;
	padding: 3px 0;
	background: none;
}

/* comments */

#respond {
	margin:36px 0 0 0;
	float: left;
	width: 100%;
	clear: both;	
}
#comment {
	width:500px;
	color:#000;
	font-size:15px;	
}
#submit {
	font-size: 14px;
	color: #f5f4f1;
	line-height: 34px;
	height: 34px;
	padding: 0 15px 0 15px;
	margin: 0;
	display: block;
	background-color: #48bab9;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	border-radius:4px;
}
#submit:hover {
}
#comments {
	margin:56px 0 24px 0;
	float: left;
	width: 100%;
	clear: both;	
}
.commentlist {
	list-style:none;
	margin:0;
	float: left;
	width: 100%;
	clear: both;	
}
.comment-author {
	margin:0 0 12px 0;
	float: left;
	width: 100%;
	clear: both;	
	line-height:2;
}
.comment-author cite {
	font-weight:bold;
}
.comment-author img {
	margin:0 20px 0 0;
	float: left;
}
.comment-meta {
	margin:0 0 18px 0;
	float: left;
	width: 100%;
	clear: both;	
}
.reply {
	font-weight:bold;
}

/* contact */

.wpcf7 div {
	float: left;
	width: 100%;
	clear: both;
}
.wpcf7 div input {
	float: right;
	width: 50%;
	clear: none;
	border-radius: 0px;
	border:0px;
}
.wpcf7 div textarea {
	float: right;
	width: 50%;
	clear: none;
	border-radius: 0px;
	height: 180px;
	background: #FFF;
	border:0px;
}
.wpcf7 div label {
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 15px;
	width: 45%;
	clear: none;
}
.wpcf7-submit {
	width: auto;
	height: auto;
	color: #000;
	line-height: 1.5;
	text-align: center;
	float:left;
	clear:both;
	border: 0;
}
.bldr-txt {
	font-size:16px;	
}
.free-report {
	background: #64a1b6;
	width: 92%;
	padding: 15px 4% 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 6px;
	margin: 0 0 20px;
	float:left;
}
.free-report p {
	width:100%;
	padding:0;
	text-align:center;
	color:#FFF;
	font-size:17px;
	line-height:1.4;
	font-family: lato;
	margin:0 0 15px;
	float:left;
}
.free-report a {
	background: #73bdd8;
	padding:12px 0;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:1.3;
	font-family: lato;
	width:96%;
	text-decoration:none;
	clear:both;
	margin:0 2%;
	border-radius:4px;
	float:left;
}