/*

Template Name: Myway
Template Demo: http://awerest.com/demo/myway
Purchase: http://themeforest.net/item/myway-onepage-bootstrap-parallax-retina-template/4058880?ref=awerest
Author: Awerest
Author website: http://awerest.com
Description: Parallax Retina Bootstrap Multipurpose Template
Tags: Responsive, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal

Version: 2.0

---------------

Table of Contents:

1) General
2) Typography
3) Intro
4) Section Headers - Global
5) Services
6) Works
7) Gallery
8) Team
9) Contact
10) Footer
11) Navigation
12) Carousels
13) Preloader
14) Back to Top Button
15) Intro scroll button

*/

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");

body {
	font-family: 'Lato', sans-serif;
	color: #25272B;
}

::selection {
	background: #332922;
	color:#fff;
}

::-moz-selection {
	background: #332922;
	color:#fff;
}

.divide {
	margin-top: 5%;
	margin-bottom: 5%;
}

.divide-bottom {
	margin-bottom: 5%;
}

.toplogo {
	margin-top: -7px;
	display: inline!important;
}

/* ==== 2) Typography ==== */

p {
	margin: 20px 0 0 0;
}

h1 {
	font-size: 56px;
	font-weight: 300;
	margin: 20px 0 0 0;
	line-height: 1;
	letter-spacing: -2px;
}

h1.brown {
	font-size: 56px;
	color: #342922!important;
	font-weight: 300;
	margin: 20px 0 0 0;
	line-height: 1;
	letter-spacing: -2px;
}

h1.gray {
	font-size: 56px;
	color: #4d4d4f!important;
	font-weight: 300;
	margin: -5px 0 0 0;
	line-height: 1;
	letter-spacing: -2px;
}

ul > li > ul {
	text-align: right!important;
	list-style: none;
	-webkit-padding-start: 0px;
}

.trademark {
	font-size: 18px;
	vertical-align: top; 
	position: relative; 
	top: 0.1em;
}

.less0 {
	margin-top: 0px!important;
}

.less20 {
	margin-top: -20px!important;
}

.less50 {
	margin-top: -50px!important;
}

.shortsub {
	max-width: 500px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: -20px!important;
}

.strong {
	font-weight: 900;
}

.phoneicon {
	font-size: 20px;
}

.phoneicon2 {
	font-size: 17px;
	position : relative;
	top: 4px;
}

a.whitelink {
	color: #fff!important;
}

.rightspace {
	margin-right: 40px;
}

p.left {
	text-align: left!important;
}

.socialfooter {
	color: #fff;
	font-size: 25px!important;
	position: relative;
	top: 20px;
}

.socialfooter:hover {
	color: #414141;
}

.openbadge {
	padding-right: 20px;
	padding-bottom: 20px;
	width: 150px;
	height: 150px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: -2px;
	}
	h1.gray {
	padding-top: 20px!important;
	font-size: 45px;
}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
		letter-spacing: -1px;
	}
	
	.toplogo {
	margin-top: -7px;
	margin-left: -3px;
	display: inline!important;
}
}




@media (max-width: 745px) {
	h1.brown {
		padding-top: 20px;
	}
	
	.btn.btn-linkwhite {
	font-weight: 300!important;
	font-size: 9px!important;
	background-color: transparent;
	color:  #fff;
	border: 1;
	border-radius: 0;
	outline: 0px solid;
	outline-offset: 2px;
	outline-color: rgba(255, 255, 255, 1)!important;
	margin: 5px 0 0 0;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkwhite:hover {
	color: #4b3d33;
	border: 0;
	border-radius: 0;
	outline: 0px solid;
	outline-offset: 0px;
	outline-color: rgba(255, 255, 255, 0)!important;
}

.special {
	margin-top: 25px;
	margin-bottom: -15px!important;

}

.special2 {
	font-size: 16px!important;
	font-weight: 500;
}
}


@media (max-width: 410px) {
	
	.btn.btn-linkwhite {
	font-weight: 700!important;
	font-size: 9px!important;
	background-color: transparent;
	color:  #fff;
	border: 0;
	border-radius: 0;
	outline: 0px solid;
	outline-offset: 2px;
	outline-color: rgba(255, 255, 255, 0)!important;
	margin: 15px 0 0 0;
	padding: 0px 0px!important;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkwhite:hover {
	color: #4b3d33;
	border: 0;
	border-radius: 0;
	outline: 0px solid;
	outline-offset: 0px;
	outline-color: rgba(255, 255, 255, 0)!important;
}

.special {
	margin-top: 5px;
	margin-bottom: -35px!important;

}

.special2 {
	font-size: 12px!important;
	font-weight: 500;
}
}


h2.subheader {
	font-weight: 300;
	font-size: 17px;
	line-height: 26px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #67696c;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}

h2.subheaderblue {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #60a495;
	text-align: left;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}

h2.opensubheaderblue {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #60a495;
	text-align: left;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 25px;
}

h2.vispringsubheaderbrown {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: left;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 25px;
}

h2.subheaderbrown {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: left;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}

h2.subheadergray {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58595b;
	padding-right: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2.headboardheader {
	font-weight: 300;
	font-size: 23px;
	line-height: 34px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: center;
	margin-top: 40px;
}

h2.subheaderbluesub {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #60a495;
	text-align: left;
	margin-bottom: 10px;
}

h2.subheaderbrownsub {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: left;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: 300;
}

a.headboardlinks {
	font-size: 30px;
	font-weight: 700;
	color: #4b3d33;
	text-decoration: none;
	text-align: center!important;
}

a.headboardlinks:hover {
	color: #d4cdc8;
}

@media (max-width: 769px) {
	h3 {
	padding-left: 20px;
}
}


@media (max-width: 990px) {
h2.subheaderbrown {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: center;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.blue {
	color: #60a495;
	margin-top: 20px!important;
}

.brown {
	color: #a06d3f;
}

.white {
	color: #fff!important;
}

.gray {
	color: #4d4d4f;
}
}

@media (min-width: 991px) {
h1.slidehead {
	font-size: 50px;
}

p.slidesub {
	font-size: 15px;
}

h2.subheaderbrown {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: center;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.less100 {
	margin-top: -50px!important;
}

.less250 {
	margin-top: -250px!important;
}
}

@media (min-width: 1000px) {
.slidehead {
	font-size: 56px;
	margin-top: -80px!important;
}

h2.subheaderbrown {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: center;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}
}

@media (min-width: 1300px) {
.slidehead {
	font-size: 56px;
	margin-top: -70px!important;
}

h2.subheaderbrown {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: center;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}
}


@media (min-width: 1600px) {
.slidehead {
	font-size: 56px;
	margin-top: -50px!important;
}

h2.subheaderbrown {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #976b48;
	text-align: center;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
}
}



h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

a {
	color: #d4cdc8;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #986b44;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

textarea:focus, input:focus, a:focus, *:focus {
	outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
}

.blue {
	color: #60a495;
	margin-top: 0px!important;
}

.brown {
	color: #a06d3f;
	margin-top: 0px!important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.block {
	display: block!important;
}

.center2 {
	margin-left: auto!important;
	margin-right: auto!important;
	clear: both;
}

/* ==== 3) Intro ==== */

#intro {
	min-height: 900px;
	background: #332922 url("../img/intro_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#intro h1 {
	font-weight: 300;
	text-align: center;
	padding-top: 260px;
	color: #332922;
	width: 100%;
}

#intro p {
	font-size: 14px;
	line-height: 21px;
	color: #332922;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}


@media (max-width: 480px) {
#intro {
	min-height: 400px;
	background: #332922 url("../img/intro_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#intro h1 {
	font-weight: 300;
	text-align: center;
	padding-top: 170px;
	color: #332922;
	width: 90%;
}

#intro p {
	font-size: 11px;
	line-height: 21px;
	color: #332922;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
}


/* ==== 4) Sections Headers - Global ==== */

h1.header {
	font-size: 72px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -3px;
}

h1.headerbrown {
	font-size: 72px;
	color: #4b3d33;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -3px;
}

h1.headergray {
	font-size: 72px;
	color: #4d4d4f;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -3px;
}

@media (max-width: 768px) {
	h1.header,
	h1.headerbrown,
	h1.headergray {
		font-size: 48px;
		letter-spacing: -2px;
	}
}

@media (max-width: 480px) {
	h1.header,
	h1.headerbrown,
	h1.headergray {
		font-size: 36px;
		letter-spacing: -1px;
	}
}

p.header {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

p.headerbrown2 {
	font-size: 12px;
	color: #342922;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

p.headerbrown {
	font-size: 13px;
	color: #4b3d33;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

p.headergray {
	font-size: 13px;
	color: #4d4d4f;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#services-top,
#works-top,
#gallery-top,
#team-top,
#hastens-fall-promo-top {
	padding: 120px 0;
}

#gallery-top {
	padding: 50px 0;
}

#about-top,
#freedom-top,
#truth-top,
#spirit-top,
#promise-top,
#trust-top,
#kids-top,
#crib-top,
#duvet-top,
#pillow-top,
#protector-top,
#legra-top,
#masterpiece-top,
#signatory-top,
#sublime-top,
#shetland-top,
#tiara-top,
#classic-top,
#regal-top,
#coronet-top,
#elite-top,
#headboards-top,
#synchronized-top,
#platinum-top {
	padding-top: 180px;
	min-height: 450px;
}

#open-top,
#openlp-top,
#vispring-top,
#aireloom-top,
#sblp-top,
#imgnorway-top,
#dunlopillo-top,
#spink-edgar-top,
#hastens-top {
	padding-top: 220px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 600px;
}

@media (max-width: 767px) {
	#services-top,
	#works-top,
	#gallery-top,
	#team-top,
	#hastens-fall-promo-top  {
		padding: 50px 0;
	}
	#about-top, 
	#open-top,
	#openlp-top,
	#freedom-top,
	#truth-top,
	#spirit-top,
	#promise-top,
	#trust-top,
	#kids-top,
	#crib-top,
	#duvet-top,
	#pillow-top,
	#protector-top,
	#legra-top,
	#vispring-top,
	#aireloom-top,
	#hastens-top,
	#sblp-top,
	#imgnorway-top,
	#dunlopillo-top,
	#spink-edgar-top,
	#masterpiece-top,
	#signatory-top,
	#sublime-top,
	#shetland-top,
	#tiara-top,
	#classic-top,
	#regal-top,
	#coronet-top,
	#elite-top,
	#headboards-top,
	#synchronized-top,
	#platinum-top,
	#accessories-top {
	padding-top: 150px;
}
}

/* ==== 5) Services ==== */

#services {
	background: #fff;
}

.myway-icon-services {
	position: relative;
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(187, 189, 192, 1);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.8px;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

@media (max-width: 767px) {
	.myway-icon-services {
		width: 48px;
		height: 48px;
	}
}

.thumbnail:hover > .myway-icon-services {
	fill: rgba(0, 140, 186, 1);
	stroke-dasharray: 150, 0;
}

.myway-icon-services:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#services .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 25px 0;
	border: 0;
}

#services .thumbnail i {
	color: #bbbdc0;
	font-size: 68px;
}

@media (max-width: 767px) {
	#services .thumbnail i {
		font-size: 48px;
	}
}

#services .thumbnail h3 {
	color: #332922;
	margin: 15px 0 0 0;
}

#services .thumbnail h4 {
	color: #bbbdc0;
	margin: 15px 0 0 0;
}

#services .thumbnail p {
	margin: 0;
	margin: 15px 0 0 0;
}

#features {
	background: #332922;
}

#features h1 {
	color: #fff;
}

#features h4 {
	color: #fff;
}

#features p {
	color: #fff;
}

.myway-icon-features {
	position: relative;
	width: 180px;
	height: 180px;
	display: inline-block;
	fill: rgba(255, 255, 255, 1);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.02em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 150px;
	stroke-dashoffset: 150px;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}

@media (max-width: 767px) {
	.myway-icon-features {
		width: 90px;
		height: 90px;
	}
}

.myway-icon-features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==== 6) Works ==== */
#about-top {
	background: url("../img/bedroom_bg4.jpg") no-repeat center center;
	background-size: cover;
}

#open-top {
	background: url("../open/img/open_intro_bg.jpg") no-repeat center center;
	background-size: cover;
}

#openlp-top {
	background: url("../open/img/landingpage/openlp_intro_bg.jpg") no-repeat center center;
	background-size: cover;
}

#freedom-top {
	background: url("../open/img/freedom_bg.jpg") no-repeat center center;
	background-size: cover;
}

#truth-top {
	background: url("../open/img/truth_bg.jpg") no-repeat center center;
	background-size: cover;
}

#spirit-top {
	background: url("../open/img/spirit_bg.jpg") no-repeat center center;
	background-size: cover;
}

#promise-top {
	background: url("../open/img/promise_bg.jpg") no-repeat center center;
	background-size: cover;
}

#trust-top {
	background: url("../open/img/trust_bg.jpg") no-repeat center center;
	background-size: cover;
}

#kids-top {
	background: url("../open/img/kids_bg.jpg") no-repeat center center;
	background-size: cover;
}

#crib-top {
	background: url("../open/img/crib_bg.jpg") no-repeat center center;
	background-size: cover;
}

#duvet-top {
	background: url("../open/img/duvet_bg.jpg") no-repeat center center;
	background-size: cover;
}

#pillow-top {
	background: url("../open/img/pillow_bg.jpg") no-repeat center center;
	background-size: cover;
}

#protector-top {
	background: url("../open/img/protector_bg.jpg") no-repeat center center;
	background-size: cover;
}

#legra-top {
	background: url("../open/img/legra_bg.jpg") no-repeat center center;
	background-size: cover;
}


#vispring-top {
	background: url("../vispring/img/vispring_intro_bg2.jpg") no-repeat center center;
	background-size: cover;
}

#masterpiece-top {
	background: url("../vispring/img/masterpiece_bg.jpg") no-repeat center center;
	background-size: cover;
}

#signatory-top {
	background: url("../vispring/img/signatory_bg.jpg") no-repeat center center;
	background-size: cover;
}

#sublime-top {
	background: url("../vispring/img/sublime_bg.jpg") no-repeat center center;
	background-size: cover;
}

#shetland-top {
	background: url("../vispring/img/shetland_bg.jpg") no-repeat center center;
	background-size: cover;
}

#tiara-top {
	background: url("../vispring/img/tiara_bg.jpg") no-repeat center center;
	background-size: cover;
}

#classic-top {
	background: url("../vispring/img/classic_bg.jpg") no-repeat center center;
	background-size: cover;
}

#regal-top {
	background: url("../vispring/img/regal_bg.jpg") no-repeat center center;
	background-size: cover;
}

#coronet-top {
	background: url("../vispring/img/coronet_bg.jpg") no-repeat center center;
	background-size: cover;
}

#elite-top {
	background: url("../vispring/img/elite_bg.jpg") no-repeat center center;
	background-size: cover;
}

#headboards-top {
	background: url("../vispring/img/headboards_bg.jpg") no-repeat center center;
	background-size: cover;
}

#aireloom-top {
	background: url("../aireloom-mattress/img/aireloom_intro_bg-2.jpg") no-repeat center center;
	background-size: cover;
}

#sblp-top {
	background: url("../img/generalphoto.jpg") no-repeat center center;
	background-size: cover;
}

#synchronized-top {
	background: url("../aireloom-mattress/img/synchronizedheader.jpg") no-repeat center center;
	background-size: cover;
}

#platinum-top {
	background: url("../aireloom-mattress/img/platinumheader.jpg") no-repeat center center;
	background-size: cover;
}

#imgnorway-top {
	background: url("../imgnorway/img/imgnorwayheader_lighter.jpg") no-repeat center center;
	background-size: cover;
}

#dunlopillo-top {
	background: url("../img/new_slides/new_slide5.jpg") no-repeat center center;
	background-size: cover;
}

#spink-edgar-top {
	background: url("../img/spink-edgar-bg.jpg") no-repeat center center;
	background-size: cover;
}

#hastens-top {
	background: url("../hastens/img/hastens_intro_bg.jpg") no-repeat center center;
	background-size: cover;
}

#accessories-top {
	background: url("../img/accessories_bg.jpg") no-repeat center center;
	background-size: cover;
}


#about-top h1, #about-top p {
	color: #342922;
}


#works-top {
	background: url("../img/bedroom_bg.jpg") no-repeat center center;
	background-size: cover;
}

#works {
	background: #fff;
}

#works h1 {
	margin: 20px 0 0 0;
}

#works h4 {
	color: #bbbdc0;
	margin: 20px 0 0 0;
}

#works p {
	margin: 20px 0 0 0;
}

.btn.btn-link {
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	color:  #986b44;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(152, 107, 68, 1);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-link:hover {
	background-color:  #332922;
	color: #fff;
	outline-offset: 10px;
	outline-color: rgba(0, 140, 186, 0);
}

.btn.btn-linkblue {
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	color:  #60a495;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(96, 164, 149, 1);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkblue:hover {
	background-color:  #60a495;
	color: #fff;
	outline-offset: 10px;
	outline-color: rgba(0, 140, 186, 0);
}

.btn.btn-linkbluealt {
	font-weight: 300;
	font-size: 13px;
	background-color: #5ea39a;
	color:  #fff;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(94, 163, 154, 0);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkbluealt:hover {
	background-color:  transparent;
	color: #5ea39a;
	outline-offset: 2px;
	outline-color: rgba(94, 163, 154, 1);
}

.btn.btn-linkbrownalt {
	font-weight: 300;
	font-size: 13px;
	background-color: #976b48;
	color:  #fff;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(94, 163, 154, 0);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkbrownalt:hover {
	background-color:  transparent;
	color: #976b48;
	outline-offset: 2px;
	outline-color: rgba(151, 107, 72, 1);
}

.btn.btn-linkwhitesmall {
	font-weight: 500;
	font-size: 11px;
	background-color: #fff;
	color:  #976b48;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(94, 163, 154, 0);
	margin: 20px 0 0 0;
	padding: 4px 9px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	letter-spacing: .5px;
}

.btn.btn-linkwhitesmall:hover {
	background-color:  transparent;
	color: #fff;
	outline-offset: 2px;
	outline-color: rgba(256, 256, 256, 1);
}


.btn.btn-linkbrown {
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	color:  #a06d3f;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(160, 109, 63, 1);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkbrown:hover {
	background-color:  #a06d3f;
	color: #fff;
	outline-offset: 10px;
	outline-color: rgba(0, 140, 186, 0);
}


.btn.btn-linkgray {
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	color:  #4d4d4f;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 1px;
	outline-color: rgba(77, 77, 79, 1);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkgray:hover {
	background-color:  #4d4d4f;
	color: #fff;
	outline-offset: 10px;
	outline-color: rgba(0, 140, 186, 0);
}

.btn.btn-linkwhite {
	font-weight: 300;
	font-size: 13px;
	background-color: transparent;
	color:  #fff;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 2px;
	outline-color: rgba(255, 255, 255, 1);
	margin: 20px 0 0 0;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-linkwhite:hover {
	background-color:  #fff;
	color: #4b3d33;
	outline-offset: 10px;
	outline-color: rgba(255, 255, 255, 0);
}

/* ==== 7) Gallery ==== */

#gallery-top {
	background: url("../img/bedroom_bg2.jpg") no-repeat center center;
	background-size: cover;
}

#gallery {
	background: #fff;
}

p.sub  {
	font-size: 16px;
	font-weight: 300;
}

p.sub2  {
	font-size: 17px;
	font-weight: 300;
}

p.productpage  {
	font-size: 17px;
	font-weight: 300!important;
}

p.productpagefirst  {
	font-size: 17px;
	font-weight: 300!important;
	margin-top: 0px;
}

.short {
	margin-bottom: -35px!important;
}

#gallery .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.gallery-item {
	padding: 0;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.gallery-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.gallery-overlay .myway-icon-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: inline-block;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: .05em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 767px) {
	.myway-icon-gallery {
		width: 48px;
		height: 48px;
	}
}

.gallery-overlay:hover > .myway-icon-gallery {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-gallery:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.in {
	-webkit-opacity: 0.95;
	-moz-opacity: 0.95;
	opacity: 0.95;
	background-color: #333333;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.ekko-lightbox .modal-header .close {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	text-shadow: 0;
	font-weight: 100;
	margin-top: 5px;
}

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #fff;
	padding: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}

.ekko-lightbox-nav-overlay a {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none;
}

/* ==== 8) Team ==== */

#team-top {
	background: url("../img/feet_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#hastens-fall-promo-top {
	background: url("../hastens/img/hastens_fall-promo_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#team {
	background: #fff;
}

#team .thumbnail, #team .team-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#team .thumbnail h3 {
	color: #332922;
	margin: 15px 0 0 0;
}

#team .thumbnail h4 {
	font-size: 13px;
	font-weight: 300;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}

#team .thumbnail p {
	margin: 15px 0 0 0;
}

.team-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-overlay .myway-icon-team {
	position: absolute;
	top: 110%;
	left: 50%;
	right: 0;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-ms-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

.team-overlay:hover > .myway-icon-team {
	top: 50%;
}

.team-overlay .myway-icon-team a {
	width: 42px;
	height: 42px;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.08em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	stroke-dashoffset: 150px;
	filter: drop-shadow(0px 0px 20px #000);
	-webkit-filter: drop-shadow(0px 0px 30px #000);
	-webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
}

.team-overlay:hover > .myway-icon-team a {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-team svg {
	padding: 5px;
	display: inline-block;
	max-width: 42px;
}

.myway-icon-team a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myway-icon-team a {
	position: relative;
	display: inline-block;
	z-index: 1;
	-webkit-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
}

.myway-icon-team a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.testimonial blockquote {
	font-size: 14px;
	position: relative;
	padding: 30px 0 45px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 185px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.testimonial:hover > blockquote {
	top: -5px;
	box-shadow: 0 5px 0 rgba(152, 107, 68, 1);
}

.extra100 {
	margin-top: 100px!important;
}

/* ==== 9) Contact ==== */

/* Flexible iFrame */

.mapcontainer {
	width: 100%;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center;
}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 568px){
.Flexible-container {
    position: relative;
    padding-bottom: 75.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

#contact  {
	background: #fff;
}

.form-control, .form-control:focus {
	color: #25272B;
	border: 0;
	outline: none;
	resize: none;
	background: #eeeff2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.form-group {
	margin-top: 5%;
}

@media (min-width: 768px) {

}

.form-group, label {
	font-weight: 400;
	line-height: 1.2;
}

.honeypot {
	display: none !important;
}

form .btn {
	background: #332922;
	color: #fff;
	display: inline-block;
	margin: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

form .btn:hover {
	background: #986b44;
	color: #fff;
}

form .btn:focus {
	background: #332922;
	color: #fff;
	outline: 0 auto transparent;
	outline-offset: -2px;
}

.flowuplabels .fl_wrap {
	height: 45px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	top: 12px;
	position: absolute;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	border: none;
	border-bottom: 2px solid #f1f2f3;
	border-radius: 0;
	padding: 13px 0 0 0;
	z-index: 2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
 
.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	top: -5px;
	font-size: 12px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #332922;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	border-width: 1px;
	border-radius: 0;
	color: #b94a48;
}

.alert-succes {
	border-width: 1px;
	border-radius: 0;
	color: #468847;
}

/* ==== 10) Footer ==== */

#footer {
	background-color: #332922;
	border-top: 0px solid #e9ebed;
	color: #d4cdc8;
}

#openfooter {
	background-color: #5ea39a;
	border-top: 0px solid #5ea39a;
	color: #fff;
}

#aireloomfooter {
	background-color: #414141;
	border-top: 0px solid #414141;
	color: #fff;
}


#footer .col-sm-2 ul,
#openfooter .col-sm-2 ul {
	border-bottom: 0px solid #dfe1e3;
	padding-bottom: 15px;
}

#footer ul,
#openfooter ul {
	list-style: none;
	-webkit-padding-start: 0px;
}

#footer li,
#openfooter li {
	padding-bottom: 5px;
	text-align: right;
}


@media (max-width: 767px) {
	#footer li,
	#openfooter li {
		text-align: left;
	}
}

#footer img,
#openfooter img {
	padding: 15px 0 0 0;
}

#footer h5,
#openfooter h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #68594d;
}

#footer .facebook,
#openfooter .facebook {
	color: #3B5998;
}

#footer .twitter,
#openfooter .twitter {
	color: #09C;
}

#footer .google,
#openfooter .google {
	color: #dd4b38;
}

#footer .instagram {
	color: #3F729B;
}

#footer .pinterest,
#openfooter .pinterest {
	color: #CB2027;
}

#footer .facebook:hover,
#footer .twitter:hover,
#footer .pinterest:hover,
#footer .instagram:hover,
#footer .google:hover {
	opacity: 0.6;
}

/* ==== 11) Navigation ==== */

.navbar-default {
	background-color: #332922;
	border-color: transparent;
	padding: 0px 0px;
	height: 70px;
}

.navbar-open {
	background-color: #5ea39a!important;
	border-color: transparent;
	padding: 0px 0px;
	height: 70px;
}

.navbar-aireloom {
	background-color: #414141!important;
	border-color: transparent;
	padding: 0px 0px;
	height: 70px;
}

.opencolorbg {
	background-color: #5ea39a!important;
}

.aireloomcolorbg {
	background-color: #414141!important;
}

.navbar-default .navbar-collapse .navbar-open {
	border-color: #342922;
}

.navbar-open .navbar-collapse {
	border-color: #5ea39a;
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #d4cdc8!important;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav a:hover {
	color: #986b44 !important;
}

.nav .active a {
	color: #986b44 !important;
}


.nav2 a {
	color: #fff!important;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav2 a:hover {
	color: #414141 !important;
}

.nav2 .active a {
	font-weight: 500; !important;
}

.navbar a {
	font-size: 12px;
	text-align: center;
	padding: 15px;
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-open .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

ul.dropdown-menu li { 
	background-color: #342922!important; 
	}

/* ==== 12) Carousels ==== */

.carousel {
	margin-top: 50px !important;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: none;
	width: 10%;
	border: none;
	text-shadow: none;
	color: #333;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel-inner .item {
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0);
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.carousel-inner2 .item {
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0);
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.carousel-inner .item.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-inner2 .item.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-inner .active.left,
.carousel-inner .active.right,
.carousel-inner2 .active.left,
.carousel-inner2 .active.right, {
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	z-index: 2;
}

.carousel-inner .next,
.carousel-inner .prev,
.carousel-inner2 .next,
.carousel-inner2 .prev {
	left: 0;
	z-index: 1;
}

ul.productlist li {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 15px;
}

.check {
	color: #60a495;
	padding-right: 3px;
}

.graycheck {
	color: #979595;
	padding-right: 6px;
}

.shadow {
	text-shadow: 2px 2px 0 #717171;
}

.addspace {
	padding-left: 20px;
	padding-right: 20px;
}

/* ==== 13) Preloader ==== */


/* ==== 14) Back to top button ==== */


/* ==== 15) Intro scroll button ==== */

.adjust {
	margin-top: -15px;
}

@media (max-width: 839px) {
	.adjust {
	margin-top: -5px;
}
}

@media (max-width: 349px) {
	.table {
	font-size: 10px;
}
}

@media (min-width: 724px) {
	.shorter {
	margin-bottom: -35px!important;
}
}

.thanksreturn {
	font-weight: 700;
	color: #986b44;
	text-align: center!important;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
}

.thanksreturn:hover {
	color: #68594d;
}

.hide {display: none;}


ul.aireloomproductlist li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.list-group2 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group2-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.aireloomtableheader {
	text-transform: uppercase;
	font-weight: 300;
	color: #646464!important;
	font-size: 14px;
}

p.aireloomtableleft {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	text-align: right;
		margin-top: 2px;

}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.lplogocolumn img {
	margin-bottom: 50px;
}

.img-gal {
	list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
}

.img-gal li {
	display: inline;
	width: 50%;
}

.img-gal li img {
	display: inline;
	width: 49.5%;
	margin-bottom: 5px;
}

#gallery-top h1 {
	padding-top: 0px!important;
	margin-top: 0px!important;
}

.popformcont {
	border: 1px solid #414141;
}

.testimonial-slide {
	min-height: 200px;
	background-color: #dddddd;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}

.testimonial-slide p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: .5px;
	padding-left: 60px;
	padding-right: 60px;
}

.testimonial-name {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .5px;
}

.materials-slide {
	background-color: #dddddd;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	min-height: 400px;
}

.materials-slide p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: .5px;
	padding-left: 60px;
	padding-right: 60px;
}

h2.header-alt {
	text-align: center;
	 font-size: 40px;
    color: #a06d3f;
    font-weight: 300;
}

.add-100 {
	display: block;
	margin-top: 100px;
}

.img-caption {
	font-style: italic;
	font-size: 12px;
}

.italic {
	font-style: italic;
}

.add-padding {
	padding-left: 20px;
	padding-right: 20px;
}

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

.checkbox input[type="checkbox"] {
  margin-left: 20px;
}

.checkbox .check-text {
  margin-left: 40px;
  }
  
.sub-menu {
	z-index: 500;
	width: 100%;
	background-color: #e5e5e5;
	padding: 15px 0px 5px 0px;
	min-height: 30px;
	position: fixed;
	top: 70px;
	  -webkit-box-shadow: 0 4px 4px -2px #969696;
   -moz-box-shadow: 0 4px 4px -2px #969696;
        box-shadow: 0 4px 4px -2px #969696;
}

.sub-menu a {
	color: #a06d3f;
}

.sub-menu a:hover {
	color: ##A16D43;
}

.breadcrumb-title {
	margin: 0;
	padding: 0;
	color: #414141;
}

.subtestimonial {
	padding: 40px;
	color: #000;
	background-color: #EBEBEB;
	margin-top: 30px;
}

.subtestimonial p {
	margin-top: 0px;
	font-size: 17px;
}