﻿/* -----------------------------------------
:: H1-H6 
----------------------------------------- */
@media (min-width: 992px) {
h1, .h1 {
	font-size: 41px;
}
h2, .h2 {
	font-size: 34px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
.lead {
	font-size: 24px;
}
/* -----------------------------------------
:: TEXT ALIGNMENT
----------------------------------------- */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-indent-xs {
	text-indent: 5px;
}
.text-indent-sm {
	text-indent: 10px;
}
.text-indent-md {
	text-indent: 15px;
}
.text-indent-lg {
	text-indent: 20px;
}
.text-indent-xl {
	text-indent: 30px;
}
.text-indent-xxl {
	text-indent: 50px;
}
.text-inline {
	display: inline;
}
/* -----------------------------------------
:: PADDING and MARGINS
----------------------------------------- */
.margin-top-125 {
	margin-top: 125px;
}
.margin-0 {
	margin: 0;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.padding-0 {
	padding: 0;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-50 {
	padding: 50px;
}
.padding-100 {
	padding: 100px;
}
.padding-v-5 {
	padding: 5px 0 5px 0;
}
.padding-v-10 {
	padding: 10px 0 10px 0;
}
.padding-v-15 {
	padding: 15px 0 15px 0;
}
.padding-v-20 {
	padding: 20px 0 20px 0;
}
.padding-v-30 {
	padding: 30px 0 30px 0;
}
.padding-v-50 {
	padding: 50px 0 50px 0;
}
.padding-v-100 {
	padding: 100px 0 100px 0;
}
.padding-v-150 {
	padding: 150px 0 100px 0;
}
.padding-sm {
	padding-left: 0;
	padding-right: 10px;
}
.pull-left-lg {
	margin-left: -200px;
}
.content-indent-lg {
	margin-right: -75px;
}
/* -----------------------------------------
:: FONT SIZE
----------------------------------------- */
.font-xs {
	font-size: 1rem;
}
.font-sm {
	font-size: 2rem;
}
.font-md {
	font-size: 3rem;
}
.font-lg {
	font-size: 4rem;
}
.font-xl {
	font-size: 5rem;
}
.font-xxl {
	font-size: 6rem;
}
.font-jumbo {
	font-size: 400px;
}
/* -----------------------------------------
:: LINE HEIGHT
----------------------------------------- */
.line-xs {
	line-height: .75;
}
.line-sm {
	line-height: 1;
}
.line-md {
	line-height: 1.25;
}
.line-lg {
	line-height: 1.6;
}
.line-xl {
	line-height: 2.0;
}
.line-xxl {
	line-height: 3.0;
}
.line-xxxl {
	line-height: 4.0;
}
/* -----------------------------------------
:: COLUMN EQUAL HEIGHT ALIGNMENT
----------------------------------------- */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* -----------------------------------------
:: SECTION DEFAULT
----------------------------------------- */
.section__template--top {
	margin: 50px 0px 100px 0px;
}
.section {
	margin: 0px;
}
.section.section-default-padding {
	padding: 100px 0px;;
}
.section-inner {
	padding: 50px;
}
.section-default .section-inner:before {
	content: "";
	width: 36px;
	height: 12px;
	position: absolute;
	top: 20px;
	left: 15px;
	background: url(../graphics/section-top-left-dots.png);
}
.section-default .section-inner:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 20px;
	right: 15px;
	background: url(../graphics/section-top-right-dots.png);
}
section h1:first-of-type, section h2:first-of-type, .section h1:first-of-type, .section h2:first-of-type, .section-bg.section-bg-style4 div.col-lg-3 h1, .section-bg.section-bg-style4 div.col-lg-3 h2 {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1;
	text-align: center;
}
.section h1:first-of-type, .section-bg.section-bg-style4 div.col-lg-3 h1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #9A9D36;
	font-weight: 700;
}
section h2:first-of-type, .section h2:first-of-type, .section-bg.section-bg-style4 div.col-lg-3 h2 {
	color: #9A9D36;
	font-weight: 100;
	position: relative;
	margin-bottom: 30px;
	font-size: 24px;
}
section h2:first-of-type::after, .section h2:first-of-type::after, .section-bg.section-bg-style4 div.col-lg-3 h2:first-of-type::after {
	content: "";
	width: 120px;
	height: 3px;
	background: #9A9D36;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
/* -----------------------------------------
:: SECTION WITH CAROUSEL
----------------------------------------- */
.section-with-carousel {
}
/* -----------------------------------------
:: SECTION WITH TEXTURED BACKGROUND
----------------------------------------- */
.section-with-textured-background:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 20px solid #2E3035;
}
/* -----------------------------------------
:: SECTION WITH PARALLAX BACKGROUND
----------------------------------------- */
.section.section-parallax:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 20px solid #2E3035;
}
/* -----------------------------------------
:: SECTION WITH GRAYSCALE BACKGROUND
----------------------------------------- */
.section-grayscale .section-inner:before {
	content: "";
	width: 36px;
	height: 12px;
	position: absolute;
	top: 20px;
	left: 15px;
	background: url(../graphics/section-top-left-dots.png);
}
.section-grayscale .section-inner:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 20px;
	right: 15px;
	background: url(../graphics/section-top-right-dots.png);
}
/* -----------------------------------------
:: SECTION WITH MIXED BLEND BACKGROUND
----------------------------------------- */
.section.section-mixed-blend .section-inner:before {
	content: "";
	width: 36px;
	height: 12px;
	position: absolute;
	top: 40px;
	left: 15px;
	background: url(../graphics/section-top-left-dots.png);
}
.section.section-mixed-blend .section-inner:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 40px;
	right: 15px;
	background: url(../graphics/section-top-right-dots.png);
}
/* -----------------------------------------
:: SECTION WITH SPLIT PARALLAX BACKGROUND
----------------------------------------- */
.section.section-split-parallax {
	margin: 0px;
}
.section-split-parallax {
	padding: 0px 0px 50px 0px;
}

.col-container {
	display: table; /* Make the container element behave like a table */;
	width: 100%; /* Set full-width to expand the whole page */
}
.col {
	display: table-cell; /* Make elements inside the container behave like table cells */;
	padding: 20px;
}

/* -----------------------------------------
:: SECTION WITH SPLIT IMAGE AND CONTENT
----------------------------------------- */
@media(min-width:1024px) {
.section-bg-style4--bg-light {
	margin-top: 0;
}
}
@media(min-width:1680px) {
.section-bg-style4 {
	padding: 5%;
}
.section-bg-style4--bg-title {
	position: absolute;
	left: 101%;
	top: 0;
	bottom: 0;
	transform: rotate(90deg);
	height: 100%;
	width: 55%;
	text-align: center;
	font-size: 90px;
	font-weight: 800;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	transform-origin: left top 0;
	white-space: nowrap;
	display: inline-block;
}
}
/* -----------------------------------------
:: SECTION DARK
----------------------------------------- */
.section-dark {
	position: relative;
	background-position: center center;
	background-size: cover;
	margin: 100px 0px;
}
.section-dark .section-inner {
	background: url('../graphics/bs-welcome-cover.png') left center, rgba(154,157,54,0.88);
	position: relative;
	border-bottom: 3px solid rgba(79,80,20,1.0);
	border-top: 3px solid rgba(79,80,20,1.0);
}
.section-dark .row {
	padding: 60px 0 60px 0;
}
.section-dark .wrapper:before {
	content: "";
	height: 15px;
	width: 100%;
	position: absolute;
	background: url('../graphics/shadow-top-15.png') center bottom repeat-x;
	top: 0px;
	left: 0;
	right: 0;
}
.section-dark .wrapper:after {
	content: "";
	height: 15px;
	width: 100%;
	position: absolute;
	background: url('../graphics/shadow-bottom-15.png') center top repeat-x;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-dark .article-heading, .section-dark {
	color: #ffffff;
}
/* -----------------------------------------
:: DIVIDERS and BORDERS
----------------------------------------- */
.divider1 {
	height: 50px;
	background: #2E3035 url('../graphics/body-bg-dark.jpg');
	box-shadow: inset 0 50px 50px -50px rgba(0,0,0,0.50), inset 0 -50px 50px -50px rgba(0,0,0,0.50);
}
/* -----------------------------------------------------------------------
}
:: Up To 992px     
----------------------------------------------------------------------- */
}
@media (min-width: 992px) {
/* -----------------------------------------
:: HEADER
----------------------------------------- */
/* -----------------------------------------
:: HEADINGS
----------------------------------------- */
/* -----------------------------------------
:: CONTENT BACKGROUNDS
----------------------------------------- */
/* -----------------------------------------
:: THEME SPECIFIC STYLES
----------------------------------------- */
}
/* -----------------------------------------------------------------------
:: LARGER THAN 992px
----------------------------------------------------------------------- */
