/*
Theme Name: DataSite
Theme URI: http://www.datasitecolo.com
Author: Alberto Roig
Author URI: http://www.fhbnet.com
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. 
Version: 1.0
*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );
@font-face {
  font-family: 'Cantarell-Regular';
  src: url('css/fonts/Cantarell-Regular.eot') format('embedded-opentype'),  url('css/fonts/Cantarell-Regular.woff') format('woff'), url('css/fonts/Cantarell-Regular.ttf')  format('truetype'), url('css/fonts/Cantarell-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cantarell-Bold';
  src: url('css/fonts/Cantarell-Bold.eot') format('embedded-opentype'),  url('css/fonts/Cantarell-Bold.woff') format('woff'), url('css/fonts/Cantarell-Bold.ttf')  format('truetype'), url('css/fonts/Cantarell-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
    word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}

.gallery .gallery-caption{
	margin-top: .5em;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. 
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; } 
 
/* --- STYLES START HERE --- */



/* -------------------------------------------------------------- 
   MAIN
-------------------------------------------------------------- */

body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica , Arial, 'sans-serif';
	font-weight:400;
	font-size:1.4em;
	color:#333;
	line-height:1.6;
}
a {
	color:#630002;
}
a:hover, a:focus {
	color:#470B07;
}
h1 {
	font-size:1.6em;
	font-weight: 700;
	color:#7d141a;
	text-transform:uppercase;
	margin-top:0;
}
h2 {
	font-size:1.45em;
}
h3 {
	font-size:1.30em;
}
h4, h5, h6 {
	font-size:1.25em;
}
.main-content ul {
	margin-bottom:20px;
}
.main-content li {
	margin-bottom:5px;
}
.container {
	margin:0 auto;
}
.main-content {
	margin:3% 0;
}

.breadcrumbs{
	margin-bottom: 20px;
}

/* -------------------------------------------------------------- 
   HEADER
-------------------------------------------------------------- */

.site-header {
	background:#410006 url(images/background-header.jpg) center top no-repeat;
	height:auto;
	padding:0 0 1%;
/* 	min-height:209px; */
}
	.burges .site-header {
		background-image: url(images/background-header-burges.jpg);
	}
.site-header .container {
	padding-bottom:0;
}
.logo img {
	margin:25px 0 0; /*30px 0 0*/
}
.site-header .cta-holder p {
	float:right;
}
.site-header .cta {
	display:block;
	width:190px;/* 237px*/
	height:41px; /*51px*/
	background:url(images/header-cta.png) top left no-repeat;
	text-indent:-4000em;
	overflow:hidden;
	margin:30px 0 8px 0; /*35px 0 15px 0*/
}
	.burges .site-header .cta{
		background-image: url(images/header-cta-burges.png);
	}
.site-header .client-login {
	clear:both;
	text-indent:-4000em;
	overflow:hidden;
	margin-top:8px;
}
.site-header .client-login, .site-header .client-login a {
	display:block;
	width:118px; /*147px*/
	height:27px; /*33px*/
}
.site-header .client-login a {
	background:url(images/btn-client-login.png) top left no-repeat;
}

.cta-holder .cta, .site-header .client-login a{ background-size: 100%;}
.site-header .logo img { max-width: 70%;}
	.burges .site-header .logo img { max-width: 100%; }

/* -------------------------------------------------------------- 
   NAVIGATION
-------------------------------------------------------------- */

.site-navigation {
	background:url(images/background-navigation.png) top left repeat-x #630101;
	min-height:50px;
}
.site-navigation .container {
	padding-bottom:0;
}
.navbar-default {
	background-color:transparent;
	border:none;
	margin-bottom:0;
}
/* .nav-justified li a */ 
.site-navigation .nav > li > a {
	color:#fff;
	text-transform:uppercase;
	padding:15px 2%;
	font-weight: 700;
	min-width: 80px;
	white-space: nowrap;
}

.site-navigation .nav > .menu-item-21 > a {
	word-wrap: normal;
}

.ie .site-navigation .nav > li > a {

}

.ie .site-navigation .nav > .menu-item-21 >  a{ min-width: 118px; } 

.site-navigation ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.site-navigation .nav > li.open > a, .site-navigation .nav > li:hover > a, .site-navigation .nav > li.active, 
.site-navigation .nav > li > a:focus, .site-navigation .nav .current_page_ancestor {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #560000),
		color-stop(1, #6B0306)
	);
	background-image: -o-linear-gradient(bottom, #560000 0%, #6B0306 100%);
	background-image: -moz-linear-gradient(bottom, #560000 0%, #6B0306 100%);
	background-image: -webkit-linear-gradient(bottom, #560000 0%, #6B0306 100%);
	background-image: -ms-linear-gradient(bottom, #560000 0%, #6B0306 100%);
	background-image: linear-gradient(to bottom, #560000 0%, #6B0306 100%);
}
.dropdown-menu {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #6B0306),
		color-stop(1, #560000)
	);
	background-image: -o-linear-gradient(bottom, #6B0306 0%, #560000 100%);
	background-image: -moz-linear-gradient(bottom, #6B0306 0%, #560000 100%);
	background-image: -webkit-linear-gradient(bottom, #6B0306 0%, #560000 100%);
	background-image: -ms-linear-gradient(bottom, #6B0306 0%, #560000 100%);
	background-image: linear-gradient(to bottom, #6B0306 0%, #560000 100%);
}
.ie9 .nav > li.open > a, .ie9 .nav > li:hover > a, .ie9 .nav > li.active, .ie9 .nav > li > a:focus, .ie9 .nav .current_page_ancestor,
.ie9 .dropdown-menu,
.ie8 .nav > li.open > a, .ie8 .nav > li:hover > a, .ie8 .nav > li.active, .ie8 .nav > li > a:focus, .ie8 .nav .current_page_ancestor,
.ie8 .dropdown-menu {
	background-color:#6B0306;
}
.dropdown-menu {
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-top:0;
	min-width:200px;
	padding: 0 0 10px 0;
}
.dropdown-menu > li > a {
	border-bottom:1px solid #BB8A89;
	padding:8px 0;
}
.dropdown-menu > li:last-child > a {
	border-bottom:none;
}
.dropdown-menu > li > a {
	color:#fff;
}
.dropdown-menu > li:hover > a, .dropdown-menu li a:hover, .dropdown-menu li a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color:#DDD;
	background:none;
}
.dropdown-menu > li{
	padding:0 20px;
}
.dropdown-menu > li:hover{
	background:#450a09;
}

/*
.dropdown-menu > li:hover > a, .dropdown-menu li a:hover, .dropdown-menu li a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.ie9 .dropdown-menu li:hover a, .ie9 .dropdown-menu li a:hover, .ie9 .dropdown-menu li a:focus, 
.ie9 .dropdown-menu .active a, .ie9 .dropdown-menu .active a:hover, .ie9 .dropdown-menu .active a:focus,
.ie9 .dropdown-menu a:hover, .ie9 .dropdown-menu li:hover {
	color:#DDD;
	background:none;
	background-color:#6B0306 !important;
	background:#6B0306 !important;
}
*/



/* -------------------------------------------------------------- 
   SLIDER
-------------------------------------------------------------- */

.flexslider {
	border:0;
	box-shadow:none;
	line-height:1em;
	margin:0;
	min-width: 100%;
}

.flexslider .slides > li{
	position: relative;
}

.hero-cta {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	height:100%;
	width: 25%;
}
.hero-cta img {
	height:100%;
	float:right;
	margin:0;
	padding:0;
}
.hero-cta a {
	/*border:1px solid red;*/
	position:absolute;
	float:right;
	display:block;
	width: 41%; /*28%*/
	height:30%;
	text-indent: -999999px;
}
.hero-cta .request-quote {
	top:13%;
	right:6%;
}
.hero-cta .schedule-tour {
	top:35%;
	right: 51%; /*35%*/
}
.hero-cta .locations {
	top:57%;
	right:6%;
}
.flexslider .slider-content {
	position:absolute;
	top:35%;
	font-family: 'Open Sans', 'sans-serif';
	font-weight:700;
	color:#fff;
	line-height:1.2;
	padding-left:1em;
	padding-right: 35%;
	text-shadow: 4px 4px 10px rgba(0,0,0,.6);
	max-width: 1170px;
	width:100%;
}
.flexslider h3{
	font-size:30px;
}
.slider-content p{
	font-size: 1.5em;
	font-weight: 400;
	margin-left: 1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,.8);
}
.flex-control-nav {
	width:95%;
	bottom:30px;
	text-align:left;
	margin-left:5%;
}
.flex-control-paging li a {
	background-color:rgba(255, 255, 255, 0.5);
}
.flex-control-paging li a.flex-active {
	background-color:rgba(255, 255, 255, 1);
}



/* -------------------------------------------------------------- 
   FOOTER
-------------------------------------------------------------- */

footer.site-footer {
	background-color:#111;
	padding:38px 0 15px;
	color:#888;
}

.burges footer.site-footer {
		padding:25px 0 0;
}

.site-footer nav ul {
	list-style:none;
}

.footer-nav a {
	color: #888;
	text-decoration: none;
}
.footer-nav a:hover{
	color: #bcbcbc;
}
.site-footer .copyright {
	clear:both;
	text-align:right;
}
.footer-icons {
	background-color:#630002;
	padding:1% 0 0%;
}
.footer-icons img {
	max-width:70%;
}
.social-media {
	clear:both;
	float:right;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	list-style:none;
	text-align:center;
}
.social-media li {
	display:inline-block;
	width:29px;
	height:33px;
	text-indent:-4000em;
	overflow:hidden;
	margin-right:8px;
}
.social-media li:last-child {
	margin-right:0px;
}
.social-media li a {
	display:block;
	width:29px;
	height:33px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.social-media .facebook {
	background-image:url(images/social-facebook.png);
}
.social-media .twitter {
	background-image:url(images/social-twitter.png);
}
.social-media .linkedin {
	background-image:url(images/social-linkedin.png);
}
.social-media .google-plus {
	background-image:url(images/social-google-plus.png);
}
.social-media .you-tube {
	background-image:url(images/social-youtube.png);
}

/* -------------------------------------------------------------- 
   SIDEBAR
-------------------------------------------------------------- */

.sidebar {

}
.widget_datasite_widget {
	background:url(images/sidebar-bg.png) top left no-repeat;
	background-size:100% 100%;
	margin:20px 0;
	padding:5px 20px 20px;
}
.tw-recent-posts, .main-content-inner .gform_wrapper {
	background:url(images/sidebar-bg-tall.png) top left no-repeat;
	background-size:100% 100%;
	margin:20px 0;
	padding:15px 20px 50px;
}
.main-content-inner .gform_wrapper {
	padding:1em 1.25em 3.25em 2em;
}
.ie8 .widget_datasite_widget, .ie8 .tw-recent-posts {
	background-color:#CACACA;
	background-image:none;
}
.sidebar h3 {
	color:#343434;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	font-size:1.5em;
}
.featured-posts {
	margin-top:13px;
}
.featured-post {
	background: url(images/bolt-line.png) left bottom repeat-x;
	margin-top:4%;
	padding-bottom:4%;
	/*
	border-bottom:1px solid #6d6d6d;
	*/
}
.featured-posts h4 {
	clear:both;
	color:#333;
	font-size:1.10em;
	line-height:1.2;
	margin-bottom:5px;
}
.featured-posts h4 a {
	color:#333;
}
.featured-posts .post-time {
	color:#4b4b4b;
	font-size:0.95em;
	text-align:left;
	padding-left:0;
}
.featured-posts .more {
	text-align:right;
	padding-right:0;
	text-transform:uppercase;
}
.featured-posts .more a {
	color:#7d141a;
	font-size:0.95em;
	font-weight:700;
}
.featured-posts .featured-img {
	display:none;
}
.featured-posts .fp-1 .featured-img {
	display:block;
}
.widget_datasite_widget {
	opacity:0.70;
}
.home .widget_datasite_widget, .widget_datasite_widget:hover {
	opacity:1;
}
.widget_datasite_widget .gform_wrapper {
	overflow:hidden;
}
.widget_datasite_widget .gform_body, .widget_datasite_widget .gform_footer {
	display:block;
	/*float:left;*/
	clear:none !important;
}
.widget_datasite_widget .gform_body {
	width:100%;
	/*width:86%;*/
}
.widget_datasite_widget .gform_footer {
	width: 30px /*10%*/;
	margin:0 auto !important;
	padding:0 !important;
}
.widget_datasite_widget .gform_footer input {
	/*margin-left:5px;*/
}
.widget_datasite_widget .signup-email .gfield_label {
	display:none !important;
}
.widget_datasite_widget .gform_image_button {
	width:30px;
	height:30px;
}

/* -------------------------------------------------------------- 
   HOME
-------------------------------------------------------------- */
.downloadable-documents{ border-top: 1px solid #c2c2c2; margin-top: 50px; padding-top: 50px; }
.document-btn-list{ list-style: none; margin-top: 24px; padding-left: 0; }
	.document-btn-list li{ float: left; margin-right: 1.8666667%; width: 31.4666663%}

@media screen and (max-width:770px) {
	.downloadable-documents{ text-align: center; } 
		.document-btn-list li{ float: none; width: 100%; margin: 0;}
}


.home-mobile-links{ display: none; margin-bottom: 20px; margin-top: 20px; }
@media screen and (max-width:767px) {
	.home-mobile-links{ display: block; }
}
/* -------------------------------------------------------------- 
   METERED POWER CALCULATOR 
-------------------------------------------------------------- */
.metered-power-result{
	background: #7d151d; 
	border: 2px solid #430a0c; 
	border-radius: 3px; 
	color: #fff; 
	margin-bottom: 40px; 
	padding: 20px; 
	text-align: center; 
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1MDkwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjNzgyMDFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3ZjIzMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdmMjMxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjN2YyMzFkIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2YyMzFkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); 
	background-image: -moz-linear-gradient(bottom, #450907 0%, #78201a 43.99%, #7f231c 50%, #7f231d 50.24%, #7f231d 55.49%, #7f231d 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #450907 0%, #78201a 43.99%, #7f231c 50%, #7f231d 50.24%, #7f231d 55.49%, #7f231d 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #450907 0%, #78201a 43.99%, #7f231c 50%, #7f231d 50.24%, #7f231d 55.49%, #7f231d 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #450907 0%, #78201a 43.99%, #7f231c 50%, #7f231d 50.24%, #7f231d 55.49%, #7f231d 100%); /* gradient overlay */
}
.savings-label{font-size: 18px;}
.savings{font-size: 82px; position: relative;}
.savings-statements{font-size: 18px;}
	.savings-statements p{margin-bottom: 0;}
.savings-disclaimer{font-size: 18px; position: absolute; top:30px;}
.disclaimer{font-size: 14px;}
/* -------------------------------------------------------------- 
   BURGES
-------------------------------------------------------------- */
.burges .flexslider .slides > li{
	position: relative;	
}

.burges .flex-control-nav{
	text-align: center;
}

.burges-container{
	color: #fff;
	position: absolute;
	top:35%;
	text-shadow: 4px 4px 10px rgba(0,0,0,.6);
	width: 100%;
}
	.burges-slide-content{ 
		font-size: 4em;
		font-weight: 600;
		line-height: 1.2;
		text-align:center; 
	}

.burges-propeties{
	background: url(images/background-burges-properties.jpg) center center; 
	background-size: cover;
	border-top: 2px solid #7b7a7b;
	padding: 40px 0 40px;
}
.burges-property-heading{
	color: #000;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.55);
	margin-bottom: 40px;
}
.burges-property{
	text-align: center;
}
.property-image{
	border: 1px solid #343438;
	box-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.property-title{
	text-transform: uppercase;
	color:#7d141a
}

	.burges-property .property-img{
		border: 1px solid #333;
		box-shadow: 0 1px 0 rgba(255,255,255,.55);
	}

.property-row{ margin-bottom: 40px; }

.location-slider{ position: relative;}
.location-slider .flex-direction-nav a{ background: url(images/burges-next.png) no-repeat; height: 43px; opacity: 1; text-indent: -9999999px; width: 28px}
.location-slider .flex-direction-nav .flex-prev{ left: -28px; background-image: url(images/burges-prev.png); }
.location-slider .flex-direction-nav .flex-next{ right: -28px; text-align: left; }
.location-slider .flex-direction-nav a:before{ content: none;}

/* -------------------------------------------------------------- 
   GLOSSARY
-------------------------------------------------------------- */
.glossary_items{
	padding-left: 0; 
	list-style: none;
}
	.glossary_items li{ 
		background: #e9e9e9; 
		border: 2px solid #d5d5d5; 
		border-radius: 4px; 
		margin-bottom: 1em; 
		padding: 20px;
	}
	.glossary_items p{
		margin-bottom: 0;
	}
/* -------------------------------------------------------------- 
   FORM 
-------------------------------------------------------------- */

.form_left {
	clear:both;
	float:left;
	width:48%;
}
.form_right, .gform_wrapper ul li.gfield.form_right {
	clear:none;
	float:right;
	width:47%;
	margin-right:1em;
}



/* -------------------------------------------------------------- 
   GENERAL
-------------------------------------------------------------- */

.red-txt {
	color:#881D14;
}
.bolt-line {
	background:url(images/bolt-line.png) center center repeat-x;
}
.bolt {
	display:block;
	margin:0 auto;
	width:24px;
	height:26px;
	background:url(images/bolt.png) center center no-repeat;
}
.location-tabs {
	margin-top:30px;
}

.location-tabs {}
.location-tabs li{ margin-bottom: 0; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{ background: #5f0202; border-color: #39090b; color: #fff; }

.content-column{ width: 50%; float: left; }


@media screen and (max-width:460px) {
.content-column{ float: none; width: 100%;}
}

/* -------------------------------------------------------------- 
   MEDIA QUERIES
-------------------------------------------------------------- */

@media screen and (max-width:460px) {
	.site-header {
		min-height:auto;
	}
	.site-header .logo {
		margin-bottom:0;
	}
	.site-header .logo img {
		max-width:100%;
	}
	.cta-holder .social-media {
		padding-left:0;
	}
	.flexslider {
		display:none;
	}
	.widget_datasite_widget .gform_body {
		/*width:80%;*/
	}
	.form_left, .form_right, .gform_wrapper ul li.gfield.form_right {
		clear:both;
		float:none;
		width:100%;
		margin-right:0;
	}
	.ginput_left, .ginput_right {
		clear:both !important;
		float:none !important;
		width:100% !important;
		margin-right:0 !important;
	}
	.ginput_left input, .ginput_right input {
		width:100% !important;
	}
}

@media screen and (max-width:600px) {
	.site-header .logo img {
		max-width:75%;
	}
	.gform_wrapper ul li.gfield.form_right {
		margin-right:0.8em;
	}
	.main-content-inner .gform_wrapper {
		padding:0.75em 0.6em 1.6em 1em;
	}
}

@media screen and (max-width:767px) {
	.site-header {
		background-size: auto 100%;
		padding:0;
	}
	.site-header .container {
		padding-bottom:8px;
	}
	.site-header .logo {
		text-align:center;
		margin-bottom:5px;
	}
	.site-header .logo img {
		max-width:50%;
		margin:20px 0 0;
	}
	.site-header .cta-holder p {
		float:none;
		text-align:center;
		margin:5px auto;
	}
	.cta-holder .cta, .client-login a {
		background-position:center;
		background-size:60%;
	}
	.site-header .social-media {
		text-align:center;
		margin:10px auto 15px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color:transparent;
	}
	.site-navigation-inner {
		padding:0;
	}
	.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
		background-color:rgba(255, 255, 255, 0.2);
	}
	.navbar-collapse {
		padding:0;
		max-height:auto;
		background-image: none;
		background:#6B0306;
	}
	.nav > li.open > a, .nav > li:hover > a, .nav > li.active, .nav > li > a:focus, .nav .current_page_ancestor {
		background-image: none;
		background:#560000;
	}
	.nav > li > a {
		font-size:1em;
		border-bottom:1px solid #CE9898;
	}
	.nav-justified > .dropdown .dropdown-menu {
		left:initial;
		top:initial;
	}
	.dropdown-menu {
		float:none;
		display:block;
		position:initial;
		background-image: none;
		background:transparent;
		text-align:center;
		padding:0;
	}
	.ie .dropdown-menu {
		position:static;
	}
	.dropdown-menu > li > a {
		font-size:0.85em;
		padding:10px 0;
		border-bottom:1px dotted #CE9898;
	}
	.dropdown-menu > li:hover > a {
		background:#560000;
	}
	.flexslider .slider-content {
		top:17%;
		padding-right: 0;
	}
	.hero-cta {
		display:none;
	}
	footer.site-footer {
		padding:20px 0 10px;
	}
	footer.site-footer, .site-footer .copyright {
		text-align:center;
	}
	footer nav ul {
		padding:0;
	}
	.footer-icons img {
		padding:4% 0;
	}
	.widget_datasite_widget .gform_body {
		/*width:88%;*/
	}
	
	.nav-tabs > li > a {border-bottom: 1px solid transparent; padding: 10px;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover{color: #fff;}
}
@media screen and (max-width:427px) {
	.nav-tabs > li > a { padding: 8px; font-size: 10px;}
}
@media screen and (max-width:409px) {
	.nav-tabs > li{ float: none; }
}
@media screen and (max-width:991px) {
	.hero-cta a {
		/*width:18%;*/
	}
	.hero-cta .schedule-tour {
		/*right:28%;*/
	}
	.nav-justified > li {
		width: auto;
	}
	.site-navigation .nav > li > a{
		padding-left: 9px; 
		padding-right: 9px;
		min-width: 0;
	}
	.nav > li > a, .dropdown-menu > li > a {
		font-size:0.85em;
	}
	.social-media {
		float:none;
		margin-top:10px;
	}
	.site-footer .copyright {
		text-align:center;
		margin-top:10px;
	}
	.widget_datasite_widget .gform_body {
		/*width:80%;*/
	}
	.flexslider .slider-content {
		top:20%;
	}
	.flexslider h3{
		font-size: 28px;
	}
}
@media screen and (max-width:991px) {
	.flexslider .slider-content {
		top:4%;
	}
}
@media screen and (min-width:770px) {
	.hero-cta{
		min-width: 205px;
	}
}
@media screen and (min-width:990px) {
	.hero-cta{
		min-width: 256px;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
	.hero-cta{
		max-height: 271px;
	}
}

@media screen and (min-width:767px) and (max-width:768px) {
		.hero-cta{
		max-height: 192px;
	}
}

@media screen and (min-width:1200px) {
	.site-header {
		padding:0 0 0.65%;
	}
	.hero-cta{
		min-width: 355px;
	}
	.hero-cta a {
		width: 42%; /* 28% */
		border-color:green;
	}
	.hero-cta .schedule-tour {
		right: 50%;
	}
	.widget_datasite_widget .gform_body {
		/*width:80%;*/
	}
	.site-footer .copyright {
		clear:both;
		text-align:right;
	}
}

@media screen and (min-width:1400px) {
	.site-header {
		background-size:99%;
	}
		.burges .site-header {
			background-size:100%;
		}
	.hero-cta a {
		width:40% ;/*32%;*/
		border-color:blue;
	}
	.hero-cta .request-quote {
		right:8%;
	}
	.hero-cta .schedule-tour {
		right:50%;/*45%*/
	}
	.hero-cta .locations {
		right:8%;
	}
	.flexslider {
		/*max-height:		*/
	}
	.widget_datasite_widget .gform_body {
		/*width:92%;*/
	}
}


.header_call_us h4 {
  background: url("images/phone.png") no-repeat scroll 16% 73%;
  color: #fff;
  font-family: Cantarell-Regular;
  font-size: 24px;
  margin-bottom: 0;
  text-align: right;
  text-shadow: 1px 2px 2px #000;
}
.header_call_us > h3 {
  color: #fff;
  font-family: Cantarell-Bold;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 3px;
  text-align: right;
  text-shadow: 1px 2px 2px #000;
}
.header_call_us > br {
  display: none;
}
.client-login {
  float: right;
  margin-right: 14px;
}
.header_call_us {
  margin-bottom: 0px;
  margin-top: 26px !important;
}
.copyright {
  font-family: Cantarell-Regular;
  font-size: 14px !important;
  text-align: left !important;
  float: left !important;
}
.right {
  font-family: Cantarell-Regular;
  font-size: 14px !important;
  float: right !important;
}
#colophon {
  padding-bottom: 0px !important;
  padding-top: 23px !important;
}
.sidebar h3 {
    color: #0d0d0d !important;
    font-family: Cantarell-Bold;
    font-size: 24px;
}
.large {
  border: 1px solid #797979;
  box-shadow: 2px 0 7px #747473 inset;
  color: #6d6d6d !important;
  font-size: 15px !important;
  padding: 2px 6px !important;
}
.sidebar .gform_footer {
  width: auto !important;
}
.sidebar #gform_submit_button_1 {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("images/btn-signup.png") !important;
  background-origin: padding-box !important;
  background-position: 52% 4px !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  color: #343434 !important;
  display: block;
  font-family: Cantarell-Bold;
  font-size: 17px;
  line-height: 27px;
  margin: 0 auto !important;
  padding: 61px 0 27px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: 130px !important;
}
.widget_template .featured-post {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("images/diee.png") !important;
  background-origin: padding-box !important;
  background-position: center bottom;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
}
.social-media{
	 margin: 12px auto 0;
}
.widget_datasite_widget {
  opacity: 1;
}
.asd {
  font-weight: 600;
}
.first {
  color: #333333;
  font-family: open sans;
  font-size: 18px !important;
}
.custom_menu .current-menu-item a {
  color: #000 !important;
  font-family: Cantarell-Bold !important;
  font-size: 16px;
 padding: 4px 13px !important;
}

.custom_menu .current-menu-item {
background: #C5C5C5 !important;
  color: #000 !important;
border-radius: 17px !important;
}

.custom_menu a {
  font-family: Cantarell-Bold !important;
  font-size: 14px;
  padding: 4px 16px !important;
}

.custom_menu li {
  display: inline-table !important;
  margin-right: 2px !important;
}

.custom_menu li:hover {
  background: #C5C5C5 !important;
 border-radius: 17px !important;
}
.custom_menu {
  margin-top: 8px;
}
.custom_menu li a:hover {
 background: #C5C5C5 !important;
  color: #000 !important;
border-radius: 17px !important;
}
.slider-content p {
    margin-left: 0px !important;
}
.hero-cta img {
  float: right;
  height: 100%;
  margin: 0;
  padding: 0;
    top: 5px;
}

.custom_menu .current-menu-item a {
  padding: 2px 13px !important;
}







@media screen and (min-width :320px) and (max-width : 480px) {

.header_call_us h4 {
  background: url("images/phone.png") no-repeat scroll 11% 67%;
  padding-left: 31px;
  text-align: center;
  width: 267px;
margin: 0 auto !important;

}
.header_call_us > h3 {
  text-align: center;
}
.client-login {
  float: none;
  margin: 0 auto !important;
  width: 119px !important;
}
.navbar-responsive-collapse .custom_menu li {
  width: 100%;
}
.navbar-responsive-collapse .custom_menu{
margin-top: 0px !important;
}
.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
.navbar-responsive-collapse .custom_menu .current-menu-item {
  border-radius: 0 !important;
}
.navbar-responsive-collapse  .custom_menu li a:hover {
  background: #c5c5c5 none repeat scroll 0 0 !important;
  border-radius: 0px !important;
  color: #000 !important;
}
.navbar-responsive-collapse .custom_menu li{
margin-right: 0px !important;
}
.navbar-responsive-collapse .custom_menu a {
  padding: 10px 16px !important;
}
.navbar-responsive-collapse .custom_menu .current-menu-item a {
  padding: 8px !important;
}
.document-btn-list li {
  margin: 0 0 8px;
}
.copyright {
  float: none !important;
  text-align: center !important;
}
.right {
  float: none !important;
}
}



@media screen and (min-width :481px) and (max-width : 767px) {

.header_call_us h4 {
  background: url("images/phone.png") no-repeat scroll 11% 67%;
  margin: 0 auto;
  padding-left: 31px;
  text-align: center;
  width: 272px;
}
.header_call_us > h3 {
  text-align: center;
}
.client-login {
  float: none;
  margin: 0 auto !important;
  width: 119px !important;
}
.navbar-responsive-collapse .custom_menu li {
  width: 100%;
}
.navbar-responsive-collapse .custom_menu{
margin-top: 0px !important;
}
.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
.navbar-responsive-collapse .custom_menu .current-menu-item {
  border-radius: 0 !important;
}
.navbar-responsive-collapse  .custom_menu li a:hover {
  background: #c5c5c5 none repeat scroll 0 0 !important;
  border-radius: 0px !important;
  color: #000 !important;
}
.navbar-responsive-collapse .custom_menu li{
margin-right: 0px !important;
}
.navbar-responsive-collapse .custom_menu a {
  padding: 10px 16px !important;
}
.navbar-responsive-collapse .custom_menu .current-menu-item a {
  padding: 8px !important;
}
.document-btn-list li {
  margin: 0 0 8px;
}
.copyright {
  float: none !important;
  text-align: center !important;
}
.right {
  float: none !important;
}
}

@media screen and (min-width :768px) and (max-width : 1024px) {
.header-right-section {
  float: right;
  margin-left: 0 !important;
  width: 290px;
}
.icon-section {
  float: right;
  margin-left: 36%;
  width: 227px;
}
.sidebar h3 {
  font-size: 21px;
}
.copyright {
  margin-top: 0 !important;
}
.custom_menu a {
  font-size: 14px !important;
  padding: 4px 16px !important;
}
.custom_menu .current-menu-item a {
  padding: 4px 13px !important;
}
.custom_menu li {
  display: inline-table !important;
  margin-bottom: 4px;
  margin-right: 2px !important;
}
.widget_template .post-time {
  font-size: 12px;
  margin-bottom: 28px;
  padding: 2px 0 0;
  width: 110px;
}
.widget_template .more {
  float: right;
  padding: 0;
  width: 70px;
}
.document-btn-list li {
  margin: 0 0 6px;
}
.custom_menu a {
  font-size: 13px !important;
  padding: 4px 9px !important;
}
.site-navigation-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.site-navigation .collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}


@media screen and (min-width :1025px) and (max-width : 1199px) {
.header-right-section {
  float: right;
  margin-left: 0 !important;
  width: 290px;
}
.icon-section {
  float: right;
  margin-left: 36%;
  width: 227px;
}
.sidebar h3 {
  font-size: 21px;
}
.copyright {
  margin-top: 0 !important;
}
.custom_menu a {
  font-size: 14px !important;
  padding: 4px 16px !important;
}
.custom_menu .current-menu-item a {
  padding: 4px 13px !important;
}
.custom_menu li {
  display: inline-table !important;
  margin-bottom: 4px;
  margin-right: 2px !important;
}
.widget_template .post-time {
  font-size: 12px;
  margin-bottom: 28px;
  padding: 2px 0 0;
  width: 110px;
}
.widget_template .more {
  float: right;
  padding: 0;
  width: 70px;
}
.document-btn-list li {
  margin: 0 3px 6px;
}
.custom_menu a {
  font-size: 13px !important;
  padding: 4px 9px !important;
}
.site-navigation-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.site-navigation .collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media all and (max-width: 770px){
.dropdown-menu li a{
	font-size: 0.85em !important;
	text-align: center;
}

.alignright {
    display: inline;
    float: none; 
    margin-left: 0px;
}

#menu-item-87 ul,#menu-item-87,#menu-item-85{border-top: 1px dotted #CE9898;}
.site-navigation .nav > li.active > ul {
    background: #6B0306;
}
.dropdown-menu li ul li a:hover { background: #450A09; }
.dropdown-menu li:hover ul li { background: #6B0306; }
.dropdown-menu li ul {margin-left: -39px;}
.dropdown-menu > li {
    padding: 0px;
}
}

@media all and (min-width: 770px){
ul.dropdown-menu li ul {
    display: none;
    position: absolute;
    top: 0;
    background: #610203;
    right: -145px;
    padding-left: 0;
}

ul.dropdown-menu li:hover ul {display: block;}

.dropdown-menu > li {
    padding: 0 20px;
    position: relative;
}

.dropdown-menu  li ul li  a {
    border-bottom: 1px solid #BB8A89;
    padding: 8px 20px;
}

.dropdown-menu li ul li {
    padding: 0 20px;
    position: relative;
}

.dropdown-menu li ul li:hover { background: #450a09; }
}

.dropdown-menu li a{
	color: #fff!important;
}