@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'),
	url('../fonts/Montserrat-Regular.ttf') format('truetype'),
	url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.eot');
	src: local('☺'), url('../fonts/Montserrat-Medium.woff') format('woff'),
					 url('../fonts/Montserrat-Medium.ttf') format('truetype'),
					 url('../fonts/Montserrat-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: local('☺'), url('../fonts/Montserrat-SemiBold.woff') format('woff'),
	url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
	url('../fonts/Montserrat-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'),
	url('../fonts/Montserrat-Bold.ttf') format('truetype'),
	url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.eot');
	src: local('☺'), url('../fonts/Montserrat-Black.woff') format('woff'),
					 url('../fonts/Montserrat-Black.ttf') format('truetype'),
					 url('../fonts/Montserrat-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Organika-Script';
    src: url('../fonts/Organika-Script.eot');
    src: local('☺'), url('../fonts/Organika-Script.eot') format('embedded-opentype'),
    url('../fonts/Organika-Script.woff2') format('woff2'),
    url('../fonts/Organika-Script.woff') format('woff'),
    url('../fonts/Organika-Script.ttf') format('truetype'),
    url('../fonts/Organika-Script.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */

body {
	line-height: normal;
	font: 14px 'Montserrat-Regular';
	color: #171816;
}

/* Links */
a,
input[type=submit] {
	display: inline-block;
	color: inherit;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}

/* Form elements */
input:not([type="number"]):not([type="submit"]):not(.ship-bill-checkbox):not(.small-input):not(#shipping-zip):not(#shipping-phone) {
    min-width: 296px;
    padding: 25px 15px 21px;
    vertical-align: top;
    color: #171816;

}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
  	color: #171816;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #171816;
	opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #171816;
	opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #171816;
	opacity: 1;
}

/* Headings */
h1 {
	margin-bottom: 14px;
    letter-spacing: 1.2px;
	font: 64px/68px 'Organika-Script';
}
h1 span {
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font: 15px/23px 'Montserrat-Medium';
	color: #728840;
}
h2 {
	margin-bottom: 22px;
	letter-spacing: 1.5px;
	font: 54px/54px 'Organika-Script';
}
h2:after {
	content: "";
	display: block;
    max-width: 202px;
	height: 4px;
	margin-top: 10px;
	background-color: #f8b730;
}
h2 span {
	display: block;
	text-transform: uppercase;
	font: 26px/40px 'Montserrat-Bold';
}
h3 {
	margin-bottom: 12px;
	text-transform: lowercase;
	letter-spacing: 0.03em;
	font: 42px/32px 'Organika-Script';
}
h4 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
    font: 16px/28px 'Montserrat-Black';
}
h4 span {
	color: #f47621;
}
h5 {
	margin-bottom: 5px;
    text-transform: uppercase;
	letter-spacing: 0.5px;
	font: 15px/23px 'Montserrat-Medium';
	color: #728840;
}
h6 {
    margin-bottom: 5px;
	font: 14px 'Montserrat-Black';
}

/* Block-level */
address {
	font-style: inherit;
}
p {
	margin-bottom: 26px;
    line-height: 23px;
}
p a {
	color: #f47621;
}
p a:hover {
	color: inherit;
}
ul {
	list-style-type: none;
}
  
#container ul:not(.no-list):not(.slick-dots) {
	padding: 0 0 20px 26px;
}
#container ul:not(.no-list):not(.slick-dots) li {
	list-style-type: none;
	position: relative;
}
#container ul:not(.no-list):not(.slick-dots) li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
	background-color: #f47621;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

strong {
	font-weight: normal;
	font-family: 'Montserrat-Bold';
}
sup {
	font-size: 11px;
}

/************************************************************
Generic Site Styles */

.flexbox {
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   justify-content: flex-start;
}

flex-half > flexbox {
   width: 50%;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.table.page,
.container {
	max-width: 1064px;
	margin: 0 auto;
}
.container {
	padding: 0 20px;
}
main .table.page,
.table.auto-height {
	height: auto;
}

.table.auto-width {
	width: auto;
}

.table.auto-all {
	height: auto;
	width: auto;
}

.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.padding {
	padding: 0px 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}

/* Text alignment */
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}
.frame-contain iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/************************************************************
Miscellaneous */
.safari .parallax,
.safari .banner .single-banner {
	background-attachment: scroll;
}
.clearfix:after {
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.relative {
	position: relative;
}
.full-size {
	height: 100%;
	width: 100%;
}
.quarter-size {
	width: 25%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
	display: none !important;
}

.no-scroll {
	overflow: hidden;
}

a:not([class*="fa-"]):before,
a:after,
[class*="fa-"],
.sub-ctrl,
.img-box,
.img-box:after,
.img-box .text-box,
.head-toggle:after,
.slick-arrow:after {
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	 	-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.sub-menu {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(23,24,22,.25);
	z-index: 1;
}
.bg-box {
	padding: 45px 0;
	color: #fff;
	background: #728840;
}
.bg-box.dark {
    background: url(../images/layout/bg-dark.jpg) no-repeat top right;
    background-size: cover;
}
.bg-box.dark h2 {
	color: #f47621;
}
.text-box {
    display: inline-block;
    width: 74%;
}
.img-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(23,24,22,.25);
}
.img-box .relative {
    z-index: 1;
}

.btn {
	min-width: 175px;
    padding: 12px 30px 11px;
    border: 2px solid #fff;
    letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	font: 18px 'Montserrat-Medium';
	color: #fff;
}
.btn:hover {
	color: #f47621;
	background-color: #fff;
}
.btn.green {
	border-color: #728840;
	color: #fff;
	background-color: #728840;
}
.btn.green:hover {
	border-color: #fff;
	color: #728840;
	background-color: #fff;
}
.btn + .btn {
	margin-left: 4px;
}
.btn.btn-white {
    border-color: #728840;
    color: #f47621;
    background-color: #fff;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
	z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
	z-index: 8 !important;
}
.slick-vertical .slick-slide {
	position: relative;
	border: none;
}
.slick-slide img {
    margin: 0 auto 20px;
}
.slider-control {
	position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 1024px;
    width: 100%;
    margin-left: -512px;
    z-index: 8;
}
.slick-arrow {
    width: 35px;
	height: 35px;
	color: #fff;
	z-index: 9;
}
.slick-arrow:hover {
	color: #f47621;
}
.slick-arrow:after {
    font: 32px/21px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:after {
	content: "\f105";
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
    bottom: 20px;
    height: 9px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
}
.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255,255,255,.6);
}
.slick-dots li.slick-active button {
	background-color: #f8b730;
}
.slick-dots li button:before {
    content: none;
}
.col {
	display: inline-block;
	vertical-align: top;
}