/*
 Theme Name:   Chelten House
 Theme URI:    
 Description:  Stark Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     stark
 Version:      1.0.0
 Text Domain:  stark-child
*/
/* Nothing should need to be imported, it will import automatically through the parent theme */
/** Generic style **/

* {
	max-height: 100000px;
}

body {
	margin: 0;
	color: #000;
	font: 17px/24px 'Roboto Slab',serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 1500px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out ;
}

input,textarea,select {
	font: 100% 'Roboto Slab',serif;
	vertical-align: middle;
	color: #000;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

header,footer,article,section,hgroup,nav,figure,aside {
	display: block;
}

input[type="text"],input[type="password"],input[type="file"],input[type="submit"],input[type="search"],input[type="email"],textarea {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
}

input[type="submit"]:hover {
	cursor: pointer;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1500px;
	margin: 0 auto;
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

/* Style of header */
#header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9900099;
	background: #fff;
	background: rgba(255,255,255,.65);
}

.header-top {
	background: #7c2430;
	position: relative;
	padding: 10px 0;
}

.header-top ul {
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 16px;
	line-height: 20px;
}

.header-top ul li {
	float: left;
	padding: 0 14px;
	position: relative;
}

.header-top ul li:after {
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 1px;
	width: 2px;
	content: "";
	background: #fff;
}

.header-top ul li:first-child:after {
	display: none;
}

.header-top ul li a {
	color: #fff;
}

.header-top ul li a:hover {
	text-decoration: underline;
}

.header-content {
	padding: 10px 0 15px;
}

.logo {
	float: left;
	margin: 0 0 0 24px;
}

.logo img {
	display: block;
}

#nav {
	float: right;
	padding: 15px 10px 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
}

#nav ul li {
	float: left;
	padding: 0 13px;
	position: relative;
}

#nav ul li:after {
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 1px;
	width: 2px;
	content: "";
	background: #000;
}

#nav ul li:first-child:after {
	display: none;
}

#nav ul li a {
	color: #000;
}

#nav ul li a br, .footer-nav ul li a br {
	display: none;
}

#nav ul li.current-menu-item a,#nav ul li a:hover,#nav ul li.current-menu-ancestor a {
	color: #7c2430;
}

.visual {
	position: relative;
	overflow: hidden;
}

.home .visual {
	max-height: 1200px;
}

.visual.inner {
	max-height: 750px;
	top: 40px;
	margin-bottom: 40px;
}

body:not(.home) .visual img {
	display: block;
	width: 100%;
	height: auto;
}

/*.home .visual img {
	display: none;
}*/

#content img {
	max-width: 100%;
	height: auto;
}

#content img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

#gform_wrapper_1 {
    /*background: url(images/img59.jpg) no-repeat;
    background-size: cover;*/
    max-width: 1076px;
    margin: 0 auto;
    position: relative;
}

#gform_wrapper_1.gform_wrapper .gfield_label {
	background: transparent;
}

#gform_wrapper_1 form {
    max-width: 822px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

#gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield {
	color: white;
	margin: 0 !important
}

#gform_wrapper_1 input[type="text"], #gform_wrapper_1 input[type="password"], #gform_wrapper_1 input[type="file"], #gform_wrapper_1 input[type="search"], #gform_wrapper_1 input[type="email"], #gform_wrapper_1 textarea, #gform_wrapper_1 select {
	padding: 8px !important
}

#gform_wrapper_1.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	margin: 0 !important;
	line-height: 2em !important
}

#field_1_2, #field_1_3 {
	float: left;
	width: 50%;
	clear: none;
}

#gform_wrapper_1 .gform_footer {
    float: right;
    position: relative;
    width: 239px;
    padding: 8px 6px;
    background: #8fbb63;
}

#gform_wrapper_1 .gform_footer input[type="submit"] {
    float: right;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #8fbb63;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 100% !important;
    position: relative;
    z-index: 9;
	margin:0 !important;
}
.gform_wrapper .gform_footer { margin-top:26px !important;}
#gform_wrapper_1 .gform_footer:after {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 7px;
    bottom: 7px;
    content: "";
    border: 1px solid #e0ecd4;
}

#gform_wrapper_1 .gform_footer:hover, #gform_wrapper_1 .gform_footer:hover input[type="submit"] {
    background: #2c5592;
}

#gform_wrapper_1.gform_wrapper li.gfield.gfield_error {
    background-color: rgba(255, 255, 255, 0.73) !important;
    padding: 10px !important;
}

#gform_wrapper_1.gform_wrapper div.validation_error {
	color: white !important;
	border-color: white !important
}

.content-column img {
	max-width: 90% !important;
	height: auto;
	margin: 0 auto;
}

#content .content-column p {
	letter-spacing: 0;
}

#content hr {
	position: relative;
    color: rgba(0, 0, 0, 0);
    margin: 50px 56px;
    border-top: 1px solid #adadad;
    padding: 0;
    clear: both;
}

#content hr:before {
    position: absolute;
    left: -57px;
    top: -23px;
    content: "";
    background: url(images/bg-separator.png) no-repeat;
    width: 46px;
    height: 46px;
}

#content hr:after {
    position: absolute;
    right: -57px;
    top: -23px;
    content: "";
    background: url(images/bg-separator.png) no-repeat 0 -59px;
    width: 46px;
    height: 46px;
}

.visual video {
	width: 100%;
}

.visual .caption {
	position: absolute;
	left: 0;
	top: 59px;
	bottom: 0;
	z-index: 9999;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.visual .span1 {
	font-size: 36px;
	line-height: 40px;
	display: block;
	margin: 0 0 40px;
	letter-spacing: 18px;
	padding: 0 0 0 18px;
}

.visual h1 {
	font-family: 'Intro-Rust-G-Base-2-Line';
	font-size: 100px;
	line-height: 110px;
	text-transform: uppercase;
	font-weight: 400;
}

.visual .span2 {
	font-size: 61px;
	line-height: 66px;
	font-family: 'intro_script_rh2_base';
	display: block;
	position: relative;
	letter-spacing: 5px;
}

.visual .span2:before {
	position: absolute;
	left: 50%;
	top: -2px;
	background: #fff;
	height: 2px;
	width: 1034px;
	margin: 0 0 0 -517px;
	content: "";
}

.visual .span2:after {
	position: absolute;
	left: 50%;
	bottom: -8px;
	background: #fff;
	height: 2px;
	width: 1034px;
	margin: 0 0 0 -517px;
	content: "";
}

.section {
	position: relative;
	margin: -35px 0 33px;
}

.section .box-holder {
	text-align: center;
}

.section .box {
	display: inline-block;
	vertical-align: top;
	width: 29.8%;
	position: relative;
	color: #000;
	margin: 0 18px;
}

.section .box img {
	display: block;
	width: 100%;
	height: auto;
}

.section .box .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.section .box:hover img {
	opacity: 1;
}

.section .box:hover .overlay {
	background: none;
}

.section .box .overlay .inner {
	border: 2px solid #050505;
	position: absolute;
	left: 31px;
	top: 31px;
	bottom: 30px;
	right: 30px;
	padding: 51px 20px 30px;
	text-align: center;
}

.section .box:hover .overlay .inner {
	border-color: #fff;
}

.section .box .title {
	display: block;
	font-size: 0;
	line-height: 0;
	background: url(images/text1.png) no-repeat;
	width: 261px;
	height: 47px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 3px;
	margin: 0 auto 26px;
}

.section .box:hover .title {
	background-position: 0 -50px;
}

.section .box.add1 .title {
	background: url(images/text2.png) no-repeat;
	width: 342px;
	height: 72px;
	margin-bottom: 1px;
}

.section .box.add1:hover .title {
	background-position: 0 100%;
}

.section .box.add .title {
	background: url(images/text3.png) no-repeat;
	width: 248px;
	height: 42px;
}

.section .box.add:hover .title {
	background-position: 0 -44px;
}

.section .box h2 {
	font-family: 'intro_script_rh2_base';
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	margin: 0 0 62px;
}

.section .box:hover h2 {
	color: #fff;
}

.btn {
	display: block;
	margin: 0 auto;
	font-size: 15px;
	line-height: 43px;
	height: 43px;
	text-align: center;
	border: 2px solid #000;
	width: 179px;
	letter-spacing: 2px;
}

.btn:hover {
	background: #fff;
}

.section .box:hover .btn {
	border-color: #fff;
	color: #fff;
}

.section .box:hover .btn {
	background: #ccc;
	color: #000;
}

.section .box:hover {
	color: #fff;
}

.section .box.add .title {
	margin: 0 auto 30px;
}

.section .box.add h2 {
	margin: 0 0 20px;
}

.section2 {
	position: relative;
}

.section2 img {
	display: block;
    height: auto;
    max-height: 660px;
    object-fit: cover;
    width: 100%;
}

.section2 .caption {
	position: absolute;
	left: 55px;
	top: 39px;
	bottom: 49px;
	right: 45px;
}

.section2 .container {
	height: 100%;
	position: relative;
}

.section2 .inner {
	position: relative;
	background: url(images/bg-frame.png) no-repeat;
	background-size: 100% 100%;
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
}

.section2 .inner2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 96px 0 0;
	position:relative
}

.section2 strong {
	font-size: 78px;
	line-height: 82px;
	font-family: 'intro_script_rh2_base';
	display: block;
	margin: 0 0 20px;
	font-weight: 400;
}

.section2 h2 {
	font-weight: 400;
	font-size: 83px;
	line-height: 100px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Intro-Rust-G-Base-2-Line';
	margin: 0 0 92px;
}

.section2 .btn {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -172px;
	width: 344px;
	height: 72px;
	line-height: 69px;
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	border: none;
	bottom:-24px
}

.section2 .btn:hover {
	background: #7e2530;
	color: #fff;
}

.section2 .btn:hover:after {
	border-color: #fff;
}

.section2 .btn:after {
	position: absolute;
	left: 9px;
	top: 9px;
	bottom: 9px;
	right: 8px;
	border: 1px solid #000;
	content: "";
}

.section3 {
	text-align: center;
	color: #fff;
	position: relative;
}

.section3 img {
	display: block;
	width: 100%;
	height: auto;
}

.section3 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.section3 .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.section3 h2 {
	text-transform: uppercase;
	font-size: 91px;
	line-height: 102px;
	color: #fff;
	margin: 0;
	font-family: 'intro_head_rbase';
	padding: 6px 0 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #000,-1px -1px 0 #000;
}

.section4 {
	position: relative;
}

.section4 .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.section4 img {
	display: block;
	width: 50%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.section4 .description {
	background: url(images/bg-box.jpg) no-repeat #7a242f 50% 50%;
	background-size: cover;
	float: right;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #e7c79f;
}
.section4 .description .sec-fp {
	position:relative;
	padding: 100px 23px;
	height:100%;
}
.section4 .description .sec-fp:before {
	position: absolute;
	left: 33px;
	top: 30px;
	bottom: 38px;
	right: 32px;
	content: "";
	border: 3px solid #95494e;
}

.section4 .description .sec-fp:after {
	position: absolute;
	left: 24px;
	top: 21px;
	bottom: 30px;
	right: 23px;
	content: "";
	border: 5px solid #93484d;
}

.section4 .corner1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section4 .corner1:before {
	position: absolute;
	left: 24px;
	top: 21px;
	content: "";
	background: url(images/sprite.png) no-repeat;
	width: 37px;
	height: 37px;
}

.section4 .corner1:after {
	position: absolute;
	right: 23px;
	top: 21px;
	content: "";
	background: url(images/sprite.png) no-repeat -42px 0;
	width: 37px;
	height: 37px;
}

.section4 .corner2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section4 .corner2:before {
	position: absolute;
	left: 24px;
	bottom: 30px;
	content: "";
	background: url(images/sprite.png) no-repeat -84px 0;
	width: 37px;
	height: 37px;
}

.section4 .corner2:after {
	position: absolute;
	right: 23px;
	bottom: 30px;
	content: "";
	background: url(images/sprite.png) no-repeat -126px 0;
	width: 37px;
	height: 37px;
}

.section4 .description .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.section4 .description .inner2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 75px 27px;
}

.section4 .description h2,.section4 .description p,.section4 .description a {
	position: relative;
	z-index: 9;
	color: #e7c79f;
}

.section4 .description h2 {
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	font-family: 'Intro-Rust-G-Base-2-Line';
	color: #e7c79f;
	margin: 0 0 31px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
}

.section4 .description p {
	margin: 0 0 45px;
	font-weight: 300;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.section4 .description .btn {
	text-transform: uppercase;
	border-color: #e7c79f;
	width: auto;
	height: 47px;
	line-height: 45px;
	font-size: 20px;
	display:table;
	padding: 0 20px;
	letter-spacing: 1px;
}

.section4 .description .btn:hover {
	color: #000;
}

.section5 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.section5 img {
	display: block;
	width: 50%;
}

.section5 .description {
	background: url(images/bg-box2.jpg) no-repeat #bf5e0b 50% 50%;
	background-size: 100% 100%;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 100px 23px;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #e7c79f;
}

.section5 .description:before {
	position: absolute;
	left: 33px;
	top: 30px;
	bottom: 38px;
	right: 32px;
	content: "";
	border: 3px solid #ce792d;
}

.section5 .description:after {
	position: absolute;
	left: 24px;
	top: 21px;
	bottom: 30px;
	right: 23px;
	content: "";
	border: 5px solid #ce792d;
}

.section5 .corner1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section5 .corner1:before {
	position: absolute;
	left: 24px;
	top: 21px;
	content: "";
	background: url(images/sprite.png) no-repeat 0 -49px;
	width: 37px;
	height: 37px;
}

.section5 .corner1:after {
	position: absolute;
	right: 23px;
	top: 21px;
	content: "";
	background: url(images/sprite.png) no-repeat -42px -49px;
	width: 37px;
	height: 37px;
}

.section5 .corner2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section5 .corner2:before {
	position: absolute;
	left: 24px;
	bottom: 30px;
	content: "";
	background: url(images/sprite.png) no-repeat -84px -49px;
	width: 37px;
	height: 37px;
}

.section5 .corner2:after {
	position: absolute;
	right: 23px;
	bottom: 30px;
	content: "";
	background: url(images/sprite.png) no-repeat -126px -49px;
	width: 37px;
	height: 37px;
}

.section5 .description .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.section5 .description .inner2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 60px 15px;
}

.section5 .description h2,.section5 .description p,.section5 .description a {
	position: relative;
	z-index: 9;
	color: #e7c79f;
}

.section5 .description h2 {
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	font-family: 'Intro-Rust-G-Base-2-Line';
	color: #e7c79f;
	margin: 0 0 30px;
	letter-spacing: 3px;
	font-weight: 400;
	text-align: center;
}

.section5 .description p {
	margin: 0 0 46px;
	font-weight: 300;
	word-spacing: 2px;
	letter-spacing: 1px;
}

.section5 .description .btn {
	text-transform: uppercase;
	border-color: #e5be93;
	width: 242px;
	height: 47px;
	line-height: 45px;
	font-size: 20px;
	letter-spacing: 1px;
}

.section5 .description .btn:hover {
	color: #000;
}

.section6 {
	position: relative;
}

.section6 img {
	display: block;
    height: auto;
    max-height: 1000px;
    object-fit: cover;
    width: 100%;
}

.section6 .caption {
	position: absolute;
	left: 0;
	top: 83px;
	bottom: 0;
	right: 0;
}

.section6 .description {
	float: right;
	width: 63.5%;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	box-sizing: border-box;
	padding: 0 8% 0 0;
}

.section6 .description h2 {
	text-transform: uppercase;
	font-family: 'Intro-Rust-G-Base-2-Line';
	font-weight: 400;
	font-size: 80px;
	line-height: 85px;
	position: relative;
	padding: 0 0 4px;
	margin: 0 0 21px -4px;
}

.section6 .description p {
	margin: 0;
}

.section6 .description h2:after {
	position: absolute;
	background: url(images/separator.png) repeat-x;
	height: 6px;
	bottom: -6px;
	content: "";
	left: 4px;
	right: 0;
	padding: 0 9999px 0 0;
	margin: 0 -9999px 0 0;
}

.section7 {
	background: url(images/bg-box3.jpg) repeat-x #72984b;
	padding: 66px 0 95px;
}

.section7 h2 {
	text-align: center;
	color: #fff;
	font-family: 'intro_head_rbase';
	font-size: 72px;
	line-height: 76px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 10px;
	margin: 0 0 120px;
}

.section7 .block-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.section7 .block {
	float: left;
	margin: 0 0 0 61px;
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
	width: 20.1%;
	position: relative;
	padding: 0 0 13px;
}

.section7 .block:first-child {
	margin-left: 47px;
}

.section7 .block .img {
	display: block;
	margin: -71px auto 0;
	position: relative;
	z-index: 99;
	text-align: center;
}

.section7 .block:before {
	position: absolute;
	left: -2px;
	width: 70px;
	top: -2px;
	background: #fff;
	content: "";
	height: 2px;
}

.section7 .block:after {
	position: absolute;
	right: -2px;
	width: 65px;
	top: -2px;
	background: #fff;
	content: "";
	height: 2px;
}

.section7 .block.add2:before {
	width: 82px;
}

.section7 .block.add2:after {
	width: 82px;
}

.section7 .block.add3:before {
	width: 50px;
}

.section7 .block.add3:after {
	width: 50px;
}

.section7 .block .span:before {
	position: absolute;
	left: -18px;
	width: 18px;
	bottom: 15px;
	background: #fff;
	content: "";
	height: 2px;
}

.section7 .block .span:after {
	position: absolute;
	right: -21px;
	width: 21px;
	bottom: 15px;
	background: #fff;
	content: "";
	height: 2px;
}

.section7 .block h3 {
	text-align: center;
	margin: 0 0 29px;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: 400;
	font-family: 'intro_script_rh2_base';
}

.section7 .block.add3 .img {
	margin-bottom: 19px;
}

.section7 .block .span {
	position: absolute;
	bottom: -17px;
	left: 16px;
	right: 19px;
	border: 2px solid #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

#footer {
	position: relative;
	background: url(images/bg-footer.jpg) no-repeat;
	background-size: cover;
	padding: 62px 0;
}

#footer a:hover {
	text-decoration: underline;
}

.logo2 {
	position: relative;
	text-align: center;
	margin: 0 0 37px;
}

.logo2 img {
	display: inline-block;
	vertical-align: top;
}

.footer-nav {
	position: relative;
	margin: 0 0 25px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 18px;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 14px;
	position: relative;
}

.footer-nav ul li:after {
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 2px;
	content: "";
	width: 2px;
	background: #fff;
}

.footer-nav ul li:first-child:after {
	display: none;
}

.footer-nav ul li a {
	color: #fff;
}

.location {
	color: #fff;
}

.location h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px;
	letter-spacing: 1px;
}

.location ul {
	margin: 0 0 17px;
	padding: 0;
	list-style: none;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
}

.location ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 9px 0 11px;
}

.location ul li:after {
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 3px;
	content: "";
	width: 2px;
	background: #fff;
}

.location ul li:first-child:after {
	display: none;
}

.location ul li a {
	color: #fff;
}

.copy {
	display: block;
	text-align: center;
	margin: 0 0 18px;
	color: #aaa9a9;
	font-size: 12px;
	line-height: 15px;
}

.des {
	display: block !important;
}

.mob {
	display: none !important;
}

#content {
	padding: 71px 62px 60px 60px;
	font-size: 20px;
	line-height: 33px;
	font-weight: 300;
}

/*.visual.inner .caption {
	top: -92px;
}
*/

.visual.inner .caption h1 {
	margin-bottom: 0;
}

#content p {
	margin: 0 0 32px;
	letter-spacing: 1.5px;
}

#content p:empty {
	display: none;
}

#content h1 {
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 39px;
}

#content .alignleft {
	float: left;
	background: #e2e2e2;
	margin: 6px 60px 50px 0;
	max-width: 44%;
}

#content .alignright img,#content .alignleft img {
	width: 100%;
	height: auto;
	display: block;
}

#content .alignright {
	float: right;
	margin: 6px 0 50px 60px;
	max-width: 44%;
}

#content .content-column .alignleft, #content .content-column .alignright {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

#content h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 1em;
	/*text-transform: uppercase;*/
	/*color: #9b2901;*/
	letter-spacing: 2px;
}

#content h3 {
	font-size: 25px;
	line-height: 34px;
	margin: 0 0 10px;
	/*color: #e08901;*/
	letter-spacing: 2px;
}

input[type="text"],input[type="password"],input[type="file"],input[type="search"],input[type="email"],textarea,select {
	border: 1px solid #c5c5c5;
	margin: 15px 0 0;
}

input[type="submit"] {
	border: 0;
	display: block;
	background: #7c2430;
	color: white;
	font-size: 15px;
	height: 43px;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: center;
	width: 179px !important;
}

input[type="submit"]:hover {
	background: #CCC;
}

.gform_wrapper .gfield_label {
	left: 0;
	padding-left: 0;
}

.flip-container1:hover .flipper,.flip-container1.hover .flipper,.flip-container2:hover .flipper,.flip-container2.hover .flipper,.flip-container3:hover .flipper,.flip-container3.hover .flipper,.flip-container4:hover .flipper,.flip-container4.hover .flipper,.flip-container5:hover .flipper,.flip-container5.hover .flipper {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}


.contact-box {
    background:url(images/img59.jpg) no-repeat;
    max-width:1076px;
    margin:0 auto;
    position:relative;
}
.contact-box:after {
    position:absolute;
    left:33px;
    top:19px;
    content:"";
    right:33px;
    bottom:30px;
    background:url(images/bg-frame4.png) no-repeat;
    background-size:100% 100%;
}
.contact-box .inner {
    max-width:822px;
    margin:0 auto 0;
    overflow:hidden;
    position:relative;
    z-index:9;
    padding:61px 0 77px;
}
/* flip the pane when hovered */
.img-frame:after {
    background: url(images/bg-frame2.png) no-repeat;
	background-size:100% 100%;
    bottom: 10px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 10px;
}
.img-frame-simple:after {
    background: url(images/bg-frame2.png) no-repeat;
	background-size:97% 100%;
    bottom: 6px;
    content: "";
    left: 8px;
    position: absolute;
    right: 1px;
    top: 6px;
}
.img-frame.add:after {
    background: url(images/bg-frame3.png) no-repeat;
	background-size:100% 100%;
}
.img-frame-simple {
	position:relative;
	margin:0 13px
}
.img-frame-simple img{ max-width:100% !important}
.img-frame {
	background:none;
	position:relative;
    float: left;
    margin: 6px 60px 50px 0;
    max-width: 44%;
}
.img-frame.flright{float: right;
    margin: 6px 0 50px 60px;}
.img-frame img{ width:100% !important; margin:0 !important; float:none !important; max-width:100% !important}
figure{ background:none !important}
.btm-photo-nav{}
.imgf2{float:none !important; width:auto !important;max-width:none !important}




/* new page */
.container2 {
	max-width: 1140px;
}
.clara-section1 {
	position: relative;
	padding-bottom: 90px;
	border-bottom: 1px solid #7f7f7f;
	display: flex;
	align-items: center;
	padding-top: 22px;
}
.clara-section1:before {
	content: '';
	position: absolute;
	width: 258px;
	height: 260px;
	top: -23px;
	left: -71px;
	background: url('images/lemon-ico.png');
	z-index: -1;
}
.clara-section1 .cont-holder {
	margin-left: 48px;
}
.clara-section1 .cont-holder h2 {
	font-size: 30px;
	margin-bottom: 4px !important;
	font-weight: bold;
	color: #9b2901;
	position: relative;
	top: -16px;
}
.clara-section1 .cont-holder p {
	font-size: 14px;
	line-height: 26px;
}
.clara-section2 {
	padding: 102px 0 62px;
	border-bottom: 1px solid #7f7f7f;
}
.clara-section2 h2 {
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #9b2901;
}
.clara-section2--left__box {
	margin-bottom: 31px;
}
.clara-section2--left__box h3 {
	font-size: 14px !important;
	line-height: 15px !important;
	margin-bottom: 8px !important;
	font-weight: bold;
	color: #9b2901;
	margin-top: 0;
	letter-spacing: 1px;
}
.clara-section2--left__box h4 {
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 15px !important;
	color: #010100;
	margin-top: 0;
	letter-spacing: 1px;
}
.clara-section2--left__box ul {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	color: #010100;
	list-style: none;
}
.clara-section2--left__box ul li {
	margin-bottom: 0;
	position: relative;
}
.box_first ul li {
	margin-bottom: 23px;
	position: relative;
}
.clara-section2--left__box ul li:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #000;
}
.clara-section2-columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clara-section2--left,
.clara-section2--right {
	width: calc(50% - 37px);
}
.clara-section3 {
	padding: 94px 0 89px;
	border-bottom: 1px solid #7f7f7f;
}
.clara-section4 {
	padding: 93px 0 80px;
	position: relative;
}
.clara-section4:before {
	content: '';
	position: absolute;
	width: 298px;
	height: 280px;
	top: -85px;
	right: 0;
	background: url('images/lemon-ico.png');
	background-size: 100% 100%;
}
.clara-section3 h2,
.clara-section4 h2 {
	font-size: 30px;
	margin-bottom: 19px !important;
	font-weight: bold;
	color: #9b2901;
}
.clara-section3 ul {
	max-width: 430px;
}
.clara-section3 ul,
.clara-section4 ul {
	margin: 0 0 0 13px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	color: #010100;
	list-style: none;
}
.clara-section3 li {
	line-height: 25px;
  position: relative;
  letter-spacing: 0.9px;
}
.clara-section3 li strong {
	font-size: 14px;
  letter-spacing: 1.1px;
}
.clara-section4 li {
	line-height: 20px;
  position: relative;
  letter-spacing: 1px;
}
.clara-section3 li:before,
.clara-section4 li:before {
	content: '';
	position: absolute;
	left: -13px;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #000;
}
.clara-section1 .img-holder img {
	max-width: 470px !important;
	height: 471px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

/* START: Accommodating for IE */
	.flip-container:hover .back, .flip-container.hover .back {
	    -webkit-transform: rotateY(0deg);
	    -moz-transform: rotateY(0deg);
	    -o-transform: rotateY(0deg);
	    -ms-transform: rotateY(0deg);
	    transform: rotateY(0deg);
	}

	.flip-container:hover .front, .flip-container.hover .front {
	    -webkit-transform: rotateY(-180deg);
	    -moz-transform: rotateY(-180deg);
	    -o-transform: rotateY(-180deg);
	    transform: rotateY(-180deg);
	}

	.flip-container1:hover .flipper,.flip-container1.hover .flipper,.flip-container2:hover .flipper,.flip-container2.hover .flipper,.flip-container3:hover .flipper,.flip-container3.hover .flipper,.flip-container4:hover .flipper,.flip-container4.hover .flipper,.flip-container5:hover .flipper,.flip-container5.hover .flipper {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
		
}



.flip-container1 .flip-container,.flip-container1 .front,.flip-container1 .back {
	width: 225px;
	height: 237px;
}

.flip-container2 .flip-container,.flip-container2 .front,.flip-container2 .back {
	width: 177px;
	height: 239px;
}

.flip-container3 .flip-container,.flip-container3 .front,.flip-container3 .back {
	width: 143px;
	height: 237px;
}

.flip-container4 .flip-container,.flip-container4 .front,.flip-container4 .back {
	width: 223px;
	height: 263px;
}

.flip-container5 .flip-container,.flip-container5 .front,.flip-container5 .back {
	width: 100%;
	height: 449px;
	overflow: hidden;
}

.flip-container .back img {
	margin-top: -10px;
	max-width: 100%;
	height: 100%;
}

.flip-container3 .flip-container .back img {
	max-width: 125%;
	margin-left: -6%;
}

.flip-container5 .flip-container img {
	margin: 0;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	border: 2px solid #acacac;
	height: 100%;
}

.awards .flipper {
	border: 0;
}

/* hide back of pane during swap */
.front,.back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
/* for firefox 31 */
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}




.section9 .btn {
	position: relative;
	width: 450px;
	height: 72px;
	line-height: 69px;
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	border: none;
	margin-left: 0;
	display: inline-block;
}

.section9 .btn:hover {
	background: #7e2530;
	color: #fff;
}

.section9 .btn:hover:after {
	border-color: #fff;
}

.section9 .btn:after {
	position: absolute;
	left: 9px;
	top: 9px;
	bottom: 9px;
	right: 8px;
	border: 1px solid #000;
	content: "";
}

.section9 {
	position: relative;
	text-align: center;
}

.one_half {
	text-align: center;
}

.page-id-148 .content-column strong {
	font-size: 1.2em;
}

.page-id-148 #content .content-column p {
	margin-bottom: 0;
}

.content-column ul {
	margin: 0;
}

/*Button shortcode*/
.button-sc {
    font-size: 30px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 37px;
    position: relative;
    background: #fff;
    font-weight: normal;
    border: 2px solid black;
    letter-spacing: 2px;
    text-align: center;
}

.button-sc:hover {
    background: #7c2430;
    color: #fff;
}

hr + div .button-sc {
	margin-top: -77px;
}

.button-wrap .button-sc {
	margin: -77px 1.5em 0 1em;
}

.button-wrap .button-sc:first-child {
	margin-left: 2em;
}

.page-id-161 #content .alignright, .page-id-161 #content .alignleft {
	max-width: 30%;
}
@media screen and ( min-width:1700px ) {
	.section4 .description,.section4 a img,.section5 .description,.section5 img {
		width: auto !important;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.section4,
	.section5 {
		max-width:2200px;
		margin:0 auto;
	}
	.section4 .wrap a img { max-width:100%}
}
@media screen and ( max-width:1700px ) {
	.section4 .wrap a { width: 50%}
	.section4 .wrap a img { width: 100% !important; height:100%}
}

@media screen and (max-width: 1530px) {
	.button-wrap .button-sc {
		margin: 1em auto !important;
		display: block;
	}
	.section2 .inner2{ padding-top:15px}
}

@media screen and ( max-width:1500px ) {
	body {
		min-width: 320px;
	}

	#nav ul {
		font-size: 14px;
		line-height: 17px;
	}

	#nav {
		padding-top: 20px;
		padding-right: 0;
	}

	#nav ul li {
		padding: 0 10px;
	}

	.visual h1 {
		font-size: 82px;
		line-height: 85px;
	}

	.flip-container5 .flip-container,.flip-container5 .front,.flip-container5 .back {
		height: 370px;
		width: 100%;
	}

	.section .box img {
		-o-object-fit: cover;
		object-fit: cover;
		max-height: 99%;
	}

	.section .box {
		margin: 0 16px;
	}

	.section .box .overlay .inner {
		padding: 21px 0 18px;
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 14px;
	}

	.section .box.add1 .title {
		width: 90%;
		background-size: 100% auto;
	/*height:55px;*/
		margin-bottom: 18px;
	}

	.section2 .caption {
		left: 15px;
		right: 15px;
		top: 35px;
		bottom: 35px;
	}

	.section2 h2 {
		font-size: 72px;
		line-height: 76px;
	}

	.section7 .block h3 {
		font-size: 34px;
		line-height: 34px;
	}

	.section7 .block:first-child {
		margin-left: 19px;
	}

	.footer-nav ul li {
		padding: 0 7px;
	}

	.footer-nav ul {
		letter-spacing: 0;
	}

	#footer {
		padding: 30px 0;
	}

	.section6 .description {
		width: 69%;
		padding: 0;
	}

	.section3 h2 {
		font-size: 82px;
		line-height: 86px;
	}

	/*#content {
		padding: 0 0 20px;
	}*/

	#content p {
		margin: 0 0 20px;
		letter-spacing: .5px;
	}

	#content h3 {
		letter-spacing: 0;
	}

	#content h2 {
		letter-spacing: 0;
	}
}

@media screen and ( max-width:1200px ) {
	#nav ul {
		font-size: 12px;
		line-height: 15px;
	}

	#nav {
		padding-top: 8px;
	}

	.visual .span1 {
		letter-spacing: 12px;
	}

	.logo {
		width: 150px;
	}

	.logo img {
		width: 100%;
		display: block;
		height: auto;
	}

	.visual h1 {
		font-size: 54px;
		line-height: 57px;
	}

	.visual .span2 {
		font-size: 42px;
		line-height: 50px;
	}

	.section .box {
		margin: 0 4px;
	}

	.section .box h2 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 55px;
	}

	.section2 .inner2 {
		padding: 15px 0 0;
		position:relative
	}

	.section2 strong {
		font-size: 36px;
		line-height: 36px;
	}

	.section2 h2 {
		font-size: 46px;
		line-height: 50px;
	}

	.section2 .btn {
		width: 300px;
		margin-left: -150px;
	}

	.section3 h2 {
		font-size: 60px;
		line-height: 63px;
	}

	.section4 .description .inner2,.section5 .description .inner2 {
		padding: 0 33px 27px;
	}

	.section4 .description h2,.section5 .description h2 {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 1px;
		margin: 0 0 15px;
	}

	.section4 .description,.section5 .description {
		background-size: 100% 100%;
		font-size: 15px;
		line-height: 22px;
	}

	.section6 .description h2 {
		font-size: 65px;
		line-height: 66px;
	}

	.section6 .description p {
		padding-right: 5px;
	}

	.section6 .caption {
		top: 26px;
	}

	.section7 h2 {
		letter-spacing: 3px;
		font-size: 60px;
		line-height: 66px;
	}

	.section7 .block {
		width: 22%;
		margin-left: 21px;
	}

	/*.section7 .block .img {
			margin-left:10px;
			margin-right:10px;
			height:336px;
		}
		.section7 .block .img img {
			width:100%;
			height:auto;
			display:block;
		}*/
	.section7 .block::before {
		width: 15px !important;
	}

	.section7 .block::after {
		width: 15px !important;
	}

	.section7 .block.add3 .img {
		margin-bottom: 0;
	}

	.footer-nav ul li {
		margin-bottom: 15px;
	}

	.footer-nav ul {
		font-size: 18px;
		line-height: 22px;
	}

	.section7 .block .span {
		letter-spacing: 0;
	}

	.section7 {
		padding: 40px 0;
	}

	.section .box.add1:hover .title {
		position: relative;
		margin-top: -6px;
		margin-bottom: 24px;
	}

	#content .alignleft {
		margin-right: 15px;
		margin-bottom: 10px;
		margin-top: 4px;
	}

	#content .alignright {
		margin-left: 15px;
		margin-bottom: 10px;
		margin-top: 4px;
	}

	.visual.inner h1 {
		margin: 0;
	}
	.section2 .btn{ bottom:-24px}
}

@media screen and ( max-width:999px ) {
	.logo {
		float: none;
		margin: 0 auto;
	}

	#nav {
		float: none;
	}

	#nav ul {
		text-align: center;
	}

	#nav ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 -2px;
	}

	.visual .span1 {
		letter-spacing: 7px;
		margin-bottom: 10px;
	}

	.visual h1 {
		font-size: 44px;
		line-height: 48px;
	}

	.visual .span2 {
		font-size: 34px;
		line-height: 38px;
	}

	.section .box {
		display: block;
		width: 90%;
		margin: 20px auto;
		height: 300px;
		overflow: hidden;
		
	}

	.section .box.add1 .title {
		background: url(images/text2.png) no-repeat scroll 0 0;
		height: 72px;
		margin-bottom: 1px;
		width: 342px;
		margin-top: 0;
	}

	.section .box.add1:hover .title {
		margin-top: 0;
		margin-bottom: 1px;
	}

	.section4,.section5 {
		display: block;
	}

	.section4 .wrap {
		display: table;
		width: 100%;
		height: 100%;
	}

	.section4 img {
		float: none;
		width: 100%;
	}

	.section5 img {
		float: none;
		width: 100%;
	}

	.section4 .description {
		display: table-header-group;
		float: none;
		
	}
	.section4 .description .sec-fp { padding: 30px 9px;}
	.section5 .description {
		float: none;
		width: 100%;
		padding: 30px 23px;
	}

	.section4 .description .inner2,.section5 .description .inner2 {
		padding: 50px 60px 65px;
	}

	.section6 .description {
		float: none;
		width: 100%;
		padding: 0 20px;
	}

	.section7 .block-holder {
		display: block;
		text-align: center;
	}

	.section7 .block {
		width: 46%;
		height: auto;
		margin: 0 5px 120px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	/*.section7 .block .img { height:auto;}*/
	.section7 .block .img img {
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.section7 {
		padding-bottom: 0;
	}

	.footer-nav ul {
		font-size: 15px;
		line-height: 17px;
	}

	.section7 .block::before,.section7 .block::after {
		width: 82px !important;
	}

	.section3 h2 {
		font-size: 48px;
		line-height: 52px;
	}

	.section7 .block.add3 .img {
		margin-bottom: 8px;
	}

	.section .box {
		height: auto;
	}

	.section7 .flipper .back,.section7 .flipper .front {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.section2 h2{ margin:0 0 15px}
	.contact-box::after {
        left:8px;
        right:8px;
        bottom:8px;
        top:8px;
    }
	.contact-box .inner { padding:40px 20px;}
	
}

@media screen and ( max-width:800px ) {
	#nav {
		display: none;
	}

	.logo {
		width: 180px;
	}

	.footer-nav {
		display: none;
	}

	.logo2 {
		margin: 0 0 10px;
	}

	.location ul li::after {
		display: none;
	}

	.location ul li {
		display: block;
		margin: 0 0 8px;
	}

	#footer {
		padding-bottom: 15px;
	}

	.header-top {
		display: none;
	}

	.slide-nav-link {
		background: rgba(0, 0, 0, 0);
	    right: 0;
	    position: absolute;
	    width: 150px;
	    left: auto;
	    color: #000;
	    z-index: 10000;
	    line-height: 1em;
	}

	.visual.inner {
		top: 0;
	}
}

@media screen and ( max-width:767px ) {
	.des {
		display: none !important;
	}

	.mob {
		display: block !important;
	}

	.section7 .block {
		display: inline-block;
		vertical-align: top;
		width: 94%;
		margin: 0 auto 100px !important;
	}

	.section7 h2 {
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 100px;
	}

	.visual .caption {
		position: static;
		background: #872533;
		display: block;
		padding: 20px 0 23px;
	}

	/*.visual h1 {
		font-size: 34px;
		line-height: 36px;
	}*/

	.visual .span2 {
		font-size: 26px;
		line-height: 30px;
	}

	.section {
		margin-top: 0;
	}

	.section2 h2 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 15px;
	}

	.section2 .inner2 {
		padding: 0;
	}

	.section2 strong {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 5px;
	}

	.section2 .caption {
		top: 15px;
	}

	.section2 img,.section3 img {
	/*width:800px;
			height:auto;
			left:50%;
			margin:0 0 0 -400px;*/
		position: relative;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.section3 h2 {
		font-size: 30px;
		line-height: 34px;
		padding: 0 10px;
	}

	.section6 .description h2 {
		font-size: 42px;
		line-height: 46px;
	}

	.section6 .caption {
		top: 0;
		padding-top: 20px;
		background: rgba(0,0,0,.5);
	}

	.visual .span1 {
		letter-spacing: 2px;
		font-size: 26px;
		line-height: 30px;
		padding: 0;
	}

	.visual h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px;
	}
	.visual .span2:before{ top:-7px}
	.visual .span2 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 3px;
	}

	#content h2,#content h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.button-sc {
		font-size: 20px;
	}

	#content {
		font-size: 14px;
		line-height: 1.4em;
	}

	.visual video {
		margin-bottom: -8px;
	}

	#content img {
		max-width: 50%;
	}
	.search #content img {
		max-width: 100%;
		width: 100%;
	}

	#content .alignleft, #content .alignright {
		margin-bottom: 45px;
	}

	/*.home .visual img {
		display: block;
	}*/

	.home .visual video {
		display: none;
	}
	.section2 .btn {
		margin-left: -100px;
		width: 200px;
		height:60px;
		line-height:58px;
		font-size:20px
	}
	#field_1_2, #field_1_3 { width:100%;}
	
	.clara-section1 {
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.clara-section1 .img-holder {
		width: 100%;
		margin-bottom: 20px;
	}
	.clara-section1 .cont-holder {
		width: 100%;
		margin: 0;
	}
	.clara-section1 .img-holder img {
		width: 100%;
		height: auto;
		max-width: 100% !important;
	}
	.visual img {
		min-height: 250px;
		object-fit: cover;
	}
	.clara-section2 {
		padding: 40px 0;
	}
	.clara-section2--left,
	.clara-section2--right {
		width: 100%;
	}
	.clara-section3,
	.clara-section4 {
		padding: 40px 0;
	}
}

@media screen and (max-width: 550px) {
	.logo {
		margin-left: 10px;
		float: left;
	}
.img-frame{ max-width:100%; margin:15px auto !important; float:none !important}
	.section9 .btn {
		width: 100%;
		height: auto;
		font-size: 17px;
	}

	#content .alignleft, #content .alignright, .page-id-161 #content .alignright, .page-id-161 #content .alignleft {
		float: none;
		margin: 0 0 12px;
		width: 100%;
		max-width: 100%;
	}
	.section .box.add1 .title{ max-width:90%; background-size:cover}
	.contact-box::after { display:none;}
	.button-sc{ line-height:48px; padding:0 30px; font-size:16px}
}

@media screen and ( max-width:479px ) {
	.section2 .btn {
		width: 200px;
		margin-left: -100px;
		font-size: 16px;
		height: 52px;
		line-height: 52px;
	}

	.section2 img {
		height: 100%;
		position: absolute;
	}

	.section2 {
		min-height: 200px;
	}

	.section4 .description .inner2 {
		padding: 36px 24px 54px;
		text-align:center;
	}

	.section5 .description .inner2 {
		padding: 36px 5px 54px;
		text-align:center;
	}

	.section4 .description .sec-fp::before,.section5 .description::before {
		left: 11px;
		right: 11px;
		top: 38px;
	}

	.section4 .description .sec-fp::after,.section5 .description::after {
		left: 2px;
		right: 2px;
		top: 29px;
	}

	.section4 .corner1::before,.section5 .corner1::before {
		left: 2px;
		top: 29px;
	}

	.section4 .corner1::after,.section5 .corner1::after {
		right: 2px;
		top: 29px;
	}

	.section4 .corner2::before,.section5 .corner2::before {
		left: 2px;
	}

	.section4 .corner2::after,.section5 .corner2::after {
		right: 2px;
	}

	.section6 img {
		width: 600px;
		left: 50%;
		margin: 0 0 0 -300px;
		position: relative;
	}

	.section7 h2 {
		letter-spacing: 1px;
		font-size: 30px;
		line-height: 34px;
	}

	.section7 .block::before,.section7 .block::after {
		width: 59px !important;
	}

	.location ul {
		font-size: 12px;
		line-height: 15px;
	}

	.section2 h2 {
		font-size: 20px;
		line-height: 24px;
	}

	#content {
		padding: 2em;
	}
	.page-id-10 #content { padding:0 0 15px;}
	.visual.inner h1 {
		letter-spacing: 2px;
	}
}

@media screen and ( max-width:379px ) {
	.section .box.add1 .title {
		background-size: 100% auto;
		margin-bottom: 18px;
		width: 90%;
	}
}
.three_imgs { display: flex; justify-content: space-between}
/*.three_imgs div { width: 31% !important}*/
.three_imgs div img { max-width: 100% !important;}
.three_imgs div.clear_column { display: none}
@media (max-width:767px) {
	.three_imgs{ flex-wrap: wrap;}
	.three_imgs div { width: 100% !important; margin-bottom: 20px;}
}

.section4 .wrap a:first-child {
	width: 37%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.section4 .wrap a:first-child {
		width: 73%;
	}
}
.page-id-153 .content-column.one_half .img-frame {
	float: none;
  margin: 0 42px 9px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1280px) {
	.page-id-153 .content-column.one_half .img-frame {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.page-id-153 .content-column.one_half .img-frame {
		margin-left: 0;
		margin-right: 0;
	}
}
.page-id-605 .clara-section2 ul { font-size: 17px; line-height: 24px;}
.page-id-605 .clara-section2 ul li {margin-bottom: 8px;}
.blocks_holder {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 50px;
}
.blocks_holder .team_block {
	width: 300px;
	margin: 0 22px;
}

.blocks_holder .team_block .title {
	letter-spacing: 0;
	display: block;
	margin: 0 -13px;
}

.team_list-holder {
	max-width: 1267px;
	margin: 0 auto;
	border-top: 1px solid #adadad;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 72px 59px 46px;
}

.team_list-holder ul {
	width: 45%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.team_list-holder ul li {
	margin: 0 0 26px;
}

.team_list-holder ul li .name {
	display: block;
	font-size: 24px;
}
.team_list-holder ul li .title {
	display: block;
	letter-spacing: 0.2px;
}
@media (max-width: 991.98px) {
	.blocks_holder .team_block {
		width: 270px;
	}
	.team_list-holder {
		padding: 30px 0;
	}
	.blocks_holder {
		padding-bottom: 20px;
	}
	.blocks_holder .team_block img {
		max-width: 100% !important;
	}
}

@media (max-width: 767.98px) {
	.blocks_holder .team_block {
		width: 100%;
		margin: 0 0 30px;
	}
	.team_list-holder {
		padding: 30px 0 0;
	}
	.team_list-holder ul {
		width: 100%;
	}
	.blocks_holder {
		padding-bottom: 0px;
	}
}

#slide-menu {
	z-index: 999999999;
	position: absolute;
}
.section4 .wrap img {
	width: 100% !important;
}