@font-face {
	font-family: 'Lapidary333Roman';
	src: url('../fonts/lapidary333bt-roman.eot');
}
/*@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular.ttf');
}*/
/* -----------------------------------------------------------------------
 * Navigation
 * ----------------------------------------------------------------------- */
nav.main_menu > ul > li > a {
	color: #FFF !important;
}
nav.main_menu > ul > li.active > a {
	color: #FFF !important;
}
/*nav.main_menu {
	font-family: Lapidary333Roman;
}
/*nav.main_menu > ul > li > a {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1.98px;
}*/

.carousel-inner p {
    text-shadow: 1px 1px 1px #000;
}
a#back_to_top > span {
	background: rgba(255, 255, 255, 0.5);
}
	#back_to_top span i {
		color: #666;
	}
/* -----------------------------------------------------------------------
 * Button
 * ----------------------------------------------------------------------- */
#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
	background: #2F5596;
	border: 0;
	border-radius: 0;
	color: #FFF;
}
#submit_comment:hover, .blog_load_more_button a:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover, .load_more a:hover, .qbutton:hover {
	background: #000;
	color: #FFF;
}
/* -----------------------------------------------------------------------
 * Tab
 * ----------------------------------------------------------------------- */
.q_tabs .tabs-nav {
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	width: 100%;
}
.q_tabs .tabs-nav li {
	float: none;
	margin: 10px 10px -9px 10px;
	width: calc(33% - 20px);
}
.q_tabs .tabs-nav li a {
	font-size: 20px;
	height: auto;
	line-height: 1em;
	padding: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
}
.q_tabs.horizontal .tabs-nav li:last-child a,
.q_tabs.horizontal .tabs-nav li:first-child a {
	padding-left: 10px;
	padding-right: 10px;
}
.q_tabs .tabs-nav li.active {
	background: #EEE;
}
.q_tabs .tabs-nav li a:hover,
.q_tabs .tabs-nav li.active a:hover,
.q_tabs .tabs-nav li a:active {
	color: #000;
}
.q_tabs.horizontal .tabs-container {
	padding: 0;
}
/* -----------------------------------------------------------------------
 * Tooltip
 * ----------------------------------------------------------------------- */
.tooltipdisplay{
	display: block;
	position: relative;
}

.tooltipdisplay:hover:before{
	border: solid !important;
	border-color: #333 transparent !important;
	border-width: 6px 6px 0 6px !important;
	bottom: 10px;
	content: "";
	left: 20px;
	position: absolute !important;
	z-index: 9999 !important;
}

.tooltipdisplay:hover:after{
	font-weight: 400 !important;
	font-size: 12px !important;
	text-shadow: 0 0 0 transparent !important;
	line-height: 20px !important;
	content: attr(data-tooltip); /*  The element itself need to set data attribute for setup display content  */
	background: #333 !important;
	background: rgba(0,0,0,.8) !important;
	border-radius: 5px !important;
	bottom: 15px;
	color: #FFF !important;
	left: 15px;
	padding: 5px 15px !important;
	position: absolute !important;
	z-index: 9999 !important;
	white-space: nowrap;
    text-align: left;
}
.tooltipdisplay-multipleline:hover:after{
	white-space: normal !important;
    min-width: 400px;
    max-width: 600px;
}
.tooltipdisplay-top-left:hover:before{
	left: 0px;
}
.tooltipdisplay-top-left:hover:after{
	left: -5px;
}
.tooltipdisplay-top-right:hover:before{
	left: auto;
	right: 20px;
}
.tooltipdisplay-top-right:hover:after{
	left: auto;
	right: 15px;
    text-align: right;
}
.tooltipdisplay-bottom-right:hover:before{
    border-width: 0px 6px 6px 6px !important;
	left: -5px;
    bottom: auto;
    top: 25px;
}
.tooltipdisplay-bottom-right:hover:after{
	left: auto;
    bottom: auto;
	right: 0px;
    top: 30px;
}
.hide {
	display: none;
}
.show {
	display: inherit;
}
tr.show {
	display: table-row;
}
.full_screen_height {
	height: 100%;
}
section.parallax_section_holder{
    background-size: cover;
}
/* -----------------------------------------------------------------------
 * Youtube Embed
 * ----------------------------------------------------------------------- */
div.youtube_embed {
	background: #262626;
}
	div.youtube_film_left,
	div.youtube_film_right {
		background: #262626 url('../img/film_bg.jpg') repeat-y center center;
		background-size: 100%;
		display: inline;
		height: 1px;
		margin-top: 2%;
		padding-bottom: 51%;
		width: 80px;
	}
	div.youtube_film_left {
		float: left;
	}
	div.youtube_film_right {
		float: right;
	}
	div.youtube_container {
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
		overflow: hidden;
	}
		div.youtube_container iframe {
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
			div.mod_full_width div.vc_column_container>.vc_column-inner {
				margin:0;
				padding: 0;
				width: 100%;
			}
/* -----------------------------------------------------------------------
 * Zbox
 * ----------------------------------------------------------------------- */
.zbox_container {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 2147483647;
	
	-webkit-transition: opacity 0.5s;
}
	.zbox_overlay {
		background: #000;
		height: 100%;
		left: 0;
		top: 0;
		opacity: 0.8;
		position: fixed;
		width: 100%;
		z-index: 2147483637;
	}
	.zbox_btn_close {
		background: transparent url('../img/btn_close_nobg.png') no-repeat right top;
		cursor: pointer;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		user-select: none;
		width: 60px;
		z-index: 2147483647;
		
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
		.zbox_content {
			left: 0;
			position: fixed;
			top: 0;
			transition: width 0.5s;
			visibility: hidden;
			
			z-index: 2147483638;
			
			-webkit-transition: width 0.5s;
		}
/* -----------------------------------------------------------------------
 * Point List
 * ----------------------------------------------------------------------- */
ul.point_list {
	list-style-position: outside;
	padding: 0 0 0 1.3em;
}
ul.point_list li {
	margin-bottom: 1em;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * STYLE MOD
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	min-width: 320px;
	padding-top: 100px;
}
p {
	margin-bottom: 20px;
}
a:hover, p a:hover {
	color: #E9CA9D;
}
.wrapper, body {
	background: #FFF;
}
.content, .content .container, .full_width {
	background: #FFF;
}
::selection {
	background: #E9CA9D;
	color: #fff;
}
h1 {
	font-weight: 400;
}
h1.gapped {
	letter-spacing: 10px;
}
.right_side_menu_opened header.page_header {
	left: -270px !important;
}
.title_subtitle_holder {
	padding: 0 !important;
}
.title_text_shadow .title h1 {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8)
}
.anchor {
	position: absolute !important;
	margin-top: -60px !important;
	opacity: 0 !important;
}
.header_bottom {
	background: #000 !important;
}
.header_filler {
	height: 400px;
}
.full_width {
	background: #FFF !important;
}
#div_Disclaimer {
	
}

footer {
	margin-top: 50px;
}
.footer_top_holder {
	background: #F2F2F2;
}
.footer_bottom_holder {
	background: #E2E2E2;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * PAGE STYLING
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#CATEGORY_NEWS .post_image{
	float: left;
	width: 30%
}
#CATEGORY_NEWS .post_text{
	margin-left: 10px;
	position: relative;
	overflow: hidden;
}
#CATEGORY_NEWS .post_text_inner {
	padding-top: 0;
}
#CATEGORY_NEWS .qbutton {
	background: #000;
}
#SINGLE_NEWS p {
	color: #333;
	font-family: arial;
	font-size: 14px;
	line-height: 1.5em;
}
#SINGLE_NEWS h1 {
	font-weight: 700;
	margin-bottom: 22px;
}
@media only screen and (max-width: 480px){
	#CATEGORY_NEWS .post_image{
		float: none;
		width: 100%
	}
	#CATEGORY_NEWS .post_text{
		margin-left: 0;
	}
	#CATEGORY_NEWS .post_text_inner {
		padding-top: 23px;
		padding-left: 0;
		padding-right: 0;
	}
	#CATEGORY_NEWS .post_more {
		text-align:center;
	}
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
 * MEDIA QUERY
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
	body {
		padding-top: 100px;
	}
	body.page-template-landing_page {
		padding-top: 0;
	}
	header.page_header.fixed {
		position: fixed !important;
	}
	.mobile_menu_button {
		display: none;
	}
	/*.content, .content.content_top_margin {
		margin-top: 100px !important;
	}*/
	
	div.youtube_film_left,
	div.youtube_film_right {
		width: 44px;
	}
}
@media only screen and (max-width: 1000px) {
	.logo_wrapper,
	.shopping_cart_inner, .side_menu_button {
		height: 100px !important;
	}
}
@media only screen and (max-width: 991px) {
	.container_inner,
	div.grid_section .section_inner {
		width: calc(100% - 30px) !important;
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 13px;
	}
	.tablet_tleft {
		text-align: left !important;
	}
	.tablet_tcenter {
		text-align: center !important;
	}
	.tablet_hide {
		display: none;
	}
	.tablet_show {
		display: inherit;
	}
	tr.tablet_show {
		display: table-row;
	}
	div.youtube_film_left,
	div.youtube_film_right {
		width: 44px;
	}
	/*#page-building-and-construction .q_tabs .tabs-nav li {
		display: block;
	}*/
}
@media only screen and (max-width: 600px){
	.q_tabs.horizontal .tab-content {
		padding: 0;
	}
}
@media only screen and (max-width: 480px){
	body {
		font-size: 13px;
		padding-top: 59px;
	}
	.logo_wrapper,
	.shopping_cart_inner, .side_menu_button {
		height: 60px !important;
	}
		.q_logo a {
			margin-left: -30px;
		}
	.content, .content.content_top_margin {
		/*margin-top: 60px !important;*/
	}
	.header_filler {
		display: none;
	}
	div.mod_full_width div.section_inner {
		margin:0;
		padding: 0;
		width: 100%;
	}
		div.mod_full_width div.section_inner_margin {
			margin:0;
			padding: 0;
			width: 100%;
		}
	.phone_tleft {
		text-align: left !important;
	}
	.phone_tcenter {
		text-align: center !important;
	}
	.phone_hide {
		display: none;
	}
	.phone_show {
		display: inherit;
	}
	tr.phone_show {
		display: table-row;
	}
	div.youtube_embed {
		background-size: 92%;
	}
		div.youtube_film_left,
		div.youtube_film_right {
			width: 46px;
		}
	.q_tabs .tabs-nav li {
		margin: 10px 5px -6px 5px;
		padding: 0;
		
	}
	.q_tabs .tabs-nav li a {
		padding: 5px;
		font-size: 13px;
	}
	#page-building-and-construction .q_tabs .tabs-nav li#tab-ed86d64a-6a51-8 {
		width: calc(25% - 10px);
	}
	#page-building-and-construction .q_tabs .tabs-nav li#tab-1509254893584-3-9 {
		width: calc(37% - 10px);
	}
	#page-building-and-construction .q_tabs .tabs-nav li#tab-1509254546173-2-8 {
		width: calc(36% - 10px);
	}
}