/* -------------------------------------------------------------- CSS Document ------------------------------------------------ */


/* --------------------- BODY ------------------- */

body {
	margin: 0px;
	color: #000000;
	font: 400 17px/30px 'Cabin', sans-serif;
	line-height: 1.4;
}
@media (max-width: 601px) {
	body {
		font-size: 15px;
	}
}
@media (min-width: 601px) and (max-width: 800px) {
	body {
		font-size: 14px;
	}
}
@media (min-width: 800px) and (max-width: 1080px) {
	body {
		font-size: 15px;
	}
}
@media (min-width: 1080px) {
	body {
		font-size: 16px;
	}
}

/* --------------------- HEADER ------------------- */

header {
	background-color: #ffeabd;
	min-height: 70px;
	padding-top: 10px;
}
footer {
	padding-bottom: 60px;
	border-top: 1px solid #cc6e27;
	background-color: #ffeabd;
	display: block;
	margin-top: 40px;
}
.bannerFull {
	width: 100%;
	height: 110px;
	margin-top: -39px;
	float: left;
	background: url(../img/fullBar.png);
	background-size: 2000px;
}
.mainNavItem {
	display: block;
	float: left;
	margin: .6% .4% .2% .4%;
	color: #262626;
	width: 11.5%;
	font-size: 16px;
}
.mainNavItem:hover {
	color: #cc6e27;
}
.leadNavItem {
	display: block;
	float: left;
	margin: .2% .4% .2% .4%;
	color: #262626;
	width: 35%;
	font-size: 16px;
}
@media (max-width: 1500px) {
	header {
		min-height: 70px;
	}
	.bannerFull {
		height: 90px;
		margin-left: -10px;
		margin-top: -31px;
		width: 1530px;
		background-size: 1600px;
	}
	.mainNavItem {
		margin: .2% .1% .2% 1.7%;
		width: 18%;
		font-size: 14px;
	}
	.leadNavItem {
		display: none;
	}
}
@media (max-width: 1200px) {
	header {
		min-height: 70px;
	}
	.bannerFull {
		height: 90px;
		margin-left: -10px;
		margin-top: -31px;
		width: 1230px;
		background-size: 1600px;
	}
	.mainNavItem {
		margin: .2% .1% .2% 1.7%;
		width: 18%;
		font-size: 14px;
	}
	.leadNavItem {
		display: none;
	}
}
@media (max-width: 900px) {
	header {
		min-height: 50px;
	}
	.bannerFull {
		height: 80px;
		margin-left: -10px;
		margin-top: -23px;
		width: 911px;
		background-size: 1200px;
	}
	.mainNavItem {
		margin: .2% .1% .2% 1.7%;
		width: 18%;
		font-size: 14px;
	}
	.leadNavItem {
		display: none;
	}
}
@media (max-width: 650px) {
	header {
		min-height: 90px;
	}
	.bannerFull {
		height: 70px;
		margin-left: -20px;
		margin-top: -24px;
		width: 671px;
		background-size: 1200px;
	}
	.mainNavItem {
		margin: .2% .4% .2% .4%;
		width: 49%;
		font-size: 14px;
	}
	.leadNavItem {
		display: none;
	}
}
@media (max-width: 400px) {
	header {
		min-height: 90px;
	}
	.bannerFull {
		height: 60px;
		margin-left: -40px;
		margin-top: -19px;
		width: 441px;
		background-size: 1000px;
	}
	.mainNavItem {
		margin: .2% .4% .2% .4%;
		width: 49%;
		font-size: 16px;
	}
}

/* --------------------- LANDING PAGE ------------------- */

.mainImg {
	width: 100%;
	padding-top: 80px;
	height: 55%;
	max-height: 470px;
	background: url(../img/mainImg800.png) center no-repeat;
	background-size: 1400px;
}
.dabLogo {
	background: url(../img/dAbLogo.png) no-repeat;
	background-size: 380px;
	margin-top: -10px;
}
.dabLogoLg {
	background: url(../img/dAbLogo.png) no-repeat;
	background-size: 580px;
	margin-top: -40px;
}
.mainImgText {
	font-size: 24px;
	padding-bottom: 5px;
	font-family: 'Cabin', sans-serif;
	font-style: italic;
}
@media (max-width: 1500px) {
	.mainImg {
		height: 50%;
		background-size: 1200px;
	}
	.dabLogo {
		background-size: 350px;
	}
	.dabLogoLg {
		background-size: 550px;
	}
	.mainImgText {
		font-size: 22px;
	}
}
@media (max-width: 1200px) {
	.mainImg {
		height: 50%;
		background-size: 1100px;
	}
	.dabLogo {
		background-size: 300px;
	}
	.dabLogoLg {
		background-size: 500px;
	}
	.mainImgText {
		font-size: 20px;
	}
}
@media (max-width: 900px) {
	.mainImg {
		padding-top: 70px;
		height: 50%;
		background-size: 1100px;
	}
	.dabLogo {
		background-size: 270px;
	}
	.dabLogoLg {
		background-size: 450px;
	}
	.mainImgText {
		font-size: 18px;
	}
}
@media (max-width: 650px) {
	.mainImg {
		padding-top: 50px;
		height: 50%;
		background-size: 850px;
	}
	.dabLogo {
		background-size: 320px;
	}
	.dabLogoLg {
		background-size: 400px;
	}
	.mainImgText {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.dabLogo {
		background-size: 280px;
	}
	.dabLogoLg {
		background-size: 350px;
	}
	.mainImgText {
		font-size: 14px;
	}
}

/* --------------------- WRAPPER ------------------- */

.wrapper {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Cabin', sans-serif;
	;
}
.logo {
	width: 100%;
	margin-top: 10px;
	max-width: 400px;
}
@media (max-width: 600px) {
	.wrapper {
		max-width: 95%;
		padding-left: 2%;
	}
	.logo {
		margin-top: 0px;
		width: 80%;
	}
	.topNavSection {
		margin-top: 0px;
	}
}
@media (min-width: 601px) and (max-width: 950px) {}
@media (min-width: 601px) and (max-width: 650px) {
	.wrapper {
		max-width: 98%;
		padding-left: 2%;
	}
}
@media (min-width: 650px) and (max-width: 768px) {
	.wrapper {
		max-width: 98%;
		padding-left: 2%;
	}
}
@media (min-width: 769px) and (max-width: 800px) {
	.wrapper {
		max-width: 98%;
		padding-left: 2%;
	}
}
@media (min-width: 800px) and (max-width: 1080px) {
	.wrapper {
		max-width: 99%;
		padding-left: 1%;
	}
}
@media (min-width: 1080px) and (max-width: 1200px) {
	.wrapper {
		max-width: 1000px;
	}
}
@media (min-width: 1200px) {
	.wrapper {
		max-width: 1100px;
	}
}
@media (min-width: 1400px) {
	.wrapper {
		max-width: 1300px;
	}
}
@media (min-width: 1600px) {
	.wrapper {
		max-width: 1400px;
	}
}

/* ------------------- BUILD GRIDS ------------------ */

.col {
	display: block;
	float: left;
	margin: .2% .4% .2% .4%;
	color: #262626;
}
.noMargin {
	margin: 0px;
}
@media (min-width: 650px) {
	.span_12_of_12 {
		width: 98.96%;
	}
	.span_11_of_12 {
		width: 90.63%;
	}
	.span_10_of_12 {
		width: 82.3%;
	}
	.span_9_of_12 {
		width: 73.97%;
	}
	.span_8_of_12 {
		width: 65.64%;
	}
	.span_7_of_12 {
		width: 57.31%;
	}
	.span_6_of_12 {
		width: 48.98%;
	}
	.span_5_of_12 {
		width: 40.65%;
	}
	.span_4_of_12 {
		width: 32.32%;
	}
	.span_3_of_12 {
		width: 23.99%;
	}
	.span_2_of_12 {
		width: 15.66%;
	}
	.span_1_of_12 {
		width: 7.33%;
	}
}
@media (max-width: 650px) {
	.col {
		margin: 1% 0 1% 0%;
	}
	.span_12_of_12,
	.span_11_of_12,
	.span_10_of_12,
	.span_9_of_12,
	.span_8_of_12,
	.span_7_of_12,
	.span_6_of_12,
	.span_5_of_12,
	.span_4_of_12,
	.span_3_of_12,
	.span_2_of_12,
	.span_1_of_12 {
		width: 99%;
	}
}

}

/* ------------------- Text Grouping Types ------------- */
.floatCenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.stdFullBlock {
	display: block;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}
.stdBkgBlock {
	background-color: #f2ffe5;
	border: 1px solid #003300;
	color: #003300;
	box-sizing: border-box;
	padding: 10px;
}
.boxed {
	border: 3px solid #000000;
	padding: 5%;
}
.smBoxed {
	border: 1px solid #232323;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 20px;
	box-shadow: 5px 5px 15px #7D7D7D;
	background: white;
}
.smBoxedHeading {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
.bkgWhite {
	background: white;
}
.darkBkg {
	background-color: #232323;
	color: #E9E9E9;
}
.lightBkg {
	background-color: #E9E9E9;
	color: #232323;
}
.fullWidth {
	width: 100%;
	display: block;
}
.whiteOpacity {
	background-image: url(../img/transBkg70White.png);
	background-repeat: repeat;
	padding: 20px;
}

/* -------------------  FONTS ----------------------
font-family: 'Cabin', sans-serif;
-----------------------------------------------------*/
.placeholderStyle {}
.centered {
	text-align: center;
}
.smallFont1 {
	font-size: 12px;
}
.smallFont2 {
	font-size: 14px;
}
.heading1 {
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.heading2 {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.heading3 {
	font-size: 24px;
	padding-bottom: 5px;
	font-family: 'Cabin', sans-serif;
}
.heading4 {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
}
.heading5 {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: 400;
	font-family: 'Questrial', sans-serif;
}
.blackStd {
	font-size: 16px;
	;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.formLabel {
	line-height: 2;
	font-size: 16px;
}
@media (max-width: 600px) {
	.heading1 {
		font-size: 28px;
	}
	.heading2 {
		font-size: 24px;
	}
	.heading3 {
		font-size: 20px;
	}
	.heading4,
	.heading5 {
		font-size: 16px;
	}
	.blackStd {
		font-size: 14px;
	}
	.label {
		font-size: 14px;
	}
}
@media (min-width: 601px) and (max-width: 650px) {
	.heading1 {
		font-size: 30px;
	}
	.heading2 {
		font-size: 24px;
	}
	.heading3 {
		font-size: 20px;
	}
	.heading4 {
		font-size: 18px;
	}
	.heading5 {
		font-size: 16px;
	}
	.formLabel {
		font-size: 14px;
	}
	.blackStd {
		font-size: 14px;
	}
}
@media (min-width: 650px) and (max-width: 800px) {
	.heading1 {
		font-size: 32px;
	}
	.heading2 {
		font-size: 28px;
	}
	.heading3 {
		font-size: 22px;
	}
	.heading4 {
		font-size: 20px;
	}
	.heading5 {
		font-size: 18px;
	}
	.formLabel {
		font-size: 14px;
	}
	.blackStd {
		font-size: 14px;
	}
}
@media (min-width: 800px) and (max-width: 1080px) {
	.heading1 {
		font-size: 32px;
	}
	.blackStd {
		font-size: 12px;
	}
}
@media (min-width: 1080px) and (max-width: 1200px) {}
@media (min-width: 1200px) {}
.stdFont {
	font-family: 'Questrial', sans-serif;
}
.bold {
	font-weight: 700;
}

/* ------------------ FONT AWESOME TWEAKS ------------------*/
.fa {
	color: #400000;
	font-size: 24px;
	margin-top: 5px;
}
.fa-stackM-1x,
.fa-stackM-2x {
	position: absolute;
}
.fa-stackM-1x {
	margin-left: 8px;
	margin-top: 4px;
}
.fa-stackM-2x {
	margin-top: -4px;
}
.fa-close {
	color: #AE9535;
}
.faSmall {
	margin-top: 7px;
	font-size: 18px;
}
.faLarge {
	margin-top: 0px;
	font-size: 26px;
}
.SMicon {
	max-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
@media (min-width: 1080px) {
	.SMicon {
		margin-top: 28px;
	}
}

/* ------------------ COLOR OPTIONS ------------------*/
.font1 {
	color: #222222;
}
.font2 {
	color: #cc6e27;
}
.font3 {
	color: #7b430d;
}
.fontW {
	color: #ffffff;
}
.font4 {
	color: #8AA81B;
}
.fontDark {
	color: #232323;
}
.bkgPale {
	background-color: #ffeabd;
}
.bkgMid {
	background-color: #cc6e27;
}
.bkg3 {
	background-color: #7d4300;
}
.centered {
	text-align: centered;
}
.error {
	color: #B02727;
}
textarea.error,
select.error,
input.error {
	color: #B02727;
	border: 1px solid #B02727;
}

/* -------------------------- Forms -------------------------- */
input,
select,
ui-select,
textarea {
	background: linear-gradient(to bottom, white 50%, #E9E9E9 100%);
	border-radius: 10px;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	transition: all 0.2s linear;
	font-family: 'Questrial', sans-serif;
	color: #222222;
	position: relative;
	min-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 4px;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 0;
	::-webkit-input-placeholder {
		color: #D18888;
	}
	::-moz-placeholder {
		color: #D18888;
	}
	:-moz-placeholder {
		color: #D18888;
	}
	:-ms-input-placeholder {
		color: #D18888;
	}
}
input:focus,
select:focus,
textarea:focus,
a:focus,
ui-select:focus,
button:focus {
	outline: none !important;
	border: 1px solid #232323;
}
textarea {
	line-height: 2;
}
input,
select {
	height: 32px;
}
input[type=radio]:not(old) {
	box-shadow: none;
}
input[type=checkbox]:not(old) {
	box-shadow: none;
}
select option {
	background: #fff;
}
@media (max-width: 601px) {
	input[type=checkbox] {
		width: 22px;
	}
}
@media (min-width: 601px) and (max-width: 800px) {
	input[type=checkbox] {
		width: 11px;
	}
	input,
	select,
	ui-select,
	textarea {
		font-size: 16px;
	}
}
@media (min-width: 800px) and (max-width: 1080px) {
	input[type=checkbox] {
		width: 17px;
	}
	input,
	select,
	ui-select,
	textarea {
		font-size: 12px;
	}
}
@media (min-width: 1080px) {
	input[type=checkbox],
	input[type=radio] {
		width: 20px;
	}
	input,
	select,
	ui-select,
	textarea {
		font-size: 17px;
	}
}
.errorBox {
	border: 1px solid #B02727;
}
input.ng-invalid {
	color: #B02727;
	border: 1px solid #B02727;
}
label {
	line-height: 2.5;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.checkboxLabel {
	vertical-align: bottom;
}

/* ------------------------ Buttons ------------------------- */
a,
a:active,
a:hover {
	text-decoration: none;
	color: #cc6e27;
	cursor: pointer;
	border: none !important;
}
button,
.button {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	color: #cc6e27;
	background: #ffeabd;
	border: 1px solid #cc6e27;
	position: relative;
	text-indent: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	font-family: 'Questrial', sans-serif;
}
.button2 {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	color: #ffeabd;
	background: #cc6e27;
	border: 1px solid #ffeabd;
	position: relative;
	text-indent: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	font-family: 'Questrial', sans-serif;
}
button:hover,
.button:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #232323;
	background: #acacac;
	border: 1px solid #232323;
}
button:disabled,
.button:disabled {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #acacac;
	background: white;
	border: 1px solid #232323;
}
button[disabled]:hover,
.button[disabled]:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: white;
	border: 1px solid #232323;
}
.button2:active
.button2:hover {
	color: #ffeabd;
	background: #cc6e27;
	border: 1px solid #ffeabd;
}
.buttonLight {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #232323;
	background: #E9E9E9;
	font-weight: 700;
	border: 2px solid #262626;
	border-radius: 10px;
	overflow: hidden;
	font-family: 'Questrial', sans-serif;
}
.buttonLight:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: white;
}
.buttonLight:disabled {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #5f5f5f;
}
.buttonLight2 {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #232323;
	background: #FFEEA6;
	font-weight: 700;
	border: 1px solid #AE9535;
	border-radius: 10px;
	overflow: hidden;
	font-family: 'Questrial', sans-serif;
}
.buttonLight2:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #AE9535;
	color: #FFEEA6;
}
.buttonLight2:disabled {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #FDF7DF;
	color: #DCD0A2;
}

/* -------------------------- TOGGLE SWITCHES ------------------------ */

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #AE9535;
}
input:focus + .slider {
	box-shadow: 0 0 1px #AE9535;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.sliderLabel {
	padding-top: 6px;
}

/* --------------------------  LIGHTBOX   ------------------------ */
.lightbox {
	top: 20px;
	right: 0px;
	width: 90%;
	display: none;
	padding: 20px;
	position: fixed;
	background-color: #fff;
	max-width: 450px;
	border-radius: 5px;
	z-index: 99999;
	max-height: 85%;
	overflow-y: auto;
}

/* --------------------------  PRODUCT BOXES   ------------------------ */
.productBox {
	background: #FDF7DF;
	border: 1px solid #DCD0A2;
	border-radius: 8px;
}
.productInnerBox {
	background: #FDF7DF;
	color: #cc6e27;
	min-height: 250px;
	padding: 15px;
}
.imgShowcase {
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 3px 0px rgba(54, 54, 54, 0.5);
	-moz-box-shadow: 5px 5px 3px 0px rgba(54, 54, 54, 0.5);
	box-shadow: 5px 5px 3px 0px rgba(54, 54, 54, 0.5);
	display: block;
	width: 98%;
	margin-bottom: 10px;
}
.prodBackImg {
	width: 100%;
	height: 100%;
	background-size: cover;
}
