
/*
Table Of Contents

 1.)  Typography
 2.)  Default Styles
 3.)  Header
 4.)  Content - Main
 5.)  Footer

========================================*/


/*
 1.) Typography
----------------------------------------*/

@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("fontawesome.min.css") all;





@font-face {
    font-family: 'Replica';
    src: url("../webfonts/ReplicaLLWeb-Light.woff") format("woff");
    src: url("../webfonts/ReplicaLLWeb-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Replica';
	src: url("../webfonts/ReplicaLLWeb-LightItalic.woff") format("woff");
	src: url("../webfonts/ReplicaLLWeb-LightItalic.woff2") format("woff2");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}


@font-face {
    font-family: 'Replica';
	src: url("../webfonts/ReplicaLLWeb-Regular.woff") format("woff");
	src: url("../webfonts/ReplicaLLWeb-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Replica';
    src: url('../webfonts/ReplicaItalic.eot');
    src: url('../webfonts/ReplicaItalic.eot') format('embedded-opentype'),
         url('../webfonts/ReplicaItalic.woff2') format('woff2'),
         url('../webfonts/ReplicaItalic.woff') format('woff'),
         url('../webfonts/ReplicaItalic.ttf') format('truetype'),
         url('../webfonts/ReplicaItalic.svg#Replica') format('svg');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}






@font-face {
    font-family: 'Replica';
    src: url("../webfonts/ReplicaLLWeb-Bold.woff") format("woff");
	 src: url("../webfonts/ReplicaLLWeb-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Replica';
     src: url("../webfonts/ReplicaLLWeb-BoldItalic.woff") format("woff");
	src: url("../webfonts/ReplicaLLWeb-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}


/*
 2.) Default Styles
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}


/*  Custom animations */
@-webkit-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}

80% {
 -webkit-transform: scale(1);
}

100% {
 -webkit-transform: translateY(0);
}
}

@-moz-keyframes reveal {
 0% {
 opacity: 0;
}

1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}

80% {
 -moz-transform: scale(1);
}

100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles */
body {
	font-family: "Replica", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	/* color: #000000; */
	color: #746863;
	line-height: 22px; 
	letter-spacing: 0.03em;
	/*background: #9f4e2c;*/
}

.skip-link.screen-reader-text {
    display: none !important;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
}
}


/*= Links
=======================================================*/
a {
	color: #AB4821;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
	color: #ba5804;
	text-decoration: none;
}

a:hover[href^="tel:"],
a:focus[href^="tel:"],
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #000000;
	text-decoration: underline;
}


/*= Heading H1, H2, H3, H4, H5, H6, P
=======================================================*/
h1,
h2,
h3,
h4,
h5,
h6 { 
	text-transform: uppercase;
	padding: 0 0 25px 0;
	margin: 0;
}

h1,
h2 {
	font-size: 34px;
	line-height: 34px; 
	letter-spacing: normal;
	padding: 0 0 35px 0;
	font-weight: 400;
}

.architecture-cont h2.lowercase {
    font-weight: 700;
    font-size: 39px;
    line-height: 36px;
}

h3 {
	font-size: 22px;
	line-height: 26px; 
}

h4 {
	font-size: 16px;
	line-height: 20px; 
}

p {
	padding: 0 0 22px 0;
	font-weight: 400;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	padding-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.lrg-txt { 
	    font-size: 24px;
    line-height: 31px;
        font-weight: 400;
    letter-spacing: .5px;
	color: #746863;
}

.lrg-txt:last-child { 
	padding-bottom: 0;
}

.txt { 
	padding-bottom: 65px;
}

.txt:last-child { 
	padding-bottom: 0; 
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: inherit;
}

.center {
	text-align: center;
}

@media only screen and (max-width: 1199px) {
h1,
h2 {
	font-size: 28px;
	line-height: 30px; 
	padding: 0 0 30px 0;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

.lrg-txt { 
	font-size: 22px; 
	line-height: 28px;
	padding-bottom: 30px; 
}

.txt { 
	padding-bottom: 60px;
}
}

@media only screen and (max-width: 767px) {
h1,
h2,
h3,
h4,
h5,
h6 { 
	padding: 0 0 20px 0;
}

h1,
h2 {
	font-size: 24px;
	line-height: 28px; 
	padding: 0 0 25px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
}

.lrg-txt { 
	font-size: 20px; 
	line-height: 26px;
	padding-bottom: 25px; 
}

.txt { 
	padding-bottom: 50px;
}
}


/*= Unorder List
=======================================================*/

ul,
ol {
	list-style: none;
	padding: 0;
}

li {
	position: relative;
	padding-left: 20px; 
	padding-bottom: 5px;
}

li:last-child {
	padding-bottom: 22px;
}

ul li ul,
ol li ol {
	padding: 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #9f4e2c;
	border-radius: 360px;
	position: absolute;
	top: 8px;
	left: 0;
}


/*= Order List
=======================================================*/
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 22px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 400;
	color: #9f4e2c;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */


#gform_wrapper_1 label.gfield_label {
    display: none !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%; 
	float: left; 
	font-family: "Replica", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #746863;
	line-height: 22px; 
	padding: 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 25px;
	font-family: "Replica", sans-serif;
	font-weight: 400;
    font-size: 17px;
    color: #746863;
	line-height: 21px;
	letter-spacing: 0.03em;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: none;
	box-shadow: none;
	border: none; 
	border-bottom:1px solid #919191;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 2px 0;
	margin: 0;
}

textarea {
	height: 135px;
	white-space: normal;
	outline: none;
	resize: none; 	
	border: 1px solid #919191;
	padding: 10px 10px;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #746863;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #746863;
}

::-moz-placeholder {
	color: #746863;
}

::-ms-input-placeholder {
	color: #746863;
}

select {
	background-image: url(../img/down_arrow.svg);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: top 4px right 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #746863;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #746863;
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0; 
	border-bottom-color: #ab4821; 
}

textarea:focus {	
	border-color: #ab4821; 
}

@media only screen and (max-width: 767px) {
label {
	font-size: 16px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size: 16px;
}
}


/* #Buttons
================================================== */
.btn,
.button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Replica", sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	line-height: 21px;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	background: #ab4821;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 17px 30px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none; 
	background: #ce5c30;
	outline: 0;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
	
	.banner-main .gallery-slider .item.inactive { 
        width: 22vw; 
    }
	
.btn,
.button,
input[type="button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 20px;
	padding: 15px 30px;
}
}


/*= OWL
=======================================================*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,  
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,  
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,  
.owl-carousel .owl-nav .owl-next,  
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-controls {
	padding: 0;
	margin: 0;
}

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-nav {
	width: 100%;
	float: left; 
}

.owl-nav div {
	width: 52px;
	height: 52px;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -26px 0 0 0;
}

.owl-nav div:before {
	width: 52px;
	height: 52px;
	float: left;
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300;
	font-size: 25px;
	color: #000000; 
	line-height: 52px;
	text-align: center;
	text-indent: 0;
	background: #ffffff;
	border: none; 
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before { 
	color: #ffffff; 
	background: #9f4e2c; 
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-prev:before {
	content:"\f177"; 
}

.owl-nav .owl-next {
	right: 0;
}

.owl-nav .owl-next:before {
	content:"\f178"; 
}

@media only screen and (max-width: 767px) {
.owl-nav div {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
}

.owl-nav div:before {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}
}


/* Bullets */
.owl-dots {
	width: 100%; 
	height: 12px; 
	float:left; 
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0 6px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	background: #7c7c7c;
	border: none;
	border-radius: 360px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	width: 12px;
	height: 12px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #161616;
}

.owl-carousel .owl-controls .disabled, 
.owl-carousel .owl-controls .disabled {
	display: none;
}



/*= Container - Main
=======================================================*/
#container-main {
	width: 100%;
	float: left; 
	background: #ffffff;
	overflow: hidden;
	position: relative;
}

.container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 600px;
	padding: 0 30px;
}
}

@media only screen and (max-width: 399px) {
.container {
	padding: 0 20px;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/*
 3.) Header
----------------------------------------*/

#header-main {
	width: 100%;
	/*height: 240px;*/
	    height: 160px;
	float: left;
	background: #ffffff url(../img/header-bg.png) no-repeat top right;	
	/*	background: #ffffff url(../img/header_bg.svg) no-repeat top right;*/	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 5; 
}

#header-main .logo {
	float: left;
	position: relative;
	z-index: 5;
/*	margin: 96px 0 0 0; */
	    margin: 70px 0 0 26px;
}

#header-main .logo img {
	max-height: 49px;
}

#header-main .nav-bar {
	float: right;
	position: relative;
	z-index: 10;
}

#header-main .nav-bar nav {
	float: left;
}

#header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li.current-menu-item a {color: #AB4821;}

#header-main .nav-bar nav ul li {
	    height: 160px;
	float: left;
	font-family: "Replica", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #746863;
	line-height: 20px; 
	letter-spacing: 0.05em;
	text-transform: uppercase; 
	padding: 0;
	margin: 0 0 0 37px;
}

#header-main .nav-bar nav ul li:before {
	display: none;
}

#header-main .nav-bar nav ul li a {
height: 160px;
    float: left;
    color: #746863;
    line-height: 160px;
    text-decoration: none;
}

#header-main .nav-bar nav ul li:hover a,
#header-main .nav-bar nav ul li.active a {
	color: #ba5804;
}

#header-main .nav-bar nav ul li.child, #header-main .nav-bar nav ul li.menu-item-has-children {	
	position: static;
}
/*
#header-main .nav-bar nav ul li.child:hover ul,
#header-main .nav-bar nav ul li.menu-item-has-children:hover ul,
#header-main .nav-bar nav ul li#menu-item-1080.menu-item-has-children:hover ul {
	display: block;
}
*/


@media only screen and (min-width: 768px) and (max-width: 890px) {
	
#header-main .nav-bar nav ul li a {
    font-size: 11px;
	}
	
}

@media only screen and (min-width: 768px) {
body.page-id-1015 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu,
body.page-id-1021 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu,
body.page-id-1011 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu,
body.page-id-1003 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu,
body.page-id-1023 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu,
body.page-id-1013 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu,
	body.page-id-1370 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu
{display: block;}
	
	/*li#menu-item-1080:hover > body.page-id-1015 #header-main .nav-bar nav .menu-item-1095 ul.sub-menu {display: none !important;}*/
	
}



@media only screen and (min-width: 768px) {
body.page-id-50 #header-main .nav-bar nav .menu-item-1080 ul.sub-menu,
body.page-id-1019 #header-main .nav-bar nav .menu-item-1080 ul.sub-menu,
body.blog #header-main .nav-bar nav .menu-item-1080 ul.sub-menu,
	body.page-template-page-press #header-main .nav-bar nav .menu-item-1080 ul.sub-menu
{display: block !important;}
}


#header-main .nav-bar nav ul li.child ul,
#header-main .nav-bar nav ul li.menu-item-has-children ul { 
    width: 100%;
    float: right;
    display: none;
    text-align: left;
    position: absolute;
    top: 110px;
    left: 13px;
    z-index: 1;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
#header-main .nav-bar nav ul li.child ul, #header-main .nav-bar nav ul li.menu-item-has-children ul {
    width: 100%;
   float: none;
    display: block;
    /* text-align: left; */
    position: relative; 
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 0;
    margin: 0;
    clear: both;
    padding-bottom: 20px;
}
	
	#header-main .nav-bar nav ul li.child ul li:hover a, #header-main .nav-bar nav ul li.child ul li.active a, #header-main .nav-bar nav ul li.menu-item-has-children ul li:hover a, #header-main .nav-bar nav ul li.menu-item-has-children ul li.active a {
    color: #ba5804;
    box-shadow: none !important;
}
}

@media only screen and (min-width: 768px) {
#header-main .nav-bar nav ul li#menu-item-1080.menu-item-has-children ul
{ 
    width: 100%;
    float: right;
    display: none;
    text-align: right;
    position: absolute;
    top: 110px;
    right: 0px;
		left: 0px;
    z-index: 1;
    padding: 0;
    margin: 0;
}
}

#header-main .nav-bar nav ul li.child ul li,
#header-main .nav-bar nav ul li.menu-item-has-children ul li {
	height: auto;
	float: none; 
	display: inline-block; 
	vertical-align:top; 
	text-transform: uppercase; 
	padding: 0;
	margin: 0 0 0 25px;
}

#header-main .nav-bar nav ul li.child ul li:before,
#header-main .nav-bar nav ul li.menu-item-has-children ul li:before {
	display: none;
}

#header-main .nav-bar nav ul li.child ul li:last-child,
#header-main .nav-bar nav ul li.menu-item-has-children ul li:last-child {
	margin-bottom: 0;
}

#header-main .nav-bar nav ul li.child ul li a,
#header-main .nav-bar nav ul li.menu-item-has-children ul li a  {
	height: 28px;
	color: #ba5804;
	line-height: 28px;
	position: relative;
}

#header-main .nav-bar nav ul li.child:hover ul li a,
#header-main .nav-bar nav ul li.menu-item-has-children:hover ul li a{
	color: #ba5804;
}

#header-main .nav-bar nav ul li.child ul li:hover a,
#header-main .nav-bar nav ul li.child ul li.active a,
#header-main .nav-bar nav ul li.menu-item-has-children ul li:hover a,
#header-main .nav-bar nav ul li.menu-item-has-children ul li.active a,
.sub-menu li.current_page_item a {
	color: #ba5804; 
	box-shadow: inset #ba5804 0 -2px 0 0; 
}

#header-main .menu-btn {
	width: 34px;
	height: 24px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 38px;
	right: 30px;
}

#header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

#header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #ba5804;
	position: relative;
	margin: 10px 0 0 0;
}

#header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ba5804;
	position: absolute;
	top: -9px;
	left: 0;
}

#header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ba5804;
	position: absolute;
	top: 9px;
	left: 0;
}

#header-main .menu-btn.active {
	color: #ba5804;
}

#header-main .menu-btn.active .icon-bar span {
	background: none;
}

#header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	background: #ba5804;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

#header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	background: #ba5804;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 1199px) {
#header-main {
	height: 150px;
}

#header-main .logo {
	margin: 51px 0 0 0;
}

#header-main .nav-bar nav ul li {
	height: 150px;
	margin: 0 0 0 25px;
}

#header-main .nav-bar nav ul li a {
	height: 150px;
	line-height: 150px;
}

#header-main .nav-bar nav ul li.child ul {
	top: 95px;
}
}

@media only screen and (min-width: 768px) {
#header-main .nav-bar {
	display: block!important;
}
}

@media only screen and (max-width: 767px) {
	
	#header-main .nav-bar nav ul li.child ul li a,
#header-main .nav-bar nav ul li.menu-item-has-children ul li a  {
	    line-height: 10px;
	}
	
	
	#header-main .nav-bar nav ul li.child ul li:hover a, #header-main .nav-bar nav ul li.child ul li.active a, #header-main .nav-bar nav ul li.menu-item-has-children ul li:hover a, #header-main .nav-bar nav ul li.menu-item-has-children ul li.active a, .sub-menu li.current_page_item a {box-shadow: none;}
	
	#header-main .nav-bar nav ul li.child ul li, #header-main .nav-bar nav ul li.menu-item-has-children ul li {
    margin: 0 0 0 16px;
	}
	
	#header-main .nav-bar nav ul li.child .sub-link:after, #header-main .nav-bar nav ul li.menu-item-has-children a:after {
    display: none !important;
}
	
	
#header-main {
	height: 100px; 
}

#header-main .container { 
	max-width: 100%;
}

#header-main .logo {
	margin: 26px 0 0 0;
}

#header-main .nav-bar { 
	width: 100%; 
	display: none; 
	background: #e0efe2; 
	border-top: 2px solid #eef7ef; 	
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	position: absolute; 
	top: 100px; 
	left: 0; 
	padding: 15px 0;
}

#header-main .nav-bar nav {
	width: 100%; 
}

#header-main .nav-bar nav ul {
	width: 100%; 
}

#header-main .nav-bar nav ul li {
	width: 100%; 
	height: auto;
	margin: 0;
}

#header-main .nav-bar nav ul li a { 
	width: 100%;
	height: auto;
	line-height: inherit; 
	padding: 10px 30px;
}

#header-main .nav-bar nav ul li.child:hover ul {
	display: none;
}

#header-main .nav-bar nav ul li.child ul { 
	width:100%;
	display: none; 
	text-align: left;
	position: relative;
	top: 0;
	padding: 0 50px 5px 50px; 
	margin: 0 0 -5px 0;
}

#header-main .nav-bar nav ul li.child ul li {
	margin: 0 0 5px 0;
}

#header-main .nav-bar nav ul li.child ul li a { 
	width: auto;
	padding: 0;
}

#header-main .nav-bar nav ul li.child .sub-link,
	#header-main .nav-bar nav ul li.menu-item-has-children a { 
	position: relative; 
	padding-right: 40px;
}

#header-main .nav-bar nav ul li.child .sub-link:after,
	#header-main .nav-bar nav ul li.menu-item-has-children a:after
		 {
	content: "";
	float: left;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000000;
	position: absolute;
	top: 50%;
	right: 30px; 
	margin-top: -5px;
}

	#header-main .nav-bar nav ul li.menu-item-has-children a ul li a:after {
	display: none;
	}
	
#header-main .nav-bar nav ul li.child .sub-link.active:after,
	#header-main .nav-bar nav ul li.menu-item-has-children a.active:after {
	border-top: none;
	border-bottom: 6px solid #383838;
}

#header-main .menu-btn {
	display: block;
}
}

@media only screen and (max-width: 399px) {
#header-main .nav-bar nav ul li a { 
	padding: 10px 20px;
}

#header-main .nav-bar nav ul li.child .sub-link:after {
	right: 20px; 
}

#header-main .menu-btn {
	right: 20px;
}
}



/* Banner  */
.banner-main {
	width: 100%;
	/* overflow: hidden; */
    margin-top: 50px;
    height: 72vh !important;
}

.banner-main .gallery-slider {
	overflow: hidden;
    width: 300vw;
	margin-left: -10vw;
    white-space: nowrap;
    height: 100%;
    position: relative;
}

.banner-main .gallery-slider .item {
	float: left;
	overflow: hidden;
	vertical-align: top;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
	border: 2px solid #ffffff;
	border-top: none;
	border-bottom: none;
	margin-left: -2px;
    width: 31vw;
    height: 100%;
    background: #aaa!important;
}

.banner-main .gallery-slider .item .item_image {
    -webkit-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(11deg, 0deg);
    position: relative;
    width: 41vw;
    width: 82vw;
    left: -6vw;
    height: 100%;
    -webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
}


.banner-main .gallery-slider .item {
	-webkit-transform: translate3d(0, 0, 0) skew(349deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(349deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(349deg, 0deg);
	transform: translate3d(0, 0, 0) skew(349deg, 0deg);
	position: relative;
}

/* .banner-main .gallery-slider .item img {
	-webkit-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	position: relative;
} */

.banner-main .gallery-slider .item.inactive {
    width: 16vw;
}

.banner-main .gallery-slider .item.active {
    width: 70vw;
}

.banner-main .gallery-slider .item.active .item_image {

}

.banner-main .gallery-slider-nav {
    padding: 10px;
    width: 100%;
    text-align: left;
	position: absolute;
}
.banner-main .gallery-slider-nav .slider-forward,
.banner-main .gallery-slider-nav .slider-backward { 
    width: 52px; 
    height: 52px; 
    box-shadow: 1px 1px 10px rgba(0,0,0,.1); 
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 300; 
    font-size: 25px; 
    color: #000000; 
    line-height: 52px; 
    text-align: center; 
    text-indent: 0; 
    background: #ffffff; 
    border: none; 
    border-radius: 100%; 
    display: inline-block; 
    margin: 4px; 
}

.banner-main .gallery-slider-nav .slider-forward {
    float: right;
}
.banner-main .gallery-slider-nav .slider-backward {
    float: left;
}

@media only screen and (max-width: 1199px) {
    .banner-main {
    	margin-top: 50px;
    }
    .banner-main .gallery-slider .item .item_image {
        width: 90vw;
        left: -10vw;
    }
}

@media only screen and (max-width: 767px) {
.banner-main {
	margin-top: 40px;
}

.banner-main .gallery-slider {
	overflow: hidden;
    width: 300vw;
	margin-left: -15vw;
    white-space: nowrap;
    height: 100%;
    position: relative;
}
.banner-main .gallery-slider .item {
    width: 35vw;
}
.banner-main .gallery-slider .item .item_image {
    width: 100vw;
    left: -15vw;
}
}


/*
 4.) Content - Main
----------------------------------------*/
#content-main {
	width: 100%;
	float: left;
}


/* Read - More */
.read-more {
	width: 100%;
	font-size: 15px;
	color: #ba5804;
	line-height: 19px;
	text-transform: uppercase;
	overflow: hidden;
}

.read-more a {
	color: #ba5804;
	text-decoration: none;
	font-weight: 700;
}

.read-more a em {
	position: relative;
	top: 2px;
	margin-left: 3px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active {
	color: #000000;
}


/* Banner  */
.banner-main {
	width: 100%;
	overflow: hidden; 
	    margin-top: 50px;
	    height: 72vh !important;
}

.banner-main .gallery-slider {
	overflow: hidden;
	margin-left: -170px;
}

.banner-main .gallery-slider .item {
	float: left;
	overflow: hidden;
	vertical-align: top;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	border: 2px solid #ffffff;
	border-top: none;
	border-bottom: none;
	margin-left: -2px;
}

.banner-main .gallery-slider .item img {
	-webkit-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	position: relative;
}

@media only screen and (max-width: 1199px) {
.banner-main {	
	margin-top: 50px;
}
}

@media only screen and (max-width: 767px) {
.banner-main {	
	margin-top: 40px;
}
}


/* Top - Cont */
.top-cont {
	width: 100%;
	overflow: hidden;
	padding: 130px 0 40px 0;
}

.top-cont h1,
.top-cont h2 {
	padding: 0 0 55px 70px; 
}

.top-cont h1:last-child,
.top-cont h2:last-child {
	padding-bottom: 0;
}

.top-cont p:last-child {
	padding-bottom: 0;
}

.top-cont .aside {
	width: 48.15%;
	float: left;
	margin: 0 5%;
}

.top-cont .aside:nth-child(2) {
	width: 31.85%;
}

.top-cont .aside-out {
	width: 110%;
	float: left;
	margin: 0 -5%;
}

@media only screen and (max-width: 1199px) {
.top-cont {
	padding: 100px 0 40px 0;
}

.top-cont h1,
.top-cont h2 {
	padding: 0 0 40px 50px;
}

.top-cont .aside {
	width: 49.15%;
	margin: 0 3%;
}

.top-cont .aside:nth-child(2) {
	width: 34.85%;
}

.top-cont .aside-out {
	width: 106%;
	margin: 0 -3%;
}
}

@media only screen and (max-width: 767px) {
.top-cont {
	padding: 80px 0 40px 0;
}

.top-cont h1,
.top-cont h2 {
	padding: 0 0 30px 0;
}

.top-cont .aside {
	width: 100%;
	margin: 0 0 30px 0;
}

.top-cont .aside:nth-child(2) {
	width: 100%;
}

.top-cont .aside-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}


/* Home - Content */
.home-content {
	width: 100%;
	background: #ffffff url(../img/bg-1-1.png) no-repeat bottom center;
	overflow: hidden;
	padding: 70px 0 100px 0;
}

@media only screen and (max-width: 1199px) {
.home-content {
	padding: 60px 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.home-content {
	padding: 40px 0 60px 0;
}
}


/* Banner - CTA */
.banner-cta {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 100px 0;
}

.banner-cta:last-child {
	margin-bottom: 0;
}

.banner-cta .item {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-cta .item img {
	width: 100%;
	float: none;
	display: inline-block;
}

.banner-cta .owl-nav .owl-prev {
	left: -89px;
}

.banner-cta .owl-nav .owl-next {
	right: -89px;
}

@media only screen and (max-width: 1299px) {
.banner-cta .owl-nav .owl-prev {
	left: 0;
}

.banner-cta .owl-nav .owl-next {
	right: 0;
}
}

@media only screen and (max-width: 1199px) {
.banner-cta {
	margin: 0 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.banner-cta {
	margin: 0 0 60px 0;
}
}


/* Gallery - Imgs */
.gallery-imgs {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	/* margin: 0 0 100px 0; */
	margin: 0 0 140px 0;
}

.gallery-imgs:last-child {
	margin-bottom: 0;
}

.gallery-imgs ul {
	width: 109.28%;
	float: left;
	padding: 0;
	margin: 0 -4.64% -96px -4.64%;
}

.gallery-imgs ul li {
	width: 44.63%;
	float: left;
	padding: 0;
	margin: 0 4.64% 96px 4.64%;
}

.gallery-imgs ul li:before {
	display: none;
}

.gallery-imgs ul li img {
	width: 100%;
}

.gallery-imgs ul li:first-child {
	width: 68.55%;
	float: right;
}

.gallery-imgs ul li:nth-child(3) {
	width: 36.81%;
}

@media only screen and (max-width: 1199px) {
.gallery-imgs {
	margin: 0 0 80px 0;
}

.gallery-imgs ul {
	margin: 0 -4.64% -80px -4.64%;
}

.gallery-imgs ul li {
	margin: 0 4.64% 80px 4.64%;
}
}

@media only screen and (max-width: 767px) {
.gallery-imgs {
	margin: 0 0 60px 0;
}

.gallery-imgs ul {
	width: 100%;
	margin: 0 0 -60px 0;
}

.gallery-imgs ul li {
	width: 100%;
	margin: 0 0 60px 0;
}

.gallery-imgs ul li:first-child {
	width: 100%;
}

.gallery-imgs ul li:nth-child(3) {
	width: 100%;
}
}


/* Feature - List */
.feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 100px 0;
}

.feature-list:last-child {
	padding-bottom: 0;
}

.feature-list .heading-bar {
	width: 100%;
	border-bottom: 2px solid #919191;
	overflow: hidden;
/*	padding: 0 0 25px 0; */
	    padding: 0 0 20px 0;
/*	margin-bottom: 100px; */
	      margin-bottom: 46px;
}

.feature-list .heading-bar h2 {
    width: 60%;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    padding: 0 20px 0 0;
    margin: 0 -4px 0 0;
    font-weight: 700;
}

.feature-list .heading-bar .more-press {
	width: 40%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	text-transform: uppercase;
	text-align: right;
	margin: 0 0 0 -4px;
}

.feature-list .heading-bar .more-press a {
	color: #707070;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    font-weight: 700;
}

.feature-list .heading-bar .more-press a:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	margin-left: 8px;
}

.feature-list .heading-bar .more-press a:hover,
.feature-list .heading-bar .more-press a:focus,
.feature-list .heading-bar .more-press a:active {
	color: #9f4e2c;
}

.feature-list .article {
	width: 22.28%;
	float: left;
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 1.36% 40px 1.36%;
}

.feature-list .article h3 {
	font-size: 20px;
	color: #000000;
	    line-height: 23px;
    letter-spacing: 0px;
	text-transform: none;
}

.feature-list .article .logo {
    width: 100%;
    height: 62px;
    float: left;
    line-height: 62px;
    /* margin: 0 0 26px -7px; */
    margin: 0 0 7px 0px;
}

.feature-list .article .logo img {
	max-height: 62px;
    max-width: 210px;
	filter: grayscale(100%)  /* Completely grayscale */
}

.feature-list .article .date {
	font-size: 14px;
	color: #848484;
	line-height: 18px;
	padding: 0 0 7px 0;
	font-weight: 400;
}

.feature-list .article .read-more {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	    margin-top: 20px;
}

.feature-list .article-out {
	width: 102.72%;
	float: left;
	margin: 0 -1.36% -40px -1.36%;
}

@media only screen and (max-width: 1199px) {
.feature-list {
	padding: 0 0 80px 0;
}

.feature-list .heading-bar {
	padding: 0 0 20px 0;
	margin-bottom: 80px;
}

.feature-list .heading-bar h2 {
	font-size: 26px;
	line-height: 30px;
}
}

@media only screen and (max-width: 991px) {
.feature-list .article {
	width: 44.20%;
	margin: 0 2.90% 40px 2.90%;
}

.feature-list .article-out {
	width: 105.80%;
	margin: 0 -2.90% -40px -2.90%;
}
}

@media only screen and (max-width: 767px) {
.feature-list .heading-bar {
	border-width: 2px;
	padding: 0 0 20px 0;
	margin-bottom: 60px;
}

.feature-list .heading-bar h2 {
	font-size: 22px;
	line-height: 28px;
}

.feature-list .article {
	width: 100%;
	    margin: 0 0 20px 0;
}

.feature-list .article-out {
	width: 100%;
	margin: 0 0 -40px 0;
}
}


/*
 5.) Footer
----------------------------------------*/

#footer-main {
	width: 100%;
	color: #f3f0e2;
	background: #9f4e2c;
	overflow: hidden;
	/*padding: 70px 0 25px 0;*/
	    padding: 56px 0 9px 0;
}

#footer-main .pre-footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 100px;*/
	margin-bottom: 65px;
}

#footer-main .pre-footer:last-child {
	margin-bottom: 0;
}

#footer-main .pre-footer .instagram {
	position: absolute;
	top: 0;
	right: 0;
}


#footer-main .pre-footer .instagram img {width: 25px;}

#footer-main .pre-footer .instagram a {
	text-decoration: none;
}

#footer-main .pre-footer .footer-logo {
	width: 25.45%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 -4px 0 0;
}

#footer-main .pre-footer .footer-logo img {
	/*max-height: 89px;*/
	    max-height: 60px;
}

#footer-main .pre-footer .footer-links {
	width: 74.55%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 -4px;
}

#footer-main .pre-footer .footer-links .article {
	width: 26.21%;
	float: left;
	position: relative;
	margin: 0 1.22% 40px 1.22%;
}

#footer-main .pre-footer .footer-links .article h4 {
	/*font-size: 15px;*/
	    font-size: 13px;
	color: #f3f0e2;
	line-height: 19px;
	text-transform: uppercase;
	/*padding: 0 0 45px 0;*/
	    padding: 0 0 36px 0;
}

#footer-main .pre-footer .footer-links .article h4:last-child {
	padding-bottom: 0;
}

#footer-main .pre-footer .footer-links .article h3 {
	/*font-size: 18px;*/
	font-size: 12px;
	color: #f3f0e2;
/*	line-height: 24px;*/
	    line-height: 12px;
	text-transform: uppercase;
	padding: 0;
	
}

#footer-main .pre-footer .footer-links .article p a {
	color: #f3f0e2;
	    font-size: 13px;
    line-height: 13px;
}

#footer-main .pre-footer .footer-links .article p a:hover,
#footer-main .pre-footer .footer-links .article p a:focus,
#footer-main .pre-footer .footer-links .article p a:active {
	color: #ffffff;
}

#footer-main .pre-footer .footer-links .article p:last-child {
	padding-bottom: 0;
	line-height: 17px;
}

#footer-main .pre-footer .footer-links .article:first-child {
	width: 40.26%;
	padding-right: 70px;
}

#footer-main .pre-footer .footer-links .article:first-child:before {
	/*content: "";*/
	 content: url(/img/footer_slash.svg);
    width: 50px;
    height: 100%;
    float: left;
    position: absolute;
    top: -1%;
    right: 58px;
}

#footer-main .pre-footer .footer-links .article-out {
	width: 102.44%;
	float: left;
	margin: 0 -1.22% -40px -1.22%;
}

#footer-main .copyrights {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 0 25.45%;
}

#footer-main .copyrights a {
	color: #ffffff;
}

#footer-main .copyrights ul {
	width: 102.44%;
	float: left;
	margin: 0 -1.22% -15px -1.22%;
}

#footer-main .copyrights ul li {
	width: 26.21%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0 1.22% 15px 1.22%;
}

#footer-main .copyrights ul li:before {
	display: none;
}

#footer-main .copyrights ul li:first-child {
	width: 40.26%;
	padding-right: 70px;
}

@media only screen and (max-width: 1199px) {
#footer-main {
	padding: 60px 0 25px 0;
}

#footer-main .pre-footer {
	margin-bottom: 80px;
}

#footer-main .pre-footer .footer-logo {
	width: 20%;
}

#footer-main .pre-footer .footer-logo img {
	max-height: 80px;
}

#footer-main .pre-footer .footer-links {
	width: 80%;
}

#footer-main .pre-footer .footer-links .article {
	width: 24.71%;
}

#footer-main .pre-footer .footer-links .article h4 {
	padding: 0 0 40px 0;
}

#footer-main .pre-footer .footer-links .article:first-child {
	width: 43.26%;
}

#footer-main .pre-footer .footer-links .article:first-child:before {
	right: 30px;
}

#footer-main .copyrights {
	padding: 0 0 0 20%;
}

#footer-main .copyrights ul li {
	width: 24.71%;
}

#footer-main .copyrights ul li:first-child {
	width: 43.26%;
}
}

@media only screen and (max-width: 991px) {
#footer-main .pre-footer .footer-logo {
	width: 100%;
	margin: 0 0 40px 0;
}

#footer-main .pre-footer .footer-logo:last-child {
	margin-bottom: 0;
}

#footer-main .pre-footer .footer-logo img {
	max-height: 80px;
}

#footer-main .pre-footer .footer-links {
	width: 100%;
	margin: 0;
}

#footer-main .pre-footer .footer-links .article {
	width: 26.71%;
}

#footer-main .pre-footer .footer-links .article:first-child {
	width: 39.26%;
	padding-right: 0;
}

#footer-main .pre-footer .footer-links .article:first-child:before {
	display: none;
}

#footer-main .copyrights {
	padding: 0;
}

#footer-main .copyrights ul li {
	width: 26.71%;
}

#footer-main .copyrights ul li:first-child {
	width: 39.26%;
	padding-right: 0;
}
}

@media only screen and (max-width: 767px) {
#footer-main {
	text-align: center;
	padding: 50px 0 25px 0;
}
	
#footer-main	.container {
 
    text-align: left;
	}

#footer-main .pre-footer {
	margin-bottom: 60px;
}

#footer-main .pre-footer .footer-logo img {
	max-height: 70px;
}

#footer-main .pre-footer .footer-links .article {
	width: 100%;
	margin: 0 0 40px 0;
}

#footer-main .pre-footer .footer-links .article h4 {
	padding: 0 0 20px 0;
}

#footer-main .pre-footer .footer-links .article:first-child {
	width: 100%;
}

#footer-main .pre-footer .footer-links .article-out {
	width: 100%;
	margin: 0 0 -40px 0;
}

#footer-main .copyrights {
	text-align: left;
}

#footer-main .copyrights ul {
	width: 100%;
	margin: 0 0 -10px 0;
}

#footer-main .copyrights ul li {
	width: 100%;
	margin: 0 0 10px 0;
}

#footer-main .copyrights ul li:first-child {
	width: 100%;
}
}



/* Event - Spaces
----------------------------------------*/

/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	padding: 40px 0 100px 0;
}

@media only screen and (max-width: 1199px) {
.content-inner {
	padding: 40px 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.content-inner {
	padding: 40px 0 60px 0;
}
}


/* Breadcrumb */
.breadcrumb {
	float: left;
	font-size: 14px;
	color: #ba5804;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 -22px 40px -22px;
}

.breadcrumb li {
	height: 48px;
	float: left;
	line-height: 48px;
	padding: 0;
	margin: 0 22px;
	font-weight: 400;
}

.breadcrumb li:after {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	-webkit-transform: rotate3d(0, 0, 1, 30deg);
	transform: rotate3d(0, 0, 1, 30deg);
	background: #919191;
	position: absolute;
	top: -1%;
	right: -22px;
}

.breadcrumb li:before {
	display: none;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li a {
	float: left;
	height: 48px;
	color: #000000;
	line-height: 48px;
	text-decoration: none;
	font-weight: 400;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
	color: #ba5804;
}

.sml-txt {
    color: #746863;
    font-weight: 400;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
.breadcrumb {
	margin: 0 -15px 40px -15px;
}

.breadcrumb li {
	height: auto;
	line-height: inherit;
	margin: 0 15px 10px 15px;
	    display: block;
    width: 100%;
}

.breadcrumb li:after {
	display: none;
}

.breadcrumb li a {
	height: 25px;
	line-height: 25px;
}
}


/* Top - Cont */
.top-cont2 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 70px 0;
}

.top-cont2 h1,
.top-cont2 h2 {
	text-transform: none;
	    font-weight: 700;
	font-size: 37px;
    line-height: 36px
}

.top-cont2 h1:last-child,
.top-cont2 h2:last-child {
	padding-bottom: 0;
}

.top-cont2 .txt-max {
	width: 100%;
	max-width: 940px;
	float: left;
}

.top-cont2 .uppercase {
	text-transform: uppercase;
}

.top-cont2.cont3 {
	padding: 100px 0;
	    color: #746863;
}

@media only screen and (max-width: 1199px) {
.top-cont2 {
	padding: 0 0 80px 0;
}

.top-cont2.cont3 {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
.top-cont2 {
	padding: 0 0 60px 0;
}

.top-cont2.cont3 {
	padding: 60px 0;
}
}


/* Section - Slider*/
.section-slider {
	width: 100%;
	overflow: hidden;
	    padding: 40px 0 30px 0;
}

.section-slider .slider-cont {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.section-slider .slider-cont .container {
	padding: 0;
}

.section-slider .slider-cont .article {
	width: 24.77%;
	float: left;
	padding: 0 5px 40px 5px;
	margin: 0;
}

.section-slider .slider-cont .article h2 {
	text-transform: none;
	padding: 0 0 40px 0;
	    color: #746863;
    font-size: 39px;
	    line-height: 39px;
    font-weight: 700;
}

.section-slider .slider-cont .article h4 {
	padding: 0 0 45px 0;
	    font-weight: 700;
    letter-spacing: 1px;
    color: #746863;
}

.section-slider .slider-cont .article h4:last-child {
	padding-bottom: 0;
}

.section-slider .slider-cont .article ul li {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 0 0 14px 0;
	margin: 0;
}

.section-slider .slider-cont .article ul li:last-child {
	padding-bottom: 0;
}

.section-slider .slider-cont .article ul li:before {
	display: none;
}

.section-slider .slider-cont .article ul li a {
	text-decoration: none;
	position: relative;
	    font-weight: 400;
}

.section-slider .slider-cont .article ul li a:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	margin-left: 8px;
}

.section-slider .slider-cont .article .txt-max {
	width: 100%;
	max-width: 440px;
	float: left;
}

.section-slider .slider-cont .article .aside {
	width: 100%;
	float: left;
	border-top: 2px solid #919191;
	padding: 20px 0 0 0;
	    color: #746863;
}

.section-slider .slider-cont .article:first-child {
	width: 50.46%;
}

.section-slider .slider-cont .article-out {
	width: 100%;
	float: left;
	padding: 0 35px;
	margin: 0 0 -40px 0;
}

.section-slider .slider-out {
	width: 100%;
	float: left;
}

.section-slider .slider-out .item {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.section-slider .slider-out .item img {
	width: 100%;
}

.section-slider .slider-out .owl-nav {
	position: relative;
	margin: 10px 0 0 0;
}

.section-slider .slider-out .owl-nav div {
	top: 0;
	margin: 0;
}

.section-slider .slider-out .owl-nav .owl-prev {
	left: 25px;
}

.section-slider .slider-out .owl-nav .owl-next {
	right: 25px;
}

@media only screen and (max-width: 1199px) {
.section-slider .slider-cont .article h2 {
	tpadding: 0 0 35px 0;
}

.section-slider .slider-cont .article h4 {
	padding: 0 0 40px 0;
}
}

@media only screen and (max-width: 991px) {
.section-slider .slider-cont .article {
	width: 50%;
}

.section-slider .slider-cont .article:first-child {
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
.section-slider {
	padding: 40px 0 30px 0;
}

.section-slider .slider-cont .article {
	width: 100%;
	padding: 0 0 40px 0;
}

.section-slider .slider-cont .article h2 {
	padding: 0 0 30px 0;
}

.section-slider .slider-cont .article h4 {
	padding: 0 0 35px 0;
}

.section-slider .slider-cont .article-out {
	padding: 0 30px;
}

.section-slider .slider-out .owl-nav .owl-prev {
	left: 20px;
}

.section-slider .slider-out .owl-nav .owl-next {
	right: 20px;
}
}

@media only screen and (max-width: 399px) {
.section-slider .slider-out .owl-nav .owl-prev {
	left: 10px;
}

.section-slider .slider-out .owl-nav .owl-next {
	right: 10px;
}

.section-slider .slider-cont .article-out {
	padding: 0 20px;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}

.split-cont h1,
.split-cont h2 {
	text-transform: none;
	    font-weight: 700;
    font-size: 37px;
    line-height: 36px;
}

.split-cont .txt-max {
	width: 100%;
	max-width: 660px;
	float: left;
}

.split-cont h4 {
	padding: 0 0 15px 0;
	font-weight: 700;
    color: #746863;
}

.split-cont h4:last-child {
	padding-bottom: 0;
}

.split-cont ul li {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 0 0 14px 0;
	margin: 0;
}

.split-cont ul li:last-child {
	padding-bottom: 0;
}

.split-cont ul li:before {
	display: none;
}

.split-cont ul li a {
	text-decoration: none;
	position: relative;
	    font-weight: 400;
    font-size: 16px;
}

.split-cont ul li a:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	margin-left: 8px;
}

.split-cont .aside {
	width: 100%;
	float: left;
	border-top: 2px solid #919191;
	padding: 20px 0 0 0;
	margin: 0 0 60px 0;
}

.split-cont .aside:last-child {
	margin-bottom: 0;
}

.split-cont .left-cl {
	width: 100%;
	float: left;
	padding: 0 330px 0 0;
}

.split-cont .right-cl {
	width: 270px;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0 0 0 -270px;
}

@media only screen and (max-width: 1199px) {
.split-cont {
	padding: 0 0 80px 0;
}

.split-cont .aside {
	margin: 0 0 50px 0;
}

.split-cont .left-cl {
	padding: 0 280px 0 0;
}

.split-cont .right-cl {
	width: 220px;
	margin: 0 0 0 -220px;
}
}

@media only screen and (max-width: 767px) {
.split-cont {
	padding: 0 0 60px 0;
}

.split-cont .aside {
	margin: 0 0 40px 0;
}

.split-cont .left-cl {
	padding: 0 0 40px 0;
}

.split-cont .left-cl:last-child {
	padding-bottom: 0;
}

.split-cont .right-cl {
	width: 100%;
	margin: 0;
}
}



/* Capacities
----------------------------------------*/

/* Events - Table */
.events-table {
	width: 100%;
	overflow: hidden;
	margin-bottom: 65px;
}

.events-table:last-child {
	margin-bottom: 0;
}

.events-table .table-heading {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.events-table ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.events-table ul li {
	width: 101.10%;
	float: left;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0 -0.55%;
}

.events-table ul li:before {
	display: none;
}

.events-table .col1,
.events-table .col2,
.events-table .col3 {
	width: 24.35%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 1px solid #919191;
	padding: 13px 10px;
	margin: 0 0.30%;
	font-weight: 400;
    color: #746863;
}

.events-table .col1 {
	width: 48%;
	font-weight: 400;
    color: #746863;
}

.events-table .table-heading .col1,
.events-table .table-heading .col2,
.events-table .table-heading .col3 {
	border-width: 2px;
	    font-weight: 700;
    color: #746863;
}

@media only screen and (min-width: 768px) {
.events-table ul li:last-child .col1,
.events-table ul li:last-child .col2,
.events-table ul li:last-child .col3 {
	border-bottom: none;
}
}

@media only screen and (max-width: 1199px) {
.events-table {
	margin-bottom: 45px;
}
}

.capcities_mobile {display:none;}
@media only screen and (max-width: 767px) {
	
	
	/* temp overide for mobile */
	
	.capcities_mobile {display:block;}
	
	.capcities_mobile h3 {
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
	
	.events-table .col1 {
    padding: 13px 5px 13px 5px !important;
	}
	.events-table .col1 {
    width: 100%;
    font-weight: 700;
	}
	
	.events-table .col1:before {display: none;}
	
	/* end override */
.events-table {
	margin-bottom: 50px;
}

.events-table .table-heading {
	display: none;
}

.events-table ul li {
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid #919191;
	margin: 0;
}

.events-table ul li:before {
	display: none;
}

.events-table .col1,
.events-table .col2,
.events-table .col3 {
	width: 100%;
	position: relative;
	padding: 13px 5px 13px 160px;
	margin: 0;
}

.events-table .col1:before,
.events-table .col2:before,
.events-table .col3:before {
	content: "";
	width: 140px;
	float: left;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 5px;
}

.events-table .col1:before {
	content: "\Special Events";
}

.events-table .col2:before {
	content: "\Seated";
}

.events-table .col3:before {
	content: "\Reception";
}

.events-table .col1 {
	width: 100%;
}

.events-table.meeting .col1:before {
	content: "\Meetings And Conferences";
}

.events-table.entry .col1:before {
	content: "\Entire Pavilion";
}
}


/* Site Plan
----------------------------------------*/

/* Split - Cont */
.split-cont2 {
	width: 100%;
	background: #fafbf6;
	overflow: hidden;
	padding: 40px 0 100px 0;
	    color: #746863;
}

.split-cont2 .figure {
	width: 50.45%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 0 -4.50%;
}

.split-cont2 .figure img {
	width: 100%;
}

.split-cont2 .aside {
	width: 47.30%;
	float: right;
}

.split-cont2 .aside h4 {
	    color: #AB4821;
    font-weight: 700;
	padding: 0 0 30px 0;
}

.split-cont2 .aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.split-cont2 .aside ul li {
	width: 100%;
	float: left;
	padding: 11px 0 0 68px;
	margin: 0 0 35px 0;
}

.split-cont2 .aside ul li:last-child {
	margin-bottom: 0;
}

.split-cont2 .aside ul li:before {
	content: "\ A";
	width: 38px;
	height: 38px;
	    font-weight: 700;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	background: #ba5804;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.split-cont2 .aside ul li:nth-child(2):before {
	content: "\ B";
}

.split-cont2 .aside ul li:nth-child(3):before {
	content: "\ C";
}

.split-cont2 .aside ul li:nth-child(4):before {
	content: "\ D";
}

@media only screen and (max-width: 1199px) {
.split-cont2 .figure {
	width: 48%;
	margin: 0 0 0 -2%;
}

.split-cont2 .aside {
	width: 50%;
}
}

@media only screen and (max-width: 767px) {
.split-cont2 .figure {
	width: 100%;
	margin: 0 0 40px 0;
}

.split-cont2 .aside {
	width: 100%;
}

.split-cont2 .aside ul li {
	margin: 0 0 25px 0;
}
}


/* Event - Inquiry
----------------------------------------*/

/* Form - Block */
.form-block {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 100px 0;
}

.form-block .form-field {
	width: 41.80%;
	float: left;
}

.form-block .form-field ul {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
	margin: 0 0 -40px 0;
}

.form-block .form-field ul:last-child {
	padding-bottom: 0;
}

.form-block .form-field ul li, .form-block .form-field .ginput_container  {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 40px 0;
}

h2.gform_submission_error.hide_summary {
    color: #AB4821;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 37px;
}

.gfield_validation_message {color: #AB4821;
    font-weight: 400;
    font-size: 14px;}

div#gform_confirmation_message_1 {
    font-weight: 400;
}

.form-block .form-field ul li:before {
	display: none;
}

.form-block .form-field .btn,
.form-block .form-field .button,
.form-block .form-field input[type="button"],
.form-block .form-field input[type="submit"] {
	min-width: 175px;
}

.form-block .form-field .btn-out {
	margin: 0;
}

.form-block .address-block {
	width: 50%;
	float: right;
	margin: 25px 0 0 0;
}

.form-block .address-block h4 {
	padding: 0 0 15px 0;
	font-weight: 700;
    color: #746863;
}

.form-block .address-block p {
	font-size: 16px;
	line-height: 22px;
}

.form-block .address-block p:last-child {
	padding-bottom: 0;
}

.form-block .address-block .txt-max {
	width: 100%;
	max-width: 440px;
	float: left;
}

.form-block .address-block .aside {
	width: 100%;
	float: left;
	border-top: 1px solid #919191;
	padding: 20px 0 0 0;
	margin: 0 0 60px 0;
}

.form-block .address-block .aside:first-child {
	border-top-width: 2px;
}

.form-block .address-block .aside:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
.form-block {
	padding: 60px 0 80px 0;
}

.form-block .form-field ul {
	padding: 0 0 35px 0;
	margin: 0 0 -35px 0;
}

.form-block .form-field ul li {
	margin: 0 0 35px 0;
}

.form-block .address-block .aside {
	margin: 0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.form-block {
	padding: 50px 0 60px 0;
}

.form-block .form-field {
	width: 100%;
	padding: 0 0 60px 0;
}

.form-block .form-field:last-child {
	padding-bottom: 0;
}

.form-block .form-field ul {
	padding: 0 0 30px 0;
	margin: 0 0 -30px 0;
}

.form-block .form-field ul li {
	margin: 0 0 30px 0;
}

.form-block .address-block {
	width: 100%;
	margin: 0;
}

.form-block .address-block .aside {
	margin: 0 0 40px 0;
}
}


/* Catering
----------------------------------------*/

/* Catering - Cont */
.catering-cont {
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}

.catering-cont h2 {
	text-transform: none;
	padding: 0 0 32px 0;
	    font-weight: 700;
    color: #746863;
    font-size: 36px;
    line-height: 36px;
}

.catering-cont h4 {
	    padding: 4px 0 40px 0;
    font-weight: 700;
}

.catering-cont h4:last-child {
	padding-bottom: 0;
}

.catering-cont ul li {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 0 14px 0;
    margin: 0;
	font-weight: 400;
}

.catering-cont ul li:last-child {
	padding-bottom: 0;
}

.catering-cont ul li:before {
	display: none;
}

.catering-cont ul li a {
	text-decoration: none;
	position: relative;
}

.catering-cont ul li a:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	margin-left: 8px;
}

.catering-cont .txt-max {
	width: 100%;
	max-width: 540px;
	float: left;
}

.catering-cont .aside {
	width: 58.20%;
	float: left;
	border-top: 2px solid #919191;
	padding: 20px 0 0 0;
}

.catering-cont .aside:nth-child(2) {
	width: 40.90%;
	float: right;
	padding-left: 25px;
}

@media only screen and (max-width: 1199px) {
.catering-cont {
	padding: 0 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.catering-cont {
	padding: 0 0 60px 0;
}

.catering-cont h2 {
	padding: 0 0 25px 0;
}

.catering-cont h4 {
	padding: 0 0 35px 0;
}

.catering-cont .txt-max {
	max-width: 100%;
}

.catering-cont .aside {
	width: 100%;
	margin: 0 0 40px 0;
}

.catering-cont .aside:last-child {
	margin-bottom: 0;
}

.catering-cont .aside:nth-child(2) {
	width: 100%;
	padding-left: 0;
}
}


.bottom-cont h4 {
	font-weight: 700;
	    padding: 0 0 50px 0;
}

body.page-id-1007 .bottom-cont h4 {
    font-weight: 700;
    padding: 0 0 20px 0;
}

/* Gallery - Imgs */
.gallery-imgs2 {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 70px 0;
}

.gallery-imgs2:last-child {
	padding-bottom: 0;
}

.gallery-imgs2 ul {
	width: 100.90%;
	float: left;
	padding: 0;
	margin: 0 -0.45% -0.90% -0.45%;
}

.gallery-imgs2 ul li {
	width: 32.43%;
	float: left;
	padding: 0;
	margin: 0 0.45% 0.90% 0.45%;
}

.gallery-imgs2 ul li:before {
	display: none;
}

.gallery-imgs2 ul li img {
	width: 100%;
}

@media only screen and (max-width: 1199px) {
.gallery-imgs2 {
	padding: 0 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.gallery-imgs2 {
	padding: 0 0 60px 0;
}

.gallery-imgs2 ul {
	width: 100%;
	margin: 0 0 -10px 0;
}

.gallery-imgs2 ul li {
	width: 100%;
	margin: 0 0 10px 0;
}
}


/* Bottom - Cont */
.bottom-cont {
	width: 100%;
	border-top: 2px solid #919191;
	overflow: hidden;
	padding: 20px 0 0 0;
	margin: 0 0 60px 0;
}

.bottom-cont:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
.bottom-cont {
	margin: 0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.bottom-cont {
	margin: 0 0 40px 0;
}
}


/* Architecture
----------------------------------------*/

/* Banner */
.banner-inner {
	width: 100%;
	overflow: hidden;
}

.banner-inner .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-inner .figure img {
	width: 100%;
}


/* Architecture - Cont */
.architecture-cont {
	width: 100%;
	background: #ffffff url(../img/bg-3.png) no-repeat top right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0 100px 0;
}

@media only screen and (max-width: 1199px) {
.architecture-cont {
	padding: 60px 0 80px 0;
}

.architecture-cont h1,
.architecture-cont h2 {
	padding: 0 0 35px 0;
}

.architecture-cont p {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 30px;
}
}

@media only screen and (max-width: 767px) {
.architecture-cont {
	padding: 40px 0 60px 0;
}
}


/* Top - Cont */
.top-cont4 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}

.top-cont4 .txt-max {
	width: 100%;
	max-width: 500px;
	float: left;
	padding: 0 40px 0 0;
}

.top-cont4 .aside {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 1199px) {
.top-cont4 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}

.top-cont4 .txt-max {
	width: 100%;
	max-width: 500px;
	float: left;
	padding: 0 40px 0 0;
}

.top-cont4 .aside {
	width: 50%;
	float: left;
}
}

@media only screen and (max-width: 767px) {
.top-cont4 {
	padding: 0 0 60px 0;
}

.top-cont4 .txt-max {
	max-width: 100%;
	padding: 00;
}

.top-cont4 .aside {
	width: 100%;
}
}


/* Split - Cont */
.split-cont5 {
	width: 100%;
	overflow: hidden;
	    padding: 50px 0;
}

.split-cont5 .aside {
	width: 100%;
	max-width: 1000px;
	float: right;
	border-top: 2px solid #969696;
	padding: 30px 0 0 0;
	    font-weight: 700;
}

.split-cont5 .aside h4 {
	width: 28%;
	float: left;
	padding: 0 40px 0 0;
}

.split-cont5 .aside .txt-max {
	width: 72%;
	float: left;
}

@media only screen and (max-width: 1199px) {
.split-cont5 {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
.split-cont5 {
	padding: 60px 0;
}

.split-cont5 .aside h4 {
	width: 100%;
	padding: 0 0 20px 0;
}

.split-cont5 .aside .txt-max {
	width: 100%;
}
}



body.blog main#content-main,
body.category main#content-main {
    background: url(/img/green_bg.png);
    background-size: cover;
}


/* News - List */
.news-list {
	width: 100%;
	color: #f3f0e2;
	background: #756862 url(../img/bg-4.png) no-repeat bottom center;
	overflow: hidden;
	padding: 60px 0;
}

.news-list .inner-cont {
	width: 100%;
	max-width: 1000px;
	float: right;
}

.news-list .news-heading {
	width: 28%;
	float: left;
	padding: 0 40px 0 0;
}

.news-list .news-heading h4 {
	max-width: 200px;
	color: #f3f0e2;
	    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
}

.news-list .news-article {
	width: 72%;
	float: right;
}

.news-list .news-article .article {
	width: 47.20%;
	float: left;
	margin: 0 1.4% 40px 1.4%;
}

.news-list .news-article .article h4 {
	font-size: 17px;
	color: #f3f0e2;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 0;
	    font-weight: 700;
}

.news-list .news-article .article h4 a {
	color: #f3f0e2;
	text-decoration: none;
}

.news-list .news-article .article h4 a:hover,
.news-list .news-article .article h4 a:focus,
.news-list .news-article .article h4 a:active {
	color: #ffffff;
}

.news-list .news-article .article p {
	    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.news-list .news-article .article .aside {
	width: 100%;
	max-width: 300px;
	float: left;
}

.news-list .news-article .article-out {
	width: 102.80%;
	float: left;
	margin: 0 -1.4% -40px -1.4%;
}

@media only screen and (max-width: 767px) {
.news-list {
	padding: 50px 0;
}

.news-list .news-heading {
	width: 100%;
	padding: 0 0 50px 0;
}

.news-list .news-article {
	width: 100%;
}

.news-list .news-article .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.news-list .news-article .article .aside {
	max-width: 100%;
}

.news-list .news-article .article-out {
	width: 100%;
	float: left;
	margin: 0 0 -30px 0;
}
}


/* History
----------------------------------------*/

/* Top - Cont */
.top-cont3 {
	width: 100%;
	background: #ffffff url(../img/bg-2.png) no-repeat top right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
}

.top-cont3 h1,
.top-cont3 h2 {
	text-transform: none;
	    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
}

.top-cont3 .txt-max {
	width: 100%;
	max-width: 830px;
	float: left;
}

@media only screen and (max-width: 1199px) {
.top-cont3 {
	padding: 60px 0;
}
}

@media only screen and (max-width: 767px) {
.top-cont3 {
	padding: 40px 0;
}
}


.banner-cta2 h3 {    color: #AB4821;
    font-weight: 700;
    font-size: 28px;}

/* Split - Cont */
.split-cont4 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 100px 0;
}

.split-cont4 h2 {
	    text-transform: none;
    padding: 0 0 60px 0;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
}

.split-cont4 .figure {
	width: 57.70%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.split-cont4 .figure img {
	width: 100%;
}

.split-cont4 .aside {
	width: 42.30%;
	float: left;
	padding: 0 0 0 10%;
}

@media only screen and (max-width: 1199px) {
.split-cont4 {
	padding: 60px 0 80px 0;
}

.split-cont4 h2 {
	padding: 0 0 50px 0;
}

.split-cont4 .aside {
	padding: 0 0 0 40px;
}
}

@media only screen and (max-width: 767px) {
.split-cont4 {
	padding: 40px 0 60px 0;
}

.split-cont4 h2 {
	padding: 0 0 40px 0;
}

.split-cont4 .figure {
	width: 100%;
	margin: 0 0 40px 0;
}

.split-cont4 .figure:last-child {
	margin-bottom: 0;
}

.split-cont4 .aside {
	width: 100%;
	padding: 0;
}
}


/* Banner - CTA */
.banner-cta2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-cta2 .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-cta2 .figure img {
	width: 100%;
}

.banner-cta2 .cta-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #f3f0e2;
	position: relative;
	z-index: 1;
	padding: 70px 0 0 0;
}

.banner-cta2 .cta-cont .txt-max {
	width: 100%;
	max-width: 780px;
	float: left;
	margin: 0 0 -90px 0;
}

.banner-cta2 h2 {
	color: #000000;
	text-transform: none;
	padding: 0 0 60px 0;
}

.banner-cta2 .aside {
	width: 42.30%;
	float: left;
	padding: 0 0 0 10%;
}

@media only screen and (max-width: 1199px) {
.banner-cta2 {
	padding: 60px 0 80px 0;
}

.banner-cta2 h2 {
	padding: 0 0 50px 0;
}

.banner-cta2 .cta-cont .txt-max {
	margin: 0 0 -50px 0;
}
}

@media only screen and (max-width: 767px) {
.banner-cta2 {
	padding: 40px 0 60px 0;
}
	
	body.history .banner-cta2 {
    padding: 40px 0 0px 0;
}

.banner-cta2 h2 {
	padding: 0 0 40px 0;
}

.banner-cta2 .cta-cont .txt-max {
	margin: 0 0 -30px 0;
}
}


/* Updates
----------------------------------------*/




/* Two - Col - Articles */
.two-col-articles {
	width: 100%;
	overflow: hidden;
	    margin: 0 0 100px 0;
}

.two-col-articles .article {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}

.two-col-articles .article:last-child {
	padding-bottom: 0;
}

.two-col-articles .article .figure {
	width: 49.54%;
	float: right;
	text-align: center;
	border-top: 2px solid #919191;
	overflow: hidden;
	padding: 25px 0 0 0;
}

.two-col-articles .article .figure img {
	width: 100%;
}

.two-col-articles .article .aside {
	width: 49.54%;
	float: left;
	border-top: 2px solid #919191;
	padding: 25px 40px 0 0;
}

.two-col-articles .article .aside .date {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 0 18px 0;
	display: none;
}

.two-col-articles .article-out {
	width: 100%;
	float: left;
}


.two-col-articles .article h2 {font-size: 37px;
    line-height: 37px; font-weight: 700;}

.two-col-articles .article p {   font-weight: 300;
max-width: 400px;}

@media only screen and (max-width: 767px) {
.two-col-articles .article {
	padding: 0 0 50px 0;
}

.two-col-articles .article .figure {
	width: 100%;
}

.two-col-articles .article .figure img {
	width: 100%;
}

.two-col-articles .article .aside {
	width: 100%;
	padding: 20px 0 40px 0;
}

.two-col-articles .article .aside:last-child {
	padding-bottom: 0;
}
}


/* Content - Inner */
.content-inner3 {
	width: 100%;
	float: left;
	background: #ffffff url(../img/bg-5.png) no-repeat top center;
	background-size: 100% auto;
	overflow: hidden;
	padding: 60px 0 0 0;
}

.content-inner3 .container-box {
	width: 100%;
	float: left;
	background: #ffffff;
}

@media only screen and (max-width: 767px) {
.content-inner3 {
	padding: 50px 0 0 0;
}
}


/* Main - Heading */
.main-heading {
	width: 100%;
	overflow: hidden;
	padding: 0 0 60px 50px;
}

.main-heading h1 {
	width: 100%;
	max-width: 520px;
	float: left;
}

.main-heading.heading-2 {
	padding-left: 80px;
}

@media only screen and (max-width: 1199px) {
.main-heading {
	padding: 0 0 60px 40px;
}

.main-heading.heading-2 {
	padding-left: 70px;
}
}

@media only screen and (max-width: 767px) {
.main-heading {
	padding: 0 0 50px 20px;
}

.main-heading.heading-2 {
	padding-left: 20px;
	padding-right: 20px;
}
}


/* Split - Imgs */
.split-imgs {
	width: 100%;
	overflow: hidden;
}

.split-imgs ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.split-imgs ul li {
	width: 57.72%;
	float: left;
	padding: 0;
	margin: 0;
}

.split-imgs ul li img {
	width: 100%;
}

.split-imgs ul li:before {
	display: none;
}

.split-imgs ul li:nth-child(even) {
	width: 40.90%;
	float: right;
}

@media only screen and (max-width: 767px) {
.split-imgs ul {
	margin: 0 0 -10px 0;
}

.split-imgs ul li {
	width: 100%;
	margin: 0 0 10px 0;
}

.split-imgs ul li:nth-child(even) {
	width: 100%;
}
}


/* Banner */
.banner-single {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-single img {
	width: 100%;
}


/* Video - Block */
.video-block {
	width: 100%;
	overflow: hidden;
	padding: 50px 50px 100px 50px;
}

.video-block .video {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.video-block .video:last-child {
	margin-bottom: 0;
}

.video-block .video img {
	width: 100%;
}

.video-block .cont-out {
	width: 100%;
	overflow: hidden;
	padding: 0 40px;
}

.video-block .cont-out .date-out {
	width: 33%;
	float: left;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 40px 0 0;
}

.video-block .cont-out .date-out ul {
	padding: 0;
	margin: 0 0 -7px 0;
}

.video-block .cont-out .date-out ul li {
	padding: 0;
	margin: 0 0 7px 0;
}

.video-block .cont-out .date-out ul li:before {
	display: none;
}

.video-block .cont-out .date-out ul li:last-child {
	padding-bottom: 0;
}

.video-block .cont-out .aside {
	width: 67%;
	float: right;
}

.video-block .cont-out .aside p:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
.video-block {
	padding: 40px 40px 80px 40px;
}

.video-block .cont-out {
	padding: 0 30px;
}
}

@media only screen and (max-width: 767px) {
.video-block {
	padding: 20px 20px 60px 20px;
}

.video-block .video {
	margin: 0 0 30px 0;
}

.video-block .cont-out {
	padding: 0 20px;
}

.video-block .cont-out .date-out {
	width: 100%;
	padding: 0 0 30px 0;
}

.video-block .cont-out .aside {
	width: 100%;
}
}


/* Cont - Txt */
.cont-txt {
	width: 100%;
	overflow: hidden;
	padding: 40px 40px 100px 40px;
}

.cont-txt .date-out {
	width: 33%;
	float: left;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 40px;
}

.cont-txt .date-out ul {
	padding: 0;
	margin: 0;
}

.cont-txt .date-out ul li {
	padding: 0 0 7px 0;
	margin: 0;
}

.cont-txt .date-out ul li:before {
	display: none;
}

.cont-txt .date-out ul li:last-child {
	padding-bottom: 0;
}

.cont-txt .aside {
	width: 67%;
	float: right;
}

.cont-txt .aside p:last-child {
	padding-bottom: 0;
}

.cont-txt .aside .txt {
	padding-right: 40px;
}

.cont-txt.txt2 .date-out {
	width: 17.65%;
	float: right;
	padding-right: 0;
}

.cont-txt.txt2 .aside {
	width: 82.35%;
	float: left;
}

.cont-txt.txt2 .aside .txt {
	max-width: 780px;
	padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
.cont-txt {
	padding: 40px 40px 80px 40px;
}

.cont-txt .date-out {
	padding: 0 30px;
}

.cont-txt .aside .txt {
	padding-right: 30px;
}

.cont-txt.txt2 .date-out {
	width: 30%;
}

.cont-txt.txt2 .aside {
	width: 70%;
}

.cont-txt.txt2 .aside .txt {
	padding-left: 30px;
}
}

@media only screen and (max-width: 767px) {
.cont-txt {
	padding: 20px 20px 60px 20px;
}

.cont-txt .date-out {
	width: 100%;
	padding: 0 0 30px 0;
}

.cont-txt .aside .txt {
	padding-right: 0;
}

.cont-txt .aside {
	width: 100%;
}

.cont-txt.txt2 .date-out {
	width: 100%;
}

.cont-txt.txt2 .aside {
	width: 100%;
}

.cont-txt.txt2 .aside .txt {
	max-width: 100%;
	padding-left: 0;
}
}



/* Press
----------------------------------------*/

/* Feature - List */
.press-feature-list {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}

.press-feature-list .feature-list {
	border-top: 2px solid #969696;
	padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
.press-feature-list {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
	
	.press-feature-list .feature-list {
    border-top: none;
	}
	
	.feature-list {
    padding: 0 0 30px 0;
}
	
.press-feature-list {
	padding: 60px 0;
}
}


/* Contact
----------------------------------------*/

/* Content - Inner */
.content-inner2 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
.content-inner2 {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
.content-inner2 {
	padding: 60px 0;
}
}


/* Map - Cont */
.map-cont {
	width: 100%;
	overflow: hidden;
	padding: 0 0 60px 0;
}

.map-cont:last-child {
	margin-bottom: 0;
}

.map-cont .btn,
.map-cont .button,
.map-cont input[type="button"],
.map-cont input[type="submit"] {
	width: 100%;
	max-width: 215px;
	padding-right: 20px;
	padding-left: 20px;
}

.map-cont .btn-out {
	width: 32.90%;
	float: left;
	margin: 0;
}

.map-cont .map {
	width: 66.36%;
	float: right;
}

.map-cont .map img {
	width: 100%;
}

@media only screen and (max-width: 991px) {
.map-cont .btn,
.map-cont .button,
.map-cont input[type="button"],
.map-cont input[type="submit"] {
	max-width: 195px;
}
}

@media only screen and (max-width: 767px) {
.map-cont {
	padding: 0 0 50px 0;
}

.map-cont .btn-out {
	width: 100%;
	margin: 0 0 20px 0;
}

.map-cont .map {
	width: 100%;
}
}


/* Split - Cont */
.split-cont3 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px 0;
}

.split-cont3:last-child {
	padding-bottom: 0;
}

.split-cont3 .aside {
	width: 100%;
	border-top: 2px solid #726864;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.split-cont3 .aside p:last-child {
	padding-bottom: 0;
}

.split-cont3 .left-cl {
	width: 32.90%;
	float: left;
}

.split-cont3 .right-cl {
	width: 66.36%;
	float: right;
}

.split-cont3 .right-cl h4 {
	width: 38.35%;
	float: left;
	padding: 0 40px 0 0;
	font-weight: 700;
}

.split-cont3 .right-cl .txt {
	width: 100%;
	max-width: 410px;
	float: left;
}

.split-cont3 .right-cl .txt-max {
	width: 61.65%;
	float: left;
}

@media only screen and (max-width: 991px) {
.split-cont3 .right-cl h4 {
	width: 100%;
	padding: 0 0 22px 0;
}

.split-cont3 .right-cl .txt {
	max-width: 100%;
}

.split-cont3 .right-cl .txt-max {
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
.split-cont3 {
	padding: 0 0 40px 0;
}

.split-cont3 .left-cl {
	width: 100%;
	padding: 0 0 40px 0;
}

.split-cont3 .right-cl {
	width: 100%;
}
}


/* Color */
.red {
	/*color: #ba5804!important;*/
	color: #AB4821!important;
}