@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-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: 'Lato-Regular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: local('☺'), url('../fonts/lato-regular-webfont.woff') format('woff'),
					 url('../fonts/lato-regular-webfont.ttf') format('truetype'),
					 url('../fonts/lato-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Lato-Bold';
	src: url('../fonts/lato-bold-webfont.eot');
	src: local('☺'), url('../fonts/lato-bold-webfont.woff') format('woff'),
					 url('../fonts/lato-bold-webfont.ttf') format('truetype'),
					 url('../fonts/lato-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Lato-Black';
	src: url('../fonts/lato-black-webfont.eot');
	src: local('☺'), url('../fonts/lato-black-webfont.woff') format('woff'),
					 url('../fonts/lato-black-webfont.ttf') format('truetype'),
					 url('../fonts/lato-black-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Organika';
	src: url('../fonts/organika_script.eot');
	src: local('☺'), 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;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
/*   padding: 0; */
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button::-moz-focus-inner {
  border: 0;
}

: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: 16px 'Montserrat-Medium';
	color: #191919;
}

/* 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%;
}
a[href^="tel:"]{
	color: inherit;
}

.main-content a:not([class]) {
	color: #61855f;
	font-weight: bold;
}

.main-content a:not([class]):hover {
	text-decoration: underline;
}

.main-content ul:not([class]),
.main-content ul[class="left"],
.main-content ul[class="center"], 
.main-content ul[class="right"] {
	display: block;
  padding: 0 0 20px 10px;
}

.main-content ul:not([class]) > li,
.main-content ul[class="left"] > li,
.main-content ul[class="center"] > li, 
.main-content ul[class="right"] > li {
	display: block;
  padding: 5px 0px 5px 20px;
  position: relative;
}

.main-content ul:not([class]) > li:before,
.main-content ul[class="left"] > li:before,
.main-content ul[class="center"] > li:before, 
.main-content ul[class="right"] > li:before {
	content: "";
	display: block;
	height:8px;
	width: 8px;
	border-radius: 50%;
	background-color: #caa64e;
	position: absolute;
	top:13px;
	left: 0;
}

/* Form elements */
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: #878787;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
	color: #878787;
	opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
	color: #878787;
	opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
	color: #878787;
	opacity: 1;
}

/* Headings */
h1, h2{
	font: 28px/44px 'Montserrat-Black';
	letter-spacing: 0.2em;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h3{
	font: 22px/27px 'Montserrat-Bold';
	text-transform: uppercase;
}
h4{
    font: 14px/20px 'Century-Gothic-Bold';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h1 span{
	color: #c7a543;
}
/* Block-level */
address{
	font-style: inherit;
}
p {
	line-height: 28px;
}
p + p {
	margin-top: 30px;
}
ul{
	list-style-type: none;
}
strong{
	font-weight: normal;
	font-family: 'Montserrat-Bold';
}
sup{
	font-size: 14px;
}

/************************************************************
Generic Site Styles */
.table{
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.table.page,
.container{
	max-width: 1090px;
	margin: 0 auto;
}
.container{
	max-width: 1090px;
	padding: 0 15px;
}
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 */
.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;
}
.large-text{
	font: 80px/90px 'Organika';
}
a:before, a:after, .btn, .btn:before,
span:after, i, i:before, i:after,
.search-box, .ql-box h3,
.sub-ctrl, .slick-arrow,
.img-box, .img-box: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;
}
.header-menu, .sub-menu,
.team-list .img-box .relative,
 .ql-box h3:after{
	-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;
}
.banner-bottom,
.breadcrumbs-wrapper{
	background: -moz-linear-gradient(left, rgba(199,165,67,0.8) 0%, rgba(199,165,67,0.8) 1%, rgba(229,193,91,0.8) 50%, rgba(50,69,49,0.8) 90%);
	background: -webkit-linear-gradient(left, rgba(199,165,67,0.8) 0%,rgba(199,165,67,0.8) 1%,rgba(229,193,91,0.8) 50%,rgba(50,69,49,0.8) 90%);
	background: linear-gradient(to right, rgba(199,165,67,0.8) 0%,rgba(199,165,67,0.8) 1%,rgba(229,193,91,0.8) 50%,rgba(50,69,49,0.8) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc7a543', endColorstr='#cc324531',GradientType=1 );
}
.img-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: top 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(0, 0, 0, 0.6);
}
.img-box .relative{
    z-index: 1;
}
.btn{
	font: 16px/20px 'Montserrat-Black';
	letter-spacing: 1px;
	min-width: 180px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
/* 	white-space: nowrap; */
  padding: 16px 20px 14px;
  border: 4px solid #fff;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: relative;
}
.btn:hover{
	background: #c7a543;
	border-color: #c7a543;
}
.btn.dark {
	background: #FFF;
	border:4px solid #61855f;
	font-family: 'Montserrat-Regular';
	color: #61855f;
}
.btn.dark:hover {
	background: #61855f;
	color: #FFF;
}
.btn.dark.alt {
	background: #61855f !important;
	color: #FFF;
}
.btn.dark.alt:hover {
	background: #2f4531 !important;
	border-color: #2f4531 !important;
}

.more{
	font: 16px 'Montserrat-Black';
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.more:hover{
	color: #c7a543;
}
.more:before{
  content: "";
  width: 100%;
  height: 5px;
  background: #324531;
  position: absolute;
  left: 0;
	bottom: 0;
}
.more:hover:before{
	background: #c7a543;
}
/* Icons */

i[class^=ico],
i[class^=ico-lg]{
	position: relative;
	display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
i[class^=ico]:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
    background-repeat: no-repeat;
	opacity: 0;
    visibility: hidden;
}
a:hover i[class^=ico]:before{
 	opacity: 1;
    visibility: visible;
}
.facebook{
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	text-align: center;
}
.facebook i{
	color: #fff;
	transition: none;
}
.facebook:hover,
.facebook:hover i{
	color: #c7a543;
	border-color: #c7a543;	
}
.ico-phone{
	width: 16px;
	height: 16px;
	background: url(../images/icons/phone.png) no-repeat;
}
.ico-logo{
	width: 33px;
	height: 33px;
	background: url(../images/icons/logo-icon.png) no-repeat;
}
/************************************************************
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-arrow {
	width: auto;
	z-index: 9;
	height: auto;
	opacity: 0;
    visibility: hidden;
}
.slick-arrow:before{
	content: "\f105";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 54px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}
.banner:hover .slick-arrow{
	opacity: 1;
    visibility: visible;
}
.slick-arrow.slick-prev {
	left: calc(50% - 530px);
}
.slick-arrow.slick-prev:before{
	content: "\f104";
}
.slick-arrow.slick-next {
	right: calc(50% - 530px);
}
.top-slider:hover .slick-arrow{
	opacity: 1;
	visibility: visible;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots{
	line-height: 0;
	bottom: 0;
	z-index: 5;
}
.slick-dots li{
    width: 14px;
    height: 14px;
    vertical-align: top;
    margin: 0 3.5px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    		border-radius: 50%;
	border: 2px solid #fff;
}
.slick-dots li.slick-active{
	border: 4px solid #f8b730;
}
.slick-dots li button{
    display: none;
}
.content-slider .slick-dots{
	width: auto;
	left: 55px;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.content-slider .slick-dots li{
	display: block;
	margin: 7px 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

/***********************
  Pagination Styles
***********************/

.pagination {
  display: block;
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  padding: 6px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.pagination > div {
  display: inline-block;
  vertical-align: middle;
}

.pagination > div + div {
  margin-left: 6px;
}

.pagination a, 
.pagination span,
.pagination strong {
  display: inline-block;
  font-family: 'Lato-Regular' !important;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 11px 8px;
}

.pagination span {
  padding:10px 13px 10px 11px;
}

.pagination a {
  color: #000 !important;
  background-color: #ddd;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  background-color: #c7a543;
  color: #FFF !important;
}

.pagination span {
  font-family: 'Lato-Regular' !important;
  color: #FFF;
  background-color: #d11241;
  border: 1px solid #FFF;
  font-weight: bold;
}

.pagination > .prev a,
.pagination > .next a {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}

.pagination strong {
  font-family: 'Lato-Bold' !important;
  font-weight: normal;
  color: #fff;
  background-color: #c7a543;
  border: 1px solid #1a1a1a;
}

.pagination > .prev:empty,
.pagination > .next:empty {
  display: none;
}

.pagination > .prev:empty + div {
  margin-left: 0px;
}

#search-results h4  {
	font-family: 'Lato-Bold' !important;
}
#search-results .pagination > li {
	display: inline-block;
	vertical-align: middle;
}
#search-results .pagination > li + li {
	margin-left:8px;
}
#search-results > ol {
	margin-left: 25px;
}
#search-results > ol > li {
	font-size:24px;
}
#search-results > ol > li + li {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #CCC;
}
#search-results > ol > li small {
	display: block;
	font-size:14px;
	color:#999;
}
#search-results > ol > li p {
	font-size:16px;
}

#search-results mark {
	color:#FFF;
	background-color:#c7a543;
}
#search-results a {
	color: #1a1a1a;
}
#search-results a:hover {
	color: #c7a543;
}

body:not(.desktop) * {
	background-attachment: scroll !important;
}