@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;family=Raleway:wght@100;200;300;400;500;600;700;800;900&amp;family=EB+Garamond:wght@400;500;600;700;800&amp;family=Montserrat:wght@400;500;600;700&amp;display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fefefe;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
button {
    cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Raleway', sans-serif;
    font-weight:500;
}
*:-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Raleway', sans-serif;
    font-weight:500;
}
*::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Raleway', sans-serif;
    font-weight:500;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Raleway', sans-serif;
    font-weight:500;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index:10;
}
#popup .window {
	width:calc(100% - 100px);
	height:100%;
	max-width:500px;
    max-height:500px;
    left:50%;
    top:50%;
	transform: translate(-50%, -50%);
    position:fixed;
}
#popup .window figure img {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window a.close {
    width:30px;
    height:30px;
    line-height:30px;
    background:url(../Images/icon-close.png) no-repeat center #ee7514;
    top:0;
    right:-30px;
    position:absolute;
    z-index:2;
    cursor:pointer;
    border-radius:5px;
}
#error-zone {
    float:right;
    background:#fafafa;
    padding:0 5px;
    color:#ff4220;
}
.recess {
    width:1250px;
    margin:auto;
}
#header {
    height:90px;
    padding-top:10px;
    font-family:'Jost', sans-serif;
}
#header .recess {
    position:relative;
}
#header .menu {
    position:absolute;
    left:20px;
    top:24px;
}
#header .menu ul li {
    float:left;
    margin-right:30px;
}
#header .menu ul li:last-child {
    margin-right:0;
}
#header .menu ul li a {
    padding:5px;
    color:#555;
    font-family:'Jost', sans-serif;
    font-size:15px;
    font-weight:500;
}
#header .logo {
    width:130px;
    margin:auto;
    position:relative;
    z-index:3;
}
#header .lang {
    position:absolute;
    right:30px;
    top:22px;
}
#header .lang a {
    display:block;
    width:max-content;
    padding:5px 10px;
    background:#f8f8f8;
    font-family:'Jost', sans-serif;
    font-weight:600;
    font-size:14px;
}
#index {
    margin-top:80px;
    font-family:'Raleway', sans-serif;
}
#index .about {
    position:relative;
    width:calc(100% - 100px);
    margin:0 auto 100px auto;
    font-size:16px;
    color:#888;
    line-height:24px;
}
#index .about .text {
    width:600px;
    margin-bottom:50px;
    background:#fefefe;
}
#index .about .text.style-2 {
    margin:50px 0 0 0;
    min-height:160px;
}
#index .tab-1 .text h3,
#index .about .text h2 {
    font-size:26px;
    margin-bottom:16px;
    color:#b4a673;
    font-family: 'EB Garamond', serif;
    font-weight:400;
}
#index .about .line {
    width:100%;
    background:#ebe9e2;
    font-size:150px;
    line-height:140px;
    padding:0 0 50px 0;
    color:#fff;
    font-family: 'EB Garamond', serif;
    text-shadow:0 0 1px rgba(180,166,115,.5);
}
#index .about figure {
    width:600px;
    position:absolute;
    top:0;
    right:0;
}
#index .tab-1 {
    background:url(../Images/transition-bg.jpg) no-repeat #ebe9e2;
    background-size:contain;
    padding-top:250px;
    position:relative;
}
#index .tab-1 .inner {
    width:100%;
    padding-left:300px;
}
#index .tab-1 h2 {
    font-size:100px;
    position:absolute;
    margin-top:-90px;
    color:#bd9a5f;
    font-family: 'EB Garamond', serif;
    font-weight:100;
    width:1000px;
    margin-left:30px;
    text-shadow:0 0 8px rgba(0,0,0,.1);
}
#index .tab-1 h2 span {
    color:#fff;
}
#index .tab-1 .text {
    width:500px;
    float:left;
    margin-top:50px;
}
#index .tab-1 .text h3 {
    color:#bd9a5f;
}
#index .tab-1 .text h4 {
    font-weight:normal;
    font-size:15px;
    line-height:24px;
    color:#777;
}
#index .tab-1 .vertical-photo {
    width:500px;
    position:relative;
    float:right;
    margin:-250px 50px 0 0;
}
#index .numeric {
    background:url(../Images/transition-bg-2.jpg) no-repeat;
    background-size:contain;
    padding-top:180px;
    position:relative;
}
#content .about .numeric .list,
#index .numeric .list {
    text-align:center;
    color:#666;
    padding:70px 0 20px 0;
    width:1100px;
    margin:auto;
}
#content .about .numeric .list > figure,
#index .numeric .list > figure {
    margin:0 auto 40px auto;
}
#content .about .numeric .list ul li,
#index .numeric .list ul li {
    width:calc(25% - 4px);
    display:inline-block;
    vertical-align:top;
    margin-bottom:50px;
}
#content .about .numeric .list ul li figure,
#index .numeric .list ul li figure {
    width:max-content;
    height:80px;
    margin:0 auto 20px auto;
}
#content .about .numeric .list ul li p,
#index .numeric .list ul li p {
    font-weight:700;
}
#content .about .numeric .list ul li p > span,
#index .numeric .list ul li p span {
    font-size:30px;
    display:block;
    margin-bottom:5px;
}
#content .about .numeric .list ul li p i,
#index .numeric .list ul li p i {
    font-style:normal;
    color:#bd9a5f;
}
#content .about .numeric .list ul li p i span {
    color:#666;
}
#index .gallery {
    position:relative;
    margin-top:40px;
}
#index .gallery .recess {
    width:calc(100% - 100px);
}
#index .gallery .left-column {
    width:65%;
    height:700px;
    float:left;
    background:url(../Images/index-gallery-left-column-bg.jpg) no-repeat;
    background-size:cover;
    position:relative;
    font-family:'Jost', sans-serif;
}
#index .gallery .left-column p {
    width:50%;
    height:420px;
    background: rgb(246,147,30);
    background: linear-gradient(189deg, rgba(246,147,30,1) 0%, rgba(216,58,39,1) 60%);
    position:absolute;
    z-index:2;
    right:0;
    bottom:0;
    padding:0 20px;
    display:table;
}
#index .gallery .left-column p span {
    display:table-cell;
    vertical-align:middle;
    color:#fff;
}
#index .gallery .left-column p span i {
    width:300px;
    margin:auto;
    display:block;
    font-style:normal;
    font-size:36px;
    line-height:42px;
    font-weight:400;
}
#index .gallery .left-column p span i em {
    font-style:normal;
}
#index .gallery .left-column p span i a {
    display:block;
    background:#fefefe;
    padding:5px 20px;
    font-size:24px;
    width:max-content;
    margin-top:20px;
    color:#d83a27;
    border-radius:2px;
}
#index .gallery .right-column {
    width:35%;
    float:left;
}
#index .gallery .right-column figure {
    width:100%;
    height:350px;
    background-size:cover;
    background-repeat:no-repeat;
    display:block;
}
#index .gallery .right-column figure.top {
    background-image:url(../Images/index-gallery-right-column-bg-1.jpg);
}
#index .gallery .right-column figure.bottom {
    background-image:url(../Images/index-gallery-right-column-bg-2.jpg);
}
#footer {
    position:relative;
    font-family:'Jost', sans-serif;
    font-size:14px;
    margin-top:170px;
}
#footer .recess {
    position:relative;
}
#footer a {
    font-size:14px;
    font-weight:400;
}
#footer .address {
    background:#fafafa;
    padding:20px 30px;
    position:absolute;
    width:400px;
    top:-100px;
    right:40px;
}
#footer .address h3 {
    color:#ec2400;
    margin-bottom:30px;
    font-weight:500;
}
#footer .address ul {
}
#footer .address ul li {
    margin-bottom:20px;
}
#footer .address ul li:last-child {
    margin-bottom:0;
}
#footer .address ul li p {
    margin-bottom:10px;
}
#footer .address ul li p:first-child {
    font-weight:600;
    font-size:14px;
}
#footer .address ul li a.map {
    color:#ec2400;
    font-size:12px;
    font-weight:700;
}
#footer .address ul li figure {
    width:80px;
    margin-top:20px;
}
#footer .address ul li:nth-child(4) a {
    width:20px;
    height:20px;
    background:no-repeat;
    display:inline-block;
    margin-right:6px;
}
#footer .address ul li:nth-child(4) a:first-child {
    background-image:url(../Images/social-media-instagram-logo.png);
}
#footer .address ul li:nth-child(4) a:first-child:hover {
    background-image:url(../Images/social-media-instagram-logo-over.png);
}
#footer .address ul li:nth-child(4) a:nth-child(2) {
    background-image:url(../Images/social-media-facebook-logo.png);
}
#footer .address ul li:nth-child(4) a:nth-child(2):hover {
    background-image:url(../Images/social-media-facebook-logo-over.png);
}
#footer .address ul li:nth-child(4) a:nth-child(3) {
    background-image:url(../Images/social-media-twitter-logo.png);
}
#footer .address ul li:nth-child(4) a:nth-child(3):hover {
    background-image:url(../Images/social-media-twitter-logo-over.png);
}
#footer .form {
    background:#ebe9e2;
    padding:60px 40px;
}
#footer .form .form-recess {
    width:calc(100% - 450px);
}
#footer .form .form-recess a {
    font-size:14px;
}
#footer .form .form-recess h3 {
    font-weight:500;
    float:left;
}
#footer .form .form-recess > p {
    margin-bottom:30px;
    font-size:16px;
}
#footer .form .form-recess form {
    margin-top:20px;
}
#footer .form .form-recess ul li {
    width:calc(50% - 10px);
    float:left;
    margin-bottom:30px;
}
#footer .form .form-recess ul li:nth-child(odd) {
    margin-right:20px;
}
#footer .form .form-recess ul li:nth-child(6),
#footer .form .form-recess ul li:nth-child(5) {
    width:100%;
}
#footer .form .form-recess ul li:last-child {
    margin-bottom:0;
    width:100%;
    text-align:center;
}
#footer .form .form-recess ul li .input {
    border:0;
    border-bottom:solid 1px #fff;
    width:100%;
    height:26px;
    padding:0 5px 5px 5px;
    background:none;
}
#footer .form .form-recess ul li .button {
    border:0;
    padding:5px 20px;
    font-family:'Jost', sans-serif;
    font-weight:500;
}
#footer .form .form-recess ul li i {
    font-style:normal;
    position:relative;
    top:-3px;
}
#footer .form .form-recess ul li .checkbox {
    display:none;
}
#footer .form .form-recess ul li .checkbox + span {
	background-color:#fff;
    background:url(../Images/checks-orange.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#footer .form .form-recess ul li .checkbox:checked + span,
#footer .form .form-recess ul li .checkbox + span:active,
#footer .form .form-recess ul li .checkbox:checked + span:active {
    background-position:bottom;
}
#footer .form .form-recess ul li .checkbox:checked + span a,
#footer .form .form-recess ul li .checkbox + span:active a,
#footer .form .form-recess ul li .checkbox:checked + span:active a,
#footer .form .form-recess ul li .checkbox + span:hover a {
    color:#fff;
}
#footer .form .form-recess ul li .checkbox:checked + span:after {
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#footer .form .form-recess ul li.informed i a {
    font-weight:500;
}
#footer .form .form-recess ul li.informed .confirmation {
	margin-top:20px;
}
#footer .form .form-recess ul li.informed .confirmation p {
	padding:10px 0;
    text-align:left;
    font-weight:600;
    margin-bottom:10px;
}
#footer .form .form-recess ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#footer-bottom {
    font-family: 'Montserrat', sans-serif;
}
#footer-bottom .phone {
    width:200px;
    float:left;
    padding-top:20px;
}
#footer-bottom .phone a {
    font-size:24px;
    font-weight:bold;
    color:#f9ad01;
}
#footer-bottom .link {
    width:200px;
    float:left;
    padding-top:23px;
}
#footer-bottom .link a {
    font-size:12px;
    font-weight:500;
}
#content.style-2 #footer-bottom .link a {
    color:#f8f8f8;
}
#footer-bottom .artasgrubu {
    width:calc(100% - 400px);
    float:left;
    text-align:right;
    padding:8px 0 4px 0;
}
#footer-bottom .artasgrubu img {
    width:auto;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:4;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:180px;
    top:calc(50% - 90px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(../Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
    font-size:14px;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#form-modal-sms ::-webkit-input-placeholder {
    color:#333;
}
#form-modal-sms :-moz-placeholder {
    color:#333;
}
#form-modal-sms ::-moz-placeholder {
    color:#333;
}
#form-modal-sms :-ms-input-placeholder {
    color:#333;
}
#footer .bottom .phone {
    width:50%;
    float:left;
    padding-top:18px;
}
#footer .bottom .phone a {
    font-size:24px;
    font-weight:bold;
    color:#f9ad01;
}
#footer .bottom .artasgrubu {
    width:40px;
    float:right;
    padding:8px 0 4px 0;
}
#landing-page .inner {
    position:absolute;
    width:100%;
    height:100%;
    min-height:790px;
    background:#dde2e8;
    padding:30px;
    font-family:'Jost', sans-serif;
    display:flex;
}
#landing-page .inner .left-column {
    width:calc(100% - 400px);
    height:100%;
    margin-right:0px;
    background:#fff;
    display:inline-flex;
    background:url(../Images/landing-page-left-column-bg.jpg) no-repeat center;
    background-size:cover;
    position:relative;
}
#landing-page .inner .left-column .slogan {
    width:100%;
    max-width:440px;
    height:auto;
    display:table-cell;
    margin:auto;
    padding:20px;
}
#landing-page .inner .left-column .slogan img {
    width:100%;
    height:auto;
}
#landing-page .inner .right-column {
    width:400px;
    background:#143a85;
    display:inline-flex;
    padding:20px;
    color:#fff;
}
#landing-page .inner .right-column .form {
    border:solid 3px #f0f0f0;
    padding:20px;
    font-size:12px;
}
#landing-page .inner .right-column .form a {
    font-size:12px;
}
#landing-page .inner .right-column .form .logo {
    margin:0 auto 20px auto;
    width:120px;
}
#landing-page .inner .right-column .form .logo img {
    width:100%;
    height:auto;
    border:solid 2px #fff;
}
#landing-page .inner .right-column .form ul li {
    margin-bottom:12px;
}
#landing-page .inner .right-column .form ul li:nth-child(6) {
    margin-top:10px;
}
#landing-page .inner .right-column .form ul li:last-child {
    margin-bottom:0;
}
#form-modal-sms .window p .input,
#landing-page .inner .right-column .form ul li .textarea,
#landing-page .inner .right-column .form ul li .input {
    width:100%;
    height:32px;
    line-height:32px;
    border:0;
    padding:0 10px;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    text-align:left;
}
#landing-page .inner .right-column .form ul li .textarea {
    height:50px;
}
#landing-page .inner .right-column .form ul li p {
    font-size:15px;
    font-weight:500;
    text-align:center;
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li .input.warning {
    background:#ccc;
}
#landing-page .inner .right-column .form ul li label {
    display:inline-block;
    margin-right:20px;
}
#landing-page .inner .right-column .form ul li label .checkbox {
    display:none;
}
#landing-page .inner .right-column .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(../Images/checks.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span,
#landing-page .inner .right-column .form ul li label .checkbox + span:active,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active {
    background:url(../Images/checks.png) no-repeat bottom;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span a,
#landing-page .inner .right-column .form ul li label .checkbox + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#landing-page .inner .right-column .form ul li label i {
	font-style:normal;
    font-weight:500;
    display:inline-block;
    color:#f8ad00;
    top:-2px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label {
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li.informed label i {
    width:calc(100% - 30px);
    color:#fff;
    font-weight:normal;
    width:auto;
    top:-3px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label i a {
	font-weight:500;
    color:#fff;
    text-decoration:underline;
    cursor:pointer;
}
#landing-page .inner .right-column .form ul li.informed .confirmation {
    margin-top:20px;
}
#landing-page .inner .right-column .form ul li.informed .confirmation p {
    font-size:12px;
    font-weight:400;
    margin-bottom:12px;
    color:#cfcfcf;
}
#landing-page .inner .right-column .form ul li.informed .confirmation label {
    width:max-content;
    float:left;
}
#landing-page .inner .right-column .form ul li.send {
	text-align:center;
    margin-top:-10px;
}
#landing-page .inner .right-column .form ul li.send .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#f8ad00;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
    font-family: 'Montserrat', sans-serif;
    border-radius:3px;
}
#landing-page .inner .right-column .form ul li.send .button:hover {
    background:#f0f0f0;
    color:#222;
}
#landing-page-gallery {
    position:absolute;
    top:100%;
    width:100%;
    font-family:'Krona One', sans-serif;
    padding-top:50px;
}
#landing-page-gallery #tabs .recess > ul {
    margin-bottom:20px;
}
#landing-page-gallery #tabs .recess > ul li {
    display:table;
    margin-bottom:14px;
}
#landing-page-gallery #tabs .recess > ul li {
    display:inline-block;
    margin-right:8px;
}
#landing-page-gallery #tabs .recess > ul li a {
    padding:20px;
    display:block;
    color:#555;
    border:solid 5px #f4b31c;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-size:14px;
    width:200px;
    height:70px;
}
#landing-page-gallery #tabs .recess > ul li:hover a {
    border-color:#e7a40a;
}
#landing-page-gallery #tabs .recess > ul li.active a {
    background:#f6f6f6;
    border-color:#d39301;
    color:#000;
}
#landing-page-gallery #tabs .recess > div > ul li {
    float:left;
    width:calc(33% - 30px);
    margin:0 45px 45px 0;
}
#landing-page-gallery #tabs .recess > div > ul li:nth-child(3n+3) {
    margin-right:0;
}
#landing-page-gallery #tabs .recess > div > ul li img {
    width:100%;
    height:auto;
}
#landing-page-gallery #map {
    width:100%;
    height:500px;
}
#thanks {
    position:absolute;
    width:100%;
    max-width:300px;
    max-height:300px;
    top:calc(50% - 150px);
    left:calc(50% - 150px);
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    text-align:center;
}
#thanks figure {
    margin-bottom:20px;
}
#content {
    font-family: 'Montserrat', sans-serif;
}
#content .web-tv {
    margin-bottom:50px;
}
#content .web-tv .recess {
    position:relative;
}
#content .web-tv .text {
    position:absolute;
    bottom:40px;
    right:40px;
}
#content .web-tv .text h1 {
    font-family:'Jost', sans-serif;
    color:#fff;
    font-size:34px;
    font-weight:200;
    letter-spacing:1px;
    position:relative;
    z-index:2;
    margin-bottom:4px;
    padding:0 8px;
}
#content .web-tv.style-2 .text h1 {
    color:#f8ad00;
}
#content .web-tv .text i {
    width:100%;
    height:25px;
    background:#111;
    display:block;
    position:absolute;
    z-index:1;
    bottom:0;
}
#content .web-tv #map {
    width:100%;
    height:585px;
}
#content .about {
    width:100%;
    display:table;
}
#content .about .left-column {
    width:400px;
    display:table-cell;
    vertical-align:middle;
    font-size:40px;
    line-height:46px;
    padding-right:50px;
    color:#b4a673;
    font-family: 'EB Garamond', serif;
    font-weight:400;
}
#content .about .right-column {
    width:calc(100% - 450px);
    display:table-cell;
}
#content .about .right-column h3 {
    font-size:30px;
    margin-bottom:20px;
    color:#b4a673;
    font-family: 'EB Garamond', serif;
    font-weight:400;
}
#content .about .right-column p {
    margin-bottom:20px;
}
#content .about .right-column p:last-child {
    margin-bottom:0;
}
#content .about article {
    line-height:26px;
}
#content .about article h5 {
    font-size:15px;
    margin-bottom:10px;
    font-weight:bold;
}
#content .about article p {
    margin-bottom:20px;
}
#content .about article p:last-child {
    margin-bottom:0;
}
#content .about .tabs {
    width:70%;
    margin:100px auto 0 auto;
}
#content .about .tabs ul li {
    width:calc(50% - 30px);
    float:left;
}
#content .about .tabs ul li:nth-child(odd) {
    margin-right:60px;
}
#content .about .tabs ul li figure {
   margin-bottom:20px;
}
#content .about .tabs ul li h4 {
    font-size:20px;
    color:#b4a673;
    font-family: 'EB Garamond', serif;
    font-weight:600;
    margin-bottom:10px;
}
#content .about .table {
    margin:20px 0;
}
#content .about .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about .table ol li {
    display:table;
    width:100%;
}
#content .about .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .about .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .about .table ol li.title span {
    padding:0 5px;
}
#content .about .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .about .table ol li span a {
    color:#238ebc;
}
#content .about .table-2 {
    margin-bottom:20px;
}
#content .about .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about .table-2 ol li {
    display:table;
    width:100%;
}
#content .about .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .about .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .about .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .about .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#content .inner ul.style-2 li {
    list-style-type:disc;
    margin:0 0 10px 20px;
}
#content .about .table-3 {
    border:solid 1px #999;
    width:100%;
    display:table;
}
#content .about .table-3 .left {
    width:150px;
    display:table-cell;
    padding:10px;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about .table-3 .right {
    width:calc(100% - 150px);
    display:table-cell;
}
#content .about .table-3 .right .line:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about .table-3 .right .line span {
    display:table-cell;
    padding:10px;
    vertical-align:middle;
}
#content .about .table-3 .right .line span:first-child {
    width:150px;
    border-right:solid 1px #999;
}
#content .about .numeric {
    position:relative;
    margin-top:80px;
}
#content .right-column #tabs .recess > ul {
    margin-bottom:80px;
}
#content .flat-plans #tabs .recess > ul {
    width:100px;
    float:left;
    margin-right:150px;
}
#content .flat-plans #tabs .recess > ul li {
    display:block;
    margin-bottom:8px;
}
#content .flat-plans #tabs .recess > ul li a {
    width:100px;
    height:100px;
    padding:20px;
    font-size:20px;
    display:block;
    color:#555;
    border:solid 5px #f4b31c;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
#content .flat-plans #tabs .recess > ul li:hover a {
    border-color:#e7a40a;
}
#content .flat-plans #tabs .recess > ul li.active a {
    background:#f6f6f6;
    border-color:#d39301;
    color:#000;
}
#content .flat-plans #tabs .recess > div {
    width:calc(100% - 250px);
    float:left;
}
#gallery h5,
#content .flat-plans #tabs .recess > div h5 {
    font-size:30px;
    margin-bottom:30px;
    font-weight:500;
    color:#b4a673;
}
#content .flat-plans #tabs .recess > div > ul li {
    width:calc(50% - 20px);
    float:left;
    margin-bottom:40px;
}
#content .flat-plans #tabs .recess > div > ul li:nth-child(odd) {
    margin-right:40px;
}
#content .flat-plans #tabs .recess > div > ul li img {
    width:100%;
    height:auto;
}
#index #tabs .recess > div > ul li p {
    height:30px;
    font-size:14px;
    font-weight:100;
}
#gallery {
    font-family:'Jost', sans-serif;
}
#gallery h5:not(:first-child) {
    margin-top:50px;
}
#gallery ul {
    padding:0 50px;
}
#gallery ul li {
    width:calc(50% - 20px);
    float:left;
    margin-bottom:40px;
}
#gallery ul li:nth-child(odd) {
    margin-right:40px;
}
#gallery ul li img {
    width:100%;
    height:auto;
}
#cookies {
    width:1000px;
    background:#e8e8e8;
    border:solid 3px #e0e0e0;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:calc(50% - 500px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
}
#cookies a {
    font-size:12px;
    font-weight:bold;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 16px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
    border-radius:2px;
}
.creapark {
    margin:20px 0 5px 0;
    text-align:center;
}
.creapark img {
    width:80px;
    height:auto;
}









/*menu*/
#menu .hamburger {
    position:absolute;
    width:50px;
    height:50px;
    top:calc(50% - 30px);
    left:-52px;
    cursor:pointer;
    pointer-events:initial;
    z-index:4;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-tap-highlight-color:transparent !important;
    outline:none !important;
}
#menu .hamburger.style-2 {
    z-index:14;
    left:45px;
    top:100px;
    background-color:#ebe9e2;
}
#menu .hamburger-icon {
    position:relative;
}
#menu .hamburger-icon.style-2 {
    position:absolute;
    z-index:12;
}
#menu .hamburger-icon:hover {
    cursor:pointer;
}
#menu .hamburger-icon-line {
    width:30px;
    height:1px;
    background-color:#222;
    display:block;
    margin:7px auto;
    z-index:12;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
#menu .hamburger.style-2 .hamburger-icon-line {
    background-color:#ff4220;
}
/*#menu .hamburger-icon.open .hamburger-icon-line:nth-child(1) {
    -webkit-transform:translateY(4px) rotate(45deg);
    transform:translateY(4px) rotate(45deg);
}
#menu .hamburger-icon.open .hamburger-icon-line:nth-child(3) {
    -webkit-transform:translateY(-4px) rotate(-45deg);
    transform:translateY(-4px) rotate(-45deg);
}
#menu .hamburger-icon.open .hamburger-icon-line:nth-child(2) {
    display:none;
}*/
#menu .hamburger.style-2 .hamburger-icon .hamburger-icon-line:nth-child(1) {
    -webkit-transform:translateY(4px) rotate(45deg);
    transform:translateY(4px) rotate(45deg);
}
#menu .hamburger.style-2 .hamburger-icon .hamburger-icon-line:nth-child(2) {
    -webkit-transform:translateY(-4px) rotate(-45deg);
    transform:translateY(-4px) rotate(-45deg);
}
#menu .hamburger.btn-is-disabled {
    pointer-events:none;
}
#menu .navigation {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:11;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    visibility:visible;
    background-color:#f8ad00;
    -webkit-transform:translateY(-101%);
    transform:translateY(-101%);
}
#menu .navigation .lang {
    width:42px;
    margin:50px 0 0 50px;
    position:absolute;
    z-index:20;
}
#menu .navigation .lang a {
    padding:5px 0;
    background:#ff4220;
    color:#fff;
    font-weight:500;
    font-family:'Jost', sans-serif;
    font-size:14px;
    display:block;
    letter-spacing:1px;
    text-align:center;
}
#menu .navigation .lang a:hover {
    background:#f8ad00;
}
#menu .navigation-layer {
    position:absolute;
    background-color:#fafafa;
    background-color:#ebe9e2;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-transform:translateY(-101%);
    transform:translateY(-101%);
}
#menu .navigation-container {
    position:relative;
    width:100%;
    height:100%;
    padding:200px 80px 80px 80px;
    background-color:transparent;
    opacity:1;
    z-index:13;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
}
#menu .navigation.open {
    visibility:visible;
    pointer-events:initial;
}
#menu .navigation-box {
    opacity:0;
    -webkit-transform:translateY(-80px);
    transform:translateY(-80px);
}
.menu {
    position:relative;
    width:100%;
    font-family:'Nunito', sans-serif;
}
.menu-box {
    position:relative;
    width:100%;
    max-width:800px;
    margin:auto;
}
.menu-items {
    position:relative;
}
.menu-items ul {
    list-style:none;
    margin:0;
    padding:0;
}
.menu-items ul li {
    width:33%;
    float:left;
    text-align:center;
    border-right:solid 1px #e5dec5;
}
.menu-items ul li:nth-child(3n) {
    border-right:0;
}
.menu-items ul li:nth-last-child(-n+3) {
    margin-top:80px;
}
.menu-items ul li a {
    position:relative;
    display:block;
    color:#333;
    font-size:14px;
    font-weight:500;
    font-family:'Jost', sans-serif;
    letter-spacing:0.05em;
    padding:15px 5px;
    background-color:#dcd9ce;
    border-radius:3px;
    width:155px;
    margin:auto;
    transition:all 0.1s ease;
}
.menu-items ul li a:hover {
    color:#fff;
    background-color:#c5bda1;
}
.menu-items ul li a figure {
    width:70px;
    height:70px;
    margin:0 auto 20px auto;
    transition:all 0.2s ease;
    background:no-repeat center left center;
}
.menu-items ul li:first-child a figure {
    background-image:url(../Images/menu-icon-1.png);
}
.menu-items ul li:nth-child(2) a figure {
    background-image:url(../Images/menu-icon-2.png);
}
.menu-items ul li:nth-child(3) a figure {
    background-image:url(../Images/menu-icon-3.png);
}
.menu-items ul li:nth-child(4) a figure {
    background-image:url(../Images/menu-icon-4.png);
}
.menu-items ul li:nth-child(5) a figure {
    background-image:url(../Images/menu-icon-5.png);
}
.menu-items ul li:last-child a figure {
    background-image:url(../Images/menu-icon-6.png);
}
.menu-items ul li a:hover figure {
    background-position-x:right;
}
.menu-items ul li a p {
    border-top:solid 1px #ebe9e2;
    padding-top:3px;
}
/*menu*/
/*web-tv*/
#web-tv {
    font-family:'Raleway', sans-serif;
    color:#fff;
}
#web-tv .recess {
    position:relative;
}
#web-tv .swiper-container {
    width: 100%;
    height: 100%;
}
#web-tv .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#web-tv .swiper-slide img {
    width:100%;
    height:auto;
}
#web-tv  .swiper-slide .text {
    position:absolute;
    right:50px;
    bottom:100px;
    text-align:left;
}
#web-tv  .swiper-slide .text span {
   display:block;
}
#web-tv  .swiper-slide .text span:first-child {
   color:#c4c4c4;
   font-weight:500;
   font-size:15px;
}
#web-tv  .swiper-slide .text span:last-child {
   font-size:50px;
   font-weight:700;
}
/*web-tv*/
/*begin scroll-arrow*/
#scroll-page {
    width: 29px;
    height: 66px;
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 0px;
}
#scroll-page .scroll-page-icon {
    background:url(../Images/scroll-page-icon-bg.png) no-repeat;
    width:29px;
    height:66px;
    margin-left:58px;
}
/*begin scroll-arrow*/



@media only screen and (max-height:790px) {
   #landing-page-gallery {
        top:790px;
    }
}
@media only screen and (max-height:750px) {
    #menu .navigation-container {
        padding-top:120px;
    }
}
@media only screen and (max-height:550px) {
    #menu .navigation-container {
        padding:0 80px 80px 80px;
    }
    #menu .navigation .lang {
        margin:20px 0 0 50px;
    }
}
@media only screen and (max-height:480px) {
    #menu .navigation {
        height:100%;
    }
}
@media only screen and (max-width:1800px) {
    #index .tab-1 .inner {
        padding-left:0;
    }
}
@media only screen and (max-width:1600px) {
    #index .tab-1 {
        padding-top:220px;
    }
    #index .numeric {
        padding-top:140px;
    }
    #index .gallery {
        margin-top:30px;
    }
}
@media only screen and (max-width:1400px) {
    #menu .navigation-container {
        padding:110px 80px 80px 80px;
    }
    #index .about .line {
        font-size:130px;
        line-height:120px;
        padding-bottom:40px;
    }
    #index .tab-1 {
        padding-top:200px;
    }
}
@media only screen and (max-width:1370px) {
    .recess {
        width:100%;
        padding:0 20px;
    }
    #header .recess {
        width:calc(100% - 40px);
    }
    #header .menu {
        left:0;
    }
    #header .menu ul li {
        margin-right:20px;
    }
    #header .lang {
        right:0;
    }
    #content .web-tv,
    #web-tv .swiper-container {
        width:calc(100% - 35px);
        margin-left:35px;
    }
    #menu .hamburger {
        left:5px;
    }
    #content .web-tv .hamburger {
        margin-left:-36px;
    }
    #content .web-tv .hamburger.style-2 {
        margin-left:0;
    }
    #content .flat-plans #tabs .recess > ul {
        margin-right:50px;
    }
    #content .flat-plans #tabs .recess > div {
        width:calc(100% - 150px);
    }
    #index .about {
        width:100%;
        margin:0 auto;
    }
    #index .about .line {
        font-size:120px;
        line-height:100px;
        padding-bottom:30px;
    }
    #index .about .text {
        margin-bottom:30px;
    }
    #index .about .text.style-2 {
        margin-top:30px;
    }
    #index .about figure {
        width:500px;
    }
    #index .tab-1 h2 {
        font-size:90px;
        margin-top:-80px;
    }
    
    #index .gallery .recess {
        width:100%;
        padding:0;
    }
    #index .gallery .left-column {
        height:600px;
    }
    #index .gallery .left-column p {
        height:370px;
    }
    #index .gallery .right-column figure {
        height:300px;
    }
    #gallery ul {
        padding:0;
    }
}
@media only screen and (max-width:1220px) {
    #landing-page-gallery {
        padding-top:30px;
    }
    #landing-page-gallery #tabs .recess > div > ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 30px 0;
    }
    #index {
        margin-top:60px;
    }
    #index .about .line {
        font-size:100px;
        line-height:90px;
    }
    #index .tab-1 .vertical-photo {
        width:420px;
        margin:-210px 20px 0 0;
    }
    #content .about .numeric {
        margin-top:40px;
    }
    #content .about .numeric .list,
    #index .numeric .list {
        padding:40px 0 20px 0;
        width:100%;
    }
    #content .about .tabs {
        width:80%;
    }
}
@media only screen and (max-width:1120px) {
    #index .about {
        font-size:15px;
        line-height:20px;
    }
    #index .about .text {
        width:calc(60% - 50px);
        min-height:120px;
    }
    #index .about figure {
        width:40%;
        top:40px;
    }
    #index .tab-1 {
        padding-top:170px;
    }
    #index .tab-1 h2 {
        font-size:80px;
        margin-top:-70px;
        width:auto;
    }
    #index .numeric {
        padding-top:110px;
    }
    #index .gallery {
        margin-top:10px;
    }
    #index .gallery .left-column {
        height:500px;
    }
    #index .gallery .left-column p {
        height:300px;
    }
    #index .gallery .right-column figure {
        height:250px;
    }
    #footer .form .form-recess {
        width:calc(100% - 370px);
    }
    #footer .address {
        width:340px;
    }
    #content .web-tv {
        margin-bottom:30px;
    }
    #cookies {
        width:calc(100% - 20px);
        left:10px;
    }
}
@media only screen and (max-width:1020px) {
    #header {
        height:80px;
    }
    #header .menu {
        top:19px;
    }
    #header .logo {
        width:110px;
    }
    #header .lang {
        right:20px;
        top:17px;
    }
    #index {
        margin-top:40px;
    }
    #index .tab-1 {
        padding-top:120px;
    }
    #index .tab-1 h2 {
        font-size:70px;
        margin-top:-60px;
    }
    #index .tab-1 .vertical-photo {
        margin-right:20px;
    }
    #index .tab-1 .text {
        width:calc(100% - 450px);
        margin-top:30px;
    }
    #index .tab-1 .vertical-photo {
        width:390px;
        margin-top:-180px;
    }
    #landing-page .inner .left-column .slogan {
        min-width:auto;
        top:50px;
        left:0;
        margin:auto;
    }
    #menu .navigation-container {
        padding:110px 20px 20px 100px;
    }
    .menu-items ul li a:hover figure {
        background-position-x:left;
    }
    .menu-items ul li a:hover {
        color:#ad9765;
    }
    #content .flat-plans #tabs .recess > ul {
        margin-bottom:40px;
    }
}
@media only screen and (max-width:970px) {
    #header .menu {
        display:none;
    }
}
@media only screen and (max-width:920px) {
    .recess {
        padding:0 10px;
    }
    #header .recess {
        width:calc(100% - 20px);
    }
    #content .web-tv .recess,
    #web-tv .recess {
        padding:0;
    }
    #content .web-tv,
    #web-tv .swiper-container {
        width:calc(100% - 60px);
        margin-left:60px;
    }
    #content .web-tv .hamburger {
        margin-left:-59px;
    }
    #footer {
        margin-top:50px;
    }
    #footer .address {
        padding:40px 20px 0 20px;
        width:100%;
        position:static;
    }
    #footer .address > ul {
        width:100%;
    }
    #footer .address > ul > li {
        width:50%;
        float:left;
        margin-bottom:10px;
        padding-right:20px;
    }
    #footer .form {
        width:100%;
        top:40px;
        padding:30px;
        position:static;
    }
    #footer .form .form-recess {
        width:100%;
    }
    #index .about {
        margin-bottom:40px;        
    }
    #index .about .line {
        font-size:80px;
        line-height:70px;
    }
    #index .about figure {
        top:60px;
    }
    #index .tab-1 h2 {
        font-size:60px;
        margin-top:-50px;
    }
    #index .tab-1 .text {
        width:calc(100% - 350px);
        margin-bottom:40px;
    }
    #index .tab-1 .vertical-photo {
        width:320px;
        margin-right:0;
    }
    #content .web-tv .text {
        bottom:20px;
        right:20px;
    }
    #content .web-tv .text h1 {
        font-size:30px;
        margin-bottom:-0px;
        font-weight:200;
    }
    #content .web-tv .text i {
        height:20px;
    }
    #content .about .left-column {
        width:100%;
        display:block;
        padding-right:0;
        margin-bottom:20px;
    }
    #content .about .right-column {
        width:100%;
        display:block;
    }
    #index .about .text.style-2 {
        display:none;
    }
}
@media only screen and (max-width:820px) {
    #menu .hamburger {
        top:-65px;
        left:20px;
    }
    #content .web-tv,
    #web-tv .swiper-container {
        width:100%;
        margin-left:0;
    }
    #content .web-tv .hamburger {
        margin-left:0;
    }
    #content .about .tabs {
        width:90%;
        margin-top:60px;
    }
    #content .about .tabs ul li {
        width:calc(50% - 20px);
    }
    #content .about .tabs ul li:nth-child(odd) {
        margin-right:40px;
    }
    #footer .form {
        position:static;
        width:100%;
    }
    #landing-page .inner {
        position:static;
        display:block;
        padding:20px;
    }
    #landing-page .inner .left-column {
        width:100%;
        height:400px;
        display:block;
    }
    #landing-page .inner .left-column .slogan {
        width:100%;
        max-width:auto;
        height:100%;
        margin:auto;
        display:block;
        text-align:center;
    }
    #landing-page .inner .left-column .slogan img {
        width:auto;
        height:100%;
    }
    #landing-page .inner .right-column {
        width:100%;
        display:block;
    }
    #landing-page-gallery {
        position:static;
    }
    #landing-page-gallery #tabs .recess > ul li a {
        width:min-content;
        height:min-content;
    }
    #landing-page-gallery #tabs .recess > div > ul li {
        width:calc(50% - 15px);
        margin:0 0 30px 0;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(4n+4) {
        margin-right:0;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(odd) {
        margin-right:30px;
    }
    #content .web-tv .text h1 {
        font-size:24px;
        font-weight:300;
    }
    #content .web-tv .text i {
        height:14px;
    }
    #content .inner .table ol li {
        display:block;
    }
    #content .inner .table ol li span {
        width:100%;
        display:block;
    }
    #content .inner .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content .flat-plans #tabs .recess > ul {
        width:100%;
        float:none;
        margin-right:0;
    }
    #content .flat-plans #tabs .recess > ul li {
        display:inline-block;
        margin:0 8px 0 0;
    }
    #content .flat-plans #tabs .recess > div {
        width:100%;
        float:none;
    }
    #index .tab-1 h2 {
        font-size:50px;
        margin-top:-40px;
    }
    #index .about .text {
        min-height:160px;
    }
    #content .about .numeric .list ul li,
    #index .numeric .list ul li {
        width:calc(33% - 3px);
    }
}
@media only screen and (max-width:770px) {
    #menu .hamburger.style-2 {
        left:auto;
        right:10px;
        top:10px;
    }
    #menu .navigation .lang {
        margin:20px 0 0 20px;
    }
    #menu .navigation-container {
        padding:100px 50px 0 50px;
    }
    .menu-items ul li {
        width:100%;
        float:none;
        text-align:left;
        border-right:0;
        margin-bottom:5px;
    }
    .menu-items ul li:nth-last-child(-n+3) {
        margin-top:0;
    }
    .menu-items ul li a {
        font-size:26px;
        color:#333;
        background-color:#ebe9e2;
        width:240px;
        padding:0;
    }
    .menu-items ul li a:hover {
        color:#333;
        background-color:#ebe9e2;
    }
    .menu-items ul li a p {
        border-top:0;
        padding-top:0;
    }
    #index .numeric {
        padding-top:80px;
    }
    #index .gallery {
        margin-top:0;
    }
    #index .gallery .left-column {
        width:100%;
        height:400px;
        float:none;
    }
    #index .gallery .left-column p {
        width:max-content;
        height:auto;
        padding:5px;
        border-radius:3px;
        bottom:10px;
        right:10px;
    }
    #index .gallery .left-column p span i {
        width:max-content;
    }
    #index .gallery .left-column p span i a {
        margin-top:0;
    }
    #gallery ul {
        padding:0 50px;
    }
    #gallery ul li {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    #gallery ul li:nth-child(odd) {
        margin-right:0;
    }
    #index .gallery .left-column p span i em,
    #index .gallery .right-column,
    .menu-items ul li a figure {
        display:none;
    }
}
@media only screen and (max-width:720px) {
    #index .about .text {
        width:100%;
        min-height:120px;
        margin-bottom:20px;
    }
    #index .about figure {
        width:100%;
        position:static;
    }
    #index .tab-1 {
        padding-bottom:30px;
    }
    #index .tab-1 .text {
        width:100%;
        float:none;
    }
    #index .tab-1 .vertical-photo {
        width:100%;
        max-width:500px;
        float:none;
        margin:auto;
    }
    #footer .address > ul > li {
        width:100%;
        float:none;
        padding-right:0;
    }
    #index .about .line {
        display:none;
    }
    #content .about .tabs {
        width:100%;
        max-width:500px;
    }
    #content .about .tabs ul li {
        width:100%;
        float:none;
    }
    #content .about .tabs ul li:nth-child(odd) {
        margin:0 0 40px 0;
    }
}
@media only screen and (max-width:620px) {
    #footer .form .form-recess ul li {
        width:100%;
        float:none;
        margin-bottom:30px;
    }
    #footer .form .form-recess ul li:nth-child(odd) {
        margin-right:0;
    }
    #landing-page-gallery #tabs .recess > ul li {
        display:block;
        width:100%;
    }
    #landing-page-gallery #tabs .recess > ul li a {
        width:100%;
        padding:10px;
        display:block;
    }
    #content .flat-plans #tabs .recess > ul li a {
        width:80px;
        height:80px;
        padding:10px;
    }
    #content .about .table-3 .left {
        width:100%;
        display:block;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content .about .table-3 .right {
        width:100%;
        display:table;
    }
    #gallery ul {
        padding:0;
    }
    #scroll-page {
        bottom: 20px;
        left: -20px;
    }
    #footer-bottom .phone {
        width:50%;
    }
    #footer-bottom .link {
        width:50%;
        text-align:right;
    }
    #footer-bottom .artasgrubu {
        width:100%;
        float:none;
        text-align:center;
        padding:8px 0;
        margin-top:10px;
        clear:both;
    }
    .creapark {
        text-align:right;
    }
    #index .tab-1 h2 {
        position:static;
        font-size:40px;
        margin:-40px 10px 20px 10px;
    }
    #content .about .numeric .list ul li,
    #index .numeric .list ul li {
        width:calc(50% - 3px);
    }
}
@media only screen and (max-width:520px) {
    #landing-page-gallery {
        padding-top:20px;
    }
    #landing-page-gallery #tabs .recess > div > ul li {
        width:100%;
        margin:0 0 20px 0;
        float:none;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(3n+3) {
        margin-right:0;
    }
    #content .flat-plans #tabs .recess > ul li a {
        width:50px;
        height:50px;
        padding:5px;
    }
    #content .flat-plans #tabs .recess > div > ul li {
        width:100%;
        float:none;
        margin:0 0 40px 0;
    }
    #content .flat-plans #tabs .recess > div > ul li:nth-child(odd) {
        margin-right:0;
    }
    #content .flat-plans #tabs .recess > ul li a {
        width:80px;
        height:80px;
    }
    #index .about .text {
        min-height:150px;
    }
    #scroll-page {
        display:none;
    }
}
@media only screen and (max-width:420px) {
    #index .about .text {
        min-height:170px;
    }
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
    #menu .hamburger.style-2 {
        left:auto;
        right:10px;
        top:10px;
    }
    #menu .navigation .lang {
        margin:20px 0 0 20px;
    }
    #menu .navigation-container {
        padding-top:80px;
    }
    .menu-items ul li {
        width:100%;
        float:none;
        text-align:left;
        border-right:0;
        margin-bottom:5px;
    }
    .menu-items ul li:nth-last-child(-n+3) {
        margin-top:0;
    }
    .menu-items ul li a {
        font-size:26px;
        color:#333;
        background-color:#ebe9e2;
        width:240px;
        padding:0;
    }
    .menu-items ul li a:hover {
        color:#333;
        background-color:#ebe9e2;
    }
    .menu-items ul li a p {
        border-top:0;
        padding-top:0;
    }
    .menu-items ul li a figure {
        display:none;
    }
}
@media only screen and (max-height:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
}
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.fancybox-caption a,.fancybox-caption a:link,
.fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none;
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center;
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px;
}
.fancybox-share p {
	margin:0;
	padding:0;
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color:#fff;
}
.fancybox-share__button:hover {
	text-decoration:none;
}
.fancybox-share__button--fb {
	background:#3b5998;
}
.fancybox-share__button--fb:hover {
	background:#344e86;
}
.fancybox-share__button--pt {
	background:#bd081d;
}
.fancybox-share__button--pt:hover {
	background:#aa0719;
}
.fancybox-share__button--tw {
	background:#1da1f2;
}
.fancybox-share__button--tw:hover {
	background:#0d95e8;
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px;
}
.fancybox-share__button svg path {
	fill:#fff;
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995;
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block;
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px;
}
.fancybox-thumbs > ul {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.fancybox-thumbs-x > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px;
}
.fancybox-thumbs-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
    float:left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide {
    -ms-flex:0 0 auto;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height:auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    -webkit-transition-property:-webkit-transform,height;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    transition-property:transform,height
}
.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-wp8-horizontal {
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action:pan-x;
    touch-action:pan-x
}
.swiper-button-next,
.swiper-button-prev {
    position:absolute;
    top:50%;
    width:27px;
    height:44px;
    margin-top:-22px;
    z-index:10;
    cursor:pointer;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left:10px;
    right:auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right:10px;
    left:auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position:absolute;
    text-align:center;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:30px;
    left:0;
    width:100%;
}
.swiper-pagination-bullet {
    width:50px;
    height:2px;
    display:inline-block;
    border-radius:3px;
    background:rgba(255,255,255,0.8);
    opacity:.2;
}
button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background:#f0f0f0;
}
.swiper-pagination-bullet-active {
    opacity:1;
    background:#f0f0f0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#f0f0f0
}
.swiper-pagination-black {
    margin:40px 0 0 200px;
}
.swiper-pagination-black .swiper-pagination-bullet {
    background:#f00;
    width:13px;
    height:13px;
    border-radius:50%;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right:10px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
    -o-transform:translate(0,-50%);
    -ms-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:5px 0;
    display:block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px
}
.swiper-pagination-progress {
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background:#007aff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -o-transform-origin:right top;
    transform-origin:right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-vertical > .swiper-pagination-progress {
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-progress.swiper-pagination-white {
    background:rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background:#000
}
.swiper-container-3d {
    -webkit-perspective:1200px;
    -moz-perspective:1200px;
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective:1200px
}
.swiper-container-cube, .swiper-container-flip {
    overflow:visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-slide {
    visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events:none;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag {
    cursor:move
}
.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -moz-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
    display:block;
    content:"";
    width:100%;
    height:100%;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position:50%;
    background-size:100%;
    background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}
@media only screen and (max-width:1020px) {
}
@media only screen and (max-width:920px) {
}
@media only screen and (max-width:720px) {
    .swiper-pagination-black {
        margin-left:100px;
    }
}
@media only screen and (max-width:820px) {
}