@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;600,700,800,900&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	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;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#fff;
    font-size:13px;
}
*:-moz-placeholder {
    color:#fff;
    font-size:13px;
}
*::-moz-placeholder {
    color:#fff;
    font-size:13px;
}
*:-ms-input-placeholder {
    color:#fff;
    font-size:13px;
}
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;
}
.recess {
    width:100%;
    max-width:1200px;
    margin:auto;
    position:relative;
}
#logo a {
    width:110px;
    height:84px;
    display:block;
    position:absolute;
    z-index:14;
    top:30px;
    left:50px;
    visibility:visible;
}
#logo a.hide {
    visibility:hidden;
}
#logo figure {
    width:110px;
    position:absolute;
    z-index:3;
    top:30px;
    left:50px;
}
#logo figure img {
    width:100%;
    height:auto;
}
#index {
    font-family:'Krona One', sans-serif;
}
#index h2 {
    font-size:22px;
    font-weight:500;
    margin-bottom:20px;
    color:#444;
}
#index .inner {
    position:absolute;
    width:100%;
    top:700px;
}
#index .gallery {
    margin:50px auto 100px auto;
    text-align:center;
    overflow:hidden;
    position:relative;
    height:210px;
}
#index .gallery ul li {
    float:left;
}
#index .about {
    width:100%;
    display:table;
    margin-bottom:100px;
}
#index .about a {
    display:table-cell;
    vertical-align:middle;
}
#index .about img {
    width:100%;
    height:auto;
}
#index .about .right-column,
#index .about .left-column {
    width:50%;
    display:table-cell;
    background:#ece6e4;
    vertical-align:top;
}
#index .about .left-column {
    padding:110px;
}
#index .about .left-column ul li {
    display:table;
    width:100%;
    height:100%;
    position:relative;
}
#index .about .right-column {
    background:none;
}
#index .about .right-column ul li {
    width:50%;
    height:50%;
    background:#fff;
    float:left;
    padding:80px;
    display:table;
    position:relative;
}
#index .about .right-column ul li:last-child,
#index .about .right-column ul li:first-child {
    background:#fdfbf9;
}
#index .about .left-column ul li span,
#index .about .right-column ul li span {
    position:absolute;
    top:calc(50% - 20px);
    left:0;
    width:100%;
    color:#fff;
    font-size:22px;
    text-align:center;
    text-shadow:0 0 6px rgba(0,0,0,0.5);
}
#index .plans {
    position:relative;
    padding-bottom:100px;
}
#plans figure,
#index .plans figure {
    width:360px;
    position:absolute;
    left:calc(50% - 200px);
}
#plans figure img,
#index .plans figure img {
    width:100%;
    height:auto;
    border-radius:10px;
}
#index #tabs > div,
#index #tabs > ul {
    width:50%;
    float:left;
    padding-top:60px;
}
#index #tabs > ul li {
    text-align:left;
}
#index #tabs > ul li a {
    padding:20px;
    font-weight:500;
    font-size:20px;
    display:block;
    color:#fff;
}
#index #tabs > ul li:first-child a {
    background:#f8ad00;
    border-top-left-radius:15px;
}
#index #tabs > ul li:nth-child(2) a {
    background:#f4b31c;
}
#index #tabs > ul li:nth-child(3) a {
    background:#f5b92e;
}
#index #tabs > ul li:nth-child(4) a {
    background:#f3bf47;
    border-bottom-left-radius:15px;
}
#index #tabs > ul li:hover a {
	background:#e7a40a;
}
#index #tabs > ul li.active a {
	background:#d39301;
}
#index #tabs > div > ul li.all {
    margin-top:20px;
}
#index #tabs > div > ul li a {
    padding:10px;
    font-size:15px;
    display:block;
    text-align:right;
    border-bottom:solid 1px #f0f0f0;
}
#index #tabs > div > ul li:last-child a {
    border-bottom:0;
}
#index #tabs > div > ul li a:hover {
    background:#f8f8f8;
}
#index #tabs > div > ul li.all a {
    color:#ff4220;
    width:max-content;
    float:right;
}
#index #tabs > div > p.all {
    text-align:right;
    margin-top:20px;
}
#index #tabs > div > p.all a {
    color:#d41622;
    font-weight:bold;
}
#footer {
    margin-top:100px;
    position:relative;
    font-family:'Jost', sans-serif;
    font-size:14px;
}
#footer a {
    font-size:14px;
}
#footer .address {
    background:#fafafa;
    padding:80px 50px;
    width:calc(100% - 200px);
}
#footer .address h3 {
    color:#ff4220;
    margin-bottom:30px;
    font-weight:500;
}
#footer .address ul {
    width:200px;
}
#footer .address ul li {
    margin-bottom:40px;
}
#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:#ff4220;
    font-size:12px;
    font-weight:600;
}
#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 {
    position:absolute;
    width:800px;
    right:0;
    top:80px;
    background:#ff4220;
    padding:40px;
    color:#fff;
}
#footer .form .form-recess {
    width:100%;
}
#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;
    color:#fff;
}
#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.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 {
    color:#fff;
    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;
    font-weight:500;
}
#footer-bottom .phone {
    width:200px;
    float:left;
    padding-top:20px;
}
#footer-bottom .phone a {
    font-size:24px;
    font-weight:700;
    color:#f9ad01;
}
#footer-bottom .link {
    width:200px;
    float:left;
    padding-top:25px;
}
#footer-bottom .link a {
    font-size:12px;
}
#footer-bottom .artasgrubu {
    width:calc(100% - 400px);
    float:left;
    text-align:right;
    padding:8px 0 4px 0;
}
#footer #error-zone {
    position:absolute;
    top:30px;
    right:30px;
}
#footer #error-zone.warning {
    background:#f8f8f8;
    color:#333;
    padding:3px 10px;
}
#footer #error-zone.approved {
    background:#0bdcd0;
    color:#fff;
    padding:3px 10px;
}
#content > .recess {
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    font-weight:500;
    color:#585858;
}
#content .web-tv {
    margin-bottom:50px;
}
#content .web-tv img {
    width:100%;
    height:auto;
}
#content h1 {
    font-size:56px;
    font-family:'Montserrat', sans-serif;
    font-weight:700;
    margin:15px 0;
    text-align:center;
    letter-spacing:-1px;
    color:#364253;
}
#content .inner .first-column article h5 {
    font-size:16px;
    margin-bottom:20px;
}
#content .inner .first-column article ul.style-2 li {
    list-style-type:disc;
    margin:0 0 10px 20px;
}
#content .inner .first-column article .table {
    margin:20px 0;
}
#content .inner .first-column article .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner .first-column article .table ol li {
    display:table;
    width:100%;
}
#content .inner .first-column article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner .first-column article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .inner .first-column article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .inner .first-column article .table ol li.title span {
    padding:5px;
}
#content .inner .first-column article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .inner .first-column article .table ol li span a {
    color:#238ebc;
}
#content .inner .first-column article .table-2 {
    margin-bottom:20px;
}
#content .inner .first-column article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner .first-column article .table-2 ol li {
    display:table;
    width:100%;
}
#content .inner .first-column article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner .first-column article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .inner .first-column article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .inner .first-column article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .inner .first-column article .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#content .inner .first-column article .table-3 {
    border:solid 1px #999;
    width:100%;
    display:table;
}
#content .inner .first-column article .table-3 .left {
    width:150px;
    display:table-cell;
    padding:10px;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner .first-column article .table-3 .right {
    width:calc(100% - 150px);
    display:table-cell;
}
#content .inner .first-column article .table-3 .right .line:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner .first-column article .table-3 .right .line span {
    display:table-cell;
    padding:10px;
    vertical-align:middle;
}
#content .inner .first-column article .table-3 .right .line span:first-child {
    width:150px;
    border-right:solid 1px #999;
}
#content .inner .left-column {
    width:350px;
    float:left;
    margin-right:50px;
    font-family:'Jost', sans-serif;
    color:#364253;
}
#content .inner .left-column h2 {
    font-size:36px;
}
#content .inner .right-column {
    width:calc(100% - 400px);
    float:left;
}
#content .inner .right-column article {
  line-height:30px;
}
#content .inner .right-column article h3 {
    margin-bottom:20px;
    font-size:26px;
    color:#364253;
}
#content .inner .first-column article p,
#content .inner .right-column article p {
    margin-bottom:20px;
    line-height:26px;
}
#content .inner .first-column article p:last-child,
#content .inner .right-column article p:last-child {
    margin-bottom:0;
}
#gallery ul li {
	display:block;
	float:left;
	padding:25px;
	width:33.33%;
}
#gallery ul li:nth-child(-n+3) {
	padding:0 25px 25px 25px;
}
#gallery ul li a,
#gallery ul li img {
	outline:none;
	border:none;
	display:block;
	width:100%;
}
#gallery ul.effect-1 li.animate {
	-webkit-animation:fadeIn 0.65s ease forwards;
	-moz-animation:fadeIn 0.65s ease forwards;
	animation:fadeIn 0.65s ease forwards;
}
#flat-plans h5 {
    font-size:30px;
    margin-bottom:30px;
    color:#ff4220;
}
#flat-plans #tabs > div,
#flat-plans #tabs > ul {
    width:100%;
}
#flat-plans #tabs > ul {
    text-align:center;
    margin-bottom:30px;
}
#flat-plans #tabs > ul li {
    text-align:left;
    display:inline-block;
}
#flat-plans #tabs > ul li a {
    padding:20px;
    font-weight:500;
    font-size:20px;
    display:block;
    color:#333;
    background:#ccc;
}
#flat-plans #tabs > ul li:first-child a {
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
}
#flat-plans #tabs > ul li:last-child a {
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
}
#flat-plans #tabs > ul li:hover a {
	background:#e7a40a;
}
#flat-plans #tabs > ul li.active a {
	background:#ff4220;
    color:#fff;
}
#flat-plans #tabs > div > ul > li:not(:last-child) {
    margin-bottom:70px;
    padding-bottom:50px;
    border-bottom:dashed 1px #ff4220;
}
#flat-plans #tabs > div > ul li ol li {
    width:calc(33.00% - 20px);
    margin:0 30px 30px 0;
    float:left;
}
#flat-plans #tabs > div > ul li ol li:nth-child(3n+3) {
    margin:0 0 30px 0;
}
#flat-plans #tabs > div > ul li ol li img {
    width:100%;
    height:auto;
}

/*#flat-plans > ul > li {
    
}
#flat-plans ul li:last-child {
    margin-bottom:0;
}
#flat-plans > ul > li:not(:last-child) {
    margin-bottom:70px;
    padding-bottom:50px;
    border-bottom:dashed 1px #ff4220;
}
#flat-plans ul li ol li {
    width:calc(33.00% - 20px);
    margin:0 30px 30px 0;
    float:left;
}
#flat-plans ul li ol li:nth-child(3n+3) {
    margin:0 0 30px 0;
}
#flat-plans ul li ol li img {
    width:100%;
    height: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;
}
#cookies {
    width:1000px;
    background:#e8e8e8;
    padding:10px 130px 10px 30px;
    position:fixed;
    z-index:10;
    border-radius:70px;
    left:calc(50% - 500px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:11px;
    line-height:14px;
    border:solid 1px #ff4220;
    box-shadow:0 0 8px rgba(0,0,0,.2);
}
#cookies a {
    font-size:11px;
    font-weight:bold;
    border-radius:20px;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:11px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 16px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
#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:#f7f7f7;
    text-align:left;
}
#landing-page .inner .right-column .form ul li .textarea {
    height:50px;
}
#landing-page .inner .right-column .form ul li .input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px #f7f7f7 inset;
}
#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 .map iframe {
    width:100%;
    height:500px;
}
#landing-page-gallery #tabs h2 {
    text-align:center;
    font-size:26px;
    margin-bottom:10px;
}
#landing-page-gallery #tabs .recess > ul {
    margin-bottom:20px;
}
#landing-page-gallery #tabs .recess > ul li {
    display:inline-block;
    margin-right:8px;
}
#landing-page-gallery #tabs .recess > ul li a {
    width:100px;
    height:80px;
    padding:20px;
    font-size:20px;
    display:block;
    color:#555;
    border:solid 5px #f4b31c;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
#landing-page-gallery #tabs .recess > ul li a {
    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:#ec2400;
    color:#000;
}
#content .inner #tabs > div {
    width:calc(100% - 250px);
    float:left;
}
#gallery h5,
#content .inner #tabs > div h5 {
    font-size:30px;
    margin-bottom:30px;
    font-weight:500;
    color:#ec2400;
}
#landing-page-gallery #tabs .recess > div > ul li,
#content .inner #tabs > div > ul li {
    width:calc(50% - 20px);
    float:left;
    margin-bottom:40px;
}
#landing-page-gallery #tabs .recess > div > ul li {
    width:calc(25% - 15px);
    margin:0 20px 18px 0;
}
#landing-page-gallery #tabs .recess > div > ul li:nth-child(4n+4) {
    margin-right:0;
}
#content .inner #tabs > div > ul li:nth-child(odd) {
    margin-right:40px;
}
#landing-page-gallery #tabs .recess > div > ul li img,
#content .inner #tabs > div > ul li img {
    width:100%;
    height:auto;
}
#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;
}
.creapark {
    padding:10px 0;
    text-align:center;
    display:block;
}
.creapark img {
    width:80px;
    height:auto;
}





/*menu*/
#menu .hamburger {
    position:fixed;
    width:60px;
    height:60px;
    top:40px;
    right:30px;
    cursor:pointer;
    pointer-events:initial;
    z-index:12;
    border-radius:50px;
    background-color:#ff4220;
    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-icon {
    position:relative;
}
#menu .hamburger-icon:hover {
    cursor:pointer;
}
#menu .hamburger-icon-line {
    width:30px;
    height:1px;
    background-color:#fff;
    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-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(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:60%;
    z-index:11;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    visibility:visible;
    background-color:#ec2400;
    -webkit-transform:translateY(-101%);
    transform:translateY(-101%);
}
#menu .navigation.open {
    visibility:visible;
    pointer-events:initial;
}
#menu .navigation .lang {
    margin:50px 0 0 50px;
}
#menu .navigation .lang a {
    padding:5px 10px;
    background:#ff4220;
    color:#fff;
    font-weight:500;
    font-family:'Jost', sans-serif;
    font-size:14px;
    display:inline-block;
    letter-spacing:1px;
}
#menu .navigation .lang a:hover {
    background:#f8ad00;
}
#menu .navigation-layer {
    position:absolute;
    background-color:#fafafa;
    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-box {
    opacity:0;
    -webkit-transform:translateY(-80px);
    transform:translateY(-80px);
}
.menu {
    position:relative;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    font-family:'Nunito', sans-serif;
}
.menu-box {
    position:relative;
    width:30%;
}
.menu-items {
    position:relative;
}
.menu-items ul {
    list-style:none;
    margin:0;
    padding:0;
}
.menu-items ul li {
    display:block;
    margin-bottom:5px;
}
.menu-items ul li:last-child {
    margin-bottom:0;
}
.menu-items ul li a {
    position:relative;
    outline:0;
    text-decoration:none;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    display:block;
    color:#111;
    font-size:32px;
    font-weight:200;
    width:max-content;
}
.menu-items ul li a::before {
    content:'';
    position:absolute;
    top:calc(50% - 3px);
    left:0;
    width:6px;
    height:6px;
    background-color:#ff4220;
    opacity:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
.menu-items ul li.select a::before,
.menu-items ul li a:hover::before {
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0);
}
.menu-items ul li a .menu-link {
    position:relative;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-duration:1s;
    transition-duration:1s;
    -webkit-transition-timing-function:cubic-bezier(0.165, 0.875, 0.02, 1);
    transition-timing-function:cubic-bezier(0.165, 0.875, 0.02, 1);
    padding:0 5px;
}
.menu-items ul li a .menu-link svg {
    position:absolute;
    top:20%;
    left:0;
    width:auto;
    height:60%;
    -webkit-transform:translateX(-120%);
    transform:translateX(-120%);
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-duration:1s;
    transition-duration:1s;
    -webkit-transition-timing-function:cubic-bezier(0.165, 0.875, 0.02, 1);
    transition-timing-function:cubic-bezier(0.165, 0.875, 0.02, 1);
}
.menu-items ul li.select a .menu-link,
.menu-items ul li a:hover .menu-link {
    -webkit-transform:translateX(0.5em);
    transform:translateX(0.5em);
}
.menu-items ul li.select a .menu-link svg,
.menu-items ul li a:hover .menu-link svg {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
}
/*menu*/
/*begin index slider*/
#web-tv {
    width:100%;
    height:700px;
    position:absolute;
    font-family:'Nunito', sans-serif;
    overflow:hidden;
}
#web-tv .bg {
	position:absolute;
	top:0;
	right:0;
	width:calc(100% - 600px);
	height:100%;
	background-size:contain;
	background-attachment:scroll  ;
	background-position:center  ;
	background-repeat:repeat;
	background-origin:content-box;
    background-repeat:no-repeat;
}
#web-tv .hero-slider-holder {
	position:relative;
	overflow:hidden;
	z-index:2;
}
#web-tv .carousel-item {
	position:relative;
	width:500px;
	z-index:6;
    margin:200px 0 30px 0;
}
#web-tv .single-carousel-holder {
    height:100%;
}
#web-tv .single-carousel .item {
	position:relative;
	overflow:hidden;
}
#web-tv .single-carousel .item .size {
    max-width:1400px;
    margin:auto;
}
#web-tv .carousel-item h2,
#web-tv .carousel-item h3 {
    font-size:50px;
    line-height:68px;
    font-weight:normal;
    font-family:'Krona One', sans-serif;
    
}
#web-tv .carousel-item h2 {
    font-size:30px;
    line-height:38px;
}
#web-tv .carousel-item h3,
#web-tv .carousel-item h3 a {
}
#web-tv .single-carousel .item .bg {
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
#web-tv .single-carousel .item p,
#web-tv .error-wrap p {
    text-align:left;
    font-size:12px;
    line-height:24px;
    padding-bottom:10px;
	font-weight:500;
}
#web-tv .customNavigation.gals a {
	position:absolute;
	top:calc(50% - 40px);
    right:60px;
	width:20px;
	height:40px;
	margin-top:-20px;
	z-index:3;
	line-height:40px;
	color:#fff;
    background-image:url(/Images/web-tv-arrows.png);
    background-repeat:no-repeat;
	border-radius:4px;
	cursor:pointer;
}
#web-tv .customNavigation.gals a.next-slide {
    background-position:center right;
}
#web-tv .customNavigation.gals a.prev-slide {
    background-position:center left;
    top:calc(50% + 20px);
}
#web-tv .customNavigation.gals a:hover {
	background-image:url(/Images/web-tv-arrows-hover.png);
}
#web-tv .owl-height {
    -webkit-transition:height 500ms ease-in-out;
    -moz-transition:height 500ms ease-in-out;
    -o-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out
}
#web-tv .owl-carousel {
    display:none;
    width:100%;
    -webkit-tap-highlight-color:none;
    position:relative;
    z-index:1
}
#web-tv .owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action:pan-Y
}
#web-tv .owl-carousel .owl-stage:after {
     content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
 }
#web-tv .owl-carousel .owl-stage-outer {
     position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px,0,0)
 }
#web-tv .owl-carousel .owl-controls .owl-dot,
#web-tv .owl-carousel .owl-controls .owl-nav .owl-next,
#web-tv owl-carousel .owl-controls .owl-nav .owl-prev {
     cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#web-tv .owl-carousel.owl-loaded {
    display:block
}
#web-tv .owl-carousel.owl-loading {
    opacity:0;
    display:block
}
#web-tv .owl-carousel.owl-hidden {
    opacity:0
}
#web-tv .owl-carousel .owl-refresh .owl-item {
    display:none;
}
#web-tv .owl-carousel .owl-item {
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#web-tv .owl-carousel .owl-item img {
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d
}
#web-tv .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto}
    .owl-carousel .owl-grab{cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
#web-tv .owl-carousel.owl-rtl {
    direction:rtl
}
#web-tv .owl-carousel.owl-rtl .owl-item {
    float:right
}
#web-tv .no-js .owl-carousel {
    display:block
}
#web-tv .owl-carousel .owl-item .owl-lazy {
    opacity:0;
    -webkit-transition:opacity 400ms ease;
    -moz-transition:opacity 400ms ease;
    -ms-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}
#web-tv .owl-carousel .owl-item img {
    transform-style:preserve-3d
}
/*end index slider*/
/*gallery slider*/
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
}
.slick-list {
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-loading .slick-list {
	background:white url(ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
	cursor:pointer;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	zoom:1;
}
.slick-track:before,
.slick-track:after {
	content:"";
	display:table;
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-prev,
.slick-next {
	position:absolute;
	display:block;
	height:32px;
	width:32px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	color:transparent;
    top:-48px;
	padding:0;
	border:none;
	outline:none;
    border:solid 2px #555;
    background:none;
}
.slick-prev:hover,
.slick-next:hover {
    border:solid 2px #f8ad00;
}
.slick-prev:focus,
.slick-next:focus {
	outline:none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	color:white;
	opacity:0.85;
	-webkit-font-smoothing:antialiased;
}
.slick-prev {
	right:56px;
    background:url(/Images/prev-arrow.png) no-repeat center;
}
.slick-prev:before {
}
.slick-next {
	right:10px;
    background:url(/Images/next-arrow.png) no-repeat center;
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-slider img {
	width:100%;
}
.slick-slider span {
	margin:0 10px;
    display:block;
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0px;
	width:100%;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:14px;
	width:14px;
	margin:0px 5px;
	padding:0px;
	cursor:pointer;
	background-color:#f8ad00;
    border-radius:50%;
}
.slick-dots li button {
	border:0;
	background:transparent;
	display:block;
	height:20px;
	width:20px;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer;
	outline:none;
}
.slick-dots li button:focus {
	outline:none;
}
.slick-dots li button:before {
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:14px;
	height:14px;
	opacity:0;
    background:#333;
    border-radius:50%;
}
.slick-dots li.slick-active button:before {
	opacity:1;
}
/*gallery slider*/


@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;
    }
    .menu-box:nth-child(n+2) {
        width:40%;
    }
    .menu-box:last-child {
        width:20%;
    }
    .menu-items ul li a {
        font-size:28px;
    }
}
@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) {
    #menu .hamburger {
        top:30px;
        right:30px;
    }
}
@media only screen and (max-width:1600px) {
    #gallery,
    #flat-plans {
        margin-top:60px;
    }
    #content h1 {
        margin-bottom:40px;
    }
}
@media only screen and (max-width:1500px) {
    #logo a {
        left:30px;
    }
    #logo figure {
        left:30px;
    }
    #web-tv .single-carousel .item .size {
        max-width:100%;
        padding:0 30px;
    }
    #web-tv {
        height:600px;
    }
    #web-tv .bg {
	    width:calc(100% - 500px);
    }
    #index .inner {
        top:600px;
    }
    #index .gallery {
        margin-bottom:50px;
    }
    #index .about {
        margin-bottom:70px;
    }
    #index .about .left-column {
        padding:100px 90px;
    }
    #index .about .right-column ul li {
        padding:60px 50px;
    }
}
@media only screen and (max-width:1400px) {
    #index .about .left-column ul li span,
    #index .about .right-column ul li span {
        top:calc(50% - 14px);
        font-size:20px;
    }
    #menu .navigation-container {
        padding:80px 80px 80px 80px;
    }
    .menu-box:nth-child(n+2) {
        width:40%;
    }
    .menu-box:last-child {
        width:20%;
    }
    .menu-items ul li a {
        font-size:30px;
    }
}
@media only screen and (max-width:1340px) {
    #footer-bottom {
        padding:0 20px;
    }
}
@media only screen and (max-width:1300px) {
    #index .about .left-column {
        width:45%;
        padding:110px 50px;
    }
    #index .about .right-column {
        width:55%;
    }
    #index .about .left-column ul li span,
    #index .about .right-column ul li span {
        font-size:18px;
    }
}
@media only screen and (max-width:1250px) {
    .recess {
        max-width:100%;
        padding:0 20px;
    }
    #web-tv {
        height:500px;
    }
    #web-tv .carousel-item {
	    width:400px;
        margin:150px 0 30px 0;
    }
    #web-tv .carousel-item h3 {
        font-size:44px;
        line-height:60px;
    }
    #index .inner {
        top:500px;
    }
    #index .gallery {
        margin:30px auto 40px auto;
        height:auto;
    }
    #index .about {
        margin-bottom:60px;
    }
    #index .about .right-column ul li {
        padding:50px 30px;
    }
    #landing-page-gallery #tabs .recess > div > ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 10px 0;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(4n+4) {
        margin-right:30px;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(3n+3) {
        margin-right:0;
    }
    #footer .form {
        width:700px;
        top:80px;
    }
}
@media only screen and (max-width:1120px) {
    #menu .hamburger {
        top:20px;
        right:20px;
    }
    .menu-items ul li a {
        font-size:28px;
    }
    #content h1 {
        font-size:50px;
        margin-bottom:50px;
    }
    #footer .form .form-recess {
        width:90%;
    }
    #content .inner .left-column {
        width:300px;
    }
    #content .inner .left-column h2 {
        font-size:32px;
    }
    #content .inner .right-column {
        width:calc(100% - 350px);
    }
    #gallery ul li {
	    padding:15px;
    }
    #gallery ul li:nth-child(-n+3) {
	    padding:0 15px 15px 15px;
    }
    #cookies {
        width:calc(100% - 20px);
        left:10px;
    }
}
@media only screen and (max-width:1020px) {
    .recess {
        padding:0 15px;
    }
    #menu .navigation-container {
        padding:80px 50px 50px 50px;
    }
    .menu-items ul li a {
        font-size:24px;
    }
    .menu-items ul li:not(.select) a::before {
        display:none;
    }
    .menu-items ul li:not(.select) a:hover .menu-link {
        -webkit-transform:translateX(0);
        transform:translateX(0);
    }
    #web-tv {
        height:350px;
    }
    #web-tv .carousel-item h3 {
        font-size:34px;
        line-height:45px;
    }
    #index .inner {
        top:350px;
    }
    #index .about {
        margin-bottom:30px;
    }
    #index .about .right-column,
    #index .about .left-column {
        width:100%;
        display:block;
    }
    #index .about .left-column {
        padding:20px;
    }
    #index .about .right-column ul li {
        padding:20px;
    }
    #landing-page .inner .left-column .slogan {
        min-width:auto;
        top:50px;
        left:0;
        margin:auto;
    }
    #footer .address {
        padding:40px 20px 20px 20px;
    }
    #footer .form .form-recess {
        width:100%;
    }
    #footer .form {
        width:550px;
        top:8px;
        padding:30px;
    }
    #content h1 {
        width:calc(100% - 300px);
        margin-left:150px;
        font-size:44px;
        text-align:center;
    }
    #content .web-tv {
        margin-bottom:30px;
    }
    #content .inner .left-column {
        width:270px;
        margin-right:20px;
    }
    #content .inner .left-column h2 {
        font-size:28px;
    }
    #content .inner .right-column {
        width:calc(100% - 300px);
    }
    #flat-plans #tabs > div > ul li ol li {
        width:calc(50% - 15px);
    }
    #flat-plans #tabs > div > ul li:not(:last-child) {
        margin-bottom:40px;
        padding-bottom:20px;
    }
    #flat-plans #tabs > div > ul li ol li:nth-child(3n+3) {
        margin-right:30px;
    }
    #flat-plans #tabs > div > ul li ol li:nth-child(even) {
        margin-right:0;
    }
}
@media only screen and (max-width:820px) {
    .menu {
        display:block;
    }
    #menu .hamburger {
        top:20px;
        right:20px;
    }
    #menu .navigation-container {
        padding:50px;
    }
    .menu-box {
        width:100%;
    }
    .menu-box:last-child {
        position:absolute;
        top:0;
        right:0;
    }
    .menu-items ul li a {
        font-size:22px;
    }
    #web-tv .carousel-item {
	    width:300px;
    }
    #web-tv .carousel-item h3 {
        font-size:28px;
        line-height:34px;
    }
    #web-tv .bg {
	    width:calc(100% - 300px);
    }
    #logo a {
        width:100px;
        height:76px;
        top:20px;
        left:20px;
    }
    #logo figure {
        width:100px;
        top:20px;
        left:20px;
    }
    #plans figure,
    #index .plans figure {
        width:100%;
        max-width:300px;
        position:static;
        margin:auto;
    }
    #index #tabs > ul li:first-child a {
        border-top-right-radius:15px;
    }
    #index #tabs > ul li:nth-child(4) a {
        border-bottom-right-radius:15px;
    }
    #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;
        padding-top:50px;
    }
    #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 10px 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;
    }
    #footer .address {
        width:100%;
    }
    #footer .address > ul {
        width:100%;
    }
    #footer .address > ul > li {
        width:50%;
        float:left;
        margin-bottom:10px;
        height:120px;
        padding-right:20px;
    }
    #footer .address > ul > li:nth-child(-n+2) {
        margin-bottom:0;
    }
    #footer .address > ul > li:nth-child(n+2) {
        height:70px;
    }
    #footer .form {
        position:relative;
        width:100%;
        margin-bottom:8px;
    }
    #content h1 {
        width:100%;
        margin:120px 0 20px 0;
    }
    #content .inner .left-column {
        width:100%;
        margin:0 0 20px 0;
        float:none;
    }
    #content .inner .left-column h2 {
        font-size:28px;
    }
    #content .inner .right-column {
        width:100%;
        float:left;
    }
    #content .inner .first-column article .table ol li {
        display:block;
    }
    #content .inner .first-column article .table ol li span {
        width:100%;
        display:block;
    }
    #content .inner .first-column article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #gallery ul li {
	    width:50%;
    }
    #gallery ul li:nth-child(-n+2) {
	    padding:0 15px 15px 15px;
    }
    #gallery ul li:nth-child(-n+3) {
	    padding:15px;
    }
    #cookies {
        padding:10px 30px;
    }
    #cookies a.close {
        position:static;
        width:max-content;
        margin:10px auto 0 auto;
    }
}
@media only screen and (max-width:620px) {
    #web-tv {
        height:300px;
    }
    #web-tv .bg {
	    width:100%;
    }
    #index .inner {
        top:300px;
    }
    #index .about .right-column ul li {
        width:100%;
        height:auto;
        float:none;
    }
    #index .about .right-column ul li:last-child,
    #index .about .right-column ul li:first-child {
        background:#fff;
    }
    #index .about .right-column ul li:nth-child(even) {
        background:#fdfbf9;
    }
    #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;
    }
    #footer .address {
        padding:30px 20px;
    }
    #footer .address > ul > li {
        width:100%;
        float:none;
        height:auto;
        padding-right:0;
        margin-bottom:20px;
    }
    #footer .address > ul > li:nth-child(-n+2) {
        margin-bottom:20px;
    }
    #footer .address > ul > li:nth-child(n+2) {
        height:auto;
    }
    #footer .address > ul > li:nth-child(even) {
        width:100%;
    }
    #footer .address > ul > li:last-child {
        margin-bottom:0;
    }
    #footer .address ul li p {
        margin-bottom:5px;
    }
    #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;
    }
    #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;
    }
    #content h1 {
        font-size:34px;
    }
    #content .inner .first-column article .table-3 .left {
        width:100%;
        display:block;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content .inner .first-column article .table-3 .right {
        width:100%;
        display:table;
    }
    #flat-plans #tabs > div > ul li ol li {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #flat-plans #tabs > div > ul li ol li:nth-child(3n+3) {
        margin-right:0;
    }
    #index #tabs > div,
    #index #tabs > ul {
        width:100%;
        float:none;
        clear:both;
    }
    #index #tabs > ul li {
        width:25%;
        float:left;
        text-align:center;
    }
    #index #tabs > ul li:first-child a {
        border-top-right-radius:0;
        border-bottom-left-radius:15px;
    }
    #index #tabs > ul li:nth-child(4) a {
        border-bottom-left-radius:0;
        border-top-right-radius:15px;
    }
    #web-tv .carousel-item {
	    display:none;
    }
}
@media only screen and (max-width:520px) {
    #landing-page-gallery #tabs .recess > div > ul li {
        width:100%;
        margin:0 0 10px 0;
        float:none;
    }
    #landing-page-gallery #tabs .recess > div > ul li:nth-child(3n+3) {
        margin-right:0;
    }
    #gallery ul li {
	    width:100%;
        float:none;
        padding:0 0 15px 0;
    }
    #gallery ul li:nth-child(-n+2) {
	    padding:0 0 15px 0;
    }
    #gallery ul li:nth-child(-n+3) {
	    padding:0 0 15px 0;
    }
    .menu-box:last-child {
        display:none;
    }
}
@media only screen and (max-width:420px) {
    #footer-bottom .artasgrubu,
    #footer-bottom .link,
    #footer-bottom .phone {
        width:100%;
        float:none;
        text-align:center;
    }
}
@media only screen and (max-height:650px) {
    #web-tv {
        height:500px;
    }
    #web-tv .carousel-item {
	    width:400px;
        margin:150px 0 30px 0;
    }
    #web-tv .carousel-item h3 {
        font-size:44px;
        line-height:60px;
    }
    #index .inner {
        top:500px;
    }
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@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;
    }
}