@font-face {
	font-family: BebasKai;
	src: url(../fonts/BebasKai-Regular.otf);
}
@font-face {
	font-family: BrandonPrinted-Two;
	src: url(../fonts/BrandonPrinted-Two.otf);
}
body {
	font-family: 'Lato', sans-serif;
}
a   {
	color:#A8834D;
}
ul li {
	list-style: none;
}
.sep-10 {
	display:block;
	width:100%;
	height:10px;
	clear:both;
}
.sep-20 {
	display:block;
	width:100%;
	height:20px;
	clear:both;
}
.loader {
	display:none;
	background-color:rgba(255,255,255,0.85);
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.loader img {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
}
.desktop-clear {
	clear: both;
	display: block;
}
.topbar {
	background: #f2f2f2;
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #b28f57;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	z-index: 9999;
	position: relative;
}
.topbar strong {
	color: #252525;
}
.topbar a {
	color: #B08D5B;
}
header {
	background: #fff;
	float: left;
	width: 100%;
	padding: 15px 0;
	z-index: 9999;
	position: relative;
}
header ul {
	margin: 0;
	padding: 0;
}
header ul li {
	list-style: none;
}
header ul li .fa {
	color: #b28f57;
	padding-right: 7px;
}
.header-left, .header-right {
	padding-top: 20px;
}
.header-right img {
	max-width: 160px;
}
.header-right strong {
	display: block;
	margin: 0 0 6px 0;
	font-size: 17px;
}
.header-left ul li {
	padding-bottom: 7px;
	color: #9d9d9d;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12.5px;
}
.middle-header img {
	width: 90%;
	max-width: 200px;
	margin:13px auto 0 auto;
}
.navbar {
	float: left;
	width: 100%;
}
.user-head {
	background: #b18e57;
	height: 42px;
	white-space: nowrap;
	vertical-align: baseline;
	display: inline;
	float: right;
	padding: 0 16px;
	color: #fff;
}
.user-head a {
	font-size: 12px;
	line-height: normal;
	color: #fff;
	display: inherit;
	padding-top: 4px;
}
.user-head em {
	color: #fff;
	font-size: 10px;
	line-height: normal;
	display: inherit;
	text-align: right;
	font-style: normal;
	opacity: 0.5;
}
.btn-default {
	background: #b18e57;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	border: 0;
	font-weight: 700;
	padding: 5px 17px;
}
.btn-default:hover {
	background: #c69f63;
	color: #fff;
}
.btn-black {
	background: #222222;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	border: 0;
	font-weight: 700;
	padding: 5px 17px;
}
.btn-black:hover {
	color: #282828;
	color: #fff;
}
.navbar-nav {
	display: block;
	width: 100%;
	text-align: center;
}
.navbar-inverse {
	border: 0;
	background: #fff;
	z-index: 999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
	border-radius: 0px !important;
}
.navbar-inverse .navbar-nav > li {
	float: none;
	display: inline-block;
	margin: 0 auto;
}
.navbar-inverse .navbar-nav > li > a {
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 18px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background: transparent;
	color: #b18e57;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.padding-none {
	padding:0 !important;
}
.brc-logo { max-width:70px; }
.page1 { 
	background: url(../images/slide_7.jpg);
	background-size: cover;
	height: 100%;
}

.newsletter-container {
	background: url(../images/slide_1.jpg) 100%;
	background-size: cover;
	float: left;
	width: 100%;
	padding: 60px 0;
}
.newsletter-input {
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
}
.newsletter-input input.form-control {
	width: 70%;
	float: left;
	padding: 30px 15px;
	font-size: 20px;
	border-radius: 0;
}
.newsletter-input button {
	width: 30%;
	float: left;
	background: #ff9c00;
	color: #fff;
	border-radius: 0;
	font-size: 20px;
	border: 0;
	padding: 17px 15px;
}
.newsletter-input button:hover {
	background: #ff9c00;
}
.section {
	position:relative;
}
.lower-section {
	position:relative;
	width:50%;
	float:left;
	padding-bottom:40%;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
	overflow:hidden;
}
.lower-section.lower-section-double {
	width:100%;
}
.lower-section-border {
	position:absolute;
	width:96%;
	height:96%;
	border:1px #fff solid;
	top:2%;
	left:2%;
	z-index:1;
}
.home-banner {
	height:55vh;
	min-height:300px;
	width:100%;
	background-image:url('../images/home-bg1.jpg');
	background-size:cover;
	background-position: center center;
	position:relative;
}
.home-banner img {
	margin:0 auto 0 auto; width:90%; height:auto; max-width:850px;
}
.home-lower-logos {
	display:block;
	width:100%;
	padding:10px 0;
	text-align:center;
}
.home-lower-logos img {
	height:120px;
	width:auto;
	display:inline-block;
	margin:0 30px;
}

.page_container {
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	position: absolute;
	width:90%;
	z-index:10;
}

.page_container p {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
}
.page_container select {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 10px;
	padding: 18px;
	font-size: 23px;
	font-weight: 100;
}
.page_container .btn-lg {
	padding: 18px;
	border-radius: 6px;
	margin-top: 25px;
}
.btn-lg .fa {
	padding-left: 10px;
}
.subtitle h3 {
	font-family: BebasKai;
	text-transform: uppercase;
	color: #fff;
	font-size: 28px;
}
.select-container {
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
}
.select-container .btn-lg {
	padding: 12px 23px;
	margin-top: 0px;
}
.subtitle.bigtitle h3 {
	font-family: BrandonPrinted-Two;
	font-size: 40px;
}
.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}
footer {
	background: #2c2c2c;
	width: 100%;
	float: left;
}
footer .col-md-3 {
	margin-top: 25px;
}
footer .col-md-5 {
	margin-top: 25px;
	line-height: 30px;
}
footer .col-md-3 img {
	width: 100%;
}
footer .navbar-inverse .navbar-nav>li>a {
	color: #fff;
	padding: 22px 25px;
}
footer .navbar-inverse {
	background: #2c2c2c;
	border-bottom: 1px solid #b18e57;
}
.footer-logo {
	background: #fff;
	padding: 10px;
	border-radius: 17px;
}
.footer-twitter {
	background: #232323;
	padding: 15px;
	color: #fff;
	font-size: 17px;
}
.footer-twitter a {
	color: #b18e57;
}
.contact-footer {
	color: #fff;
	padding:25px 0;
	font-weight: 700;
	font-size: 16px;
}
.contact-footer ul {
	margin: 0;
	margin-top: 40px;
	padding: 0;
}
.contact-footer ul li {
	list-style: none;
}
.contact-footer a {
	color: #fff;
}

.contact-footer h3 {
	font-weight: 700;
	color: #b18e57;
}
.contact-footer strong {
	color: #b18e57;
}
.footer-bottom {
	float: left;
	width: 100%;
	background: #0e0e0e;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
	padding: 15px 0;
}
.footer-bottom p {
	margin: 0;
}
.onepage-pagination li a:before {
	width: 9px!important;
	height: 9px!important;
	background: #b18e57!important;
}
.onepage-pagination li a.active:before {
	width: 9px!important;
	height: 9px!important;
	background: #fff!important;
	border: 0!important;
	margin-top: 0!important;
	left: initial!important;
}
.breadcrumbs {
	background: url(../images/slide_1.jpg) 100%;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 60px;
}
.breadcrumbs h3 {
	color: #fff;
	font-size: 40px;
	font-family: BrandonPrinted-Two;
}
.breadcrumbs a {
	color: #b28f57;
}
.breadcrumbs .right-part {
	text-align: right;
	padding-top: 28px;
}
.popup {
	position:fixed;
	display:none;
	opacity:0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.90);
	z-index:9999999;
}
.popup-close {
	z-index:99999999;
	position:fixed; top:15px; right:15px; font-size:30px;
	color:#000;
	cursor:pointer;
}
.popup-close:hover {
	color:#b18e57;
}
.popup-inner {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 15%;
	margin:0 auto;
	position:relative;
	top:-30px;
}
.popup-inner .popup-panel-3 img {
	border:2px #D8D8D8 solid;
	width:800px !important;
	height:auto;
	margin:0 auto;
}
.popup-inner h2 {
	font-family: BrandonPrinted-Two;
	font-weight:normal;
	font-size:35px;
	color:#b18e57;
	margin: 0 0 20px 0;
}
.popup-inner p {
	font-size:17px;
	margin-bottom:30px;
}
.preview {
	position:relative;
}
.previewlogo {
	position:absolute;
	top:20px;
	height:160px;
	left:50%;
	width:600px;
	margin-left:-300px;
	background-size:contain;
	background-position: top center;
	background-repeat:no-repeat;
}
.preview-continue {
	display:block;
	width:100%;
	margin: 25px auto 0 auto;
}
.product-image {
	text-align: center;
	border: 1px solid #999;
	padding: 20px;
	min-height:250px;
	margin: 0 0 25px 0;
	position:relative;
}
.product-image img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 90%;
}
.product-image .play-vid {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:99;
	cursor:pointer;
}
.product-image .play-vid img {
	width:150px;
	height:auto;
}
.product-thumbnails {
	display: block;
	width: 100%;
	text-align: center;
}
.product-thumbnail {
	border: 1px solid #999;
	padding: 10px;
	margin: 15px 1% 15px 1%;
	width: 30%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	display: inline-block;
}
.thumbnail-active, .product-thumbnail:hover {
	border:3px #B08D5B solid;
	cursor:pointer;
}
.product-description {
	font-size: 16px;
	color: #686868;
	line-height: 28px;
}
.product-description h3 {
	color: #b18e57;
	font-weight: 400;
	font-size: 34px;
	text-transform: none;
	margin-top: 0;
}
.product-description .list {
	margin: 10px 0 30px 0;
}
.product-description .list ul, .quantity-select ul {
	margin: 0;
	padding: 0;
}
.product-description .list ul li {
	list-style: none;
	color: #515151;
	font-weight: 600;
}
.product-description .list .fa {
	color: #b18e57;
}
.product-description .btn {
	padding: 11px 12px;
	font-size: 15px;
	border-radius: 7px;
}
.quantity-select {
	margin-top: 40px;
}
.quantity-select ul li:nth-child(even) {
	background-color: #f7f7f7;
}
.quantity-select ul li {
	padding: 10px;
}
.quantity-select a {
	color: #b18e57;
}
.quantity-select span {
	float: right;
}
.title-head {
	background: url(../images/title_bg.jpg) 100%;
	float: left;
	width: 100%;
	padding: 50px 0;
	margin-top: 60px;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #b18e57;
	border-color: #ddd;
	padding: 15px 20px;
	border-radius: 8px;
}
.panel-title a {
	display: block;
	width: 100%;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
	text-transform: uppercase;
	font-weight: 700;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-default {
	border: 0;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}
.panel-body {
	padding: 30px 10px;
	border: 0;
	font-size: 16px;
	color: #686868;
	line-height: 30px;
}
.panel-default img {
	width: 100%;
	max-width: 100%;
}
.spacer {
	padding: 45px 0;
	width: 100%;
	overflow: hidden;
}
.fp-viewing-1 .topbar, .fp-viewing-2 .topbar, .fp-viewing-3 .topbar, .fp-viewing-4 .topbar, .fp-viewing-5 .topbar, .fp-viewing-6 .topbar, .fp-viewing-7 .topbar, .fp-viewing-6-0 .topbar, .fp-viewing-1 header, .fp-viewing-2 header, .fp-viewing-3 header, .fp-viewing-4 header, .fp-viewing-5 header, .fp-viewing-6 header, .fp-viewing-6-0 header, .fp-viewing-7 header {
	display: none;
}
.fp-viewing-1 header {
	display: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #b18e57!important;
	height: 9px!important;
	width: 9px!important;
}
#fp-nav ul li a.active span {
	background: #fff!important;
	height: 9px!important;
	width: 9px!important;
	margin: -2px 0 0 -2px!important;
	border-radius: 100%;
}
.the-journey {
	width: 100%;
	min-height: 500px;
	background-image: url('../images/large-bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.the-calculator {
	width: 100%;
	min-height: 500px;
	background-image: url('../images/large-bg2.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom:100px;
}
.the-calculator .btn {
	padding:12px 25px;
	margin-top:20px;
	border-radius:6px;
}
.calculator-panels {
	display:block;
	width:100%;
	min-height:600px;
}
.calculator-panel-1 {
	text-align:center;
}
.calc-group {
	position:relative;
}
.calc-group span {
	position:absolute; 
	left:10px;
	top:7px;
	font-size:22px;
}
.calc-group .extrapad {
	padding:8px 8px 8px 30px;
}
.calculator-panel-1 input {
	width:100%; margin: 0 auto 20px auto;
	border:0px;
	border-radius:6px !important;
	padding:8px;
	font-size:20px;
}
.calculator-panel-2 table {
	text-align:left;
	color:#fff;
	font-size:16px;
	max-width:800px;
	margin:0 auto 50px auto;
	width:90%;
	border:1px #fff solid;
}
.total-savings {
	color:#fff;
	margin:20px 0;
	font-size:16px;
}
.total-savings p.small {
	position:relative;
	top:-10px;
}
.total-savings h1 {
	color:#fff;
	font-family: BrandonPrinted-Two;
	font-weight:normal;
	font-size:50px;
}
.introbread {
	display: block;
	margin: 40px 0 30px 0;
	text-align:center;
	color:#fff;
	opacity:0.85;
}
.introbread a {
	color: #b18e57;
}
.intro-area {
	text-align: center;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 50px;
}
.intro-area-dark {
	color:#303030;
	margin-bottom:5px;
}
.intro-area-dark h1 {
	margin-top:0px !important;
}
.intro-area h1 {
	font-family: BrandonPrinted-Two;
}
.intro-area p {
	font-size:16px;
	line-height:30px;
}
.chain {
	text-align: center;
}
.chain img {
	width: 95%;
	height: auto;
	margin: 0 auto 70px auto;
	max-width: 600px;
}

.contact-squares { display:block;  }

.gradient {
	padding: 20px;
	min-height: 200px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	border: 1px #DADADA solid;
	border-radius: 5px;
	margin-bottom:20px;
}
#contactForm ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gradient strong {
	font-size: 20px;
	color: #C2A767;
}
.fancy-form  {
	display:block;
	margin: 0 0 50px 0;
}
.fancy-form button {
	font-size:17px;
	border-radius:5px !important;
}
.fancy-form .form-group {
	display:block;
	width:100%;
	text-align:left;
}
.fancy-form .form-group label {
	display:block;
	width:100%;
}
.fancy-form .form-group input {
	display:block;
	width:100%;
	margin:0 auto 25px auto;
	padding:10px;
}

.fancy-form .form-group select {
	display:block;
	width:100%;
	margin:0 auto 25px auto;
	padding:10px;
	height:44px;
}

 .fancy-form .form-group textarea {
	display:block;
	width:100%;
	margin:0 auto 25px auto;
	padding:10px;
	min-height:100px;
}
.fancy-form .form-heading {
	display:block;
	width:100%;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:1px #AEAEAE solid;
	font-weight:bold;
	text-transform:uppercase;
}

@media screen and (max-width: 1180px) {
.navbar-inverse .navbar-nav > li > a {
	font-size: 13px;
	padding: 15px 15px;
}
.product-description {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
footer .navbar-inverse .navbar-nav > li > a {
	font-size: 12px;
	padding: 22px 13px;
}
.subtitle.bigtitle h3 {
	 font-size:30px;
}
.home-lower-logos img {
	height:100px;
	width:auto;
	display:inline-block;
	margin:0 30px;
}
}


/* LOGO PREVIEWS */
@media screen and (max-width: 1000px) {
	.previewlogo {
		height:130px;
	}
	.home-lower-logos img {
	height:80px;
	width:auto;
	display:inline-block;
	margin:0 30px;
	}
	.header-left ul li {
		font-size:9.5px;
	}
	.middle-header img {
		max-width:160px;
	}
	header {
		padding-top:5px;
	}
}
@media screen and (max-width: 800px) {
	.previewlogo {
		height:100px;
	}
	.lower-section {
		width:100%;
		padding-bottom:90%;
	}
	.home-banner {
		height:65vh;
	}
	.home-banner img {
		width:100%;
	}
	.home-banner a {
		display:block;
		width:100%;
		margin: 0 0 2px 0;
	}
	.home-lower-logos img {
	height:auto;
	float:left;
	width:35%;
	display:inline-block;
	margin:0 7.5%;
	}

}

@media screen and (max-width: 980px) {
.navbar-inverse .navbar-nav > li > a {
	font-size: 12px;
	padding: 15px 8px;
}
.product-description .btn {
	font-size: 12px;
	padding: 11px 10px;
}
.title-head img {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
img {
	width: 100%;
}
.calculator-panel-2 table {
	font-size:12px;
}
.page_container p {
	font-size: 15px;
    line-height: 25px;
}
.page7 .subtitle.bigtitle h3 {
	font-size:25px;
}
.select-container .btn-lg {
	padding:12px 15px;
	font-size:14px;
}
.topbar .leftpart {
	display: none;
}
.topbar .rightpart, .header-right {
	display: none;
}
.header-left {
	float: right;
}
.topbar {
	font-size: 11px;
}
.navbar-header {
	background: #b18e57;
	text-align: center;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
	background-color: transparent;
	border-color: transparent;
}
.navbar-toggle {
	float: none;
	position: relative;
	left: -15px;
}
.navbar-toggle span:last-of-type {
	position: absolute;
	color: #fff;
	top: 6px;
	left: 38px;
}
.navbar-inverse .navbar-nav {
	margin: 0;
	display: block;
	width: 100%;
	padding: 20px 0;
}
.navbar-inverse .navbar-nav > li {
	display: block !important;
	text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 8px 8px;
}
.breadcrumbs h3 {
	font-size: 30px;
	text-align: center;
	margin-top: 2px;
}
.breadcrumbs {
	font-size: 13px;
	padding:20px 0;
	margin-bottom:30px;
}
.breadcrumbs .right-part {
	text-align: center;
	padding-top: 5px;
}
.subtitle.bigtitle h3 {
	font-size: 27px;
}
.newsletter-input {
	width: 50%;
}

.header-left {
	float: right;
	padding: 8px;
}
.middle-header img {
	width: 100%;
}
.header-left ul li {
	font-size: 11px;
}
.page_container select {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 10px;
	padding: 18px;
	font-size: 17px;
	font-weight: 100;
	float: left;
	width: 100%;
}
.page_container .col-md-3 {
	float: left;
	width: 100%;
}
.subtitle h3 {
	font-size: 24px;
}
.select-container {
	width: 100%;
}
.select-container .col-md-3 {
	padding-top: 17px;
}
.product-description .list {
	margin: 0;
}
.product-description .list:nth-of-type(2) {
	margin-bottom: 20px;
}
.quantity-select span {
	float: none;
}
.desktop-clear {
	clear: none;
	display: none;
}
#accordion {
	width: 90%;
	margin: 0 auto;
}
.newsletter-container {
	display: none;
}
footer .col-md-3 {
	display: none;
}
footer .col-md-5 {
	display: none;
}
footer .navbar-header {
	display: none;
}
.contact-footer {
	text-align: center;
	padding-top: 20px;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom .text-right {
	display: none;
}
}
