/* =============================================================================
   Header
   ========================================================================== */
#header {
	/*background: #FFF; */
	/*background: #484b52 url("../Images/bg-footer.jpg") repeat-x 0 0;*/
	/*position: fixed;*/
	position: absolute;
	width: 100%;
	z-index: 9999;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
	/* border-top: 4px solid #293133; */
}

.has-stage #header {
	background: transparent;
	box-shadow: none;
}

#logo {
	margin: 10px 0;
	width: 25%;
	float: left;
	padding: 0 15px;
}

#logo a:before {
	content: "";
	display: block;
	height: 100%;
	width: 0;
}

#logo a {
	background: url("../Images/sprites.svg") no-repeat;
	display: block;
	overflow: hidden;
	height: 56px;
	width: 213px;
	margin-top: 10px;
}

#stamp {
	float: left;
	width: 10%;
}

#stamp .stamp-image {
	width: 100px;
	height: 100px;
	background: url("../Images/stamp.png");
	display: block;
	text-indent: -9999px;
	margin-top: 15px;
}

#main-nav {
	float: right;
	/*width: 65%;*/
	width: 65%;
	padding: 0 15px;
}
/*
.contact-link {
	width: 15%;
	display: block;
	float: right;
	padding: 32px 25px;
}
*/
/* =============================================================================
   Stage
   ========================================================================== */
#stage {
	/*padding-top: 93px;*/
}

.flexslider {
	background: transparent;
	border-radius: 0;
	margin: 0;
	border: none;
	overflow: hidden;
}

.flexslider .slides li {
	background-size: cover;
	background-position: center bottom;
}

.flexslider .slides img {
	width: 100%;
	display: inline-block;
}

.flex-caption {
	width: 100%;
	max-width: 730px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	color: #FFF;
	text-align: right;
	position: absolute;
	left: auto;
	right: 0;
	top: 185px;
	font-size: 26px;
	line-height: 1.4;
	padding: 18px 36px 21px;
	margin: 0;
}

.flex-caption h2,
.flex-caption h3 {
	margin-bottom: 12px;
	font-size: 55px;

}

.flex-direction-nav a {
	background: rgba(0, 0, 0, 0.5);
	width: 60px;
	height: 60px;
	top: 50%;
	bottom: 28px;
	text-indent: -9999px;
	border-radius: 50%;
	margin-top: -38px;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav a::before {
	background: url("../Images/sprites.svg") no-repeat 0 -90px;
	width: 23px;
	height: 42px;
	position: absolute;
	top: 50%;
	right: 50%;
	content: "";
	margin: -21px -8px 0 0;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 80px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: left;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 80px;
}

.flex-direction-nav a.flex-next::before {
	content: "";
	background-position: -27px -90px;
	margin: -21px -15px 0 0;
}

.flex-control-paging {
	top: auto;
	bottom: 10px;
	z-index: 99;
}

.flex-control-paging li {
	margin: 0 0 0 10px;
}

.flex-control-paging li a {
	background: #FFF;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color 300ms ease-out;
	box-shadow: none;
	text-indent: -9999px;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
}

.flex-control-paging li a:hover {
	text-decoration: none;
	opacity: 1;
	background: #FFF;
}

.flex-control-paging li a.flex-active {
	background: #dc674a;
	opacity: 1;
}

/* =============================================================================
   Main
   ========================================================================== */
#visual-border {
	height: 220px;
	width: 100%;
	background: url("../Images/bg-fire.jpg") no-repeat;
	background-size: cover;
}

#main {
	padding: 0px 0 50px;
	overflow: hidden;
	min-height: 700px
}

.has-stage #main {
	padding-top: 40px;
	min-height: 200px;
}

#content {
	padding: 40px 15px 50px;
}

#content.column-9 {
	padding-right: 40px;
}

#content .column-6 {
	padding-bottom: 60px;
}

#sidebar {
	padding-top: 40px;
}

#products {
	overflow: hidden;
	padding: 0 0 60px;
}

#quotes {
	border-top: 1px solid #cccbcb;
}

/* =============================================================================
   Contact Map
   ========================================================================== */
#maps {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#gmap_canvas {
	width: 100%;
	height: 400px;
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
	/*background: #293133;*/
	background: #484b52 url("../Images/bg-footer.jpg") repeat-x;
	color: #FFF;
	padding: 20px 0 10px;
}

#footer a {
	color: #FFF;
}

.footer-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.powered-by {
	text-indent: -9999px;
	width: 174px;
	height: 30px;
	background: url("../Images/sprites.svg") no-repeat -53px -91px;
	display: block;
	margin-bottom: 42px;
}

#footer .contact-phone {
	margin-bottom: 15px;
}

#copyright {
	line-height: 1.6;
	font-size: 14px;
	padding-right: 15px;
	text-align: right;
}

/* =============================================================================
   Social Share
   ========================================================================== */
.social-media .footer-title {
	text-align: center;
}

.social-channels {
	list-style: none;
	margin: 0;
	text-align: center;
}

.social-channels li {
	display: inline-block;
	margin: 0 10px;
}

.social-channels a {
	text-indent: -9999px;
	display: block;
}

.social-channels .facebook {
	background: url("../Images/sprites.svg") no-repeat -1px -136px;
	width: 21px;
	height: 38px;
}

.social-channels .youtube {
	background: url("../Images/sprites.svg") no-repeat -108px -121px;
	width: 34px;
	height: 38px;
}

.social-channels .houzz {
	background: url("../Images/sprites.svg") no-repeat -144px -121px;
	width: 24px;
	height: 38px;
}

/* =============================================================================
   Cookie Notice
   ========================================================================== */
.cookie-notice {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.8);
	padding: 5px 40px;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.cookie-notice .alert-box,
.cookie-notice a {
	color: #FFF;
}

.cookie-notice .more-info::after {
	content: "›";
	display: inline-block;
	margin-left: 5px;
	font-size: 20px;
}

.cookie-notice .close {
	position: absolute;
	top: 5px;
	right: 10px;
}

.cookie-notice .close:hover {
	text-decoration: none;
}

#usercentrics-button .uc-btn-new.uc-btn-accept,
#usercentrics-button .uc-btn-new.uc-btn-deny,
#usercentrics-button .uc-btn-new.uc-btn-more {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

#usercentrics-button .uc-btn-new.uc-btn-accept,
#usercentrics-button .uc-btn-new.uc-btn-deny {
    background-color: #dc674a !important;
}