/*
Theme Name: Terracon
Theme URL: http://voltagecreative.com/
Description: A customized WordPress theme created by Voltage Creative for Terracon.
Author: Voltage Creative
Author URI: http://voltagecreative.com/about/
Version: 1.0
*/

/************************************************************************/
/**	CSS RESET - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
/************************************************************************/
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,img,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;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;margin:0;padding:0}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}

/************************************************************************/
/**	TYPOGRAPHY
/************************************************************************/
body {
	color: #333333;
	background: #ffffff url(images/bg.jpg) repeat-x;
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

b, strong{
	font-weight:bold;
}

h1, h1 a, h1 a:visited {
	color: #8b0f05;
	font-size: 36px;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	margin:0 0 10px 0;
	clear:both;
	text-transform: uppercase;
	line-height: 1.25;
}

h2, h2 a, h2 a:visited {
	color: #8b0f05;
	font-size: 24px;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	margin:0 0 5px 0;
	clear:both;
	text-transform: uppercase;
	line-height: 1.25;
}

h3, h3 a, h3 a:visited{
	color:#8b0f05;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	clear:both;
	font-weight:400;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #f58735;
	text-decoration:none;
}

h4 {
	font-size: 125%;
	clear:both;
}

h5 {
	font-size: 110%;
	clear:both;
}

i, em {
	font-style:italic;
}

.mouseprint, small {
	font-size: 77%;
}

.tcenter {
	text-align: center;
}

.fright {
	float: right !important;
}

/************************************************************************/
/**	BUTTONS
/************************************************************************/
.fa{display:inline-block; position:relative;}
.fa-linkedin:after{content:''; background:url(images/fa-linkedin.png) 0 0 no-repeat; background-size:auto 100%; width:26px; height:24px; position:absolute; top:2px; left:0;}
.fa-linkedin:before{visibility:hidden;}
.fa-facebook:after{content:''; background:url(images/fa-facebook.png) 0 0 no-repeat; background-size:auto 100%; width:15px; height:26px; position:absolute; top:0; left:0;}
.fa-facebook:before{visibility:hidden;}
.fa-google-plus{width:26px;}
.fa-google-plus:after{content:''; background:url(images/fa-google-plus.png) 0 0 no-repeat; background-size:auto 100%; width:26px; height:26px; position:absolute; top:0; left:0;}
.fa-google-plus:before{visibility:hidden;}
.fa-twitter:after{content:''; background:url(images/fa-twitter.png) 0 0 no-repeat; background-size:auto 100%; width:24px; height:20px; position:absolute; top:3px; left:0;}
.fa-twitter:before{visibility:hidden;}
.fa-youtube-play:after{content:''; background:url(images/fa-youtube-play.png) 0 0 no-repeat; background-size:100% auto; width:26px; height:20px; position:absolute; top:4px; left:0;}
.fa-youtube-play:before{visibility:hidden;}



/************************************************************************/
/**	STRUCTURE
/************************************************************************/
.wrapper {
	background: #ffffff;
	margin: 0 auto;
	width: 960px;
	padding:0 30px;
}

.package {}

.header {
	width:960px;
	height:100px;
	background:url(images/shadow_top.jpg) no-repeat bottom;
}

.nav {
	width:650px;
	float:right;
	clear:right;
	margin:20px 0 0 0;

}

.nav ul {
	padding: 0;
	margin:0;
	list-style-image: none;
	float: right;
}


.nav ul li {
	margin:0px;
	display:inline-block;
	position:relative;
}

.nav ul li a{
	color:#333333;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	text-decoration:none;
	list-style: none;
	padding: 0 0 0 25px;
	line-height:30px;
	height:46px;
	display: block;

}

.nav ul li.current_page_item a{
	/* background:url(images/nav_on.png) no-repeat 50% bottom; */
}


.nav ul li a:hover{
	color: #f58735;
}

/**	DROPDOWNS **/

.nav ul li .sub-menu {
	list-style-image: none;
	display: none;
	position: absolute;
	margin: 0 0 0 0;
	padding: 15px 15px 0px 15px;
	top: 100%;
	left: 10px;
	z-index:999;
	min-width: 160px;
	background: #ffffff;
	width: auto;
	-webkit-box-shadow: 0 0 15px #666666;
	-moz-box-shadow: 0 0 15px #666666;
	box-shadow: 0 0 15px #666666;
}

.nav ul li:hover .sub-menu {
	display: block;

}

.nav ul li .sub-menu li {
	display:block;
	position:relative;
	margin: 0;
	float:none;

}

.nav ul li .sub-menu li a, .nav ul li .sub-menu li a:visited {
	margin: 0 0 15px 0;
	border: 0;
	text-decoration: none;
	padding: 0px;
	/* text-shadow: #ffffff 0 1px 0; */
	line-height: 1;
	height: auto;
	white-space: nowrap;
	text-transform: none;
	font-family:'Roboto', Helvetica, sans-serif;
}

.nav ul li .sub-menu li:hover {

}

.nav ul li .sub-menu li:hover a {
}

a.button_logo {
	height:52px;
	width:170px;
	display: block;
	text-decoration: none;
	background-image: url(images/logo_roll.gif);
	float:left;
	margin:20px 0 0 0;
}

a.button_logo:hover {
	background-position: -170px 0;
	text-decoration:none;
}

.logo_50th {
	height:52px;
	width:70px;
	display: block;
	text-decoration: none;
	background: url(images/50th_logo.png) no-repeat top right;;
	float:left;
	margin:20px 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #333333;
}

.infoWindowBody a.button, .infoWindowBody a.button:visited {
	margin: 0;
}


a.button, a.button:visited, .gform_button {
	/* Sliding right image */
	background: transparent url('images/button_bg.png') repeat-x top left;
	display: block;
	float: left;
	height: 30px;
	line-height:30px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	text-decoration: none;
	color: #ffffff;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}

a.link_top, a.link_top:visited {
	margin: 0 0 0 10px;
	color: #f58735;
	text-decoration:none;
	font-size: 12px;
	font-weight:normal;
}

a.button_uparrow, a.button_uparrow:visited {
	height:10px;
	width:15px;
	display: inline-block;
	text-decoration: none;
	background-image: url(images/arrow_up.gif);
	margin:0 0 0 10px;
}

a.button:hover, .gform_button:hover {
	background-position: bottom left;
	text-decoration:none;
}

a.button span, a.button:visited span {
}

a.button:hover span{
}


a.button_clientlogin, a.button_clientlogin:visited, a.button_employeelogin, a.button_employeelogin:visited, a.button_contactUs, a.button_contactUs:visited{
	text-align:center;
	height:30px;
	line-height:30px;
	width:100px;
	display: block;
	text-decoration: none;
	background: url(images/button_clientlogin_roll.gif) no-repeat;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	float:right;
	padding: 0 10px;
	margin:0;
	color:#ffffff;
}

a.button_employeelogin, a.button_contactUs {
	margin-right: 10px;
}

a.button_employeelogin:hover, a.button_clientlogin:hover, a.button_contactUs:hover  {
	background-position: -120px 0;
	text-decoration:none;
	color:#ffffff;
}

a.button_more, a.button_more:visited {
	text-align:center;
	height:30px;
	line-height:30px;
	display: block;
	text-decoration: none;
	background: #8b0f05;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	float:left;
	padding: 0 10px;
	margin: 0 0 10px 0;
	color:#ffffff;
}

a.button_more {
	margin-right: 10px;
}

a.button_more:hover {
	background: #f58735;
	text-decoration:none;
	color:#ffffff;
}

.holiday_links {
	display: none;
}

ul.social {
	float: right;
	margin: 10px 15px 0 0;
}

ul.social li {
	display: inline;
	list-style: none;
}

ul.social li a {
	display: inline-block;
	margin: 0 0 0 5px;
}

a.button_hero, a.button_hero:visited{
	height:40px;
	line-height:40px;
	display: block;
	text-decoration: none;
	background: url(images/button_hero_bg.png) no-repeat right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	color:#ffffff;
	float:left;
	padding: 0 30px 0px 30px;
	margin:10px 0 0 -30px;
}

a.button_hero:hover {
	text-decoration: none;
}

.content {
	float:left;
	width:710px;
	padding:20px 0 0 30px;
}

.content_slim {
	float:left;
	width:570px;
	padding:20px 20px 0 30px;
}

.content.one_column {
	float:left;
	width:960px;
	padding:20px 0 0 0;
}

div.page {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
}

.page.one_column {
	background-image: none;
	background-color: #ffffff;
}

.page_home {
	background-image: none;
}

.page_bottom {
	width:960px;
	height:15px;
	background-image: url(images/page_bottom.gif);
	background-repeat: no-repeat;
}

.page_bottom.one_column {
	width:960px;
	height:15px;
	background-image: none;
}

.home_hero {
	float:left;
	background:#cccccc;
	width:100%;
	height: 520px;
	position:relative;
	display: block;
}

.home_hero_border {
	background: url(images/home_hero_border.png) no-repeat;
	position:absolute;
	width:640px;
	height:300px;
	display: block;
	z-index: 998;
}
.home .easingslider-next {
	background-image: url(images/easingslider-next.png);
	height: 38px;
}
.home .easingslider-prev {
	background-image: url(images/easingslider-prev.png);
	height: 38px;
}
.home .easingslider-pagination .easingslider-page span {
	background-image: url(images/nav-icon-inactive.png)  !important;;
	width: 19px !important;
	height: 19px !important;
}
.home .easingslider-pagination .easingslider-page.active span {
	background-image: url(images/nav-icon-active.png) !important;
}
.home_hero .bottom_callout {
	background: url(images/home_hero_bg_bottom.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
	min-height: 100px;
	padding: 25px 50px;
	color: #fff;
}
.home_hero .bottom_callout h3 {
	font-size: 2em;
	color: #fff;
}
.home_hero .bottom_callout p {
	font-size: 1.2em;
}
.home_hero .bottom_callout .button {
	padding-left: 40px; padding-right: 40px;
}
.midpage-callout {
	background: #8B0F05;
	float: left;
	width:100%;
}
.midpage-callout .easingslider-slide {
	background: #8B0F05;
}
.midpage-callout .callout-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height:320px;
	color: #fff;
}
.midpage-callout .callout-content h3 {
	color: #fff;
	font-size: 1.5em;
	padding: 5px 30px;
}
.midpage-callout .callout-content p {
	font-size: 1.2em;
	padding: 5px 30px;
}

.midpage-callout .callout-content .button-transparent {
	padding: 5px 40px; border-radius: 4px; border: 1px solid #fff; color: #fff;
}
.half {
	float: left;
	width: 50%;
	position: relative;
}

.slide {
	width:100%;
	height:300px;
	position:relative;
}

.slide_info {
	position:absolute;
	top:20px;
	left:30px;
	width:350px;
	color:#ffffff;
	font-size: 14px;
	z-index:9999;
}

.slide_info h1{
	color:#ffffff;
}

.home_services {
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}

.home_services h3 {
	margin: 20px 0 37px 0;
	text-align: center;
	font-size: 2em;
	text-transform: none;
}
.home_services h3 a {
	
}

.services_list {
	padding: 0;
	margin: 0;
}

.services_list li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.services_list li a {
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 0;
	width: 159px;
	background: gray;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-position: 0 -103px;
	padding: 40px 0 0 0;
	height: 63px;
}

.services_list li a:hover {
	text-decoration: none;
	background-position: 0 0;
}

.services_list li.geo a {
	padding: 40px 0 0 0;
	height: 63px;
}

.services_list li.enviro a {
	padding: 40px 0 0 0;
	height: 63px;
}

.services_list li.const a {
	padding: 40px 0 0 0;
	height: 63px;
}

.home_news {
	float:left;
	width:50%;
	margin: 20px 0 0 0;
}

.home_news h3{
	float:left;
	/*font-size:1.1em;*/
}

.home_news span{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-transform: uppercase;
	margin-top: 7px;
	display: block;
}

.home_news span a {
	color:#F58735;
}

.home_news a:hover {
	text-decoration:none;
}

.rss {
	margin: 0 10px -4px 0;
}

.home_sidebar {
	width:50%;
	float:right;
	padding:20px 0 0px 0px;
	margin:0;
}

.home_sidebar h3 {
	margin: 0 0 7px 0;
}
.banner-slider .easingslider-slide {
	position: relative;
}
.banner-slider .easingslider-slide .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: left;
	padding-left: 20px;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.certification_icon {
	float:left;
	margin:0 15px 0 0;
}

.certification_icon2 {
	float:right;
	margin:0 0 0 15px;
}

.sidebar {
	width:220px;
	float:left;
	padding:0;
	margin:0;
}

.sidebar_hero {
	position:relative;
	width:220px;
	height:200px;
	float:left;
	background:#cccccc url(images/sidebar_hero_bg.jpg) no-repeat;
}
.sidebar_hero:after {
	content:'';
	position:absolute;
	background:transparent url(images/sidebar_hero_frame.png) no-repeat;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.sidebar_hero img {
	max-width: 100% !important;
}
.sidebar_hero_frame {
	position:absolute;
	background:url(images/sidebar_hero_frame.png) no-repeat;
	top:0;
	left:0;
	width:220px;
	height:200px;
	background-size: cover;
	background-position: center;
}

.sidebar_info {
	background:url(images/sidebar_fade.gif) no-repeat;
	width:180px;
	padding:15px 20px 0 20px;
	float:left;
}

.sidenav {
}

.sidenav ul {
	width:220px;
	padding:0;
	margin:0;
	list-style-image: none;
}

.sidenav ul li a, .sidenav ul li a:visited{
	width:190px;
	float:left;
	text-decoration:none;
	color:#333333;
	list-style: none;
	padding: 0 10px 0 20px;
	line-height:30px;
	height:30px;
	margin:0;
}

.sidenav ul li:nth-child(2n) a {
	background: url(images/sidenav_bg-trim.gif) repeat-x;
}

.sidenav ul li a:hover{
	/* 	background: url(images/sidenav_on.gif) no-repeat; */
	color: #f58735;
	float:left;
	text-decoration:none;
	margin:0;
}

.sidenav ul li.current-cat.cat-item-10 a,
.sidenav ul li.current-cat.cat-item-10 a:hover,
.sidenav ul li.current_page_item.page-item-494 a,
.sidenav ul li.current_page_item.page-item-494 a:hover {

}

.sidenav ul li.current_page_item a,
.sidenav ul li.current_page_item a:visited,
body#news-and-events .sidenav ul li.news-home-link a,
body#news-and-events .sidenav ul li.news-home-link a:visited,
.sidenav ul li.current-cat a,
.sidenav ul li.current-cat a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/sidenav_current.gif) no-repeat;
	float:left;
	margin:0;
	color:#ffffff;
	text-decoration:none;
	height: 30px;
	line-height:30px;
	padding:0 0 0 20px;
	width:220px;
	font-size: 88%;
}

.map_header{
	margin:0 0 15px 0;
}

.map_title{
	float:left;
}

.map_title h2{
	display:inline;
	margin:0 5px 0 0;
}

.map_search{
	float:right;
	padding: 17px 0 0 0;
}

.map_link{
	display:inline;
}

#vc524_googlemap_search {
	font-family:Arial, Helvetica, sans-serif;
}

.vc524_googlemap_filter_item {
	float:left;
	margin:0 20px 0 0;
}

.vc524_googlemap_filter_item img{
	margin:0 0 -5px 0;
}

.map_controls {
	width:710px;
	background: #e5e5e5 url(images/fade_100.gif) repeat-x;
}

.map_filters {
	width:450px;
	padding:15px;
	float:left;
}

.map_corporate {
	width:199px;
	padding:15px 15px 0 15px;
	float:left;
	/* 	border-left:1px solid #cccccc; */
}

.office_preview{
	width:200px;
	padding:0 20px 0 0;
	height:220px;
	float:left;
}

.project_preview{
	width:710px;
	padding:0 0 0 0;
}

.office_description{
	width:480px;
	padding:0 30px 0 0;
	float:left;
}

.office_details{
	width:200px;
	float:left;
}

.office_map{
	margin:0 0 20px;
	border:1px solid #cccccc;
	width: 198px;
}

.office_project_thumb {
	float:left;
	width:120px;
	margin:0 0 20px 0;
}

.office_project_detail {
	float:left;
	width:570px;
	padding:0 0 0 20px;
	margin:-4px 0 0 0;
}

.geolocation {
	margin: 0 0 0 10px;
	color: #999999;
	text-decoration:none;
	font-size: 12px;
	font-weight:normal;
}

.caption {
	font-style:italic;
	color:#666666;
	font-size:11px;
}

.footer {
	width:960px;
	background:url(images/shadow_bottom.jpg) no-repeat top;
	color:#999999;
	padding:20px 0 0 0;
	margin:0;
	overflow: auto;
}

.footer_nav {
	float:right;
	text-align:right;
}

.footer_meta {
	float:left;
}

.footer a, .footer a:visited {
	color:#999999;
	text-decoration:none;
}

.footer a:hover {
	color: #f58735;
	text-decoration:none;
}

.footer ul {
	padding: 0;
	margin:0;
	list-style-image: none;
}

.footer ul li {
	margin:0px;
	display: inline;
}

.footer ul li a, .footer ul li a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#999999;
	text-transform: uppercase;
	float: right;
	list-style: none;
	padding-left: 20px;
}

.footer ul li a:hover{
	color: #f58735;
	text-decoration:none;
}

.project_thumbnails{
	width:120px;
	float:right;
	margin:30px 0 0 0;
}

.thumbnail {
	background:url(images/thumbnail_blank.jpg) no-repeat;
	position:relative;
	width:120px;
	height:120px;
}

.thumbnail_frame {
	position:absolute;
	background:url(images/thumbnail_frame.png) no-repeat;
	top:0;
	left:0;
	width:120px;
	height:120px;
}


.print-archive-list{margin:0;}
.print-archive-list li{list-style:none; padding:1em 1em 1em 0; display:inline-block; max-width:120px;}
.print-archive-list li img{width:100%; height:auto;}


/************************************************************************/
/**	POSTS & COMMENTS
/************************************************************************/
.posts {}

.post_title {}

.post_content {}

.post_meta {}

.post_nav {}

.comments {}

.comments_title {}

.comments_list {}

.comment_body {}

.comments_closed {}

/************************************************************************/
/**	GLOBAL STYLES
/************************************************************************/
a {
	color: #f58735;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #f58735;
}

a:focus {
}

.alert {
	color: red;
}

.hid {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

ul{
	margin: 0 0 15px 14px;
	padding: 0 0 0 0;
}

ol{
	list-style: decimal;
	margin: 0 0 15px 20px;
}

ol li ul{
	margin: 5px 0 0 18px;
}

ul{
	list-style-image: url(images/bullet.gif);
}

li{
	margin:0 0 4px;
}

p {
	margin: 0 0 15px 0;
}

.plain {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.displace{position: absolute;left: -5000px;}

.intro {
	font-size:14px;
}

.cite {
	text-decoration: underline;
}

hr{
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 0px;
	height:1px;
	margin:20px 0 20px 0;
	clear:both;
}

/************************************************************************/
/**	FORMS
/************************************************************************/

.textarea {
	width: 450px;
	height: 150px;
}

.textbox {
	width: 250px;
	height: 16px;
}

.textbox, .textarea, .file{
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #e5e5e5 url("images/textbox_bg.gif") repeat-x;
	padding: 4px 0 4px 4px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	float:left;
}

.textbox:focus, .textarea:focus{
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #ffffff url("images/textbox_focus_bg.gif") repeat-x;
	color: #000000;
}

.form{
	font-size: 12px;
}

.form_label{
	width:140px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}

.form_label_area{
	width:140px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}

.form_input{
	width:500px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

.form_row{
	width:655px;
	clear: both;
	padding: 0 0 10px 0;
}

.required_text{color: #f58735;}

label {
	float:left;
	clear:left;
}

.button_form {
	border:0px;
	height:30px;
	line-height:30px;
	display: block;
	text-decoration: none;
	background: #8b0f05 url(images/button_form_bg.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	color:#ffffff;
	float:left;
	padding: 0 15px;
	margin:0 0 20px 0;
}

.header-band {
	background: #4c88c7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
}

.header-band-text {
	background: #ffffff;
	color: #4c88c7;
	font-size: 24px;
	font-weight: 500;
	padding: 5px 10px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.holiday-featured-box, .feature-box {
	padding: 10px 15px;
	margin-bottom: 15px;
	overflow: auto;
	background: rgba(0,0,0,0.05);
}
.feature-box p {
	margin-bottom: 0;
}
.holiday-featured-box .box-video {
	float: left;
	width: 66%;
}
.holiday-featured-box .box-blurb {
	float: left;
	width: 34%;
	font-size: 15px;
}

.holiday-featured-box .social-links {
	text-align: center;
	width: 100%;
	display: block;
	margin: 10px 0;
	padding: 20px 0px 0px 0px;
}

.holiday-body {
	background-image: url(images/holiday_bg_cold.jpg);
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
	background-size: cover;
}

.page-template-page-foundation-holiday {
	background-image: url(images/holiday_bg.jpg);
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
	background-size: cover;
}
.page-template-page-about-holiday, body.error404 {
	background-image: url(images/Clouds.jpg);
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
	background-size: cover;
}

body#holiday-video-warm {
	background-image: url(images/holiday_bg_warm.jpg);
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}

.holiday-body .wrapper, body#holiday-video-warm .wrapper {
	background: none;
	margin: 0;
	width: 100%;
	padding:0;
	background:url(images/header_bg_holiday_cold.png) repeat-x top;
}

body#holiday-video-warm .wrapper {
	background:url(images/header_bg_holiday_warm.png) repeat-x top;
}


.holiday-body a.button_logo,
body#holiday-video-warm a.button_logo {
	/*height:50px;
	width:240px;
	display: block;
	text-decoration: none;
	background-image: url(images/logo_roll.gif);
	float:left;
	margin: 25px 0 0 0;*/

	height:40px;
	width:197px;
	display: block;
	text-decoration: none;
	background-image: url(images/logo_roll_holiday.png);
	float:left;
	margin:34px 0 0 0;
}

.holiday-body  a.button_logo:hover,
body#holiday-video-warm  a.button_logo:hover {
	background-position: 0 0px;
	text-decoration:none;
}


body#holiday-video-warm .header,
.holiday-body .header {
	width:960px;
	height:110px;
	margin: 0 auto;
	background: none;
}

body#holiday-video-warm .footer,
.holiday-body .footer,
body#holiday-video-warm .nav,
.holiday-body .nav,
body#holiday-video-warm .footer,
.holiday-body .footer,
body#holiday-video-warm .social,
.holiday-body .social,
body#holiday-video-warm .button_clientlogin,
.holiday-body .button_clientlogin
{
	display: none;
}

.holiday_content {
	background:url(images/transparent_white_bg.png) repeat;
	margin: 0 auto;
	width:920px;
	padding: 20px;
	text-align: center;
}

.holiday_content p {
	font-size: 20px;
	color: #666666;
	font-family: 'Lato', Arial, sans-serif;
	margin: 0 0 25px 0;

}

.holiday_social {
	margin: 0 5px;
}

.holiday_thankyou {
	margin: 25px 0 10px 0;
}

body#holiday-video-warm .holiday_links,
.holiday-body .holiday_links {
	display:inline-block;
	float: right;
	margin: 50px 0 0 0;
}

body#holiday-video-warm .holiday_links a,
.holiday-body .holiday_links a {
	font-size: 20px;
	color: #ffffff;
	font-family: 'Lato', Arial, sans-serif;
	margin: 0 0 0 25px;
}

/************************************************************************/
/**	TABLES
/************************************************************************/

table tr td{
	padding: 5px 0;
}

table thead th{
	font-weight: bold;
	padding: 5px 0;
}

/************************************************************************/
/**	FORMS
/************************************************************************/

.gform_wrapper ul li.gfield {
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 0 15px 0 !important;
}

.gform_wrapper .gform_heading {
	display: none !important;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
}

.gform_wrapper .gfield_description { font-size: 1em !important;}

.gfield_select,
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=file],
.gform_wrapper textarea
{
	border: 1px solid #cccccc;
	background: #ffffff;
	border-top: 1px solid #d5d5d5;
	padding: 5px !important;
	color: #666666;
	font-size: 16px !important;
	margin:0 0 5px 0 !important;
}

.ginput_container input:focus,
.gfield_select:focus,
textarea:focus
{
	background: #eeeeee;
}

.gform_wrapper .gfield_label {
	font-weight: bold !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	clear: none !important;
	float: none !important;
}

.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
	clear: none !important;
	float: none !important;
}


.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 10px 20px !important;
}

.gform_wrapper .gfield_required {
}

/************************************************************************/
/**	STICKY FOOTER http://ryanfait.com/ (Change both instances of "20"
	below to change your footer height. They must match.)
/************************************************************************/
html, body {
	height: 100%;
}

.wrapper{
	min-height:100%;
	height:auto !important;
	margin:0 auto -20px
}

/************************************************************************/
/**	FORCE VERTICAL SCROLLBAR: http://ryanfait.com/ (Stops "site-jump"
	that Larry always complains about.)
/************************************************************************/
/**html,body{height:100%;margin:0 0 1px;padding:0;}

/************************************************************************/
/**	CLEARFIX - http://www.webtoolkit.info/css-clearfix.html
/************************************************************************/
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/************************************************************************/
/** Default wordpress css that makes images behave properly when inserted
	through the cms.
/************************************************************************/
img.centered,.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 15px 15px;padding:0;}
img.alignleft{display:inline;margin:0 15px 15px 0;padding:0;}
.alignright{float:right;}
.alignleft{float:left;}

/************************************************************************/
/**	KILL WORDPRESS STATS SMILEY WIHTOUT SCREWING UP YOUR STAT TRACKING
/************************************************************************/
img#wpstats{display:none}

.content > #searchform {
	display: inline-block;
	float: left;
}
#searchform {
	display: inline-block;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
}

#searchform > input[type=text] {
	width: 100px;
	border: 2px solid #e6e6e6;
	background-color: #f3f3f5;
	height: 19px;
	vertical-align: bottom;
	border-right: none;
	padding-left: 10px;
}

#searchform > input[type=submit] {
	margin-left: -3px;
	background-image: url('images/search.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	border: 0px;
	background-color: #f3f3f5;
	cursor: pointer;
	outline: 0;
	padding: 0;
	vertical-align: bottom;
}
/************************************************************************/
/**	accordion style matching
/************************************************************************/
h3.ui-accordion-header {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    margin-top: 20px;
    border-top: 1px solid;
    padding: 4px;
}
.energy-calculator {
	padding: 0 !important;
}
.ui-dialog {
	background: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-align: center;
	padding-top: 30px;
}
.ui-dialog-titlebar-close {
	position: absolute;
	right: 0;
	top: 0;
	content: 'x';
	-webkit-appearance: none;
	border: none;
	background: transparent;
}
.ui-dialog-title {
	color: #8b0f05;
	font-size: 26px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
/************************************************************************/
/**	SERVICES PAGES
/************************************************************************/

.services_content {
	padding-top: 20px;
}

.services {
	padding-bottom: 20px;
}

.services-details > ul, .project-services-list > ul {
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.services-list, .services-details, .events, .project-services-list, .project-description {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	float: left;
	margin-right: 2%;
}

.services-list, .project-services-list {
	width: 20%;
}

.services-details {
	width: 54%;
}

.services-details-full {
	width: 72%;
}

.services-details-half {
	width: 78%;
	float: left;
}

.events {
	margin-right: 0;
	width: 21%
}
.tribe_events_cat-conferences a { color: #8b0f05 !important; }
.tribe_events_cat-recruiting a { color: #21759b !important; }

.project-description {
	width: 51%
}

.service_video {
	border-bottom: 1px #cccccc solid;
	padding: 0 0 20px 0;
	margin: 0 0 16px 0;
	position: relative;
}

.service_video_thumbnail {
	float: left;
	margin: 4px 15px 0 0;
	width: 100px;
	height: 75px;
}

.service_video_icon {
	float: left;
	margin: 10px 15px 0 0;
}

.service_video_playicon {
	position: absolute;
	top: 30px;
	left: 40px;
}

.service_video_description {
	float: left;
	width: 300px;
}

/* Carousel filled with featured projects */
.lightbox figure {
	background: #000;
	background-size: cover;
	margin: 0;
	height: 100%;
	height: 390px;
	width: 700px;
	position: relative;
}
.project-image figure {
	background: #000;
	background-size: cover;
	margin: 0;
	height: 100%;
	max-height: 390px;
	width: 700px;
	position: relative;
}
.lightbox figure img, .project-image figure img{
	width: 100%;
	height: auto;
}
.lightbox .jshowoff {
	height: 100%;
}
.lightbox .jshowoff p.jshowoff-slidelinks {
	left: 0;
	right: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
}
.lightbox .jshowoff-slidelinks a {
	text-indent: -100px;
	background: #ccc;
	display: inline-block;
	height: 20px;
	width: 20px;
	float: none;
	overflow: hidden;
}
.lightbox .jshowoff-slidelinks a:last-child {
	margin-right: 0;
}
.lightbox .jshowoff-slidelinks a.jshowoff-active {
	background: #666;
	cursor: default;
}
.lightbox-content {
	height: 100%;
}
.lightbox figure figcaption, .project-image figure figcaption {
	position: absolute;
	bottom: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	color: #fffffd;
	font-size: 14px;
	z-index: 10;
	height: 70px;
	background: rgba(0,0,0,.5);
	padding: 10px;
}
.lightbox figure img {
	width: 100% !important;
	height: auto !important;
}
.hero, .project-hero {
	margin-bottom: 20px;
	width: 100%;
}
.hero .lightbox, .project-hero .project-image {
	background: black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	float: left;
	max-height: 390px;
	overflow: hidden;
	width: 700px;
}
.hero .lightbox .jshowoff {
	width: 100%;
	height: 100%;
}

/* user-selectd featured projects to the right of the carousel */
.hero .featured-projects, .project-hero .project-location {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	float: left;
	height: auto;
	margin-left: 20px;
	width: 240px;
}
.featured-projects .project-row {
	height: 190px;
}
.project-row+.project-row {
	margin-top: 20px;
}
.filler-left {
	display: inline-block;
	float: left;
	height: 100%;
	width: 85px;
	margin-right: 20px;

}
.filler-right {
	display: inline-block;
	float: left;
	height: 100%;
	width: 85px;
	margin-left: 20px;

}
.box {
	width: 85px;
	height: 85px;
}
.box.solid {
	background: #cccccc;
}
.box.photo {
	margin-bottom: 15px;
	background: #e5e5e5;
}
.box.bottom {
	margin-bottom: 10px;
}
.featured-projects .service {
	display: inline-block;
	float: left;
	background: gray;
	overflow: hidden;
	position: relative;
}
.featured-projects .service figure {
	margin: 0;
	height: 100%;
	position: relative;
	width: 100%;
}
.service .caption {
	position: absolute;
	bottom: 10px;
	color: white;
	text-align: center;
	width: 100%;
	padding: 5px;
	left: 0;
	box-sizing: border-box;
	background: rgba(0,0,0,.3);
	font-size: 12px;
}
.tall .service {
	height: 185px;
	width: 135px;
}
.wide .service {
	height: 185px;
	width: 135px;
}


/* Lightbox View */
body > .wrapper {
	position: relative;
}

.lightbox-project-view, .lightbox-backdrop {
	display: none;
}

.lightbox-backdrop {
	background: black;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.lightbox-project-view {
	left: 50%;
	position: absolute;
	top: 140px;
	z-index: 1001;
	width: 0;
}

.lightbox-project-view-content {
	background: white;
	height: auto;
	position: relative;
	left: -510px;
	width: 960px;
	padding: 33px 30px 0 30px;
	top: -52px;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 20px;
	cursor: pointer;
	color: #f58735;
}

.project-location .office_project_detail {
	width: auto;
	padding: 0;
}

.project-location .office_project_detail h3 a {
	color: #f58735;
}

.project-location .office_project_detail h3 a:hover {
	text-decoration: underline;
}

.project-location .office_project_thumb {
	width: 100%;
}

.project-location .office_project_thumb > img {
	height: auto !important;
	width: 100% !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.careers_banner {
	padding: 50px 0px 20px;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.careers_banner .button {
	margin-top: 15px;
	float: none;
	display: inline-block;
}
.careers_banner p {
	font-size: 1.2em;
}
.careers_banner h3 {
	font-size: 1.5em;
	margin-bottom: 20px;
}
.grey-callout {
	background: #F7F7F7;
	padding: 20px 0 10px;
}
.grey-callout .button {
	min-width: 125px;
	margin: 10px;
	display: inline-block;
	float: none;
}


/* holiday boxes */

.one-fourth {
	width: 25%; float: left;
}

.three-fourths {
	width: 75%; float: left;
}

.add-padding-left{
	padding-left:1em;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
}

/* EVENTS */
.tribe-events-loop .tribe-events-content, .events-list.tribe-bar-is-disabled #tribe-events-content-wrapper, .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 100% !important;
}
.tribe-events-loop .tribe-events-content {
	width: 100% !important;
}
.tribe-events-page-title {
	display: none;
}

.employee-testimonial h3 { color: #333; }
.employee-testimonial h6 { color: #6E6E6E; }
.employee-testimonial strong { color: #8B0F05; }

.home_sidebar h2 {
	font-size: 16px;
}
.home_sidebar h3{
	/*font-size: 1.5em;*/
	margin-bottom: 20px;
}
.home_sidebar .sidebar_wrap {
	padding: 0px 20px 20px;
}
.home_sidebar ul.social {
	float: none; display: inline-block;
}

.home_sidebar ul.social a {
	font-size: 1.7em;
	margin-left: 20px;
	margin-right: 20px;
	color: #8b0f05;
}

.home_sidebar .connect {
	font-size: 1.3em;
}
#linkedin-con {
	background-color: #E5E5E5;
	margin-left: 0;
	list-style-type: none;
	list-style-image: none;
	padding: 16px;
}
#linkedin-con img {
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	display: none;
}
#linkedin-con li{
	margin-bottom:8px;
}
#linkedin-con li span {

	display: block;
	height: 30px;
	background: #777;
	color: #fff;
	padding: 4px 11px;
	float: left;
	width: 385px;
	font-size: 1.18em;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #8B0F05;
}
#linkedin-con li span a {
	float: right;
	text-transform: capitalize;
}
#linkedin-con li div h3  {
	display: none;
}
#linkedin-con li div h3 a {
	color: #f58735;
	font-size: 0.8em;
}
#linkedin-con li div p {    display: inline;

}


.home_sidebar .linkedin-update-logo {
	display: none;
}
/* BLOG */

.page-id-10942 h3 {
	color: #8B0F05;
	font-size: 18px;
}
.page-id-10942 .button {
	min-width: 125px;
	float: none;
	display: inline-block;;
}
.recent-posts {
	margin-left: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.recent-posts li {
	width: 33%;
	list-style-type: none;
	list-style-image: none;
}
.recent-posts li a {
	padding: 5px;
	display: inline-block;
	color: #333;
	position: relative;
	width: calc(100% - 10px);
}
.recent-posts .preview {
	width: 100%;
	padding-bottom: 87%;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.recent-posts span.service-banner {
	position: absolute;
	top: 30px;
	background-color: #F58735;
	color: #fff;
	padding: 3px 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.wpcf7-input-control {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #ccc;
	box-shadow: none ;
	-webkit-appearance: none;
	width: calc(100% - 20px);
}
.wpcf7-select-control {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #ccc;
}
.wpcf7-select-control select {
	width: calc(100% + 40px);
	box-shadow: none ;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	background-color: transparent;

	padding-right: 62px;
}
.wpcf7-select-control:after {
	content: '\f0dd';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0.5em;
	top: 37%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 2em;
	color: #333;
}
input.button {
	background: transparent url(images/button_bg.png) repeat-x top left;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	width: 100%;
}

 .postnavigation .page-num {
	 display: inline-block;
	 float: left;
	 line-height: 33px;
 }
 .postnavigation .page-numbers {

	 float: left;
	list-style-image: none;
	margin-left: 0;
	display: flex;
	flex-flow: row nowrap;
}
.postnavigation .page-numbers li a, .postnavigation .page-numbers li span {

	text-align: center;
	line-height: 20px;
	display: inline-block;
	padding: 4px;
	background-color: #ccc;
	color: #333;
	margin: 4px;
	min-width: 20px;
}
.postnavigation .page-numbers li span.current {
	background-color: #F58735;
	color: #fff;
}
.postnavigation .page-numbers li span.dots {
	background-color: transparent;
}
.tribe-events-notices { clear: both; }

.home-feature-service {
	width: 25%;
	float: left;
	position: relative;
	padding-bottom: 15%;
	background-size: cover;
	background-position: center;
	color: #fff !important;
	font-size: 1.85em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.34px;

}
.home-feature-service span {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
}



.single-tribe_events .tribe-country-name{display:none;}
.single-tribe_events .tribe-events-cal-links .tribe-events-button{color:#fff !important;}




/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
