.template-home{
	overflow: hidden;
	background: #000;
}
p{
	letter-spacing: 0px;
}

/* Temporary News hide */
/*
.lang-cn-version .items_256 , .lang-cn-version .items_252{
	display: none;
}
*/
.
/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */
.btn-transparent:hover{ background: rgba(133,117,78,0.5);    color: #86764e; border-color: #86764e;}
.btn-transparent-gray { border-color: #1D1D1B; color: #1D1D1B; transition: color .3s, border .3s; padding: 14px 10px; }
.btn-transparent-gray:hover { color: #86754e; border-color: #86754e; }

.btn-transparent-white { border-color: #fff; color: #fff; transition: color .3s, background .3s; padding: 14px 10px; }
.btn-transparent-white:hover { background: rgb(35,31,32); color: #fff; border-color: #fff;}

.btn-small {min-width: 196px;height: 50px;padding: 0 10px;line-height: 50px;}

/*  Button Menu  */

.btn-menu {width: 67px;text-align: left;position: relative;top: -3px !important;}
.btn-menu span {margin-right: 0;margin: 0 0 0 1px;}
.btn-menu em { font-size: 14px; }

.btn-menu span:before,
.btn-menu span:after {height: 3px;}

.btn-menu.active span:before,
.btn-menu.active span:after { left: 12px; height: 3px; }

.btn-menu.active { -webkit-transform: none; -ms-transform: none; }
.btn-menu.active:hover { color: #86754e; }
.btn-menu.active em {opacity: 1;/* margin-right: -6px; */}
.btn-menu.active span {/* margin-left: 9px; */width: 15px;margin-left: -9p;}

.mfp-figure figure{
	height: 100vh;
}
img.mfp-img{
	
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}


@media(max-width: 767px){
	
	.btn-small{    height: 40px;
    	padding: 0 10px;
		line-height: 40px;font-size: 11px;min-width: 172px;}
	
	.btn-menu { min-width: 0; top: 0px !important;}

	.btn-menu.active span:before,
	.btn-menu.active span:after { left: 0; }
	.intro .intro-content{padding: 90px 0 120px;}
	
	
	
}

/* ------------------------------------------------------------ *\
	Main Purple
\* ------------------------------------------------------------ */
/*

.main-purple .section-news { border-top: 1px solid #694a50; }

.main-purple .section-small p,
.main-purple .section-news .section-head h5,
.main-purple .section-news .update span,
.main-purple .section-news .link-more,
.main-purple .section-news .update .update-date { color: #694a50; }
.main-purple .ico-general svg path{fill:#694a50;}
*/

/* ------------------------------------------------------------ *\
	Main Green
\* ------------------------------------------------------------ */

/*
.main-green .section-news { border-top: 1px solid #48604c; }

.main-green .section-small p,
.main-green .section-news .section-head h5,
.main-green .section-news .update span,
.main-green .section-news .link-more,
.main-green .section-news .update .update-date { color: #324d37; }
.main-green .ico-general svg path{fill:#48604c;}
*/
/* ------------------------------------------------------------ *\
	Main Blue
\* ------------------------------------------------------------ */

/*
.main-blue .section-news { border-top: 1px solid #153e54; }

.main-blue .section-small p,
.main-blue .section-news .section-head h5,
.main-blue .section-news .update span,
.main-blue .section-news .link-more,
.main-blue .section-news .update .update-date { color: #153e54; }

.main-blue .ico-general svg path{fill:#153e54;}
*/


.main-blue .section-news , .main-green .section-news , .main-purple .section-news { border-top: 1px solid #86754e; }

/* ------------------------------------------------------------ *\
	Main Red
\* ------------------------------------------------------------ */

/*
.main-red .project a  , .section-restaurant .project a{ border-top: 3px solid #733531; }

.main-red .project p,
.main-red .project-single .project-head h5 em,
.main-red .list-details-secondary span,
.main-red .list-details-secondary a,
.main-red .section-small p,
.main-red .section-portfolio .section-head h5,
.main-red .section-news .section-head h5,
.main-red .section-news .update span,
.main-red .section-news .link-more,
.main-red .section-news .update .update-date { color: #733531; }

.main-red .ico-general svg path{fill:#733531;}
*/


/*
.section-restaurant-single .list-details-secondary span , .section-restaurant-single .list-details-secondary a{color: #733531;}
.section-restaurant-single .project-head h5 em{color: #733531 !important;}
*/
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding-top: 35px; min-height: 117px; }
.header:not(.header-template-my-account):after{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
	width: 100%;height: 100%;
	content: "";left: 0;
    top: -100%;
    background: #fff;border-bottom: 1px solid #86754e;
}

.header-fixed:after{
	 top: 0;;
}
.active.header-fixed:after{
	top: -100%;
}
.header-template-career-news:after , .header-template-contact:after , .header-single:after{
	display: none;
}
.header-template-career-news , .header-template-contact , .header-single, .header-template-my-account {
	border-bottom: 1px solid #86754e;
}

/* .header- , .header-template-career-news , .header-template-contact{ border-bottom: 1px solid #86754e; } */

.header.active { background: #1d1d1b; background: #000;}

.header .btn-menu {float: right;margin-left: 20px;letter-spacing: 0;}

.header .logo { top: 0px; left: 16px; -webkit-transform: translateY(0); -ms-transform: translateY(0); z-index: 5; }

.header.active .logo svg path:first-child,
.header.active .logo svg path:nth-child(3) { fill: #fff; }

.header-fixed.header-white.active .btn-menu span:before,
.header-fixed.header-white.active .btn-menu span:after { background: #fff; }

@media(max-width: 767px){
	.header { min-height: 0; padding: 25px 0; }

	.header.active { background: #000; }
	.header .logo{left: 20px;}
	.header .nav-lang a { font-size: 16px; }
}
@media(max-width: 1230px){
	.nav li + li{
		    margin-left: 44px;
	}
	.logo svg{
		width: 165px;
	}
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { position: static; -webkit-transform: translateY(0); -ms-transform: translateY(0); margin: 0 auto; padding-left: 30px;letter-spacing: 0px; }
.nav li {position: relative;vertical-align: top;text-align: left;top: -3px;}
.nav a { transition: color .3s; }
.nav li ul {  text-align: left; overflow: hidden; max-height: 0; transition: max-height .3s, padding-top .3s; position: absolute;}


.nav li li { display: block; }
.nav li ul li + li { margin: 0; }
.nav li ul a { color: #86754e; }

@media(min-width: 768px){
	.nav li:hover ul {max-height: 400px;padding-top: 13px;padding-bottom: 15px;}
	.nav li:hover > a { color: #9d9d9c; }
	.nav li ul a:hover { color: #c2baa6; }
}




@media(max-width: 1024px){

	.nav { padding-left: 0; margin-left: 15px; width: calc(100% - 250px); }
	.nav > ul { text-align: left; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
	.nav > ul > li + li { margin-left: 20px; }

	.nav li:hover ul { padding: 5px 0 0; }
}

@media(max-width: 767px){

	.nav { position: absolute; top: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 100%; margin: 0; padding-bottom: 60px; font-size: 15px; }

	.nav li:hover > a { color: #fff; }
	.nav.active { top: -25px; }
	.nav li ul { width: 100%; position: relative;overflow: visible; max-height: none;padding-top: 13px;padding-bottom: 0px;display: none;transition: max-height 0s, padding-top 0s;}

	.nav > ul { display: block; }
	.nav li ul { border: none; }
	.nav li ul li { border: none; padding: 5px 0 0; }
	
	.nav li.expanded ul {max-height: 400px;padding-top: 13px;padding-bottom: 0px;}
	
	.nav li li:hover a,
	.nav li ul a { color: #86754e; }
	.nav .has-dropdown > a { position: relative; }
	.nav .has-dropdown > a:before { content: ''; width: 10px; height: 10px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; position: absolute; top: 45%; right: 10px; transition: transform .3s;
	-webkit-transform: translateY(-50%) rotate(135deg);
	    -ms-transform: translateY(-50%) rotate(135deg);
	     -o-transform: translateY(-50%) rotate(135deg);
	        transform: translateY(-50%) rotate(135deg);
}
	.nav .expanded > a:before {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		    -ms-transform: translateY(-50%) rotate(-45deg);
		     -o-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
	}

	.nav li ul li:first-child { padding: 5px 0 0; }
	.nav li ul li + li { margin-top: 0; border: none; }
	.nav a { display: block; color: #fff; }

	.nav > ul > li + li { margin-left: 0; }

	.nav .socials { text-align: right; margin: 0; position: absolute; margin-top: 50px;bottom: 0 }
	.nav li + li{    margin-left: 0px;}
	.nav .socials li { vertical-align: middle;  }
}

/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */

.nav-lang {margin-top: -2px;position: relative;z-index: 5;}
.nav-lang li + li {margin-left: 6px;}
.nav-lang a {transition: color .3s;font-size: 14px;top: -1px;position: relative;}
.nav-lang .current a { color: #86754e; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { margin-left: 43px; }
.socials a { color: #fff; transition: color .3s; }
.socials li + li { margin-left: 8px; }
.socials a svg * { fill: #fff; transition: fill .3s; }
.socials a:hover { color: #000; }
.socials a:hover svg * { fill: #000; }

/* ------------------------------------------------------------ *\
	Socials Secondary
\* ------------------------------------------------------------ */

.socials-secondary { margin-left: 0; font-size: 16px; }
.socials-secondary a { color: #86764e; }
.socials-secondary li + li { margin-top: 0 !important; }
.socials-secondary a svg * { fill: #86764e; }

@media(max-width: 767px){
	.socials , .socials li{font-size: 19px;}
	.socials li{    padding-right: 0;}
	.socials-secondary li { padding-right: 3px; }
	.socials-secondary li + li { margin-left: 0; }
	.nav .socials li{margin-top: 0px;    padding-top: 0;}
	.nav .socials li .fa-instagram:before{    width: 20px;top: -5px;}
	.intro-nav ul{margin-top: -30px;}
	.fa-instagram svg{width: 18px;}
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo-small { background-image: url(../images/logo-small-white@2x.png); }

@media(max-width: 767px){

	.small-logo { right: auto; left: 20px; top: 27px !important; }
}

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */

/*  List Contacts  */

.list-contacts li,
.list-contacts li p,
.lang-cn .shell .list-contacts li p:not(.english_font) { color: #fff; }

/*  List Details  */

.list-details { color: #1d1d1b; font-size: 15px; font-family: 'Futura LT W01 Book', sans-serif;letter-spacing: 0px; }
.list-details span { display: block; }
.list-details li + li { margin-top: 14px; }

/*  List Details Secondary  */

.list-details-secondary span { color: #86754e; }
.list-details-secondary a { text-decoration: none; word-break: break-all;}

@media(max-width: 767px){
	.list-details-secondary { font-size: 14px; }
	.list-details-secondary li + li { margin-top: 17px; }
}

/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */

.checkbox {display: inline-block;vertical-align: middle;/* min-width: 125px; */}
.checkbox input { display: none; }
.checkbox label {display: block;font-family: 'Futura LT W01 Book', sans-serif;font-size: 15px;color: #1d1d1b;padding-left: 27px;position: relative;letter-spacing: 0px;}
.checkbox label:before {content: '';position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);width: 16px;height: 16px;border-radius: 50%;border: 1px solid #1d1d1b;box-shadow: inset 0 0 0 3px #f3f0eb;-webkit-box-shadow: inset 0 0 0 3px #f3f0eb;transition: background .3s;}
.checkbox input:checked ~ label:before { background: #1d1d1b;  }
.section-news .checkbox label:before{box-shadow: inset 0 0 0 3px #fff;-webkit-box-shadow: inset 0 0 0 3px #fff;}
@media(max-width: 767px){

	.checkbox label:before { width: 18px; height: 18px; }
	.list-checkboxes .checkbox {width: 100%;}
	.list-checkboxes .checkbox label{padding: 8px 5px 5px !important;border-top: 1px dotted #9f9172; color: #9f9172;    font-family: 'JansonTextW01-55Roman', serif;}
	
}

/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */

.list-checkboxes li { display: block; line-height: 1; }
.list-checkboxes li + li { margin-top: 6px; }
.list-checkboxes .checkbox label { padding-left: 31px; }
.list-checkboxes .checkbox label:before { width: 16px; height: 16px; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #86754e; padding: 9px 0 9px; margin-top: 0; position: relative;z-index: 10;}
.footer .footer-content { -webkit-align-items: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; }
.footer .socials { display: inline-block; vertical-align: middle; }

.footer .privacy-policy { text-decoration: none; text-transform: uppercase; font-size: 11px; color: #fff; transition: color .3s; display: inline-block; vertical-align: middle; font-family: 'Futura LT W01 Book', sans-serif;letter-spacing: 0.5px; }
.footer .privacy-policy:hover { color: #000; }

@media(max-width: 767px){

	.footer .privacy-policy {/* display: none; */}
	.footer .footer-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

	.footer .logo-small { margin: 0; }

	.footer .footer-content { -webkit-align-items: initial; align-items: initial; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
	.footer .socials { margin-left: 0;margin-top: -5px; }
}

/* ------------------------------------------------------------ *\
	Link Video
\* ------------------------------------------------------------ */

.link-video { font-size: 16px; font-weight: 400; color: #fff; font-family: 'JansonTextW01-56Italic', sans-serif; }

.link-more { font-family: 'Futura LT W01 Book', sans-serif; font-size: 15px; color: #1d1d1b; text-decoration: none;letter-spacing: 0 }
.link-more:hover { text-decoration: underline; }

.link-white { color: #fff; }

/* ------------------------------------------------------------ *\
	Intro Secondary
\* ------------------------------------------------------------ */

.intro-secondary .link-video { position: absolute; bottom: 30px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 20; text-decoration: none; transition: color .3s; }
.intro-secondary .link-video:hover { color: #86754e; }

/* ------------------------------------------------------------ *\
	Intro Tertiary
\* ------------------------------------------------------------ */

.intro-tertiary .intro-head { font-family: 'Futura LT W01 Book', sans-serif; font-size: 15px; margin-bottom: 20px; letter-spacing: 0px;}
.intro-tertiary .intro-entry { font-size: 21px; line-height: 1.45; margin-bottom: 20px; }

.intro-tertiary .intro-entry p {font-family: 'Futura LT W01 Book', sans-serif;}

.intro-tertiary .intro-entry p + p { margin-top: 39px; }

.intro-tertiary .intro-actions-secondary {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;justify-content: center;-webkit-align-items: center;-ms-flex-align: center;-ms-grid-row-align: center;align-items: center;margin-top: 63px;}
.intro-tertiary .intro-actions-secondary a { min-width: 196px; }
.intro-tertiary .intro-actions-secondary a + a {margin-top: 30px;}

@media(max-width: 767px){
	.link-more{
		font-size: 12px;
	}
	.intro-tertiary .intro-head{font-size: 12px;  margin-bottom: 9px;}
	.intro-tertiary .intro-actions-secondary{    margin-top: 35px;}
	.intro .intro-inner { font-size: 12px; line-height: 1.4;margin-top: 35px;}
	.intro-tertiary .intro-actions-secondary a{min-width: 172px;}
	.intro-tertiary .intro-actions-secondary a + a{margin-top: 15px;}
	.intro-tertiary .intro-entry { font-size: 18px; }
	.intro-tertiary .intro-entry p + p { margin-top: 25px; }

}

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary .section-body { padding: 120px 0; }

/* ------------------------------------------------------------ *\
	Section Images
\* ------------------------------------------------------------ */

.section-images { padding-bottom: 100px; }

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

.section-form,
.section-secondary { padding-bottom: 120px; }

/* ------------------------------------------------------------ *\
	Section Small
\* ------------------------------------------------------------ */

.section-small { height: auto; min-height: 0; }
.section-small p { font-size: 17px; padding: 0 38px; }
.section-small p + p { margin-top: 27px; }
.section-small .section-body { padding: 93px 0; }

@media(max-width: 767px){

	.section-small .section-body { padding: 50px 0; }
	.section-small p { padding: 0; font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */

.section-alt .section-body { padding: 173px 0; }

@media(max-width: 767px){

	.section-alt .section-body { padding: 50px 0; }
}

/* ------------------------------------------------------------ *\
	Section Green
\* ------------------------------------------------------------ */

.section-green p { color: #324d37; }

/* ------------------------------------------------------------ *\
	Section Gray
\* ------------------------------------------------------------ */

.section-gray { background: #f3f0eb; }

/* ------------------------------------------------------------ *\
	Section Portfolio
\* ------------------------------------------------------------ */

.section-portfolio {padding: 63px 0 120px;text-align: left;}

.section-portfolio .section-head { font-family: 'Futura LT W01 Book', sans-serif;  }
.section-portfolio .section-head h5 {font-size: 21px;color: #86754e;font-family: 'JansonTextW01-55Roman', serif;margin-bottom: 24px;}
.section-portfolio .section-head p {font-size: 15px;color: #1d1d1b;max-width: 410px;line-height: 1.4;letter-spacing: 0;}

.section-portfolio .section-body {padding: 40px 0 0;}

/* .section-restaurant .section-head h5 ,.section-restaurant .project p{color: #733531;} */



/* ------------------------------------------------------------ *\
	Section Portfolio Alt
\* ------------------------------------------------------------ */

.section-portfolio-alt { padding: 65px 0 54px; }
.section-portfolio-alt .section-body { padding: 15px 0 0; }

@media(max-width: 767px){
	.section-portfolio { padding: 22px 0 30px; }

	.section-portfolio .section-body { padding: 0; }

	.section-portfolio .section-head { margin-bottom: 18px; }
	.section-portfolio .section-head h5 { font-size: 19px; }
	.section-portfolio .section-head h5.filters-toggle-secondary{margin: 0}
	.section-portfolio .section-head p{font-size: 14px;}
}

/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */

.section-news {padding: 63px 0 100px;text-align: left;position: relative;z-index: 5;}
.section-news .section-wrapper { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.section-news .section-head,
.section-news .section-body { width: 50%; }

.section-news .section-head h5 { font-size: 21px; color: #86754e; font-family: 'JansonTextW01-55Roman', serif; }

.section-news .section-body { padding-top: 25px; }
.section-news .section-body p { font-family: 'Futura LT W01 Book', sans-serif; font-size: 15px; color: #000; max-width: 415px; margin-bottom: 40px; line-height: 1.4; }

@media(max-width: 767px){

	.section-news { padding: 30px 0; }
	.section-news .section-wrapper { display: block; }

	.section-news .section-head { margin-bottom: 25px; }
	.section-news .section-head h5{font-size: 19px;}
	.section-news .section-body p{font-size: 16px;}
	.section-news .section-head,
	.section-news .section-body { width: 100%; }

	.section-news .section-body { padding-top: 10px; }
}

/* ------------------------------------------------------------ *\
	Section News Secondary
\* ------------------------------------------------------------ */

.section-news-secondary {padding: 150px 0 64px;}
.section-news-secondary .section-head { width: 51%; }
.section-news-secondary .section-head h5 {margin-bottom: 94px;}

.section-news-secondary .section-body { width: 49%; padding-top: 3px; }
.section-news-secondary .section-body p { margin-bottom: 67px; }
.section-news-secondary .section-body .short_des p{margin-bottom:0px;}

@media(max-width: 767px){

	.section-news-secondary { padding: 49px 0 60px; }
	.section-news-secondary .section-head,
	.section-news-secondary .section-body { width: 100%; }

	.section-news-secondary .section-head h5 { margin-bottom: 30px; }
	.section-news-secondary .section-body p { margin-bottom: 25px; }
	.section-news-secondary .section-body .short_des p{margin-bottom: 0px;}
	
	
	
}

/* ------------------------------------------------------------ *\
	Testimonial Secondary
\* ------------------------------------------------------------ */

.section-testimonials .testimonial-secondary { height: 100vh; }

.testimonial-secondary.font_same { font-size: 23px; font-family: 'Futura LT W01 Book', sans-serif; font-weight: 400;letter-spacing: 0px;}

.testimonial-secondary blockquote { max-width: 600px; line-height: 1.45; margin: 0 auto 36px; }

.pallarex_content{position: fixed;width: 100%;    height: 100vh;
    min-height: 850px;
        z-index: 0;top: 0px;
    
    }
.pallarex_content .testimonial-content{
	padding-top: 40px;
}
@media(max-width: 767px){
	.testimonial-secondary blockquote{max-width: 90%;}
	
	.testimonial.font_same .testimonial-author{font-size:13px; }
	.section-testimonials .testimonial-secondary { }
	.pallarex_content .testimonial-content{
		    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    position: relative;
	}
}

/* ------------------------------------------------------------ *\
	Section Community
\* ------------------------------------------------------------ */

.section-community { text-align: left; color: #1d1d1b; padding: 0px 0 124px; }

.section-community h2 { font-family: 'JansonTextW01-55Roman', serif; font-size: 21px; line-height: 1.5; }

.section-community .section-head { margin-bottom: 34px; }
.section-community .section-head h2 { margin-bottom: 40px; }

.section-community .section-body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 0; }

.section-community .section-content { width: 49%; padding: 5px 0 0; /* border-top: 1px solid #1d1d1b; */ font-size: 17px; }
.section-community .section-content h2 { margin-bottom: 23px; }
.section-community .section-content p + p { margin-top: 27px; }

@media(max-width: 767px){

	.section-community { padding: 0 0 100px; }

	.section-community h2 { font-size: 19px; }
	
	.section-community .section-head,
	.section-community .section-head h2 { margin-bottom: 20px; }

	.section-community .section-body { display: block; }
	.section-community .section-aside { margin-bottom: 20px; }

	.section-community .section-content { font-size: 16px;border: 0px; }
}


/* ------------------------------------------------------------ *\
	Section Size image
\* ------------------------------------------------------------ */

.section--full_image { text-align: left; color: #1d1d1b; }

.section--full_image h2 {font-family: 'JansonTextW01-55Roman', serif;font-size: 21px;line-height: 1.4;margin-top: 61px;}

.section--full_image .section-head { margin-bottom: 34px; }
.section--full_image .section-head h2 {margin-bottom: 31px;}

.section--alt-bottom .section-head{
	margin-bottom: 100px;
}

@media(max-width: 767px){


	.section--full_image h2 { font-size: 19px;margin-top: 20px;  }

	.section--full_image .section-head,
	.section--full_image .section-head h2 { margin-bottom: 20px; }


}


/* ------------------------------------------------------------ *\
	Testimonial ALt
\* ------------------------------------------------------------ */

.testimonial-alt.font_same { font-size: 28px; }

/* ------------------------------------------------------------ *\
	Section Project Single
\* ------------------------------------------------------------ */

.section-project-single { text-align: left; padding: 131px 0 100px; }

@media(max-width: 767px){
	.section-project-single { padding-bottom: 25px; padding: 110px 0px 50px; }
}

/* ------------------------------------------------------------ *\
	Section Bottom
\* ------------------------------------------------------------ */

.section-bottom { padding: 0; }

/* ------------------------------------------------------------ *\
	Section News Alt
\* ------------------------------------------------------------ */

.section-news-alt .section-body { padding-top: 0; }

/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */

.section-article { text-align: left; padding: 175px 0 100px; }

.single .article h3{
	font-size: 17px;    line-height: 1.3;letter-spacing: 0px;
}


@media(max-width: 767px){
	.section-article { padding: 50px 0px 50px;  }
	.main{
		padding-top: 50px;
	}
}

/* ------------------------------------------------------------ *\
	Section Article Secondary
\* ------------------------------------------------------------ */

.section-article-secondary#section-primary {text-align: left;padding: 73px 0 86px;}

.section-article-secondary {text-align: left;padding: 93px 0 94px;}

@media(max-width: 767px){
	
	.section-article-secondary , .section-article-secondary#section-primary { padding: 26px 0 40px; }
	.section-article-secondary#section-primary{padding-bottom: 26px;}
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.article .article-aside { width: 307px; min-width: 307px; margin-right: 15px; padding-top: 131px; }
.article .article-aside .list-details { border-top: 1px solid #2b2b29; padding-top: 8px; }

.article .article-head { min-height: 131px; border-bottom: 1px solid #676766; margin-bottom: 12px; }

.article .article-content { width: 49%; font-family: 'JansonTextW01-55Roman', serif; font-size: 17px; color: #1d1d1b; }
.article .article-content img { margin: -4px 0 18px; }
.article .article-content p + img { margin: -5px 0 16px; }

.article .article-content h1 { font-size: 21px; line-height: 1.45; }
.article .article-content h2 { font-size: 21px; line-height: 1.45; margin-bottom: 23px; }
.article .article-content p { margin-bottom: 27px; }

.article .article-content .article-date { font-family: 'JansonTextW01-56Italic', sans-serif; font-size: 21px; color: #86754e; margin-bottom: 0;line-height: 1.45 }
.article .article-actions { padding-top: 17px; }
.article .article-actions a + a { margin-left: 19px; }

@media(max-width: 1023px){
	.article .article-aside { width: 250px; min-width: 250px; }
	.article .article-content { width: 60%; }
}

@media(max-width: 767px){
	.article .article-aside .list-details{
		border-top-width: 1px;    margin-top: 15px;
	}
	.article { position: relative; /* padding-bottom: 52px; */
		   -webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	}

	.article .article-aside { padding-top: 0;
		-webkit-box-ordinal-group: 2;
				   -ms-flex-order: 1;
				   			order: 1;
	}
	.article .btn { min-width: 156px; height: 36px; font-size: 10px; line-height: 34px; }
	.article .article-content img { margin-bottom: 22px; }
	.article .fileUpload{
		    margin: 0px 17px -2px 0px;
	}
	.article .article-head { min-height: 0; margin: 0 0 17px; border: 0; }
	.article .article-head h1 { margin-bottom: 1px; }

	.article .article-actions { /* position: absolute;  */width: 100%; bottom: 0; left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
		 justify-content: space-between;
	}
	.article .article-actions a + a { margin: 0; }

	.article .article-content h2 { margin-bottom: 20px; }
	.article .article-content p { margin-bottom: 20px; font-size: 16px; line-height: 1.43; }

	.article .article-content h2,
	.article .article-content .article-date,
	.article .article-head h1 { font-size: 19px; line-height: 1.4; }

	.article .article-content,
	.article .article-aside { min-width: 100%; }
}

/* ------------------------------------------------------------ *\
	Article Secondary
\* ------------------------------------------------------------ */
.article-body ul{
	padding: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.section .section-content.career_forms{
	padding: 40px 0px 0px;
}
.article-secondary h2 { font-family: 'JansonTextW01-55Roman', serif; font-size: 21px;line-height: 1.5 }

.article-secondary .article-head { margin-bottom: 40px; }

.article-secondary .article-head h5 { font-family: 'JansonTextW01-56Italic', sans-serif; font-size: 22px; color: #86754E; line-height: 1.2}
.article-secondary .article-head h2 { color: #86754e; }

.article-secondary .article-body { color: #1d1d1b; font-family: 'JansonTextW01-55Roman', serif; font-size: 17px; }
.article-secondary .article-content { width: 49%; }
.article-secondary img { width: 49%; margin-top: 8px;}
.article-secondary .article-content h2 { margin-bottom: 36px; line-height: 1.5; }
.article-secondary .article-content p + p { margin-top: 27px; }

.article-secondary .article-group + .article-group { margin-top: 100px; }
.article-secondary .article-group:after { content: ''; display: table; clear: both; }
.article-secondary .article-callout { position: relative; /* padding-top: 13px; */ }
.article-secondary .article-callout iframe{position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;z-index: 23
}
.article-secondary .article-callout h3 { font-size: 36px; color: #fff; position: absolute; top: 48%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translateX(-50%,-50%); max-width: 100%; letter-spacing: .04em; }
.article-secondary .article-callout img { width: 100%; }
.article-secondary .article-callout .link { position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); text-decoration: underline;}

.template-home .footer , .template-landing .footer{
	display: none;
}
.template-landing{
	overflow: hidden;
}
@media(max-width: 1024px){
	.article-secondary .article-content,
	.article-secondary img { width: 100%; float: none; }

	.article-secondary .article-content { margin-bottom: 25px; }

	.article-secondary .article-group + .article-group { margin-top: 50px; }
}

@media(max-width: 767px){

	.article-secondary h2 { font-size: 19px; }

	.article-secondary .article-head { margin-bottom: 20px; }
	.article-secondary .article-head h5 { font-size: 16px; }
	
	.article-secondary .article-content{margin-bottom: 0px;}
	.article-secondary .article-content p + p { margin-top: 20px; }
	.article-secondary .article-content h2 { margin-bottom: 20px; }
	
	.article-secondary .article-body { font-size: 16px; }

	.article-secondary .article-callout h3 { font-size: 22px; }
	.article-secondary .article-callout .link { bottom: 15px; }

	.article-secondary .article-group + .article-group { margin-top: 20px; }
	
	.article-secondary img.alignright , .article-secondary img.alignleft{display: none;}
	
}

/* ------------------------------------------------------------ *\
	Projects
\* ------------------------------------------------------------ */

.projects { list-style: none outside none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -13px; text-align: left; }
.projects .project {width: 33.33%;padding: 0 13px;margin-bottom: 24px;}

.project .project-image {margin-bottom: 9px;position: relative;}
.project .project-image img{width: 100%;}
.project .project-image:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: 0; transition: opacity .3s; }

.project:hover .project-image:before { opacity: .6; }

.project a {display: block;border-top: 3px solid #86754e;text-decoration: none;}
.project h5 { font-family: 'JansonTextW01-55Roman', serif; font-size: 20px; color: #1d1d1b; }
.project p { color: #86754e; font-size: 20px; font-family: 'JansonTextW01-56Italic', sans-serif; }

@media(max-width: 767px){
	.projects { display: block; }

	.projects .project { width: 100%; margin: 0; }
	.projects .project + .project { margin-top: 7px; }

	.project a { padding: 0 0 9px; border-width: 1px; }

	.project h5,
	.project p { font-size: 16px; }

	
}

/* ------------------------------------------------------------ *\
	Projects Secondary
\* ------------------------------------------------------------ */

.projects-secondary { margin: 0 -12px; padding-top: 8px; }
.projects-secondary .project { width: 50%; padding: 0 12px; margin-bottom: 34px; }

.project-secondary a { border-top-width: 4px; }

.project-secondary .project-content { position: relative; padding-right: 30px; }
.project-secondary .project-content i { position: absolute; top: 6px; right: 0; }
.project-secondary p { line-height: 1.25; }

.project-secondary .project-image { margin-bottom: 12px; }

/*
.project-secondary.blue a { border-top-color: #153e54; }
.project-secondary.blue p { color: #153e54; }
.project-secondary.blue svg path{ fill:#153e54 }


.project-secondary.red a { border-top-color: #733531; }
.project-secondary.red p { color: #733531; }
.project-secondary.red svg path{ fill:#733531 }

.project-secondary.brown a { border-top-color: #694a50; }
.project-secondary.brown p { color: #694a50; }
.project-secondary.brown svg path{ fill:#694a50 }

.project-secondary.green a { border-top-color: #324d37; }
.project-secondary.green p { color: #324d37; }
.project-secondary.green svg path{ fill:#324d37 }
*/
@media(max-width: 767px){

	.projects-secondary .project { width: 100%;margin-bottom: 9px; }
}

/* ------------------------------------------------------------ *\
	Project Single
\* ------------------------------------------------------------ */

.project-single .project-head { margin-bottom: 45px; }
.project-single .project-head h5 { font-family: 'JansonTextW01-55Roman', serif; font-size: 21px; color: #1d1d1b; line-height: 1; margin-bottom: 3px; }
.project-single .project-head h5 em { font-style: normal; font-family: 'JansonTextW01-56Italic', sans-serif; color: #86754e; }

.project-single .project-image { margin-bottom: 35px; position: relative; }
.project-single .project-image a { display: block; position: relative; }
.project-single .project-image a:not(:first-child) { position: absolute; opacity: 0; visibility: hidden; }
.project-single .project-image i { position: absolute; bottom: 20px; right: 20px; transition: bottom .3s, right .3s; }

.project-single .project-image a:before{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity .3s;
}

.project-single .project-image a:hover i { bottom: 25px; right: 25px; }
.project-single .project-image a:hover:before{
	    opacity: .5;
}
.project-single .project-body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.project-single .project-aside,
.project-single .project-content { border-top: 1px solid #595958; }

.project-single .project-aside { width: 24%; padding-top: 7px; }
.project-single .project-aside .list-details { margin-bottom: 58px; }

.project-single .project-content { width: 49%; padding: 6px 0 0; }
.project-single .project-content h5 { font-family: 'JansonTextW01-55Roman', serif; font-size: 21px; color: #1d1d1b; line-height: 1.5; margin-bottom: 23px; }
.project-single .project-content p { font-family: 'JansonTextW01-55Roman', serif; font-size: 17px; color: #1d1d1b; }
.project-single .project-content p + p { margin-top: 27px; }

.project-single .project-actions { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 43px; }
.project-single .project-actions a { width: 33.33%; max-width: 196px; min-width: 0; }
.project-single .project-actions a + a { margin-left: 24px; }

/* ------------------------------------------------------------ *\
	Project Single Alt
\* ------------------------------------------------------------ */

.project-single-alt .project-aside { min-width: 195px; width: 15%; }
.project-single-alt .project-content { height: 49%; }
.project-single-alt .project-inner { width: 32%; padding-top: 16px; }

@media(max-width: 1279px){
	.project-single .project-inner { display: none; }
}

@media(max-width: 1023px){
	.project-single .project-content { width: 60%; }
}

@media(max-width: 767px){
	.project-single { position: relative; padding-bottom: 51px; }

	.project-single .project-body { display: block; }
	
	.project-single .project-image { margin-bottom: 21px; }
	.project-single .project-aside { min-width: 100%;margin-bottom: 20px; }
	.project-single .project-aside img{display: none;}
	
	.project-single .btn { max-width: 100%; min-width: 134px; height: 30px; padding: 0 10px; font-size: 8px; line-height: 28px; }
	.project-single .project-aside .list-details { margin-bottom: 0; }

	.project-single .project-content { width: 100%; margin-bottom: 15px; padding: 0; border: 0; }
	.project-single .project-content h5 { font-size: 19px; line-height: 1.35; margin-bottom: 20px; }
	.project-single .project-content p { margin-bottom: 18px; font-size: 16px; line-height: 1.4; }

	.project-single .project-head { margin-bottom: 21px; }
	.project-single .project-head h5 { font-size: 17px; margin-bottom: 6px; }

	.project-single .project-actions { position: absolute; width: 100%; bottom: 0; left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
		 justify-content: space-between;
	}
	.project-single .project-actions a { width: auto; height: 36px; min-width: 156px;line-height: 34px; font-size: 10px; }
	
	
	.project-single .project-actions a + a { margin: 0; }

}


@media(max-width:480px){
	.project-single .project-actions a {  min-width: 126px; }
	.socials li + li { margin-left: 16px; }
}

/* ------------------------------------------------------------ *\
	Project Single Alt
\* ------------------------------------------------------------ */

.project-single-secondary .project-inner { padding-top: 0; }
.project-single-secondary .project-content { width: 49%; }

.project-single-secondary .project-inner,
.project-single-secondary .project-aside { width: 24%; }

.project-single-secondary .project-actions { border-top: 1px solid #525251; padding: 20px 0 0; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media(max-width: 767px){
	.project-single-secondary { padding-bottom: 90px; }

	.project-single-secondary .project-content { width: 100%; }
	.project-single-secondary .project-aside {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.project-single-secondary .project-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.project-single-secondary .project-body > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.project-single-secondary .project-actions { border: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.project-single-secondary .project-actions a { margin-bottom: 10px; }
}

/* ------------------------------------------------------------ *\
	Filters
\* ------------------------------------------------------------ */

.filters-wrapper {max-width: 858px;border-top: 1px solid #474645;border-bottom: 1px solid #474645;position: relative;margin-top: 35px;}
.divider_line {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #474645;
    top: 44%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }

.filters-wrapper-alt:before { display: none; }

.filters { min-width: 560px; display: table; }
.filters > h5 { display: none; }

.filters .filters-row { display: table-row; }

.filters h6,
.filters .checkbox {display: table-cell;padding-right: 20px;}

.filters h6 {font-family: 'Futura LT W01 Book', sans-serif;font-size: 15px;color: #1d1d1b;display: table-cell;vertical-align: middle;padding: 11px 0;width: 66px;letter-spacing: 0px;}

@media(min-width: 768px){

/* 	.filters .filters-row { display: block !important; } */
}

@media(max-width: 767px){

	.filters-wrapper { border-top-color: #86754E; border-bottom-color: #86754E; background: #fff;padding: 8px 0px; margin: 30px 0;}

	.filters { min-width: 0; display: block; }
	.filters > h5 { display: block; font-family: 'JansonTextW01-56Italic', sans-serif !important; color: #86754E; font-size: 14px; position: relative; }
	.filters > h5:before { content: ''; width: 10px; height: 10px; border-width: 1px 1px 0 0; border-style: solid; border-color: #86754e; position: absolute; top: 45%; right: 10px; transition: transform .3s;
	-webkit-transform: translateY(-50%) rotate(135deg);
	    -ms-transform: translateY(-50%) rotate(135deg);
	     -o-transform: translateY(-50%) rotate(135deg);
	        transform: translateY(-50%) rotate(135deg);
	    }
	.filters > h5.active:before {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		    -ms-transform: translateY(-50%) rotate(-45deg);
		     -o-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
	}

	.filters h6,
	.filters .checkbox{ display: block; }

	.filters .filters-row { display:none; border-top: 1px solid #86754E;    margin-top: 8px;font-family: 'JansonTextW01-55Roman', serif;}
	.filters .filters-row + .filters-row{margin-top: 0px;    margin-bottom: -8px;}
	.filters .filters-row .checkbox{padding: 8px 5px;border-top: 1px dotted #86754E;}
	.filters .filters-row .checkbox + .checkbox{margin-top: 0px;}
	
	.filters .checkbox + .checkbox { margin-top: 15px; }

	.divider_line { display: none; }
}

/* ------------------------------------------------------------ *\
	Filters Secondary
\* ------------------------------------------------------------ */

.filters-secondary {border-top: 1px solid #5b5b5a;border-bottom: 1px solid #5b5b5a;max-width: 195px;padding: 6px 0 20px;}
.filters-secondary h6 { font-family: 'Futura LT W01 Book', sans-serif; font-size: 15px; font-weight: 400; color: #1d1d1b; margin-bottom: 2px;letter-spacing: 0px; }

@media(max-width: 767px){
	.filters-secondary {padding: 8px 0;border-width: 1px;border-color: #9f9172;max-width: none;}
	.filters-secondary.filters-expanded ul {display: block;margin-top: 10px;}
	.filters-secondary.filters-expanded .filters-toggle:before {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.filters-secondary ul { display: none; }

	.filters-secondary .filters-toggle {position: relative;display: block;font-family: 'JansonTextW01-56Italic', serif;font-size: 16px;padding: 0 5px;color: #86754e;}
	.filters-secondary .filters-toggle:before { content: ''; position: absolute; width: 7px; height: 7px; top: 50%; right: 3px; margin-top: -6px; border-top: 1px solid #86754e; border-right: 1px solid #86754e;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		     -o-transform: rotate(135deg);
		        transform: rotate(135deg);
	}
}

/* ------------------------------------------------------------ *\
	Updates Secondary
\* ------------------------------------------------------------ */

.updates-secondary {list-style: none outside none;margin-bottom: 18px;}
.updates-secondary .update {border-top: 1px solid rgba(0,0,0,0.2);border-top: 1px solid #000;}
.updates-secondary a { text-decoration: none; display: block; padding: 3px 25px 29px 0; transition: background .3s; position: relative; }
.updates-secondary a:hover .sm-gold{ text-decoration: underline;}
.updates-secondary h6 { font-family: 'JansonTextW01-55Roman', serif; font-size: 21px; color: #1d1d1b; line-height: 1.5}
.updates-secondary .short_des h6 { font-size: 17px;}
.updates-secondary i { position: absolute; top: 8px; right: 0; }
.updates-secondary span {display: block;font-family: 'Futura LT W01 Book', sans-serif;font-size: 16px;color: #1d1d1b;letter-spacing: 0px;}
.updates-secondary span.sm-gold{
	margin-top: 31px;
	color: #86754e;
	font-size: 14px;
}
.updates-secondary .update-date {display: block;font-family: 'JansonTextW01-56Italic', sans-serif;color: #86754e;font-size: 21px;font-weight: 400;margin-bottom: 24px;line-height: 1.5}

.main-brown .updates-secondary .update{border-color:#694a50; }
.updates-secondary .brown span,
.updates-secondary .brown .update-date { color: #694a50; }

.main-green .updates-secondary .update{border-color:#324d37;}
.updates-secondary .green span,
.updates-secondary .green .update-date { color: #324d37; }


.main-red .updates-secondary .update{border-color:#733531;}
.updates-secondary .red span,
.updates-secondary .red .update-date { color: #733531; }

.main-blue .updates-secondary .update{border-color:#153e54;}
.updates-secondary .blue span,
.updates-secondary .blue .update-date { color: #153e54; }

@media(max-width: 767px){

	.updates-secondary h6 {font-size: 17px;line-height: 1.4;}
	.updates-secondary .update{       border-top-width: 1px;}
	.updates-secondary .update-date {font-size: 17px;margin-bottom: 5px;line-height: 1.4;}
	
	.updates-secondary span { font-size: 12px; }
	.updates-secondary span.sm-gold{margin-top: 12px}
/* 	.section-news .btn{display: none;} */
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico-pages { display: inline-block; vertical-align: middle; width: 40px; height: 30px; background: url(../images/ico-pages@2x.png) no-repeat center center; background-size: cover; }
.ico-suitcase { display: inline-block; vertical-align: middle; width: 23px; height: 24px; background: url(../images/ico-suitcase@2x.png) no-repeat center center; background-size: cover; }
.ico-dishes { display: inline-block; vertical-align: middle; width: 23px; height: 24px; background: url(../images/ico-dishes@2x.png) no-repeat center center; background-size: cover; }
.ico-globe { display: inline-block; vertical-align: middle; width: 23px; height: 24px; background: url(../images/ico-globe@2x.png) no-repeat center center; background-size: cover; }
.ico-sun { display: inline-block; vertical-align: middle; width: 23px; height: 24px; background: url(../images/ico-sun@2x.png) no-repeat center center; background-size: cover; }
.ico-general{display: inline-block;vertical-align: middle;width: 30px;height: 30px;}
.ico-general svg{width: 100%;height: auto;}
/* ------------------------------------------------------------ *\
	Section Pushed
\* ------------------------------------------------------------ */

.section-pushed { margin-top: 137px; }

@media(max-width: 767px){
	.section-pushed { margin-top: 147px; }
	.ico-general{width: 20px;height: 20px;display: none;}
}

/* ------------------------------------------------------------ *\
	Section Map
\* ------------------------------------------------------------ */

.section-map {padding: 38px 0 50px;}
.section-map.section-pushed{margin-top: 115px;}
.section-map:last-child { padding-bottom: 99px; }

.section-map + .section-map { border-top: 1px solid #1d1d1b; }

.section-map h3 { font-size: 21px; line-height: 1.45;}
.section-map h3 em { display: block; color: #86754e; font-family: 'JansonTextW01-56Italic', serif; font-style: normal; }
.section-map h3:not(:only-child) { margin-bottom: 14px; }

.section-map .section-content { float: right; width: 638px; font-family: 'Futura LT W01 Book', sans-serif; font-size: 15px; }
.section-map .section-filters { max-width: 196px; }

.section-map .section-group:after { content: ''; display: table; line-height: 0; clear: both; }
.section-map .section-group + .section-group {margin-top: 69px;}

.section-map .section-aside { float: left; width: 270px; font-size: 17px; }
.section-map .section-aside p {margin-bottom: 27px;}
.section-map .section-aside a { text-decoration: none; }
.section-map .section-aside [href^="mailto"] { font-family: 'JansonTextW01-56Italic', serif; color: #86754e; border-bottom: 1px solid #86754e;}
.section-map .section-aside [href^="mailto"]:hover { border-bottom: 1px solid #fff;}



@media(max-width: 1023px){
	.section-map .section-content { width: 450px; }
	.header.active .logo{
		visibility: hidden;opacity: 0;
	}
}

@media(max-width: 767px){
	.form-contact{padding-top: 3px;}
	.section-map { padding: 10px 0 5px; margin-right: 20px; margin-left: 20px; }
	.section-map:last-child { padding-bottom: 48px; }

	.section-map h3 {font-size: 19px;line-height: 1.4;}
	.section-map h3 em { margin-top: 3px; }
	.section-map h3:not(:only-child) { margin-bottom: 10px; }

	.section-map .shell { padding: 0; }
	.section-map .section-group + .section-group {margin-top: 15px;}
	.section-map .section-filters { max-width: 100%; margin: 19px 0 -3px; }

	.section-map .section-aside {margin-bottom: 11px;}
	.section-map .section-aside p {margin-bottom: 22px;font-size: 14px;line-height: 1.4;}
	.section-map .section-aside p:last-child { margin-bottom: 0; }
	.section-map .section-aside [href^="mailto"] {display: inline-block;margin-top: 0;text-decoration: none;border-bottom: 1px solid #fff;}
	
	.section-map .section-content { font-size: 14px; line-height: 1.4; }
	.section-map .section-content br { display: none; }

	.section-map .section-aside,
	.section-map .section-content { float: none; width: 100%; }

	/*  Modifier: Section Collapsed */

	.section-collapsed.section-expanded h3:not(:only-child) { margin-bottom: 10px; }
	.section-collapsed.section-expanded h3:not(:only-child):before {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.section-collapsed.section-expanded p { display: block; }

	.section-collapsed h3:not(:only-child) { position: relative; margin: 0; }
	.section-collapsed h3:not(:only-child):before { content: ''; position: absolute; width: 7px; height: 7px; top: 36%; right: 3px; margin-top: -13px; border-top: 1px solid #535353; border-right: 1px solid #535353;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		     -o-transform: rotate(135deg);
		        transform: rotate(135deg);
	}
	.section-collapsed p { display: none; }
}

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */

.map {height: 357px;}

@media(max-width: 767px){
	.map { display: none; }
}

/* ------------------------------------------------------------ *\
	MFP
\* ------------------------------------------------------------ */

.mfp-bg { background: #fff; opacity: .95; }
.mfp-wrap { overflow: hidden; }
.mfp-content { width: 100%; margin: 30px auto; }
.mfp-figure:after { display: none; }

img.mfp-img { padding: 65px 0 40px; /* max-height: 936px !important; max-width: 85%; */ }

button.mfp-arrow { width: 40px; height: 40px; opacity: 1; margin-top: -20px; background: url(../images/arrow-left.svg); transition: all 0.3s, }
button.mfp-arrow:hover{opacity: 0.5;}
.mfp-arrow:active { margin-top: -20px; }

button.mfp-arrow:before { width: 12px; height: 12px; border: 2px solid #86754e; border-top: 2px solid transparent; border-right: 2px solid transparent; position: absolute; top: 50%; left: 56%;  -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg);display: none;}

button.mfp-arrow-right:before { border: 2px solid #86754e; border-bottom: 2px solid transparent; border-left: 2px solid transparent; left: 44%; }
button.mfp-arrow-right{transform: rotate(180deg);}
.mfp-container { width: 78%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }

button.mfp-arrow:after { display: none; }

.mfp-arrow-left { left: -61px; }
.mfp-arrow-right { right: -61px; }

.mfp-counter {position: static;color: #1d1d1b;font-size: 15px;font-family: 'Futura LT W01 Book', sans-serif;line-height: 1;margin-top: 4px;letter-spacing: 3px;float: right;width: 50%;text-align: right;margin-top: 16px;}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a { margin: 0; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {opacity: 1;width: auto;height: auto;color: #1d1d1b;font-size: 28px;line-height: 1;font-weight: 500;right: -5px;top: -6px;cursor: pointer !important;}

.mfp-image-holder .mfp-close:hover , .mfp-iframe-holder .mfp-close:hover{ color: #86754er}

.mfp-bottom-bar { top: -7px; margin-top: 0; }

.mfp-title {font-family: 'JansonTextW01-55Roman', serif;color: #1d1d1b;font-size: 20px;line-height: 1;width: 50%;float: left;}
.mfp-title small { font-family: 'JansonTextW01-56Italic', sans-serif; color: #86754e; font-size: 20px; line-height: 1; margin-top: 4px; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: auto; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

.field-compact { display: block; width: 100%; height: 50px; border: 0; padding: 0 13px; font-family: 'JansonTextW01-55Roman', serif; font-size: 20px; background: #f1eeed; background: #fff;border: 1px solid #86754e;color: #86754e;}
.field-compact-textarea {height: 140px;padding-top: 10px;padding-bottom: 10px;resize: none;}

@media(max-width: 767px){
	.field-compact { height: 40px; padding: 0 8px; border: 1px solid #958664; font-size: 16px; color: #958664; background: none; }
	.field-compact-textarea { height: 109px; padding-top: 8px; padding-bottom: 8px; }
	.mfp-container{
		width: 90%;
	}
}

/* ------------------------------------------------------------ *\
	Form Contact
\* ------------------------------------------------------------ */

.form-contact .form-row + .form-row {margin-top: 25px;}
.form-contact .form-field { float: left; width: 50%; padding: 0 12px; }
.form-contact .form-actions {padding-top: 23px;}
.form-contact .form-actions p{
	    width: auto !important;
}
.form-btn { display: inline-block; min-width: 196px; height: 50px; padding: 0 15px; border: 1px solid #86754e; font-size: 13px; letter-spacing: 0.03em; line-height: 48px; text-transform: uppercase; background: none;float: left;
	-webkit-transition: color .3s, background .3s;
	     -o-transition: color .3s, background .3s;
	        transition: color .3s, background .3s;    font-family: 'Futura LT W01 Book', sans-serif;color: #86754e;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px 25px 1px 0px;
    display: inline-block;
    min-width: 196px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #86754E;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 48px;
    text-transform: uppercase;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-family: 'Futura LT W01 Book', sans-serif;color: #86754E;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
        position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.form-btn:hover ,.fileUpload:hover{ color: #86754E; background: rgba(133,117,78,0.25); }

.form-contact .form-fields { margin: 0 -12px; }
.form-contact .form-fields:after { content: ''; display: table; line-height: 0; clear: both; }

@media(max-width: 767px){
	.form-contact .form-field { float: none; width: 100%; }
	.form-contact .form-actions { padding-top: 9px; }
	.form-btn { height: 36px; min-width: 156px; line-height: 29px; border-color: #a69a7d; font-size: 10px; color: #a69a7d; }

	.form-contact .form-field + .form-field,
	.form-contact .form-row + .form-row { margin-top: 10px; }
	
	.logo svg {
	    width: 138px;
	    height: 30px;
	}
	.btn-menu span{
		width: 20px;
		top: 9px;
	}
	.btn-menu span:after{
		top:1px;
	}
	.footer{
		padding: 12px 0 12px;
	}
	.footer .logo-small{
		width: 22px;
		height: 28px;
	}
}
/*
.field-compact{
	background: #f3f0eb;
}
*/
.general_form .form-fields {
    margin: 0 -12px;
}
.general_form .form-field { float: left; width: 50%; padding: 0 12px; }
.general_form .form-row{
	margin-bottom: 15px;
	margin-top: 0px;display: table;
    width: 100%;
}
.white-popup-block h3{
	font-size: 20px;line-height: 1.35;color: #86754E;margin-bottom: 20px;
}
.white-popup-block .general_form{
	max-width: 638px;
	margin: auto;
	margin-top: -40px;
}
.general_form .form-btn{
	border: 1px solid #86754e;color: #86754e;
}
.center_v{
	position: relative;
	 top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
label.error{
	display: none !important;
}

.section-body--custom{
	margin-top: 4px;
/* 	margin-top: 25px; */
}
.fullscreen{
	    width: 100%;
    height: 80vh;
}
.form-footer-link{
	 font-size: 13px;
    color: #86754E;
    margin-top: 20px;
}

.form-footer-link a:hover {
	color: #000000;
}

.mandatory_text{
	font-size: 13px;
    color: #86754E;    display: inline-block;
    margin-left: 12px;letter-spacing: 0px;
}

.form-footer-link a{
	 color: #86754E;
    text-decoration: none;
}
.privacy_container{
	color: #fff;    margin-top: -5px;
}
.error{
	border: 1px solid #722e2c !important;
	color: rgba(114,46,44,1) !important;;
	background: rgba(114,46,44,0.3) !important;
}

.section-intro--fixed{
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
.main {
	background: #fff;
	min-height: calc(100vh - 63px );
}
.mfp-wrap{
	position: fixed !important;
}
.prefill_intro {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.watch_video{
	position: absolute;
    bottom: 35px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "JansonTextW01-56Italic";
    letter-spacing: 0;
    z-index: 123;
}
.watch_video:hover{
	text-decoration: underline;
}
.pagination{
	position: absolute;
	bottom: 63px;
	width: 100%;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pagination ul li{display: inline-block;}
.pagination ul li a{display: block;border-radius: 50%;height: 9px;width: 9px;background: #86754e;}
.main-red .pagination ul li a{ background: #733531;}
.thankyou{
	width: 100%;
    display: table;
    padding-top: 10px;     font-family: "JansonTextW01-56Italic";   color: #86754e;    font-size: 18px;
}
.article .article-content p{
	display: inline-block;width: 100%;
}
.single--goldenage_careers .article h3{
	font-size: 20px;margin-bottom: 20px;
}
.single--goldenage_careers .article-body ul{
	    margin-left: 21px;    margin-bottom: 73px;
}


@media(max-width: 767px){
	.fullscreen{
		height: 90vh;
	}
	.privacy_container{
		margin-top: -2px;
	}
	.short_des{
		display: none;
	}
	.project a{
		border-width: 1px;
	}
	.mfp-counter{
		    letter-spacing: 0px;    margin-top: 13px;    width: 30%;
	}
	.mfp-wrap{
		top:0px !important;
	}
	.mfp-title{
		width: 70%;
	}
	.mfp-bg{
		opacity: 0.97;
	}
	.filters-secondary .filters-toggle{
		margin-bottom: 0px;
	}
	.filters h5 , .filters h6{padding-left: 5px;font-family: 'JansonTextW01-55Roman', serif;color: #86754E;font-size: 16px;}
	.filters h6{padding: 8px 5px;width: 100%;}
	.checkbox label{font-family: 'JansonTextW01-55Roman', serif;color: #86754E;}
	.filters-row .checkbox label:before{
		box-shadow: inset 0 0 0 3px #fff;
		-webkit-box-shadow: inset 0 0 0 3px #fff;
		    border: 1px solid #86754E;
	}
	.filters-row .checkbox input:checked ~ label:before{
		background: #86754E;
	}
	.list-checkboxes .checkbox label:before{
		display: none;
	}
	.single .mfp-content{
		height: 88vh;
	}
	.single .mfp-content .mfp-figure , .single .mfp-content .mfp-figure figure{
		height: 100%;
	}
	 .single .mfp-content .mfp-figure figure img.mfp-img{
		position: relative;
		 top: 50%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);padding: 30px 0 40px;
	}
	.section-map.section-pushed{
		margin-top: 39px;
	}
	.mfp-close-btn-in .mfp-close{
		color: #000;
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 36px;
		    top: -12px;
			right: -5px;
	}
	.general_form .form-field{
		width: 100%;
	}
	.white-popup-block h3{
		font-size: 17px;
	}
	.general_form .form-row{
		margin-bottom: 10px;
	}
	.general_form .form-row--double{
		margin-bottom: 10px;
	}
	.general_form .form-field{
		margin-bottom: 10px;
	}
	.general_form .form-field:last-of-type {
		margin-bottom: 0px;
	}
	.form-footer-link{
		font-size: 12px;
		margin-top: 13px;
	}
	.mandatory_text{
		margin-top: 15px;
		margin-left: 0px;
		width: 100%;
	}
	.nav_arrow{
		position: absolute;width: 50px;height: 100%;
		right: 0px;z-index: 2;top:0px;
	}
	.project-secondary p br{display: none;}
	.project-secondary .project-content{padding-right: 0px;}
	.project-secondary .project-content i{display: none;}
}

.animated {
    opacity: 1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

 .animations {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

div.wpcf7 .ajax-loader{
	    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: 0px;
    display: none !important;
}
.form-contact p{
	margin: 0px !important;
}
.wpcf7-form-control-wrap.attach{
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
div.wpcf7-response-output{
	margin: 20px 0;
    padding: 0;
    float: left;
    width: 100%;
    border: 0px;    color: #86754e;
    font-family: 'JansonTextW01-56Italic', serif;
}
.attach span.wpcf7-not-valid-tip{
	top:16px;
	position: relative;
	
}
#register-form form.sent input{
	display: none;
}
#register-form form.sent .form-actions {
	display: none;
}
#register-form form.sent div.wpcf7-response-output{
	font-size: 24px;
}
div.wpcf7-response-output{
	font-size: 12px;
}
span.wpcf7-not-valid-tip{
	font-size: 12px;
}
.carousel-image{
	position: relative;
}
.carousel-image a:not(:first-child){
	position: absolute;
    opacity: 0;
    visibility: hidden;
}
.carousel-image i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: bottom .3s, right .3s;
}
