/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s):NAME
Created:DATE

Primary color - #89c2dc
Secondary color - #292b2c
Tertiary color - #eeeeee
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css"); 

/* General Classes */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size:11px;font-weight:bold;text-align:left;margin:2px auto 0;display:block;}
#token,.special {width:1px;height:1px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align:center;margin-left:auto;margin-right:auto;}
address {margin:0;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width:100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 6px;display:inline-block;opacity:0.5;filter:alpha(opacity=50);}
input,textarea,a,.btn,button{outline:none;}
input[type="file"]:focus{cursor:pointer;}
.constrain {max-width:1200px;margin:0 auto; transition: max-width .5s ease-in-out 0s;}
a,input,textarea,button,.btn,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

body {
	color:#888;
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
/* 	font-family: 'Open Sans Condensed', sans-serif; */
	margin:0 !important;
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
    position: relative;
    height: 100%;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	font-weight: bold;
	text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4{
	display: block;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
	margin-top:0;
}
h1,
.h1 {
	font-size:44px;
	font-weight:bold;
	margin:0;
	color: #231f20;
	font-size: 44px;
	line-height: 48px;
	letter-spacing: 0;
	font-weight: bold;
	border-top: 1px solid #d0cdda;
    border-bottom: 1px solid #d0cdda;
    padding: 20px 0;
}

/*
h1:before {
	content:"";
	background:#d0cdda;
	width:100%;
	height:1px;
	display:block;
	position:absolute;
	top: -20px;
}
h1:after {
	content:"";
	background:#d0cdda;
	width:100%;
	height:1px;
	display:block;
	position: relative;
    top: 20px;
}
*/
h2,
.h2 {
	font-size:38px;
	font-weight: bold;
	margin:20px 0;
}
h3,
.h3 {
	font-size:36px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin:20px 0 15px;
}
.image-bg h3,
.image-bg .h3,
.image-bg ul.fancy b {
	color:#fff;
}
h4,
.h4
ul.fancy b {
	color:#514e58;
	font-size:24px;
	font-weight: 300;
	text-transform: inherit;
	line-height:28px;
	letter-spacing: 0;
	margin:20px 0 0px;
	display:block;
	font-family: 'Montserrat', sans-serif;
}
h4.heading {
	padding: 15px 0;
	border-bottom: 1px solid #d0cdda;
}
/*
h4.heading:after {
	content:"";
	background:#d0cdda;
	width:100%;
	height:1px;
	display:block;
	position: relative;
    top: 20px;
}
*/
ul.fancy li:first-child b {
	margin-top:0;
}
h5,
.h5 {
	color:#666;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
p {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #514e58;
	line-height: 20px;
	letter-spacing: .5px;
}
a {
	color:#bf2e1b;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
}
a:hover {
	color:#231f20;
	text-decoration:none;
}
hr {
	border-top:1px solid #ddd;
}

.bold:before {
	font-weight:bold;
}

.primary-bg{
	background-color: #89c2dc;
	color: #292b2c;
}

.secondary-bg{
	background-color: #292b2c;
	color: #ffffff;
}

.tertiary-bg{
	background-color: #eeeeee;
	color: #89c2dc;
}

.primary-bg a{
	color: #292b2c;
}

.secondary-bg a{
	color: #ffffff;
}

.tertiary-bg a{
	color: #89c2dc;
}

.w100 {
	width:100%;
}
.w75 {
	width:74%;
}
.w66 {
	width:65%;
}
.w50 {
	width:49%;
}
.w40 {
	width:39%;
}
.w33 {
	width:32%;
}
.w25 {
	width:24%;
}


/* Tables */
.table{
	min-width: 500px;
}
.table td{
	text-align: right;
}
.table tbody:first-child tr:first-child td,
.table thead:first-child tr:first-child th{
	font-weight: bold;
	background: #eee;
	color: #89c2dc;
	text-align: left;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 1px solid #888;
}
.table tbody:first-child tr td:first-child{
	font-weight: bold;
	text-align: left;
}
.table-responsive{
	position: relative;
    overflow: auto;
    display: block;
    padding-bottom: 15px;
    border:0;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 1);
  height:10px;
}

.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height:5px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #89c2dc;
}


/* Buttons */
.button{
	font-size:14px !important;
	font-weight: bold;
	text-decoration:none !important;
	text-align:center;
	text-transform:uppercase;
	height: auto;
	line-height: normal;
	border:none;
	box-shadow:none;
	margin:0 auto;
	padding:10px 24px;
	display:inline-block;
	border-radius: 0;
	background-color: #bf2e1b;
	color: #ffffff;
}
.button:hover{
	background-color: #514E58;
	color: white;
}
.button.arrow-left:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f323';
	margin-right:10px;
	font-weight: normal;
	font-size: 13px;
}
.button.arrow-right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f324';
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
}
.small-btn{
	font-size:0.7em;
	letter-spacing:0.05em;
	line-height:28px;
	height:28px;
	padding:0 16px;
}

.button.hollow{
	color:#292b2c;
	border: 2px solid #292b2c;
	background-color: transparent;
}
.button.hollow:hover {
	color:#ffffff ;
	background: #292b2c;
}

.primary-bg .button{
	background-color: #292b2c;
	color: #89c2dc;
}
.primary-bg .button:hover{
	background-color: #eeeeee;
}
.primary-bg .button.hollow{
	background-color: transparent;
	color: #292b2c;
}
.primary-bg .button.hollow:hover{
	background-color: transparent;
	border-color: #eeeeee;
	color: #eeeeee;
}

.secondary-bg .button{
	background-color: #89c2dc;
	color: #292b2c;
}
.secondary-bg .button:hover{
	background-color: #eeeeee;
}
.secondary-bg .button.hollow{
	background-color: transparent;
	color: #89c2dc;
	border-color: #89c2dc;
}
.secondary-bg .button.hollow:hover{
	background-color: transparent;
	border-color: #eeeeee;
	color: #eeeeee;
}

.tertiary-bg .button{
	background-color: #89c2dc;
	color: #eeeeee;
}
.tertiary-bg .button:hover{
	background-color: #292b2c;
}
.tertiary-bg .button.hollow{
	background-color: transparent;
	color: #292b2c;
}
.tertiary-bg .button.hollow:hover{
	background-color: transparent;
	color: #89c2dc;
	border-color: #89c2dc;
}
#industry-btns {
	text-align: center;
}

/* Separators */
hr{
	margin: 20px 0;
}
.hr {
	background:url("../assets/images/template/hr.png") center center no-repeat;
	height:22px;
	width:100%;
	margin:30px auto;
	display:block;
}
.hr:first-child,
.text-blocks-wrapper.small + .hr {
	margin-top: 0;
}
.hr:last-child {
	margin-bottom: 0;
}
.divider {
	text-align:center;
	margin:40px auto;
	position:relative;
}
.divider:before,
.divider:after {
	content:"";
	background:#ddd;
	width:40%;
	height:1px;
	display:block;
	position:absolute;
	top:49%;
}
.divider:before {
	left:0;
}
.divider:after {
	right:0;
}
.spacer{
	height: 40px;
	display:block;
	clear: both;
}


/* Custom Style Elements */
.round,
.round:before {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

ul.fancy {
	list-style:none;
	text-align:left;
}
ul.fancy li {
	margin:0 0 5px;
	position:relative;
	font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    font-weight: 300;
    color: #514e58;
    font-family: 'Montserrat', sans-serif;
}
ul.fancy li:last-child {
	margin-bottom: 0;
}
ul.fancy li:before {
	content:"\f067";
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0;
	height:20px;
	width:20px;
	display:block;
	position:absolute;
	color: #bf2e1b;
	left:-32px;
}

.quote {
	border-left:none;
	padding:10px 0 0 50px;
	position:relative;
}
.quote:before {
	content:"\201C";
	color:#fd8587;
	font-family:sans-serif;
	font-size:100px;
	line-height:0.8;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.quote .content {
	font-size:1.4em;
	display:block;
}
.quote .source {
	font-style:italic;
	margin:10px 0 0;
	display:block;
}
.quote .source:before {
	content:"\2013";
	margin-right:5px;
	display:inline-block;
}


/* ***************************************** Header */
#global-nav {
	float:left;
}
#global-nav {
	line-height:1;
	margin-left:10px;
}
#global-nav > li {
	color:#ccc;
	font-size:0.8em;
	line-height:40px;
	height:40px;
	margin:0 10px;
    display:inline-block;
    position:relative;
}

.fa-search{
	float: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #bf2e1b !important;
	padding: 0 31px 0px 5px;
	margin-top: 17px;
	transition: block .5s ease-in-out 0s;
}
.fa-search:hover {
	cursor: pointer;
}
.search-icon.color {
	color: #231f20;
}
.mobile-search-container {
	display: none;
}
.design-mobile {
	display: none;
}
.search-container {
	display: none;
	
	position: absolute;
    left: 22%;
    bottom: -50px;
    border: 7px solid #bf2e1b;
    width: 313px;
    z-index: 999;
    transition: all .5s;
}
.search-container.show {
	display: block;
	transition: block .5s ease-in-out 0s;
}
.search-form {
	position: relative;
	width: 100%;
	max-width: 300px;
}
.search-form input,
.search-form button {
	color: #292b2c;
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	line-height:36px;
	height:36px;
	display:inline-block;
}
.search-form input {
	font-size:0.8em;
	width:100%;
	padding:0 46px 0 10px;
	border: 1px solid #d7d8d8;
	background-color: #fff;
}
.search-form input:focus{
	border-color: #292b2c;
}
.search-form button {
	width: 36px;
	position: absolute;
	right:0;
	top: 0;
	display: block;
	margin: 0;
	font-size: 0;
}
.search-form button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f002';
	width: 30px;
	height: 37px;
	position: absolute;
	font-size: 1em;
	left:0;
	top:0;
	font-size: 15px;
	font-weight: 200;
}
.search-form button:hover:after{
	color: #89c2dc;
}

#header-bottom {
	background:none;
	padding:0;
}
#header-bottom .constrain {
	position:relative;
    max-width: 1400px;
}
#header .logo {
	width: 100px;
    height: 63px;
    left: 0;
    float: left;
    position: absolute;
    transition: all .5s;
}
#header .logo.shrink {
	width: 50px;
    height: 50px;
    transition: all .5s;
    padding-top: 7px;
}
#header.sticky .logo2{
	width: 50px;
    height: 50px;
    transition: all .5s;
    padding-top: 7px;    
}
.logo2 {
    width: 56px;
    height: 56px;
    float: left;
    padding: 4px 0;
}

.header-number {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #bf2e1b;
	padding: 0 20px;
	pointer-events: none;
	margin-top: 17px;
}


/* ***************************************** Primary Navigation */
#header {
    margin: 0 auto;
    background: transparent;
    border-bottom: none;
    padding: 0;
    transition: padding .7s ease-in-out 0s;
    transition: width .5s ease-in-out 0s;
}
#header2 {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
#header2 .left {
	padding-left: 20px;
}
#header.expand {
	margin-top: 0px;
	width: 100%;
	background-color: #fff;
	padding: 0 0 0 30px;
	transition: padding .7s ease-in-out 0s;
	transition: width .7s ease-in-out 0s;
}
.header-expand .constrain {
	max-width: 100%;
	transition: max-width .5s ease-in-out 0s;
}
#header nav {
	float:right;
	width: 90%;
	background-color: #fff;
    height: 64px;
    transition: max-width .5s ease-in-out 0s;
    -webkit-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.53);
	box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.53);
    margin-top: 20px;
    position: relative;
}
#header nav.nav-expand {
	width: 94%;
	transition: max-width .5s ease-in-out 0s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}
#header2 #primary-nav {
	float: right;
}
#primary-nav span {
	display: block;
}

#primary-nav a {
	text-decoration:none !important;
	display:block;
	position:relative;
}

@media only screen and (min-width:1200px) {
	#primary-nav {
		text-align: right;
		height: 64px;
		vertical-align: top;
		float: right;
	}
	#primary-nav > li {
		font-size:16px;
		font-weight:600;
		text-transform:uppercase;
	    line-height:60px;
		height:64px;
		margin:0;
		padding: 13px 8px;
		display:inline-block;
		width: auto;
		text-align: center;
	}
	.header-expand #primary-nav > li {
		margin: 0;
	}
	.header-expand #primary-nav > li:last-child {
		margin: 0;
	}
/*
	#link32 {
		margin-right: 4.5px !important;
	}
*/
	#link43 > a:first-child,
	#link44 > a:first-child {
/* 		display: none; */
		color: #bf2e1b;
	}
	#id-5 .child-row .span1 {
		display: none;
	}
	#link30 {
		position: relative;
	}
	#link33 {
		background-color: #bf2e1b;
	}
	#link33:hover {
		background-color: #514e58;
		cursor: pointer;
	}
	#link33 a {
		color: #fff !important;
	}
	#primary-nav > li > a {
	    position:relative;
	    color:#514e58;
		font-size:13px;
		line-height: 18px;
		letter-spacing: .5px;
		font-weight: normal;
	}	
	#primary-nav > li:hover > a {
		color: #bf2e1b;
	}
	#header nav.nav-expand #primary-nav ul {
		width: 100%;
		left: 0;
		position: fixed;
	}
	#primary-nav ul {
		background: #e8e6ee;
	    padding: 10px 0 20px;
	    width: 1120px;
	    height: 79px;
	    position: absolute;
	    top: 64px;
		left: 0;
	    z-index: 10;
		display:none;
		    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	}	
	#primary-nav ul.adjust {
		top: 64px;
		width: 1199px;
	}
	#primary-nav ul.active{
		display: block;
	}
	#primary-nav ul li {
		line-height:normal;
		margin:0 2px;
		position: relative;
		display: inline-block;
	}
	#primary-nav ul li a {
		color:#514e58;
		font-size:13px;
		padding:10px 20px;
	}
	#primary-nav .parent .unstyled li a {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: .4px;
	}
	#primary-nav ul li:hover a {
		color: #bf2e1b;
	}
	#primary-nav ul li > a{
		margin-right: 10px;
	}
	#primary-nav ul li > i{
		position: absolute;
		z-index:200;
		right: 15px;
		font-style: normal;
		top:4px;
	}
	#primary-nav ul li > i:before{
		font-family: "Font Awesome 5 Pro";
		content: '\f105';
	}
	#primary-nav ul.active li > i:before{
		content:'\f107';
	}
	#primary-nav ul ul{
		background-color: transparent;
		position:relative;
		top: 0;
	}
/*
	#primary-nav li.last {
		background-color: #bf2e1b;
	}
	#primary-nav li.last a {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		line-height: 20px;
		letter-spacing: 0;
		font-size: 12px;
	}
*/
	/* Header 2 */
	#header2 {
		 
	}
	#header2 #primary-nav ul {
		top:64px;
		left: 0;
		width: 100%;
	}
	
}
.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index:9999999;
	
		animation-name: fadeIn;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
		animation-duration: .5s;
	}
	
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
/* Child Pages */
.mobile-design-rfq {
	display: none;
}
#child-buckets {
	background-color: #231f20;
	position: relative;
}
#child-buckets .row {
	margin:0;
	padding: 18px 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
#child-buckets .fauxlink {
	display: block;
	float: left;
	margin-right: 25px;
	width: 100px;
	height: auto;
	position: relative;
}
#child-buckets .fauxlink img {
	transition: all .5s;
	opacity: .2;
/*
    position: absolute;
    display: table-cell;
*/
    vertical-align: middle;
    left: 0px;
    height: 30px;
}
#child-buckets .fauxlink:hover img {
	margin-top: -10px;
	transition: all .5s;
	opacity: 1;
}
#child-buckets .fauxlink div {
	position: relative;
/* 	bottom: -30px; */
}
#child-buckets .fauxlink:hover {
	cursor: pointer;
}
#child-buckets h6 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: bold;
}
#child-buckets .swipe-icon {
	display: none;
}
.see-all-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #bf2e1b;
	font-weight: bold;
	padding-top: 22px;
	text-decoration: underline;
	text-transform: uppercase;
}
.see-all-link:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
}
/* ***************************************** Home Banner */
#home-banner, 
#home-banner .slides li,
#home-banner .constrain {
	height:500px;
}
#home-banner {
	background:#fff;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
	height: 828px;
}
#home-banner .slides li {
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	margin:0;
	display:none;
}
.picture {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 57%;
}
.picture img {
	width: 43%;
}
#home-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#home-banner .constrain{
	position: relative;
}
#home-banner .caption{
	position:absolute;
	z-index: 2;
	top: 75%;
	left:0;
	right:0;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home-banner .inner-caption {
	width: 40%;
}
.banner-overlay:after,
.image-bg:before {
	background-color:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#home-banner h2,
#home-banner h3,
#home-banner .h2,
#home-banner .h3,
#home-banner p {
	margin:0;
}
#home-banner h2,
#home-banner h3,
#home-banner .h2,
#home-banner .h3 {
	color:#fff;	
	text-transform:uppercase;
}
#home-banner h2,
#home-banner .h2 {
	font-size:48px;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0;
	color: #231f20;
	letter-spacing:normal;
	width: 60%;
}
#home-banner .h2:after,
#home-banner h4:after {
	content: "";
    display: block;
    width: 568px;
    margin: 10px 0 20px;
    padding-top: 5px;
    border-bottom: 1px solid #d0cdda;
}
#home-banner h3,
#home-banner .h3 {
	font-size:2em;
	margin-bottom:20px;
}
#home-banner .flex-control-paging{
	bottom: 0;
	z-index: 3;
}
#home-banner .flex-control-paging li a:hover,
#home-banner .flex-control-paging li a.flex-active{
	background-color: #ffffff;
}
#home-banner .flex-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: white;
}
#home-banner .flex-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: white;
}
#home-banner p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #514e58;
}
.bottom-btns {
	position: absolute;
	bottom: 0;
	width: 57%;
}
.home-gallery-btn{
	height: 122px;
	background-color: #231f20;
}
.home-gallery-btn a:hover strong {
	color: #fff;
	
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.home-gallery-btn a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #231f20;
/*
	position: absolute;
    padding: 40px 115px;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
*/
    
    -webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	display: block;
	height: 100%;
	padding: 40px 116px;
}
.home-gallery-btn strong {
	color: #df3822;
}
.home-rfq-btn {
	height: 44px;
	background-color: #bf2e1b;
	text-align: center;
}
.home-rfq-btn:hover {
	background-color: #514e58;
}
.home-rfq-btn a {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.9px;
    display: block;
    height: 100%;
    padding: 10px;
}
.fa-long-arrow-right {
	font-size: 19px;
}
.icon {
	position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    padding: 0 10px;
    overflow: hidden;
    top: 48px;
}
.home-gallery-btn:hover .icon-before,
.content-button:hover .icon-before {
	left: 10px;
}
.icon-before {
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    position: absolute;
    top: 0;
    left: -40px;
    color:#fff;
}
.home-gallery-btn:hover .icon-main,
.content-button:hover .icon-main {
	-webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
}
.icon-main {
	-webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: inline-block;
    color:#fff;
}
#buckets-home {
	margin-bottom: 50px;
}
/* ***************************************** Inner Banner */
#inner-banner {
	background:center center #ccc;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	height:420px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
	padding: 60px 110px;
}
#inner-banner .banner-overlay {
	background-color: rgba(155, 28, 16, .7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#id-36 #inner-banner {
	height: 300px;
}
#inner-banner h1
#inner-banner .h1 {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:4em;
	width:100%;
	padding:0 3%;
	position:absolute;
	bottom:180px;
	left:0;
}
/*
#inner-banner .pic {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
    background-color: rgba(191, 46, 27);
	content: '';
	mix-blend-mode: multiply;
}
*/
#inner-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	
/*
	background-color: rgba(35, 31, 32);
    content: '';
    display: block;
    mix-blend-mode: darken;
*/
}
#inner-banner .inner-text {
	margin-top: 50px;
    width: 40%;
    color: #fff;
}
#inner-banner p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 300;
}
#inner-banner p:before {
	content: "";
    display: block;
/*     width: 568px; */
    margin: 10px 0;
    padding-top: 5px;
    border-bottom: 1px solid #d0cdda;
}
#inner-banner p:after {
	content: "";
    display: block;
/*     width: 568px; */
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0cdda;
}
#inner-banner h6 {
	font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
}
#inner-banner .inner-img {
	right: 140px;
    top: 90px;
}
.inner-banner-rfq a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: .9px;
	color: #fff;
	font-weight: bold;
	display: block;
    width: 100%;
    height: 100%;
	padding: 10px;
	height: 40px;
    background-color: #a51f0e;
    text-align: center;
    
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.inner-banner-rfq a:hover {
	background-color: #514e58;
	color: #fff;
}
#inner-banner > span,
#inner-banner > div{
	position: absolute;
	z-index: 2;
}
/* Detail Banner */
#detail-banner {
	background:center center #000;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	min-height:300px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
	padding: 0px;
}
#detail-banner .detail-banner-left {
	display: block;
/*     position: absolute; */
    float: left;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px 40px;
    background-color: #000;
}
#detail-banner .detail-banner-right {
	display: block;
    float: left;
    width: 50%;
    top: 0;
    right: 0;
    min-height: 300px;
    padding: 50px 90px;
}
#detail-banner h1 {
	color: #fff;
	border: none;
}
#detail-banner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	color: #fff;
	border-top: 1px solid #d0cdda;
    border-bottom: 1px solid #d0cdda;
    padding: 20px 0;
}
#detail-banner p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: .5px;
	color: #fff;
}
#detail-banner .detail-banner-right a{
	font-weight: bold;
}
/* ***************************************** Breadcrumbs & SM Toolbar */
.bread-mobile {
	display: none;
}
ul.B_crumbBox {
    list-style:none;
    font-size:0.8em;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    margin:0;
    padding:0;
}
ul.B_crumbBox li {
	color:#ccc;
	display:inline-block;
}
ul.B_crumbBox li.B_currentCrumb {
	color:#fff;
}
ul.B_crumbBox li a {
	color:#ccc;
	z-index: 9999;
}
ul.B_crumbBox li a:hover {
	text-decoration:underline;
}
.crumb {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	margin-right: 25px;
	font-weight: 300;
	position: relative;
	z-index: 9999;
}
.crumb a strong {
	font-weight: 300;
}
.crumb.first:before {
	content: none;
}
.crumb:before {
	content: "|";
	color: #fff;
	position: absolute;
    left: -16px;
    top: -3px;
}
.crumb a {
	color: #fff;
	z-index: 9999;
}
.crumb a:hover {
/* 	color: #bf2e1b; */
	font-weight: bold;
}
.crumb.current{
	font-weight: bold;
	color: #fff;
	z-index: 9999;
}

/* ****************************************** Tabbed Content */
.text-tabs.dark-bg .tab-content,
.image-bg .text-blocks,
.video .play {
	color:#ccc;
	color:rgba(255,255,255,0.8);
}
.white h2,
.white h3,
.white h4,
.image-bg h4:first-child:last-child,
.image-bg .barchart .percent .number {
	color:#fff !important;
}
.text-tabs.dark-bg .tab-title {
	color:#fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
	color:#2bc271 !important;
	cursor:pointer;
}
.bullet-tabs .tab-title span {
	line-height:1.2;
	vertical-align:middle;
}
.bullet-tabs .tab-title .title {
	display:inline-block;
}
.bullet-tabs .tab-title .bullet {
	background:#888;
	border:6px solid #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	height:20px;
	width:20px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:-31px;
}
.bullet-tabs .tab-title:before {
	content:"";
	height:100%;
	width:30px;
	display:block;
	position:absolute;
	top:0;
	left:-30px;
}
.bullet-tabs .tab-title.current .bullet {
	background:#fff;
	border:2px solid #0065aa !important;
	height:18px;
	width:18px;
	top:9px;
	left:-30px;
}

.text-tabs .tabs-menu-wrapper {
	margin:0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
	color:#888;
}
.text-tabs .tab-title {
	margin-right:10px;
	padding:5px;
	display:inline-block;
}
.text-tabs .tab-title.current {
	color:#f56c6e !important;
	font-weight:bold;
}
.tabs .tab-content {
	display:none;
}
.tabs .tab-content.current {
	display:block;
}
.tabbed-content .tab-content{
	border: 1px solid #89c2dc;
	padding: 32px;
}
.tabbed-content .content-block{
	padding: 0;
}
.tabbed-content .nav-tabs li{
	margin-right:-3px;
}
.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a{
	border: 1px solid #89c2dc;
    border-bottom-color: transparent;
    border-radius: 0;
    color: #292b2c;
}
.tabbed-content .nav-tabs li.active a{
	background-color: #89c2dc;
}
.tabbed-content .nav-tabs a:hover{
	border: 1px solid #89c2dc;
    border-bottom-color: transparent;
    background-color: #eeeeee;
}
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel-heading{
	padding:0;
	border: 1px solid #89c2dc;
	border-radius: 0;
	background-color: white;
}
.panel-group .panel-heading a{
	padding: 10px 15px 10px 40px;
	display: block;
	position: relative;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 15px;
}
.panel-group .panel-heading a[aria-expanded="true"]{
	background-color: #89c2dc;
	color: #292b2c;
}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 15px;
}
.panel-arrows .panel-heading a:before{
	content:'\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before{
	content:'\f106';
}
.panel-plusminus .panel-heading a:before{
	content:'\f067';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border: 1px solid #89c2dc;
	border-radius: 0;
}
.panel-group .content-block{
	padding: 0;
}

/* Text Blocks (small) */
.text-blocks-wrapper.small {
	font-size:0.9em;
	text-align:center;
	padding:20px 0;
}
.text-blocks-wrapper.small .text-block {
	text-align:left;
	vertical-align:top;
	width:32%;
	padding:20px 20px 20px 70px;
	display:inline-block;
	position:relative;
}
.text-blocks-wrapper.small .icon {
	width:50px;
	position:absolute;
	top:20px;
	left:0;
}
.text-blocks-wrapper.small h5 {
	margin:0 0 12px;	
}
.image-bg .text-blocks-wrapper.small h5 {
	color:#fff;
}
.text-blocks-wrapper.small p {
	color:#888;
}
.text-blocks-wrapper.small a {
	font-size:0.9em;
	font-weight:bold;
}


/* Text Blocks (large) */
.text-blocks-wrapper.large {
	padding: 40px 0 0;
}
.text-blocks-wrapper.large .text-block {
	margin:60px 0;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.text-blocks-wrapper.large .text-block:first-child {
	margin-top: 0;
}
.text-blocks-wrapper.large .text-block:last-child {
	margin-bottom: 0;
}
.text-blocks-wrapper.large .text-block .content {
	width: 50%;
}
.text-blocks-wrapper.large .text-block:nth-child(odd) .content {
	padding-right:40px;
	float: left;	
}
.text-blocks-wrapper.large .text-block:nth-child(even) .content {
	padding-left:40px;
	float: right;	
}
.text-blocks-wrapper.large .text-block .image {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height: 100%;	
	width: 50%;
	position: absolute;
	top:0;
}
.text-blocks-wrapper.large .text-block:nth-child(odd) .image {
	right:0;
}
.text-blocks-wrapper.large .text-block:nth-child(even) .image {
	left:0;
}



/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:300px;
	width:100%;
	max-width: 520px;
	margin:0 auto 20px;
	padding:0 40px;
	display:block;
	position:relative;
}
.video .play {
	margin-top:-45px;
	margin-left:-30px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.video .play i {
	font-size:40px;
	line-height:60px;
	border:2px solid #ccc;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	height:60px;
	width:60px;
	margin:0 auto 10px;
	display:block;
}
.video:hover .play i {
	color:#666;
	background:#ccc;
}
.video .play i:before {
	position:relative;
	left:3px;
}
.video-block .subtitle {
	color:#888;
	font-size:0.9em;
	margin-bottom:0;
}

/* Fancybox */
.fancybox-arrow{
	opacity: 1 !important;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}
.fancybox-arrow:hover:after{
	opacity: .5;
}
.fancybox-arrow--left:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity:0;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-infobar{
	position:absolute;
	bottom:-30px;
	top: auto;
	padding: 0;
	right:0;
	left: auto;
}
.fancybox-infobar button{
	display: none;
}
.fancybox-infobar__body{
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity:0;
}
.fancybox-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* Charts and Graphs */
.chart-wrapper {
	text-align:center;
}
.chart-wrapper.with-caption {
	padding-bottom:40px;
}

.percent .caption {
	font-size:1.2em;
	line-height:1.2;
}
.percent .caption.long {
	font-size:1em;
	width:auto;
}

.percent .number:after {
	content:"%";
}

.statistic {
	position:relative;
}
.statistic .number {
	color:#fff !important;
	font-size:140px;
	font-weight:bold;
	text-shadow:0 0 10px rgba(0,0,0,0.2);
	line-height:1;
	margin:0;
	padding:60px 0 40px;
}
.statistic .caption {
	color:#fff !important;
	text-transform:uppercase;
	line-height:1;
	width:200px;
	margin:0;
	position:absolute;
	top:0;
	left:15px;
}
.statistic .caption:before {
	font-size:40px;
	display:block;
}


/* Pie Chart */
.piechart {
	vertical-align:middle;
	background:#E4E8EB;
	border-radius:180px;
	-moz-border-radius:180px;
	-webkit-border-radius:180px;
	padding:20px;
	height:180px;
	width:180px;
	display:inline-block;
	position:relative;
}

.piechart .dots {
	background:url("../assets/images/template/pie-dots-pink.png") center center/222px 212px no-repeat;
	height:220px;
	width:220px;
	display:block;
	position:absolute;
	top:-20px;
	left:-17px;
}
.image-bg .piechart .dots {
	background-image:url("../assets/images/template/pie-dots-white.png");
}
.piechart canvas {
	height:100% !important;
	width:200% !important;
	margin-left:-50%;
}
.piechart + .percent {
	text-align:left;
	vertical-align:middle;
	width:50%;
	margin-left:60px;
	display:inline-block;
}
.w60 .piechart + .percent {
	width:60%;
}
.piechart + .percent .number {
	color:#666;
	font-size:100px;
	font-weight:bold;
	line-height:1;
	margin:0;
}
.piechart .caption {
	font-size:0.8em;
	text-transform:uppercase;
	margin:40px 0 0;
}
.piechart + .percent .caption {
	color:#aaa;
	text-transform:uppercase;
	margin:0;
}
.image-bg .piechart + .percent .caption {
	color:#ccc;
}


/* Bar Chart */
.barchart {
	position:absolute;
	bottom:0;
}
.w50:last-child .barchart {
	left:70%;
}
.barchart .bar {
	vertical-align:bottom;
	height:300px;
	width:30px;
	margin:0 10px;
	display:inline-block;
	position:relative;
}
.barchart .fill {
	background:#ddd;
	border-radius:40px 40px 0px 0px;
	-moz-border-radius:40px 40px 0px 0px;
	-webkit-border-radius:40px 40px 0px 0px;
	height:0;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.barchart .highlight .fill {
	background:#0065aa;
}
.barchart .percent .number {
	color:#666;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	line-height:1;
	width:100%;
	display:none;
	position:absolute;
	top:0;
	left:-98px;
}
.barchart .show-value.percent .number {
	display:block;
}


/* ****************************************** Forms */
.forms .input-group {
    margin:0 auto 0px;
    min-height:0 !important;
}
.forms .input-group.w50 {
    width:49%;
    float: left;
    padding: 0;
}
.forms .input-group.w50.right{
	float: right;
}
.w50 .forms .input-group.w50:first-child{
	padding-right:0;
}
.forms .input-group.w100 + .input-group.w50  {
	margin-right:2%;
}
.forms .input-group.w100{
	width:100%;
	margin-right:0;
	float:none;
	clear:both;
}
.forms input[type=text], 
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel], 
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select{
	color:#fff;
	font-size:14px;
	line-height:20px !important;
	background:transparent;
/* 	border:1px solid #d7d8d8; */
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	width:76%;
	height:36px;
	margin:0;
	padding:0px;
	display:block;
	font-family: 'Montserrat', sans-serif;
}
.forms input[type=text]:focus, 
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus, 
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus{
	border-color: #222;
}
.forms textarea {
	line-height:1.4 !important;
	height:auto;
	padding:10px 12px !important;
}
.forms label{
	font-weight: normal;
	color: #292b2c;
	font-size: 15px;
}
.forms label .required{
	color: #fff;
}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	border-color: #292b2c;
	outline: 0;
}
.forms .file-uploader-items .file-wrap{
	margin-bottom:0;
}
#contact span {
	color: #231f20 !important;
}
.forms .file-uploader-items .title{
	display:block;
	margin-bottom:0;
	height: 35px;
}
.forms .file-uploader-items img{
	display: none;
}
.forms .file-uploader-items .delete-button{
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
    right: -18px;
    cursor: pointer;
}
.forms .file-uploader-items .delete-button:before{
	content:'×';
	font-size: 15px;
	color: #c50000;
}
.forms .file-uploader-buttons{
	position: absolute;
	right: 0;
	top:0;
	line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button{
	font-size: 0;
	width: 30px;
	height: 34px;
	line-height: 36px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
	border: 1px solid #d0cdda;
	border-bottom: none;
	color: #fff;
}
.qq-uploader {
	display: flex;
    flex-direction: column;
    margin-top: -30px;
    margin-right: -16px;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 5 Pro";
	color: #231f20;
	font-size:15px;
}
.forms .qq-upload-button:before{
	content:'\f0c1';
	color: #fff;
}
.forms .qq-clear-button:before{
	content:'\f2ed';
	color: #fff;
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover{
	background-color: #bf2e1b; 
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before{
	color: #fff;
}
.forms .errorMessage{
	color: #a00;
    padding: 8px 8px 5px 8px;
    width: auto;
    margin: 0;
    font-weight: normal;
    position: absolute;
    font-size: 13px;
    top: 0;
    right: 7px;
}

/* Shifty Forms */

.forms.shifty label{
	display: none;
}
.forms.shifty .input-group label{
	position: absolute;
	display:block;
    top: 16px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus{
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}
.forms.shifty .input-group label.focus:after{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden{
	opacity: 0.0;
}
.forms.shifty label.error{
	display: none !important;
} 

/* Custom Selects, Checkboxes & Radios */

.forms .bootstrap-select{
	padding: 0;
	border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus{
	outline: 0 !important;
}
.forms .bootstrap-select button{
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #292b2c;
}
.forms .bootstrap-select button span{
	font-weight: normal;
	text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret{
	border:0;
	top: 4px;
    right: 20px;
}
.forms .bootstrap-select button .caret:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f107';
}
.forms .bootstrap-select.open button .caret:before{
	content:'\f106';
}
.forms .bootstrap-select .dropdown-menu{
	margin:0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #292b2c;
	padding:0;
	background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a{
	padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover{
	background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus{
	outline: 0;
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #292b2c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.forms .switch-container{
	padding-left:60px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.forms .checkbox-container .checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 4px;
    line-height: 30px;
}
.forms .radio-container .radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.forms .switch-container .switch{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 50px;
    background-color: #d7d8d8;
    border: 1px solid #d7d8d8;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after  {
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
    content: '\f0c8';
    display: block;
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.forms .switch-container input ~ .switch:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -4px;
	left:1px;
	font-size: 20px;
	color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after{
    display: block;
    content: "\f14a";
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}

.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.switch-container input:checked ~ .switch{
	background-color: #da3037;
	border-color:#da3037;
}
.switch-container input:checked ~ .switch:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -4px;
	right:0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border:0;
}

/* ***************************************** Search Results */
.sisea-highlight {
	text-shadow:1px 1px 1px #fff;
	background:#e9e9e9;
	padding:3px;
}
.sisea-paging {
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.sisea-result-pages {
	margin-right:2px;
}
.sisea-current-page {
	color:#000;
}
.sisea-result {
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.sisea-result:first-child {
	border-top:1px solid #ddd;
}
.sisea-result h3 {
	color:#888;
	font-size:1.4em;
}
.sisea-result p {
	margin:0;
}


/************* Content Block Styling *********/
.constraint-container{
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
    width:100%;
    clear:both;
    position:relative;
}
.constraint-container .constrain {
	position:relative;
	z-index:1;
}
.content-block{
	margin:0 auto;
	padding:20px 40px;
	position:relative;
	z-index:1;
}
.nopadding .content-block {
	padding:0;
}
.block.no-bg + .block.no-bg .content-block,
.block.no-bg + .block.no-bg .w25,
.block.no-bg + .block.no-bg .w33,
.block.no-bg + .block.no-bg .w40,
.block.no-bg + .block.no-bg .w50,
.block.no-bg + .block.no-bg .w60,
.block.no-bg + .block.no-bg .w66,
.block.no-bg + .block.no-bg .w75,
.block.no-bg + .block.white-bg .content-block,
.block.no-bg + .block.white-bg .w25,
.block.no-bg + .block.white-bg .w33,
.block.no-bg + .block.white-bg .w40,
.block.no-bg + .block.white-bg .w50,
.block.no-bg + .block.white-bg .w60,
.block.no-bg + .block.white-bg .w66,
.block.no-bg + .block.white-bg .w75 {
	padding-top:0;
}
.content-block .constrain .w25,
.content-block .constrain .w33,
.content-block .constrain .w40,
.content-block .constrain .w50,
.content-block.constrain .w50,
.content-block .constrain .w60,
.content-block .constrain .w66,
.content-block .constrain .w75 {
	vertical-align: top;
	display: inline-block;
}

.content-block .w25{
	width:25%;
}
.w25 img {
	width: 284px;
	height: 375px;
}
.content-block .w33{
	width:33.333%;
}
.content-block .w40{
	width:40%;
}
.content-block .w50{
/* 	margin-top:10px; */
	width:50%;
}
.content-block .w60{
	width:60%;
}
.content-block .w66{
	width:66%;
}
.content-block .w75{
	width:75%;
}

.content-block .bg-left,
.content-block .bg-right {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:100%;
	position:absolute;
	top:0;
}
.content-block .bg-left {
	left:0;
}
.content-block .bg-right {
	right:0;
}
.content-block .w75.bg-left,
.content-block .w75.bg-right {
	width:75%;
}
.content-block .w66.bg-left,
.content-block .w66.bg-right {
	width:66.66%;
}
.content-block .w60.bg-left,
.content-block .w60.bg-right {
	width:60%;
}
.content-block .w40.bg-left,
.content-block .w40.bg-right {
	width:40%;
}
.content-block .w33.bg-left,
.content-block .w33.bg-right {
	width:33.33%;
}
/* New */
.richtext + .button{
	margin-top: 22px;
	display:inline-block;
}
.richtext p:last-child{
	margin-bottom:0;
}

.content-block > .richtext + .button{
	margin-top: 30px;
}

.img-wrapper + .richtext h1:first-child,
.img-wrapper + .richtext h2:first-child,
.img-wrapper + .richtext p:first-child{
	margin-top: 30px;
}

.content-block{
	padding-left:0;
	padding-right: 0;
}

.content-block .constrain .w25,
.content-block .constrain .w33,
.content-block .constrain .w40,
.content-block .constrain .w50,
.content-block .constrain .w60,
.content-block .constrain .w66,
.content-block .constrain .w75{
	vertical-align: top;
	padding-top: 0;
}
.two-cols .constrain .w25,
.two-cols .constrain .w33,
.two-cols .constrain .w40,
.two-cols .constrain .w50,
.two-cols .constrain .w60,
.two-cols .constrain .w66,
.two-cols .constrain .w75{
	float: left;
}
.two-cols {
	padding-top: 0;
}

.content-block .constrain .w25:first-child,
.content-block .constrain .w33:first-child,
.content-block .constrain .w40:first-child,
.content-block .constrain .w50:first-child,
.content-block .constrain .w60:first-child,
.content-block .constrain .w66:first-child,
.content-block .constrain .w75:first-child{
	padding-left:0;
/* 	padding-right: 16px; */
	padding-bottom:0;
	padding-top: 0;
}
.content-block .constrain .w25:last-child,
.content-block .constrain .w33:last-child,
.content-block .constrain .w40:last-child,
.content-block .constrain .w50:last-child,
.content-block .constrain .w60:last-child,
.content-block .constrain .w66:last-child,
.content-block .constrain .w75:last-child{
	padding-right:0;
	padding-left: 16px;
	padding-bottom:0;
}

.content-block.three-cols .w33,
.content-block.three-cols .w50{
	padding: 0 16px;
}

.content-block.four-cols .w25{
	padding: 0 16px;
}
.content-block .heading:first-child:last-child{
	margin-bottom: -15px;
}



/************* Gallery & Buckets Styling *********/
.gallery{
	clear:both;
	position: relative;
}

.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
    margin:10px 8px;
    float:left;
    position:relative;
}
.gallery.fullwidth .img-wrapper,
.buckets.fullwidth .fauxlink{
	width:100%;
	margin:10px auto;
	float:none;
}
.gallery.two-cols .img-wrapper,
.buckets.two-cols .fauxlink{
    width:48%;
}
.gallery.three-cols .img-wrapper,
.buckets.three-cols .fauxlink{
    width:31%;
}
.gallery.four-cols .img-wrapper,
.buckets.four-cols .fauxlink{
    width:23%;
}
.gallery.five-cols .img-wrapper,
.buckets.five-cols .fauxlink{
    width:18%;
}

.img-wrapper{
	position: relative;
	text-align: center;
}

.img-wrapper.img-left{
	float: left;
	padding: 0 22px 10px 0;
    margin-top: 7px;
}

.img-wrapper.img-right{
	float: right;
	padding: 0 0 10px 22px;
    margin-top: 7px;
}

.img-wrapper.img-full img{
	width: 100%;
}

.img-wrapper a{
	display: block;
}

a.img-wrapper:focus{
	outline: 0;
}

a.img-wrapper p{
	color: #292b2c;
}

.img-wrapper p.img-caption-in{
    background-color: rgba(17, 17, 17, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.img-wrapper p.img-caption-out{
	padding: 10px 15px;
}

.img-wrapper:before {
	color:#fff;
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
	right: 15px;
	top: 15px;
	color: white;
}
.gallery.caption-outer .img-wrapper:before {
	top:44%;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.gallery .caption {
	font-size: 0.9em;
	text-align:center;
	margin: 0;
	padding:10px 0;
	display:block;
}
.gallery.caption-inner .caption{
	color:#fff;
	background:rgba(0,0,0,0.5);
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.gallery.slider{
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper{
	margin:0;
}

.gallery.slider img{
	margin: 0 auto;
	display: block;
}

.gallery.slider .flex-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: white;
}

.gallery.slider .flex-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: white;
}

.gallery.carousel .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: #292b2c;
}

.gallery.carousel .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: #292b2c;
}

.slick-dots li button:before{
	font-size: 14px;
}
#home-buckets {
	width: 668px;
	position: absolute;
    top: -390px;
    right: 8px;
}
#home-buckets .fauxlink:hover {
	cursor: pointer;
}
#home-buckets .bucket-link {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
#home-buckets .fauxlink {
	padding: 0;
	height: 210px;
	background-color: #fff;
	position: relative;
}
#home-buckets .home-bucket-overlay {
	background-color: rgba(195,47,37, 0.9);
	height: 100%;
	width: 100%;
	position: absolute;
}
#home-buckets .fauxlink.span2 .home-bucket-overlay {
	background-color: transparent;
} 
#home-buckets .bucket-content {
	position: absolute;
    top: 25px;
    left: 15px;
    z-index: 9999;
    width: 90%;
}
#home-buckets .span1:before,
#home-buckets .span3:before {
	position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    
    
    top: 0;  
    left: 0;  
    right: 0;  
    bottom: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
#home-buckets .span1:hover:before,
#home-buckets .span3:hover:before {
	position: absolute;
    content: " ";
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(141, 16, 0, 1);
    transform: scaleX(1);
}
#home-buckets .span2:hover:before {
	position: absolute;
    content: " ";
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(208, 205, 218, 1);
    transition: .5s ease-in-out;
}
#home-buckets h4 {
	text-transform: uppercase;
}
#home-buckets h4::first-letter {
	font-size: 36px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: bold;
	padding-top: 2px;
	float: left;
}
#home-buckets h4 span:nth-child(1) {
	border-bottom: 3px solid #fff;
    padding-top: 0;
}
#home-buckets .span2 h4 span:nth-child(1) {
	border-bottom: 3px solid #514e58;
    padding-top: 0;
}
#home-buckets h4::last-word {
	margin-left: 10px;
}
#home-buckets .span1 .bucket-content h4,
#home-buckets .span3 .bucket-content h4,
#home-buckets .span3 .bucket-content p {
	color: #fff;
}
#home-buckets .span1 .bucket-content p {
	text-transform: initial;
	color: #fff;
	margin-top:45px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	letter-spacing: 0;
}
#home-buckets .span2 .bucket-content h4 {
	height: 55px;
}
#home-buckets .span2 .bucket-content p,
#home-buckets .span3 .bucket-content p {
	margin-top:45px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	letter-spacing: 0;
}
#home-buckets .span3 {
	display: block;
	float: right;
}
.home-bucket-img {
	position: absolute;
    display: block;
    bottom: -47px;
    left: 45px;
    z-index: 9999;
}
/* Modal/Popup Boxes */
.modal{
	z-index:99999;
	text-align: center;
}
.modal-dialog{
	width: auto;
	padding-bottom: 60px;
}
.modal-content{
	border-radius: 0;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border: 1px solid gray;
}
.modal .close{
	border-radius: 0;
	position: absolute;
	right:2px;
	top: 8px;
	font-size: 26px;
	width: 30px;
	font-weight: 200;
	height: 30px;
	color: black;
	opacity: 1;
}
.modal .close:hover{
	opacity: .6;
}
.modal form{
	text-align: left;
}
.modal img{
	height: auto;
}
.forms .modal-header {
	padding-right:50px;
	padding-left:50px;
}
.forms .modal-body {
	padding:20px 50px 40px;
}


/* ************ Blog ************ */

#main-content .search-form{
	margin-bottom: 30px;
}
.post-item{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
	margin-bottom:16px;
}
.post-filter{
	margin-bottom: 25px;
}
.post-filter li{
	list-style-type: none;
}
.post-filter.no-count .count{
	display: none;
}
.post-info h2{
	font-size: 18px;
	margin: 16px 0 10px 0;
}
.post-info .tags{
	display:block;
}
.post-info .categories{
	display: block;
}
.post-entry .post-info{
	margin-bottom: 25px;
}
.post-entry .post-info span{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.post-entry .post-info span:after{
	content:'|';
	position: absolute;
	right:-2px;
	top: 0;
}
.post-entry .post-info span:last-child:after{
	display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full{
	height: 300px;
	overflow:hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.quip{
	margin-top: 30px;
}
.quip h3,.quip .h3{
	margin-bottom: 0;
}
.quip-comment{
	padding:0 !important;
}
.quip-comment .quip-fld{
	margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email{
	width: 48%;
}
.quip-comment .quip-name{
	float: left;
}
.quip-comment .quip-email{
	float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"]{
	width: 100%;
}
.quip-add-comment label{
	display:block;
	float: none !important; 
	width: auto !important;
}
.quip-add-comment .quip-notify label{
	display: inline-block;
}

/* ************ PDF Buttons ************ */

.pdf-ctas {  }
.pdf-ctas > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 190px;
    margin: 10px;
    padding: 0 1.25em;
    background: #0a9107;
    border: 1px solid #055204;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    text-shadow: 0 2px 2px #055204;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.pdf-ctas > a:hover {
    background: #0cb809;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.pdf-ctas #btn_rfq {  }
.pdf-ctas #btn_dl_pdf {  }
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
}
.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}

/* ************ File Downloads ************ */

.files{
	margin:0;
	padding:0;
}
.files li{
	margin:10px 0;
	padding:0;
	list-style-type: none;
}
.files li a{
	color: #292b2c;
	border: 1px solid #d7d8d8;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 10px;
	display:block;
	text-align: right;
	font-size: 15px;
}
.files li a:hover,
.files li a:active{
	text-decoration: none;
	border-color: #292b2c;
}
.files .title{
	color: #89c2dc;
	font-weight: bold;
	float: left;
}
.files .icon-download:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	color: #292b2c;
	font-weight: 200;
	margin-right:10px;
}
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f15b';
	color: #292b2c;
	font-weight: 200;
	margin-right: 5px;
}
.files .icon-pdf:before{
	content:'\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before{
	content:'\f1c2';
}
.files .icon-txt:before{
	content:'\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before{
	content:'\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before{
	content:'\f1c4';
}
.files .extension{
	text-transform: uppercase;
	padding: 0 14px;
}
.files .filesize{
	padding: 0 14px;
}
.files .filesize:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f3fd';
	margin-right: 5px;
}
.files .button{
	float: right;
	margin-left: 18px;
}
.files .button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	margin-left: 10px;
	font-weight: 200;
}

/* ************ Paging ************ */
.paging ul{
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
}
.paging ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.paging ul li a{
	color: #292b2c;
	font-size: 15px;
	padding: 5px;
	display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active{
	text-decoration: none;
	text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}

/* ************ Map ************ */
#map{
	height: 400px;
}
#map iframe {
	width: 100%;
	height: 400px;
}
#map .infowindow-bg{
	background-color: white;
	display: block;
    width: 100%;
    height: 100%;
}
#map .infowindow-bg:before{
	content:'';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
#map .infowindow-bg div{
	border: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	box-shadow:none !important;
	background-color: transparent !important;
}
#map .infowindow{
	background-color: white;
}
#map ul{
	margin: 0;
	padding: 0;
}
#map ul li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #292b2c;
	line-height: 20px;
	position: relative;
}
#map ul li i{
	font-weight: 400;
	position: absolute;
	left: 1px;
	top:4px;
}
#map .title{
	text-transform: uppercase;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 8px;
}

#map .address,
#map .phone,
#map .fax{
	padding-left: 30px;
}

/* ************ Address ************ */

.location{
	padding-left:0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li{
	list-style-type: none;
	position: relative;
	padding-left:30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address{
	float: left;
	margin-right:2%;
	width: 55%;
}

.location i{
	position: absolute;
	left:0;
	top:2px;
}

/* ****************************************** Sidebar */

.sidebar h3{
	text-transform: none;
	color: #292b2c;
	margin: 0;
}
.sidebar h3 i{
	display: none;
}
.sidebar ul{
	padding-left: 0;
}
.sidebar ul li{
	list-style-type: none;
	position: relative;
}
.sidebar ul li a{
	color: #292b2c;
	display: block;
	margin-right: 12px;
	padding: 2px 0;
}
.sidebar ul li ul{
	padding-left: 15px;
	display: none;
}
.sidebar .parent{
	cursor: pointer;
}
.sidebar .parent > i:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f067';
	position: absolute;
	top:0;
	right:0;
	font-style: normal;
}
.sidebar .parent.active > i:after{
	content:'\f068';
	
}
.sidebar .parent.active > ul{
	display: block;
}
.sidebar ul li ul li a{
	font-size: 14px;
}


/* ****************************************** Footer */
#footer {
    clear:both;
}
#footer-top{
	background:#fff;
	padding:20px 0;
}
#footer-bottom {
	color:#fff;
	font-size:0.8em;
	background:#fff;
	padding:20px 0;
	border-bottom: 8px solid #bf2e1b;
}
#copyright {
	color: #514e58;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	font-family: 'Montserrat', sans-serif;
}
#copyright a {
	color: #514e58;
	font-size: 12px;
}
.fa-long-arrow-up {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .6px;
	color: #bf2e1b;
}
#backToTop:hover .fa-long-arrow-up {
	color: #fff;
}
#backToTop {
	padding-top:10px;
	height: 68px;
    width: 68px;
    display: block;
    float: left;
    border: 1px solid #bf2e1b;
    text-align: center;
    color: #231f20;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.4px;
    margin-right: 40px;
}
#backToTop:hover {
	background-color: #bf2e1b;
	cursor: pointer;
	color: #fff;
}
.address {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #514e58;
	font-weight: 300;
	display: block;
	float: left;
	margin-right: 100px;
}
.address strong {
	color: #bf2e1b;
	text-transform: uppercase;
}
.fa-map-pin,
.fa-phone-volume {
	font-size: 14px;
	color: #d0cdda;
}
.fa-location-arrow {
	font-size: 12px;
	color: #d0cdda;
}
.bottom-num {
	pointer-events: none;
	color: #514e58;
}
.address a:hover {
	text-decoration: underline;
	text-decoration-color: #bf2e1b;
}
.bottom-nav,
.bottom-nav2 {
	display: block;
	float: left;
	margin-right:100px;
}
.mobile-nav {
	display: none;
}
.bottom-nav a,
.bottom-nav2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #514e58;
	font-weight: 300;
		position: relative;
}
.bottom-nav a:hover,
.bottom-nav2 a:hover {
	font-weight: bold;
}
.bottom-nav a:before,
.bottom-nav2 a:before {
	border-top: 1px solid #d0cdda;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: -25px;
    bottom: 0;
    width: 10px;
    z-index: -1;
}
.bottom-logo {
	display: block;
	float: right;
}
.bottom-logo img {
	height: 85px;
}
/*************** IE styless***************/
.ie7 .col-md-2,
.ie8 .col-md-2 {
    width:16.66666667%;
    float:left;
}
.ie7 .col-md-4,
.ie8 .col-md-4 {
    width:33.33333333%;
    float:left;
}
.ie7 .col-md-6,
.ie8 .col-md-6 {
    width:40%;
    float:left;
}


/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1;
	background:#2bc271;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	width:40px;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#edit-page:hover {
	color:#2bc271;
	background:#fff;
}

/* Dev styles, move later */
.checkboxes,
.radios{
	margin-left: 25px;
}
.input-group.required label:after{
	content:'*';
}
.input-group .checkbox label.error,
.input-group .radio label.error{
	position: absolute;
    margin-top: -15px;
    left: -25px;
    padding: 0;
}
.input-group .checkbox input.error,
.input-group .radio input.error{
	font-size: inherit;
}

/* Product Type Buttons */
.product-type {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #d0cdda;
}
.product-type h6,
#motors .product-type h6 {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #bf2e1b;
    font-weight: bold;
    width: 135px;
    margin: 0;
}
.product-type div {
	width: 210px;
    height: 43px;
}
.product-type button {
	height: 100%;
	width: 100%;
	border: 1px solid #bf2e1b;
	background-color: transparent;
	color: #292b2c;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: .9px;
	font-weight: bold;
}
.selected {
	background-color: #263140 !important;
	color: #fff !important;
	border: none !important;
}
.product-type button:hover {
	background-color: #263140;
	border: none;
	color: #fff;
}
.home-list .constrain {
	border-bottom: none !important;
}
.home-list .w50 {
	padding-top: 10px !important;
	padding-right:15px;
}
.home-list .w50:first-child {
	border-right: 1px solid #d0cdda;
}
/*
#home-list .bg-left,
#home-list .bg-right {
	border-bottom: 1px solid #d0cdda;
}
*/
.home-list .fancy {
	margin-top:10px;
}
#img-container p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	color: #514e58;
	font-weight: normal;
}
.home-form-right {
	padding: 0 !important;
	border-left: 1px solid #d0cdda;
}
.home-form-right .richtext {
	padding-top: 15px !important;
	padding-bottom: 15px;
	padding-left: 40px;
	border-bottom: 1px solid #d0cdda;
}
.home-form-right h6 {
	border-bottom: 1px dotted #d0cdda;
	border-right: 1px solid #d0cdda;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #231f20;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px;
	text-transform: uppercase;
}
#home-model-types .constrain {
	padding-bottom: 0;
}
#model-types {
	min-height: 343px;
/* 	border-bottom: 1px solid #d0cdda; */
	border-right: 1px solid #d0cdda;
}
#model-types  .col-md-6 p:before {
	content: '';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    width: 16px;
    height: 32px;
    left: -20px;
    top: 9px;
    height: 43%;
    color: #bf2e1b;
    background-color: #bf2e1b;
    transition: 0.2s;
}
#model-types  .col-md-6 p:hover:before {
    left: 0px;
}
#model-types .col-md-6 p {
	display: block;
	float: left;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: bold;
	transition: 0.2s;
	width: 60%;
}
#model-types .col-md-6 p:hover {
	padding-left: 10px;
	cursor: pointer;
}
#model-types .col-md-6 a {
	display: block;
	float: right;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: right;
	color: #bf2e1b;
}
#model-types .col-md-6 a:hover {
	text-decoration: underline;
}
#model-types .col-md-6:first-child {
/* 	display: none; */
}
#model-types .col-md-6 {
	padding: 10px 20px;
	overflow: hidden;
	transition: all 0.5s;
}
.swap-buttons {
	margin-top: -15px;
	padding: 0;
	z-index: 99999;
	width: 50%;
}
input[type='radio'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border-radius:50%;
    outline:none;
    border: 1px solid #d0cdda;
}
input[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
    cursor: pointer;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
input[type='radio']:checked:before {
    background:#bf2e1b;
}
.swap-buttons a {
	display: block;
	float:left;
	padding: 10px 0;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #bf2e1b;
	text-decoration: underline;
	font-weight: bold;
}
.radio-block {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.radio-block input {
	margin: 10px 5px;
}
#motors h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #231f20;
	font-weight: bold;
	text-transform: uppercase;
}
/* Inner Form */
#timers .constrain,
#motors .constrain {
	border-bottom: 1px solid #d0cdda;
}
#inner-form-box .constrain .two-cols .bg-left {
	border-right: 1px solid #d0cdda;
}
#inner-form-box .richtext {
	padding: 20px 28px 20px 0px;
}
#inner-form-box .inner-form-right .richtext {
	padding-left: 20px;
	border-right: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
}
.inner-form-desk {
	display: block;
}
.inner-form-mobile {
	display: none;
}
#inner-form-box .two-cols {
	padding-bottom:0;
}
#inner-form-box ul.fancy {
	margin-top: 20px;
	margin-bottom: 20px;
}
.inner-form-right {
	padding:0 !important;
}
#inner-form-right {
	border-bottom: 1px solid #d0cdda;
}
#inner-form-right .two-cols .constrain .w50:last-child {
	padding-right: 15px;
	padding-top: 15px;
}
#inner-form-box h4 {
	margin-top: 0;
	text-transform: uppercase;
}
.inner-form-right h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #231f20;
	font-weight: bold;
	border-right: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
	margin: 0;
	padding: 19px;
}
.inner-form-right h6:after,
.home-form-right h6:after {
	content: 'HOVER TO VIEW MODEL';
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #514e58;
	float: right;
}
.inner-form-right .richtext {
	border-top: 1px solid #d0cdda;
}
.btn-bucket-mobile {
	display: none;
}
/* Quick Contact */
#quickContact {
	background-color: #514e58;
	padding: 80px;
    height: 533px;
}
#quickContact .col-md-9 {
	padding: 0;
}
.top-footer {
	display: flex;
	border-top: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
	position: relative;
}
.top-footer .footer-logo {
	padding: 12px;
	border-right: 1px solid #d0cdda;
}
.top-footer img {
	height: 55px;
	width: 55px;
}
.top-footer h2 {
	line-height: 40px;
	letter-spacing: 0;
	color: #fff;
	margin: 20px 15px;
}
.top-footer h4 {
	color: #fff;
	padding: 7px 0;
    margin-left: 20px;
}
.side-text {
	padding: 15px 46px 0 0;
}
.side-text h6{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #fff;
}
.asterisk {
	color: #bf2e1b;
}

/*
.top-section,
.mid-section,
.bot-section {
	padding: 0;
    border-bottom: 1px solid #d0cdda;
    border-right: 1px solid #d0cdda;
}
.bot-section {
	height: 110px;
	border-bottom: none;
}
.number {
	display: block;
    float: left;
    height: 67px;
    width: 52px;
    padding: 20px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
    border-right: 1px solid #d0cdda;
    border-left: 1px solid #d0cdda;
    border-top: none;
}
.number2 {
	display: block;
    float: left;
    height: 100%;
    width: 52px;
    padding: 20px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
    border-right: 1px solid #d0cdda;
    border-left: 1px solid #d0cdda;
    border-top: none;
}
.forms .input-width {
	width: 399px;
    float: left;
    padding: 2px 15px 0;
    height: 67px;
    margin-bottom: 0;
}
.forms .input-width-30 {
	width: 27%;
	float: left;
    padding: 2px 15px 0;
    height: 67px;
    margin-bottom: 0;
}
*/
/*
.forms .input-width-30:last-child {
	width: 27%;
}
*/
/*
.forms .input-width-100 {
	width: 94%;
    display: block;
    float: left;
    padding-left: 15px;
    height: 100%;
}
#quickContact textarea {
	height: 75% !important;
	padding: 0 !important;
	border: none;
}
#quickContact textarea::placeholder {
	padding:0;
	margin:0;
}
#quickContact label {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
#quickContact input {
	border: none;
	background: transparent;
}
#quickContact input::placeholder {
	padding-left:0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
.quantity-btn {
	display: block;
    float: left;
    height: 67px;
    position: absolute;
    top: 0;
    right:51px;
}
.add,
.subtract {
	height: 34px;
	width: 32px;
	border-left: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
	padding: 5px 0px 0 8px;
	color: #fff;
}
.add:hover,
.subtract:hover {
	background-color: #bf2e1b;
	cursor: pointer;
}
.bot-btn {
	padding: 0;
}
.bot-btn input {
	width: 100%;
	background-color: #c32f25 !important;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: .9px;
	font-weight: bold;
}
.bot-btn input:hover {
	background-color: #fff !important;
	color: #292b2c !important;
	border: 1px solid #c32f25 !important;
}
/* Contact Form */
#contact .row {
	margin: 0;
	border-bottom: 1px solid #d0cdda;
}
#contact .row:last-child {
	border-bottom: none;
}
#contact .num1,
#contact .num2,
#contact .num3,
#contact .num4,
#contact .num5 {
	border-left: 1px solid #d0cdda;
	border-right: 1px solid #d0cdda;
	height: 67px;
	padding: 20px;
}
#contact .num6 {
	border-left: 1px solid #d0cdda;
	border-right: 1px solid #d0cdda;
	height: 119px;
	width: 58px;
	padding: 20px;
}
#contact .qq-upload-button:before,
#contact .qq-clear-button:before {
	color: #000 !important;
}
#contact .qq-upload-button:hover,
#contact .qq-clear-button:hover {
	color: #fff !important;
}
#contact .col-md-12,
#contact .col-md-8,
#contact .col-md-6,
#contact .col-md-4 {
	padding: 0;
}
#contact .right-form {
	padding: 6px 40px;
}
#contact .col-md-4 h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #bf2e1b;
}
#contact .col-md-8 {
	border-right: 1px solid #d0cdda;
}
#contact .col-md-6 {
	display: flex;
	flex-direction: row;
}
#contact .fieldset {
	border-top: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
}
#contact  .contact-top {
	padding: 16px 0;
	border-bottom: 1px solid #d0cdda;
}
#contact .number,
#contact .number2 {
	color: #514e58;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 300;
}
#contact .input-group {
	margin:0;
	width: 100%;
	padding: 2px 15px;
}
#contact label {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .5px;
	color: #231f20;
}
#contact .required {
	color: #231f20;
}
#contact input {
	border: none;
	color: #231f20;
	width: 100%;
}
#contact input::placeholder {
	color: #231f20;
}
#contact .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
}

#contact .input-group {
    padding-left: 60px;
}

.row > div {
    position: relative;
}
#contact .number2 {
	position: absolute;
}
#contact textarea {
	border: none;
	padding: 0 !important;
	height: 88px !important;
}
#contact .fa-chevron-up,
#contact .fa-chevron-down {
	color: #231f20;
}
#contact .bot-btn {
	border-bottom: none;
	border-left: 1px solid #d0cdda;
	border-radius: 0;
}
#contact .bot-btn input {
    padding: 13px 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .9px;
    border-radius: 0;
}
#contact .bot-btn:hover input {
	background-color: #514e58;
}
#contact .token {
	height: 0 !important;
}
#contact .con-block p {
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #514e58;
    font-weight: 300;
}
#contact .mailing-address p:before,
#contact .physical-address p:before {
	content: '\f276';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #d0cdda;
    font-weight: normal;
}
#contact .phone-number p:before {
	content: '\f2a0';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #d0cdda;
    font-weight: normal;
}
#contact .con-block:last-child {
	margin-top: 58px;
}
#contact strong {
	text-decoration: underline;
}
#contact .con-direction a:after {
	content: '\f124';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #d0cdda;
    font-weight: normal;
    margin-left:15px;
}
/* RFQ Form */
#RFQ .row {
	margin: 0;
	border-bottom: 1px solid #d0cdda;
}
#RFQ .row:last-child {
	border-bottom: none;
}
#RFQ .num1,
#RFQ .num2,
#RFQ .num3,
#RFQ .num4,
#RFQ .num5 {
	border-left: 1px solid #d0cdda;
	border-right: 1px solid #d0cdda;
	height: 67px;
	padding: 20px;
}
#RFQ .num6 {
	border-left: 1px solid #d0cdda;
	border-right: 1px solid #d0cdda;
	height: 119px;
	width: 58px;
	padding: 20px;
}
#RFQ .qq-upload-button:before,
#RFQ .qq-clear-button:before {
	color: #000 !important;
}
#RFQ .qq-upload-button:hover,
#RFQ .qq-clear-button:hover {
	color: #fff !important;
}
#RFQ .col-md-12,
#RFQ .col-md-8,
#RFQ .col-md-6,
#RFQ .col-md-4 {
	padding: 0;
}
#RFQ .right-form {
	padding: 6px 40px;
}
#RFQ .col-md-4 h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #bf2e1b;
}
#RFQ .col-md-8 {
	border-right: 1px solid #d0cdda;
}
#RFQ .col-md-6 {
	display: flex;
	flex-direction: row;
}
#RFQ .fieldset {
	border-top: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
}
#RFQ  .contact-top {
	padding: 16px 0;
	border-bottom: 1px solid #d0cdda;
}
#RFQ .number,
#RFQ .number2 {
	color: #514e58;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 300;
}
#RFQ .input-group {
	margin:0;
	width: 100%;
	padding: 2px 15px;
}
#RFQ label {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .5px;
	color: #231f20;
}
#RFQ .required {
	color: #231f20;
}
#RFQ input {
	border: none;
	color: #231f20;
	width: 100%;
}
#RFQ input::placeholder {
	color: #231f20;
}
#RFQ .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
}

#RFQ .input-group {
    padding-left: 60px;
}
#RFQ .number2 {
	position: absolute;
}
#RFQ textarea {
	border: none;
	padding: 0 !important;
	height: 88px !important;
}
#RFQ .fa-chevron-up,
#RFQ .fa-chevron-down {
	color: #231f20;
}
#RFQ .bot-btn {
	border-bottom: none;
	border-left: 1px solid #d0cdda;
	border-radius: 0;
}
#RFQ .bot-btn input {
    padding: 13px 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .9px;
    border-radius: 0;
}
#RFQ .bot-btn:hover input {
	background-color: #514e58;
}
#RFQ .token {
	height: 0 !important;
}
#RFQ .con-block p {
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #514e58;
    font-weight: 300;
}
#RFQ .mailing-address p:before,
#RFQ .physical-address p:before {
	content: '\f276';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #d0cdda;
    font-weight: normal;
}
#RFQ .phone-number p:before {
	content: '\f2a0';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #d0cdda;
    font-weight: normal;
}
#RFQ .con-block:last-child {
	margin-top: 58px;
}
#RFQ strong {
	text-decoration: underline;
}
#RFQ .con-direction a:after {
	content: '\f124';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #d0cdda;
    font-weight: normal;
    margin-left:15px;
}
/* Detail Form */
#detail-form .constrain .content-block .constrain .w50:nth-child(2){
	border: 1px solid #d0cdda;
	padding:0;
}
#detail-form h4 {
	border-top: 1px solid #d0cdda;
	text-transform: uppercase;
}
#detail-form .row {
	border-bottom: 1px dashed #d0cdda;
	background-color: #514E58;
}
#detail-form .row:last-child{
	border-bottom: none;
}
#detail-form .left-table {
	margin-top: 0px;
    padding: 0 0 0 8px;
}
#detail-form .fa-chevron-down,
#detail-form .fa-chevron-up {
	display: none;
}
#detail-form .left-table  h6{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
}
#detail-form .right-table {
	border-left: 1px solid #d0cdda;
	padding: 20px;
	background-color: #fff;
}
.btn-mobile {
	display: none;
}
/*
#detail-form .right-table {
	min-height: 100px;
	border-bottom: 1px dashed #d0cdda;
}
#detail-form .left-table {
	padding: 10px 20px 40px;
	border-bottom: 1px dashed #d0cdda;
	border-right: 1px solid #d0cdda;
}
*/
#detail-img .content-block {
	padding-top: 15px !important;
	padding-bottom: 15px;
}
#detail-img p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	color: #514e58;
	font-weight: bold;
/* 	margin-bottom: 40px; */
}
#detail-img .constrain .w50:nth-child(2) p {
	margin-left: 20px;
}
#detail-img .fauxlink img {
	width: 216px;
	height: auto;
}
/******************************************* Gallery Page ********/
.gallery-page {
	padding:60px 110px;
}
.gallery-left,
.gallery-right{
	height:415px;
	border-top: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
}
.gallery-left {
    width: 58%;
    float: left;
    position:relative;
    border-right: 1px solid #d0cdda;
}
.gallery-left #large-image-id {
    width: auto;
    height: 252px;
    position: relative;
    margin: 40px auto 0;
    display: block;
}
.gallery-right{
    width: 42%;
    float: right;
    position: relative;
    border-right: 1px solid #d0cdda;
}
.gallery-right img {
    width: auto;
    margin: 1px 0px;
    height: 135px;
}
.gallery-thumb {
	padding: 0;
}
.gallery-thumb a {
	height: 138px;
	text-align: center;
	border-bottom: 1px solid #d0cdda;
}
.gallery-thumb a:nth-child(odd){
	border-right: 1px solid #d0cdda;
}
.gallery-left #caption-box{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: 300;
	padding: 13px 15px;
	background-color:#231f20;
	width:100%;
	height: 70px;
	position: absolute;
	left:0;
	bottom:0;
}
.gallery-left #caption{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight:bold;
	color: #df3822;
}
.gallery-left #text a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.gallery-left #text a:hover {
	color: #df3822;
}
.gallery-left #icon {
	position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #d0cdda;
    height: 70px;
    width: 70px;
    padding: 5px 15px;
}
.gallery-left #caption p{
	color:#fff;
	font-size:12px;
}
#icon-caption {
	text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    margin-top: 5px;
}
/* Pagination */
.holder {
    text-align: center;
    height: 100%;
    border-left: 1px solid #d0cdda;
    padding: 0;
}
.holder a{
	color:#514e58;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:300;
	line-height: 28px;
	letter-spacing: 0;
	padding: 10px;
	display: block !important;
}
.holder .active_page {
	font-weight: bold;
}
.holder .previous_link{
	background:url(/images/page-left.png) no-repeat center center;
/* 	color:transparent; */
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .5px;
	color: #bf2e1b;
	font-weight: bold;
	pointer-events: none;
	border-bottom: 1px solid #d0cdda;
}
.holder .next_link{
	background:url(/images/page-right.png) no-repeat center center;
	color:transparent;
	display: none !important;
	pointer-events: none;
}
/* Glossary */
#glossary .row2 {
	border-top: 1px solid #d0cdda;
	border-bottom: 1px solid #d0cdda;
	padding: 20px 0;
}
#glossary .row2 h4 {
	display: inline-block;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	color: #514e58;
}
#glossary .row2 h6 {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #231f20;
	margin-left: 20px;
	margin-bottom: 0;
}
.glossary-tags {
	padding: 10px 0;
	border-bottom: 1px solid #d0cdda;
}
#glossary .button {
	width: 152px;
	height: 43px;
	background-color: #fff;
	color: #292b2c;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .9px;
	border: 1px solid #bf2e1b;
}
#glossary .button:hover {
	background-color: #bf2e1b;
	color: #fff;
	cursor: pointer;
}
#glossary .button:last-child {
	width: 287px;
	float: right;
}
#glossary .definitions {
	margin-top: 15px;
	border: 1px solid #d0cdda;
}
#glossary .definitions .row {
	margin: 0;
/* 	min-height: 42px; */
	border-bottom: 1px dashed #d0cdda;
	width: 100%;
	display: table;
	
	 -webkit-transition:all .8s linear;
	 -moz-transition:all .8s linear;
	 -o-transition:all .8s linear;
	 -ms-transition:all .8s linear;
	 transition:all .8s linear;
}
#glossary .definitions .row:last-child {
	border-bottom: none;
}
#glossary .definitions .row div {
	display: table-cell;
	vertical-align: middle;
	padding:10px 20px;
}
#glossary .definitions .cellTitle {
    padding: 10px 15px;
    background-color: #514E58;
    width: 15%;
}
#glossary .definitions h6 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
#glossary .definitions .cellInfo {
	padding-top: 20px;
/* 	padding-bottom: 20px; */
	width: 85%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #514e58;
	font-weight: 300;
}
/* Button Buckets */
.btn-buckets {
	padding: 30px;
	background-color: #231f20;
}
.btn-buckets a {
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.btn-buckets .icon-main,
.btn-buckets .icon-before {
	color: #fff;
}
.btn-buckets span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #df3822;
	font-weight: bold;
}
.btn-buckets .buckets {
	margin-top: 30px;
}
.btn-buckets .fauxlink {
	width: 19%;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.btn-buckets .fauxlink:hover {
	cursor: pointer;
}
.btn-buckets .fauxlink img {
    position: absolute;
    top: 0;
    left: 35%;
    margin: 0 auto;
    opacity: .5;
	height: 30px;
	transition: all .5s;
}
.btn-buckets .fauxlink:hover img {
	top: -10px;
	opacity: 1;
	transition: all .5s;
}
.btn-buckets .fauxlink h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .5px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
}

/* Edited Quick Contact */
#quickContact2 {
    padding: 80px 115px;
    background-color: #514e58;
    position: relative;
}
#quickContact2 .row {
	margin: 0;
}
#quickContact2 .right-box {
	position: absolute;
	height: 168px;
	width: 168px;
	right: 115px;
    top: -22px;
    background-color: #a51f0e;
    color: #fff;
    padding: 46px 30px;
}
#quickContact2 .right-box h6:first-child {
	font-weight: bold;
}
#quickContact2 .right-box h6{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: 300;
	margin: 0;
}

#quickContact2 .logo-header {
    border-bottom: 1px solid #d0cdda;
    border-top: 1px solid #d0cdda;
}
#quickContact2 .footer-logo {
	padding: 20px;
	border-right: 1px solid #d0cdda;
}
#quickContact2 .logo-header img {
	width: 55px;
	height: auto;
}
#quickContact2 .logo-header .col-md-4 {
	padding: 30px 20px 0;
}
#quickContact2 .logo-header .col-md-4 h2 {
	color: #fff;
}
#quickContact2 .logo-header .col-md-5 h4 {
	color:#fff;
    margin: 40px 0 0;
}
#quickContact2 .summary {
	padding: 10px 0;
}
.summary p {
	color: #fff;
}
#quickContact2 .summary h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #fff;
	font-weight: 300;
}
#quickContact2 .col-md-9 {
	padding: 0;
}
#quickContact2 .numb {
    height: 67px;
    width: 52px;
    border-right: 1px solid #d0cdda;
    border-left: 1px solid #d0cdda;
    color: #fff;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding-top: 15px;
    padding-left: 18px;
}
#quickContact2 .form-row {
	border-bottom: 1px solid #d0cdda;
	border-left: 1px solid #d0cdda;
	border-right: 1px solid #d0cdda;
}
#quickContact2 .text-row {
	border-left: 1px solid #d0cdda;
	border-right: 1px solid #d0cdda;
}
#quickContact2 .col-md-4,
#quickContact2 .col-md-6 {
	padding: 0;
}
#quickContact2 .input-quantity {
	width: 82%;
    padding-left: 10px;
    margin-right:0;
}
#quickContact2 .input-file {
	margin-right:12px;
}
#quickContact2 .file-uploader-buttons {
    position: absolute;
    right: 3px;
    top: 2px;
    line-height: normal;
}
#quickContact2 .numb2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 52px;
	height: 206px;
	border-right: 1px solid #d0cdda;
	padding-top: 20px;
}
#quickContact2 .input-comment {
    margin: 0 0 0 65px;
    width: 93%;
}
#quickContact2 .input-comment textarea {
	border: none;
	resize: none;
	height: 178px;
}
#quickContact2 label {
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#quickContact2 input {
    border: none;
    background-color: transparent;
    color: #fff;
}
#quickContact2 .input-phone input {
    width: 100%;
    height: 39px;
}
blockquote {
	border-left: none;
	padding: 10px 0px;
}

.about-row1 {width: 60%; float: left; padding-right: 25px;}
.about-row2 {width: 40%; float: left;}
.cgi-rt{position:relative;pointer-events: none;height:406px;max-height:406px;max-width:720px;}
@media only screen and (max-width: 510px){.cgi-rt{max-height:255px;height:255px;}}

@media only screen and (max-width: 425px) {
    .about-row1, .about-row2 {width: 100%; padding-right: 0px;}
    
}