
/* START CUSTOM STYLES */
/*
 body {
 	padding-top: 450px;
 }
.custom-header-wrapper,
.hero-wrapper,
.main-content,
.footer-wrapper
 {
	background: white;
	position: relative;
	top: -450px;
	z-index: 1;
}
*/



.vpadding-80 {
	padding-top:80px;
	padding-bottom:80px;
}
.hpadding-80 {
	padding-left:80px;
	padding-right:80px;
}
.custom-header-wrapper {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	clear: both;
}
.navigation-toggle-wrapper {
	max-height: 80px;
	padding: 0 0 0 80px;
}
.navigation-toggle {
	display: inline-block;
	height: 80px;
	line-height: 70px;
	padding: 0 0 0 80px;
	font-family: 'Playfair Display', serif;
	color: black;
	font-size: 36px;
	position: relative;
	margin: 0;
}
.menu-burger {
	position: absolute;
	left: 0;
	background: black;
	width: 50px;
	height: 1px;
	top:50%;
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-ms-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;

}
.menu-burger::before {
	content:"";
	position: absolute;
	left:0;
	background: black;
	width: 50px;
	height: 1px;
	top:-0;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-ms-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
}
.menu-burger::after {
	content:"";
	position: absolute;
	left:0;
	background: black;
	width: 50px;
	height: 1px;
	top:0;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-ms-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
}
.delay-loaded-1 .menu-burger::before {
	top:-15px;
}
.delay-loaded-1 .menu-burger::after {
	top:15px;
}
.custom-company-name {
	margin: 0;
	text-align: right;
	padding: 0 80px 0 0;
}
.company-logo {
	margin: 23px 0;
}

.hero-wrapper {
	width: 100%;
	max-width: 100%;
	height: calc(100% - 80px);
}
.hero-wrapper.inner-page {
	height: 30vw;
}

.hero-side {
	background: white;
	height: 100%;
	float: left;
	width: 80px;
	position: relative;
}
.hero-wrapper .hero-side {
	background: white;
	height: 100%;
	float: left;
	width: 80px;
	position: relative;
}
.hero-wrapper.inner-page .hero-side {
	height: calc(30vw - 80px);
}
.hero-inner-wrapper {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	max-height: calc(100vh - 80px);
	width: calc(100% - 160px);
}
.hero-overlay {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	margin: 0 auto;
}

.hero-overlay .company-serviceorder {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 0.2rem;
	margin: 80px;
}

.hero-panels {
	width: 100%;
	height: 100%;
	font-size: large;
	display: block;
	position: absolute;
	z-index: 1;
}
.hero-panels::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	background: white;
	left:0;
	z-index: 1;
	-webkit-transition: all 1650ms ease;
	-moz-transition: all 1650ms ease;
	-ms-transition: all 1650ms ease;
	-o-transition: all 1650ms ease;
	transition: all 1650ms ease;
}
.hero-panels::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	background: white;
	right:0;
	z-index: 1;
	-webkit-transition: all 1650ms ease;
	-moz-transition: all 1650ms ease;
	-ms-transition: all 1650ms ease;
	-o-transition: all 1650ms ease;
	transition: all 1650ms ease;
}

.delay-loaded-2 .hero-panels::before {
	left:-100vw;
}
.delay-loaded-2 .hero-panels::after {
	right:-100vw;
}


.scroll-down {
	padding: 0 0 0 100px;
	cursor: pointer;
	position: absolute;
	left: -130px;
	right: 0;
	width: 340px;
	bottom: 160px;
	letter-spacing: 0.3rem;
	color: black;
	height: 80px;
	line-height: 80px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.scroll-down::before {
	content: "";
	background: url("https://blacklinesofdesign.net/wp-content/uploads/2018/04/down-arrow.png");
	background-position: center center;
	width: 75px;
	height: 80px;
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
}
.huge-heading {
	font-size: 60px;
	line-height: 72px;
	padding: 80px;
	color: black;
	font-family: 'Playfair Display', serif;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.in-view .huge-heading {
	opacity: 1;
}

.home-row-1 {
	padding: 85px;
}
.home-row-1 .border-bottom {
	position: relative;
}
.home-row-1 .border-bottom::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: black;
	bottom: 0;
	right: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.in-view .border-bottom::after {
	width: 100%;
}











.custom-column-padding {
	padding-left: 80px !important;
	padding-right: 80px !important;
}
.home-content-wrapper {
	width: 100%;
	padding: 80px 80px 40px 80px;
	text-align: justify;
	position: relative;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.in-view .home-content-wrapper {
	opacity: 1;
}
.home-content-wrapper::before {
	content: "";
	height: 0%;
	width: 1px;
	background: black;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.in-view .home-content-wrapper::before {
	height: 100%;
}
.home-content-wrapper .control-height {
	width: 750px;
	max-width: 100%;
	max-height: 330px;
	overflow: hidden;
	position: relative;
}
.content-right {
	width: 750px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.home-content-wrapper .control-height.expanded {
	max-height: 1200px;
}
.home-content-wrapper .control-height p:last-of-type {
	margin: 0;
}

.control-height-button-wrapper {
	width: 750px;
	text-align: center;
}
.control-height-button {
	cursor: pointer;
	display: block;
	width: 200px;
	margin: 20px auto 0;
	border-bottom: 1px solid black;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 200;
	line-height: 50px;
}
.home-content-wrapper .control-height::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 90px;
	background: linear-gradient(transparent,white);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 1;	
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.home-content-wrapper .control-height.expanded::after {
	height: 0;
}
/*
.home-row-2 {
	padding: 0 40px;
}
*/
.home-row-2 {
	padding: 80px 40px 80px 40px;
	position: relative;
	overflow: hidden;
}
.home-image-column {
	padding: 0 40px;
	
	position: relative;
}
.home-image-column::after {
	content: "";
	width: calc(100% - 80px);
	left: 40px;
	right: 40px;
	height: 25px;
	background: red;
}
/*
-webkit-box-shadow: 15px 15px 15px 15px rgba(0,0,0,0);
box-shadow: 15px 15px 15px 15px rgba(0,0,0,0);
*/

.home-image-column .image-wrapper {
	background: black;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;	
}
.home-image-column:hover {
	z-index: 1;
}
.home-image-column:hover .image-wrapper {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.home-image-column .image-wrapper img {
	width: 100%;
	opacity: 0.4;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;	
}
.home-image-column:hover .image-wrapper img {
	opacity: 1;
}
.home-slider-wrapper {
	padding: 80px;
}
.home-slider-wrapper .slick-slider {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
	width: 750px;
	max-width: 100%;
}
.home-slider-wrapper .slick-slider .slick-slide img {
	-webkit-transition: all 7s ease;
	-moz-transition: all 7s ease;
	-ms-transition: all 7s ease;
	-o-transition: all 7s ease;
	transition: all 7s ease;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.home-slider-wrapper .slick-slider .slick-slide.slick-current img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.home-slider-text-wrapper {
	padding: 0 80px;
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*
	position: absolute;
	width: 100%;
	max-width: 100%;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/
.home-slider-text-wrapper .service-tagline {
	font-size: 48px;
	line-height: 70px;
	font-family: 'Playfair Display', serif;
	margin: 0 0 50px 0;
}

.home-slider-text-wrapper ul.slick-dots {
	margin: 50px 0 0 0;

}
.home-slider-text-wrapper .slick-dots li {
	position: relative;
	display: inline-block;
	width: calc(25% - 2px);
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	/*background: #DFDFDF;*/
	background: none;
	text-align: center;
}
.home-slider-text-wrapper .slick-dots li button::before {
	content: " ";
	width: 100%;
	position: absolute;
	height: 1px;
	background: black;
	top: 65px;
	left: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.home-slider-text-wrapper .slick-dots li button {
	font-size: 20px;
	line-height: 0;
	display: block;
	width: 100%;
	height: 55px;
	padding: 5px;
	cursor: pointer;

	border: 0;
	outline: 0;
	background: transparent;
	color: #9f9f9f;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.home-slider-text-wrapper .slick-dots li:hover button,
.home-slider-text-wrapper .slick-dots li.slick-active button {
	color: black;
}

.add-in-view.home-slider-wrapper,
.add-in-view.home-slider-text-wrapper {
	opacity: 0;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
.add-in-view.in-view.home-slider-wrapper,
.add-in-view.in-view.home-slider-text-wrapper {
	opacity: 1;
}
.slick-service-slider-text {
	padding: 50px 0 0 0;
	border-top: 1px solid black;
}
.add-in-view.fade-in {
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.add-in-view.fade-in.in-view {
	opacity: 1;
}

/*
.home-image-column::after {
	content: "";
	background: black;
	width: 60%;
	height: 1px;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home-image-column .image-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.9;
	background: white;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;	
}
.home-image-column.complete .image-wrapper::after {
	left: 0;
}
.image-parent-wrapper img {
	opacity: 0.3;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;	
}
.image-parent-wrapper:hover img {
	opacity: 1;
}
*/
.image-parent-wrapper {
	position: relative;
	overflow: hidden;
}

.column-text-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	top: 30%;
	transform: translateZ(20px);
}
.column-text-overlay h2, 
.column-text-overlay h2 a{
	color: white;

	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;	
	text-shadow:none;
}


.home-image-column:hover .column-text-overlay h2 a {
	color:black;
	text-shadow:0px 0px 6px white;
}




.fade-in-1,
.fade-in-2,
.fade-in-3 {
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;	
}
.fade-in-1.enabled,
.fade-in-2.enabled,
.fade-in-3.enabled {
	opacity: 1;
}




/* END CUSTOM STYLES */
header.header-wrapper {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
	padding: 46px 0;
}header.header-wrapper.interior-page {
	padding: 0;
}header.header-wrapper .row {
	max-width: 100%;
}.logo {
	background: #beae56;
	border-radius: 35px;
	float: left;
	font-family: "Open Sans",sans-serif;
	font-size: 35px;
	font-weight: lighter;
	line-height: 65px;
	padding: 0 0 5px;
	text-align: center;
	width: 70px;
}.header-company-wrapper {
	float: left;
	width: calc(100% - 70px);
	padding: 0 0 0 15px;
}.header-company-info {
	padding-bottom: 22px;
	padding-top: 22px;
}.navigation-wrapper {
}.header-company-title {
	color: #beae56;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 26px;
	margin: 10px 0 0;
}.header-company-serviceorder {
	color: #c6c8cb;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
}.social-wrapper {
	padding-top: 22px;
	padding-bottom: 32px;
}.social-wrapper .fa {
	color: #FFFFFF;
	font-size: 20px; 
	line-height: 62px;
	width: 75px;
	text-align: center;
}.social-wrapper .fa:hover {
	color: #beae56;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}.slider-overlay {
	width: 100%;
	float: left;
	clear: both;
}.slider-overlay-buffer {
	clear: both;
	display: block;
	height: calc(100vh - 348px);  
	position: relative;
	width: 100%;
}.slider-overlay-contents {
	width: 100%;
	text-align: right;
	font-size: 0;
}.slider-overlay-contents .scroll-icon-wrapper {
	background: rgba(190,174,86,0.70);
	display: inline-block;
	max-width: 80px;
	margin: 0;
	width: 100%;
	height: 82px;
	text-align: center;
	vertical-align: middle;
}.slider-overlay-contents .scroll-icon-wrapper {
	cursor: pointer;
}.slider-overlay-contents .scroll-icon {
	float: left;
	width: 100%;
}.slider-overlay-contents .scroll-icon .fa {
	color: #FFFFFF;
	line-height: 82px;
	font-size: 30px;
}.slider-overlay-contents .slider-overlay-phone {
	background: rgba(0, 0, 0, 0.65);
	display: inline-block;
	text-align: center;
	height: 82px;
	max-width: 313px;
	margin: 0;
	width: 100%;
	vertical-align: middle;
}.slider-overlay-contents .slider-overlay-phone .contact-phone {
	color: #FFFFFF !important;
	font-weight: 600;
	line-height: 82px;
	letter-spacing: 2px;
	font-size: 24px !important;
	margin: 0;
}.slider-overlay-contents .slider-overlay-tagline {
	background: rgba(0,0,0,0.85);
	display: inline-block;
	max-width: 433px;
	margin: 0;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}.slider-overlay-contents .slider-overlay-tagline p {
	color: #beae56;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 6px;
	line-height: 82px;
	margin:0;
}.slider-overlay-contents .slider-overlay-buttons {
	background: rgba(190,174,86,0.70);
	display: inline-block;
	text-align: center;
	height: 82px;
	max-width: 157px;
	position: relative;
	width: 100%;
	vertical-align: middle;
}.slider-overlay-contents .slider-overlay-buttons .slick-prev, 
 .slider-overlay-contents .slider-overlay-buttons .slick-next {
	position: relative;
	float: left;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
}.slider-overlay-contents .slider-overlay-buttons .slick-prev {
	height: 82px;
	left: 0 !important;
	line-height: 82px !important;
	margin: 0 !important;
	text-align: center !important;
	top: 0 !important;
	width: 78px;
}.slider-overlay-contents .slider-overlay-buttons .slick-next {
	height: 82px;
	left: 0 !important;
	line-height: 82px !important;
	margin: 0 !important;
	text-align: center !important;
	top: 0 !important;
	width: 78px;
}.slider-overlay-contents .slider-overlay-buttons .slick-prev::before {
	content:"\f104";
	font-family: "FontAwesome";
	font-size: 30px;
	line-height: 82px;
}.slider-overlay-contents .slider-overlay-buttons .slick-next::before {
	content:"\f105";
	font-family: "FontAwesome";
	font-size: 30px;
	line-height: 82px;
}.location-tagline {
	background: rgba(190,174,86,0.70);
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	font-size: 16px;
	float: left;
	letter-spacing: 6px;
	line-height: 35px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
}.location-tagline p {
	color: #FFFFFF;
	margin: 0;
	padding: 15px 0;
}.background-1 {
	background: url("https://blacklinesofdesign.net/wp-content/themes/arch4/images/background-1.jpg");
	width: 100%;
	max-width: 100%;
	float: left;
}.background-2 {
	background: #f3f3f3;
	width: 100%;
	max-width: 100%;
	float: left;
}.split-content {
	background: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 480px;
	float: left;
}.split-inner {
	margin: 0 auto;
	max-width: 290px;
	position: relative;
	width: 100%;
}.split-content.split-1 {
	padding: 100px 15px 50px;
}.split-content.split-1 p {
	color: #666666;
	font-size: 14px;
}.split-content.split-2 {
	padding: 50px 15px;
}.split-title {
	color: #beae56;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 4px;
	line-height: 26px;
	margin: 0 0 25px;
}.split-title .displace-text {
	clear: both;
	color: #000000;
	display: block;
	font-size: 25px;
	font-weight: normal;
}.cta-one  {
	background: #343434;
	text-align: center;
	padding: 28px 15px;
}.cta-one p {
	color: #beae56;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 52px;
	margin: 0;
}.cta-one p .button-one {
	margin: 0 0 0 100px;
}.home-section {
	border-left: 1px solid #beae56;
}.home-section  p {
	margin: 0 0 0 0;
}.box-wrapper-1 {
	position: relative;
}.box-wrapper-1::before {
	background: rgba(255, 255, 255, 0.9);
	content: "";
	height: calc(100% - 65px);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}.box-wrapper-1 .box-testimonial {
	background: rgba(0,0,0,0.8);
}.box-wrapper-1 .box-testimonial p {
	color: #FFFFFF;
	font-weight: bold;
}.box-wrapper-1 .box-testimonial p .client-name {
	color: #beae56;
	font-style: italic;
}.box-wrapper-1 .box-testimonial .button-one {
	background: #beae56;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 70px;
	max-width: 100%;
	width: 340px;
}.box-wrapper-1 .box-testimonial .split-title {
	color: #beae56;
}.box-wrapper-1 .box-testimonial .split-title .displace-text {
	color: #FFFFFF;
}.box-wrapper-1 .box-1,
 .box-wrapper-1 .box-2 {
	padding: 5.5em 3em 0;
}.box-wrapper-1 .box-1:first-child,
 .box-wrapper-1 .box-2:first-child {
	padding: 5.5em 3em 0 1.25em;
}.box-wrapper-1 .box-1:last-child,
 .box-wrapper-1 .box-2:last-child {
	padding: 5.5em 1.25em 0 3em;
}.box-wrapper-2 .box-1,
 .box-wrapper-2 .box-2 {
	padding: 0 3em 0;
}.box-wrapper-2 .box-1:first-child,
 .box-wrapper-2 .box-2:first-child {
	padding: 0 3em 0 1.25em;
}.box-wrapper-2 .box-1:last-child,
 .box-wrapper-2 .box-2:last-child {
	padding: 0 1.25em 0 3em;
}.box-wrapper-2 h2.split-title .displace-text,
 .box-wrapper-2 h3.split-title .displace-text,
 .box-wrapper-2 h4.split-title .displace-text {
	font-size: 21px;
}.service-page .box-wrapper-2 h1.split-title .displace-text,
 .service-page .box-wrapper-2 h2.split-title .displace-text,
 .service-page .box-wrapper-2 h3.split-title .displace-text,
 .service-page .box-wrapper-2 h4.split-title .displace-text {
	font-size: 18px;
}.box-wrapper-3 .box-1 {
	padding: 90px 36px 30px;
}.box-wrapper-3 .box-1:first-child {
	padding: 90px 36px 30px 1.25em;
}.box-wrapper-3 .box-1:last-child {
	padding: 90px 1.25em 30px 36px;
}.box-wrapper-3 .box-2 {
	padding: 0 50px 36px;
}.box-wrapper-3 .heading-5 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}.box-wrapper-3 p {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}.box-wrapper-4 .box-1 {
	padding: 90px 36px 30px;
}.box-wrapper-4 .box-1:first-child {
	padding: 90px 36px 30px 1.25em;
}.box-wrapper-4 .box-1:last-child {
	padding: 90px 1.25em 30px 36px;
}.box-wrapper-4 .box-2 {
	background: rgba(243,243,243,0.85);
	padding: 45px 36px;
}.box-wrapper-4 .heading-5 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}.box-wrapper-4 p {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}.row-1 .box-2 > p {
	min-height: 175px;
}.row-2 .box-2 > p {
	min-height: 132px;
}.row-3 .box-2 > p {
	min-height: 198px;
}.row-4 .box-2 > p {
	min-height: 111px;
}.row-5 .box-2 > p {
	min-height: 176px;
}.filter-wrapper {
	padding-top: 15px;
	padding-left: 0 !important;
}.filter-wrapper label {
	color: black;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 60px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	display: block;
	text-align: center;
}.select-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: block;
	clear: both;
	border: 1px solid black;
}.select-wrapper::after {
	content: " ";
	width: 13px;
	height: 13px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

	right: 74px;
	position: absolute;

	-moz-transform: rotate(45deg) translateY(-64px);
	-webkit-transform: rotate(45deg) translateY(-64px);
	-o-transform: rotate(45deg) translateY(-64px);
	-ms-transform: rotate(45deg) translateY(-64px);
	transform: rotate(45deg) translateY(-64px);
	

}.filter-wrapper select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d5d5d5;
	color: #000000;
	cursor: pointer;
	display: block;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	height: 70px;
	margin: 0 auto;
	text-transform: uppercase;
	width: calc(100% + 20px);
	float: none;
	max-width: calc(100% + 20px);
	font-weight: 200;
	border: none;
	text-align: center;
}.filter-wrapper select::after {
}.filter-wrapper select option {
	line-height: 38px;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}.gallery-wrapper {
	clear: both;
	float: left;
	min-height: 475px;
	width: 100%;
}.gallery-wrapper .gallery-row {
	padding: 0 40px !important;
}.gallery-wrapper .gallery-row .columns {
	padding: 40px !important;
	float: left !important;
}.gallery-row a {
	position: relative;
}.gallery-row a img {
	position: relative;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}.gallery-row a img::before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}.gallery-row a::before {
	background: #beae56;
	content: "";
	width: calc(100% - 1.5em);
	height: calc(100% - 1.4em);
	top: 0;
	left: 0.75em;
	z-index: -1;
	position: absolute;
}.gallery-row a:hover img {
	opacity: 0.25;
}.gallery-row a:hover .cross {
	background: none;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 0;
}.gallery-row a .cross::before,
 .gallery-row a .cross::after {
	opacity: 0;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}.gallery-row a:hover .cross::before {
	background: black;
	content: "";
	opacity: 1;
	position: absolute;
	top: 50%;
	width: 1px;
	height: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.gallery-row a:hover .cross::after {
	background: black;
	content: "";
	opacity: 1;
	position: absolute;
	top: 50%;
	height: 1px;
	width: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.filter-wrapper {
	overflow: hidden;
	position: relative;
	width: 528px;
	margin: 0 auto;
}.contact-information-wrapper {
	background: rgba(255, 255, 255, 0.9);
	padding: 25px 0;
}.contact-information-wrapper .box-1 {
	padding: 65px 95px;
}.contact-information-wrapper .contact-address,
 .contact-information-wrapper .contact-phone,
 .contact-information-wrapper .contact-email {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #666666;
	padding:0 0 0 30px;
	position: relative;
	margin: 0 0 15px 0;
}.contact-information-wrapper .contact-address::before {
	content: "\f041";
	font-family: "FontAwesome";
	font-size: 18px;
	color: #beae56;
	left: 0;
	top: 0;
	position: absolute;
}.contact-information-wrapper .contact-phone::before {
	content: "\f095";
	font-family: "FontAwesome";
	font-size: 18px;
	color: #beae56;
	left: 0;
	top: 0;
	position: absolute;
}.contact-information-wrapper .contact-email::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 18px;
	color: #beae56;
	left: 0;
	top: 0;
	position: absolute;
}.contact-information-wrapper strong {
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
}.captchaImages.large-5.columns {
	padding: 0 0 0 1.25em !important;
}.contact-information-wrapper .time {
	font-size: 16px;
	margin: 0 0 5px;
}.contact-information-wrapper .time strong {
	font-size: 18px;	
}.contact-information-wrapper .time:last-child {
	margin-bottom: 25px;
}.captchaLeft {
	width: calc(100% - 30px);
	float: left;
}.captchaRight {
	float: left;
}.contact-form-wrapper {
	border-bottom: 1px solid #dcdcdc;
}.contactForm .columns {
	padding: 0 14px !important;
}.contactForm .columns:first-child {
	padding: 0 14px 0 1.25em !important;
}.contactForm .columns:last-child {
	padding: 0 1.25em 0 14px !important;
}.contactForm input {
	height: 40px;
}.contactForm textarea {
	height: 220px;
}
.contactForm input, .contactForm textarea, .contactForm .captchaWrapper {
	margin: 0 0 30px 0;
}

.contactForm input {
	margin: 0 0 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	border-bottom: 1px solid black;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	color: black;
	line-height: 60px;
	height: 60px;
	font-weight: 200;
}
.contactForm textarea#emailMessage {
	height: 100px;
	border-bottom: 1px solid black;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 22px;
	box-shadow: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

.button-three {
	background: #d1c688;
	border: 1px solid #d1c688;
	color: #ffffff;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 6px;
	line-height: 50px;
	padding: 0 38px;
	text-align: center;
	text-transform: uppercase;
}.contactForm input#captchaCode {
	margin-bottom: 10px;
}.submit {
	background: none;
	border: 1px solid black;
	color: black;
	cursor: pointer;
	display: block;
	font-size: 12px;
	letter-spacing: 4px;
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	height: 65px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 200;
}.submit:hover {
	background: none;
	border: 1px solid black;
	color:#000000;
}
.blog-section-wrapper {
	padding: 40px 0;
}
.blog-section-wrapper .blog-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	text-transform: none;
	font-size: 22px;
	line-height: 58px;
}
.blog-section-wrapper .btn-2.button {
	background: none;
	color: black;
	font-family: 'Roboto', sans-serif;
	border: 1px solid black;
	font-weight: 200;
}
#comments {
	background-color: #F9F9F9;
}
.single-wrapper.row h1.entry-title {
	font-size: 48px;
}
.single-wrapper.row h1 {	
	font-size: 36px;
}
.single-wrapper.row h3, 
.single-wrapper.row h4,
.single-wrapper.row h5, 
.single-wrapper.row h6 {	
	font-size: 38px;
}
.single-wrapper .content-wrapper .entry-content {
	padding: 40px 0;
}
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none;	
}.top-bar-section ul li:not(.has-form) > a,
 .top-bar-section li:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:not(.button) {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 80px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	font-weight: lighter;
	letter-spacing: 0.2rem;
	margin: 0;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	color: black;
}
.top-bar {
	height: 160px;	
}
.top-bar-section ul li {
	margin: 0 20px;
}
.menu {
	text-align: center;
}
.top-bar-section ul li:hover:not(.has-form) > a {
	color: black;
}
.top-bar-section {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navigation-outter-wrapper {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid black;
}
.navigation-wrapper {
	margin-top: -160px;
	-webkit-transition: all 650ms ease;
	-moz-transition: all 650ms ease;
	-ms-transition: all 650ms ease;
	-o-transition: all 650ms ease;
	transition: all 650ms ease;
}
.active-navigation .navigation-wrapper {
	margin-top: 0;
}
.active-navigation .menu-burger {
	background: none;
}
.active-navigation .menu-burger::before {
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: tranrotate(405deg);
	top: 50%;
}
.active-navigation .menu-burger::after {
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: tranrotate(-405deg);
	top: 50%;
}






/* CLEAR NAVIGATION BACKGROUNDS 
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none;	
}.top-bar-section ul li:not(.has-form) > a,
 .top-bar-section li:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:not(.button) {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: 5px;
	line-height: 112px;
	text-transform: uppercase;
}.top-bar-section ul li ul.dropdown li:not(.has-form)::before,
 .top-bar-section ul li ul.dropdown li:not(.has-form)::after {
	display: none;
}.top-bar-section ul li ul.dropdown li:not(.has-form) a,
 .top-bar-section .dropdown li:not(.has-form) a:not(.button),
 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
	background: none;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	line-height: 25px;
}.top-bar .top-bar-section .has-dropdown > a::after {
	border: none;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	top: 2px;
	right: 5px;
}.top-bar-section .has-dropdown:hover .dropdown .has-dropdown:hover .dropdown {
	background: rgba(0, 0, 0, 0.85);
	left: -30px;
	position: absolute;
	top: 100%;
}.top-bar-section {
	text-align: center;
}.top-bar-section ul:not(.dropdown) li::before {
	background: #888888;
	bottom: 36px;
	content: "";
	height: 1px;
	left: 5px;
	position: absolute;
	width: calc(100% - 10px);
}.top-bar-section ul:not(.dropdown) li::after {
	background: #beae56;
	bottom: 36px;
	content: "";
	height: 1px;
	left: 5px;
	position: absolute;
	width: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}.top-bar-section .has-dropdown > a::after {
	top: 50%;
}.top-bar-section ul:not(.dropdown) li:hover::after {
	width: calc(100% - 10px);
}
*/
/* Default Styles */
#wpadminbar {display: none !important;}
.white {color:white;}
.serif {font-family: 'Playfair Display', serif;}

body {
	color: black;
	font-family: 'Roboto', sans-serif;
}h1, 
 h1 a,
 .heading-1,
 .displace-text.heading-1 {
	color: black;
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	line-height: 1.5em;
	margin: 25px 0;
	text-transform: uppercase;
}h2,
 .heading-2,
 .displace-text.heading-2 {
	color: black;
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	line-height: 1.5rem;
	margin: 25px 0;
	text-transform: uppercase;
}h3,
 .heading-3,
 .displace-text.heading-3 {
	color: black;
	font-family: 'Playfair Display', serif;
	font-size: 23px;
	line-height: 1.5rem;
	margin: 25px 0;
	text-transform: uppercase;
}h4,
 .heading-4,
 .displace-text.heading-4 {
	font-family: 'Playfair Display', serif;
	color: black;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5rem;
	margin: 0 0 20px;
	text-transform: uppercase;
}h5,
 .heading-5,
 .displace-text.heading-5 {
	font-family: 'Playfair Display', serif;
	color: black;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5rem;
	margin: 0 0 20px;
	text-transform: uppercase;
}p {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	margin: 0 0 30px;
}ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 19px;
}ul.arrow-icon {
	padding: 0 0 0 19px;
}ul:not(.dashed), 
 ul:not(.arrow-icon) {
	margin: 0 0 30px 0;
}ul li {
	color: #5a5a5a;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 28px;
}ul.inline-block li {
	display: inline-block !important;
	float: none !important;
	position: relative;
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 10px 10px 10px;
}ul.dashed {
	margin: 0 0 30px 0;
}ul.dashed li {
	position: relative;
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 10px 0;
} ul.arrow-icon li {
	position: relative;
	color: #888888;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}ul.arrow-icon li::before {
	color: #beae56;
	content:"\f105";
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: -19px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.row {
	margin: 0 auto;
	max-width: 1360px;
	width: 100%;
}.row.full-width {
	width: 100%;
	max-width: 100%;
}.row.wide {
	width: 100%;
	max-width:calc(100% - 150px);
	margin: 0 auto;
}.content-wrapper {
	background: #FFFFFF;
	width: 100%;
	max-width: 100%;
	float: left;
	position: relative;
}.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 1360px;
}.page-wrapper {
	max-width: 1360px;
	clear: both;
}.strip-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}.inline-block {
	display: inline-block !important;
}.centered {
	display: block;
	float: none !important;
	margin: 0 auto !important;
}.slider-wrapper {
	position: fixed;
	top:0px;
	height: 100vh;
	left: 0px;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}.slider-offset {
	position: relative;
}.accent-one {
	color: #beae56;
}.button-one {
	background: none;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 6px;
	line-height: 50px;
	text-transform:uppercase;
	padding: 0 38px;
	border: 1px solid #beae56;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}.button-one:hover {
	background: #beae56;
	color: #FFFFFF;
}.button-one.full-width {
	width: 100%;
	max-width: 100%;
}.button-two {
	background: #beae56;
	color: #000000;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 6px;
	line-height: 50px;
	text-transform:uppercase;
	text-align: center;
	padding: 0 38px;
	border: 1px solid #beae56;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}.button-two:hover {
	background: #beae56;
	color: #FFFFFF;
}.button-two.full-width {
	width: 100%;
	max-width: 100%;
}.button-three {
	background: #d1c688;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 6px;
	line-height: 50px;
	text-transform:uppercase;
	text-align: center;
	padding: 0 38px;
	border: 1px solid #d1c688;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}.button-three:hover {
	background: #beae56;
	color: #FFFFFF;
}.button-three.full-width {
	width: 100%;
	max-width: 100%;
}.button-three.read-more {
	margin: 35px 0 0;
	width: 100%;
}

.footer-wrapper {
	background: none;
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 0;
	background: url("https://blacklinesofdesign.net/wp-content/uploads/2018/04/footer-bg.jpg");
	background-position: center center;
	background-attachment: fixed;
}
.footer-inner-wrapper {
	width: 100%;
	max-width: 100%;

	padding: 150px 80px;
	float: left;
	clear: both;
	display: block;
	margin: 0 auto 0;
}
.social-wrap .fa {
	color: white;
	width: 45px;
	text-align: center;
	font-size: 37px;
	text-align: center;
	line-height: inherit;
	vertical-align: bottom;
}
.footer-big-text {
	font-size: 30px;
	line-height: 50px;
	vertical-align: baseline;
	text-transform: uppercase;
}
.footer-inner-wrapper p {
	line-height: 40px;
	vertical-align: baseline;
	margin: 0;
}

.footer-inner-wrapper-after {
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 30px 0 0 0;
}

.footer-inner-wrapper-sponsors img {
	max-height: 80px;
	margin: 25px 0;
}


.sponsor-wrapper {
	float: left;
	width: 100%;
	display: block;
	padding: 60px 0;
	position: relative;
	border-bottom: 1px solid black;
}


.sponsor-wrapper .slick-slide img {
	max-width: 90% !important;
	width: 90% !important;
	min-width: 90% !important;
	max-height: 85px !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.sponsor-wrapper .slick-slide:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.sponsor-wrapper h3 {
	font-size: 38px;
	line-height: 65px;
	margin: 0 0 40px 0;
}
.black-line {
	width: 450px;
	max-width: 100%;
	height: 1px;
	margin: 15px auto;
	float: none;
}



.footer-tagline {
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;

	/* text-align: center; */
	font-family: 'Playfair Display', serif;
}
.footer-social-wrapper {
	padding-top: 22px;
	padding-bottom: 22px;
}.footer-social-wrapper .fa {
	color: #FFFFFF;
	font-size: 24px; 
	width: 100px;
	text-align: center;
}.footer-social-wrapper .fa:hover {
	color: #beae56;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}.disclaimer p {
	font-size: 9px;
	line-height: 2.5em;
	margin: 20px 0;
	text-transform: uppercase;
}.lnm-image > img {
	opacity: 0.25;
}[class*="fadein-"] {
	opacity: 0;
}.scrollfade {
	opacity: 0;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}.scrollfade.complete {
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-moz-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	60% {
		-moz-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	60% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	40% {
		-moz-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	60% {
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}.backToTop {
	background: white;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-radius: 0;
	bottom: 0;
	color: #000000;

	cursor: pointer;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	opacity: 1;
	position: fixed;
	right: 0;
	text-align: center;
	width: 81px;
	z-index: 20;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}




.backToTop.scrolling {
	opacity: 0;
}
@media only screen and (min-width: 1026px) {
	.top-bar .title-area {
		display: none;
	}.top-bar-section ul li {
		display: inline-block;
		float: none;
		margin: 0 18px;
		position: relative;
	}.top-bar-section ul li ul.dropdown {
		background: rgba(0,0,0,0.85);
		width: 850px !important;
		padding: 25px 30px 30px;
		left: -364px;
	}.top-bar-section ul li ul.dropdown li {
		width: 50%;
		float: left !important;
		margin: 0;
		line-height: 25px;
	}.top-bar-section ul li ul.dropdown li:nth-child(2n+2) {
		border-left: 1px solid #555555;
		padding: 0 0 0 25px; 
	}.top-bar-section ul li ul.dropdown li:not(.has-form) > a:not(.button) {
		position: relative;
	}.top-bar-section ul li ul.dropdown li:hover:not(.has-form) > a:not(.button)::before {
		background: #beae56;
		content: "";	
		position: absolute;
		width: 8px;
		height: 16px;
		left: 0;
		top: 4px;
	}.vertical-padding-extra-large {
		padding-top: 120px !important;
		padding-bottom: 60px !important;
	}.vertical-padding-extra-large-top {
		padding-top: 120px !important;
	}.vertical-padding-extra-large-bottom {
		padding-bottom: 60px !important;
	}.vertical-padding-large {
		padding-top: 75px !important;
		padding-bottom: 65px !important;
	}.vertical-padding-large-top {
		padding-top: 75px !important;
	}.vertical-padding-large-bottom {
		padding-bottom: 65px !important;
	}.vertical-padding-medium {
		padding-top: 55px !important;
		padding-bottom: 45px !important;
	}.vertical-padding-medium-top {
		padding-top: 55px !important;
	}.vertical-padding-medium-bottom {
		padding-bottom: 45px !important;
	}.vertical-padding-small {
		padding-top: 35px !important;
		padding-bottom: 25px !important;
	}.vertical-padding-small-top {
		padding-top: 35px !important;
	}.vertical-padding-small-bottom {
		padding-bottom: 25px !important;
	}
}
@media only screen and (max-width: 1600px) {
	.top-bar-section ul li {
		margin:  0 5px;
	}
}
@media only screen and (max-width: 1350px) {
	.top-bar-section ul li {
		margin: 0;
	}.social-wrapper .fa {
		width: 50px;
	}.box-wrapper-1 .box-1,
	 .box-wrapper-1 .box-2 {
		padding: 3em 1.25em 0;
	}.box-wrapper-1 .box-1:first-child,
	 .box-wrapper-1 .box-2:first-child {
		padding: 3em 1.25em 0;
	}.box-wrapper-1 .box-1:last-child,
	 .box-wrapper-1 .box-2:last-child {
		padding: 3em 1.25em 0;
	}.box-wrapper-2 .box-1,
	 .box-wrapper-2 .box-2 {
		padding: 0 1.25em 0;
	}.box-wrapper-2 .box-1:first-child,
	 .box-wrapper-2 .box-2:first-child {
		padding: 0 1.25em 0 1.25em;
	}.box-wrapper-2 .box-1:last-child,
	 .box-wrapper-2 .box-2:last-child {
		padding: 0 1.25em 0 1.25em;
	}.box-wrapper-2 .box-1:last-child, 
	 .box-wrapper-2 .box-2:last-child {
	}.box-wrapper-3 .box-1 {
	}.box-wrapper-3 .box-2 {
		padding: 0 0 36px;
	}.box-wrapper-3 .box-1 {
		padding: 50px 15px 30px;
	}.box-wrapper-3 .box-1:first-child {
		padding: 50px 15px 30px 15px;
	}.box-wrapper-3 .box-1:last-child {
		padding: 50px 15px 30px 15px;
	}.box-wrapper-4 .box-1 {
		padding: 50px 15px 30px;
	}.box-wrapper-4 .box-1:first-child {
		padding: 50px 15px 30px 15px;
	}.box-wrapper-4 .box-1:last-child {
		padding: 50px 15px 30px 15px;
	}.box-wrapper-4 .box-2 {
		padding: 15px;
	}.top-bar-section ul li:not(.has-form) > a,
	 .top-bar-section li:not(.has-form) a:not(.button),
	 .top-bar-section ul li ul.dropdown li:not(.has-form) a,
	 .top-bar-section li.active:not(.has-form) a:not(.button),
	 .top-bar-section .dropdown li:not(.has-form) a:not(.button),
	 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
		font-size: 12px;
		padding: 0 10px;
	}#gallery-filter {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 1025px) {
.hero-side {
display: none;
}
.hero-inner-wrapper {
	width: 100%;
}
.hero-wrapper {
	height: auto;
}
.huge-heading {
	padding: 0;
	text-align: center;
}
.in-view .home-content-wrapper::before {
	display: none;
}
.home-content-wrapper {
	padding: 40px 0;
}
.custom-company-name {
	padding: 5px 0;
	margin: 0;
	max-width: 350px;
	float: right;
}

.navigation-toggle-wrapper {
	max-height: 80px;
	padding: 0 0 0 20px;
}
.control-height-button-wrapper {
	max-width: 100%;
}

.home-slider-text-wrapper {
	padding: 0;
}
.home-slider-wrapper {
	padding: 0;
}
.social-wrap {
	text-align: center;
}
.home-row-1 {
	padding: 40px 80px 0 80px;
}
.home-content-wrapper .control-height {
	max-height: 100%;
}
.home-content-wrapper .control-height::after,
.control-height-button-wrapper {
	display: none;
}
.top-bar {
	height: auto;
}


.top-bar-section {
	position: relative;
	top: 0;
	-moz-transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	-o-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
}
.navigation-wrapper {
	margin-top: -100%;
}
.top-bar-section ul li > a {
	text-align: center !important;
}


	.vertical-padding-extra-large {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}.vertical-padding-extra-large-top {
		padding-top: 40px !important;
	}.vertical-padding-extra-large-bottom {
		padding-bottom: 20px !important;
	}.vertical-padding-large {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}.vertical-padding-large-top {
		padding-top: 40px !important;
	}.vertical-padding-large-bottom {
		padding-bottom: 20px !important;
	}.vertical-padding-medium {
		padding-top: 20px !important;
		padding-bottom: 15px !important;
	}.vertical-padding-medium-top {
		padding-top: 20px !important;
	}.vertical-padding-medium-bottom {
		padding-bottom: 15px !important;
	}.vertical-padding-small {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}.vertical-padding-small-top {
		padding-top: 15px !important;
	}.vertical-padding-small-bottom {
		padding-bottom: 15px !important;
	}header.header-wrapper {
		padding: 0;
	}.top-bar.expanded .title-area {
		background: rgba(0, 0, 0, 0.50);
	}.top-bar.expanded .toggle-topbar a {
		color: #FFFFFF;
	}.top-bar-section ul li:not(.has-form) > a,
	 .top-bar-section li:not(.has-form) a:not(.button),
	 .top-bar-section li.active:not(.has-form) a:not(.button) {
		line-height: 45px;
	}.top-bar.expanded .toggle-topbar a::after {
		box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;
	}.top-bar .toggle-topbar.menu-icon a {
		font-family: "Open Sans",sans-serif;
		font-weight: normal;
	}.top-bar-section ul:not(.dropdown) li::before,
	 .top-bar-section ul:not(.dropdown) li::after,
	 .top-bar-section ul:not(.dropdown) li:hover::before,
	 .top-bar-section ul:not(.dropdown) li:hover::after {
		display: none;
	}.top-bar-section ul li ul.dropdown li:not(.has-form) a, 
	 .top-bar-section .dropdown li:not(.has-form) a:not(.button), 
	 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
		line-height: 45px;
	}.header-company-info {
		padding-bottom: 4px;
		padding-top: 5px;
	}.cta-one p .button-one {
		margin: 0;
	}.slider-overlay-contents .slider-overlay-phone {
		max-width: calc(100% - 80px);
	}.slider-overlay-contents .slider-overlay-tagline {
		max-width: calc(100% - 157px);
	}.row.wide {
		width: 100%;
		max-width: 100%;
	}.row-1 .box-2 > p {
		min-height: auto;
	}.row-2 .box-2 > p {
		min-height: auto;
	}.row-3 .box-2 > p {
		min-height: auto;
	}.row-4 .box-2 > p {
		min-height: auto;
	}.row-5 .box-2 > p {
		min-height: auto;
	}.filter-wrapper {
		max-width: 100%;
		padding: 0 5px !important;
	}.filter-wrapper label {
		margin-left: 15px;
	}.filter-wrapper select {
		width: 100%;
		max-width: 100%;
	}.location-tagline {
		letter-spacing: 0;
	}.slider-overlay-buffer {
		height: calc(100vh - 288px);
	}.slider-overlay-tagline,
	 .slider-overlay-buttons {
		display: none !important;
	}.slider-overlay-contents .slider-overlay-phone .contact-phone {
		color: #ffffff !important;
		display: block !important;
		font-size: 20px !important;
	}.button-one,
	 .button-two,
	 .button-three {
		letter-spacing: 3px;
	}.button-two.full-width
	 .cta-one p {
		font-size: 16px;
	}.box-wrapper-2 .button-three {
		margin-bottom: 20px;
	}img.service-image {
		display: block;
		margin: 0 auto;
	}.filter-wrapper select,
	 .filter-wrapper select option {
		height: auto;
		line-height: auto;
	}.contact-information-wrapper .box-1 {
		padding: 25px 35px;
	}.footer-tagline {
		font-size: 16px;
		text-align: center;
	}.footer-social-wrapper {
		text-align: center;
	}.footer-social-wrapper .fa {
		color: #ffffff;
		font-size: 24px;
		text-align: center;
		width: 55px;
	}#lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer {
		height: auto !important;
		max-width: 100% !important;
	}#lightbox {
		position: fixed !important;
		top: 0 !important;
	}#imageContainer > #hoverNav a {
		bottom: 20px;
	}#prevLink, #nextLink {
		height: 100% !important;
		width: 50%;
	}#nextLink {
		background: rgba(0, 0, 0, 0) url("./images/next.png") no-repeat scroll 100% 50% !important;
		opacity: 0.6;
	}#prevLink {
		background: rgba(0, 0, 0, 0) url("./images/prev.png") no-repeat scroll 0 50% !important;
		opacity: 0.6;
	}
}

@media only screen and (max-width: 724px) {

.navigation-wrapper {
	margin-top: -140%;
}
.custom-company-name {
	padding: 5px 0;
	margin: 0;
	max-width: 100%;
	float: right;
	text-align: center;
}
.hero-overlay .company-serviceorder {
	font-size: 13px;
	text-align: center;
	margin: 35px 0 0 0;
}
.huge-heading {
	font-size: 35px;
	line-height: 43px;
	text-align: center;
}
.home-row-1 {
	padding: 40px 20px !important;
}
.home-slider-text-wrapper .service-tagline {
	font-size: 34px;
}
.home-slider-text-wrapper .service-tagline {
	margin: 0 0 8px 0;
}
.slick-service-slider-text {
	padding: 10px 0 0 0;
	border-top: 1px solid black;
}
.company-logo {
	max-width: 90%;
}
.inner-left .vpadding-80.hpadding-80 {
	padding: 20px !important;
}
.footer-inner-wrapper {
	padding: 80px 20px;
}
.select-wrapper {
	border: none;
}
.select-wrapper::after {
	display: none;
}
#gallery-filter {
	border: 1px solid black;
}
.gallery-wrapper .gallery-row {
	padding: 0 20px !important;
}
.gallery-wrapper .gallery-row .columns {
	padding: 20px !important;
	float: left !important;
}







}

