@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;600,700,800,900&display=swap');
@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&subset=latin-ext');
@keyframes bounce {
  0% {
    top:35%;
  }
  100% {
    top:calc(35% - 15px);
  }
}
@keyframes shimmy {
  0% {
    transform:translate(0, 0);    
  }
  100% {
    transform:translate(0, -20px);
  }
}
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
    background:#fff;
	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;
}
#error-zone {
    float:right;
    background:#fafafa;
    padding:0 5px;
    color:#aca18e;
}
.recess {
    width:100%;
    padding:0 100px;
    position:relative;
}
#header {
    position:absolute;
    z-index:3;
    width:100%;
}
#social-media {
    position:absolute;
    z-index:4;
    top:30px;
    right:120px;
}
#social-media a {
    width:20px;
    height:20px;
    background:no-repeat;
    display:inline-block;
    margin-right:6px;
}
#social-media ul li a:first-child {
    background-image:url(/Images/social-media-instagram-logo.png);
}
#social-media ul li a:first-child:hover {
    background-image:url(/Images/social-media-instagram-logo-over.png);
}
#social-media ul li a:nth-child(2) {
    background-image:url(/Images/social-media-facebook-logo.png);
}
#social-media ul li a:nth-child(2):hover {
    background-image:url(/Images/social-media-facebook-logo-over.png);
}
#social-media ul li a:nth-child(3) {
    background-image:url(/Images/social-media-twitter-logo.png);
}
#social-media ul li a:nth-child(3):hover {
    background-image:url(/Images/social-media-twitter-logo-over.png);
}
#logo {
    width:120px;
    margin-bottom:80px;
    position:absolute;
    z-index:3;
}
#logo img {
    width:100%;
    height:auto;
}
#index .inner {
    position:absolute;
    top:calc(100% - 100px);
    width:100%;
    font-family:'Raleway', sans-serif;
}
#index .about {
    background:#aca18e;
    padding:50px 0 80px 0;
}
#footer-bottom .recess,
#footer .recess,
#index .about .recess {
    max-width:1300px;
    margin:auto;
    padding:0;
}
#index .about .photo {
    width:500px;
    float:left;
    margin-right:100px;
}
#index .about .photo p {
    width:400px;
    height:322px;
    background:#fcfcfc;
    padding:20px 0 0 20px;
}
#index .about .photo figure {
    width:460px;
    height:500px;
    position:absolute;
    top:20px;
    left:20px;
}
#index .about .photo figure img {
    width:100%;
    height:auto;
}
#index .about .info {
    width:calc(100% - 600px);
    float:left;
    padding-top:50px;
}
#index .about .info h2 {
    max-width:600px;
    font-size:38px;
    line-height:48px;
    margin-bottom:30px;
    display:inline-block;
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    letter-spacing:0.01em;
    color:#fff;
}
#index .about .info p {
    line-height:26px;
    margin-bottom:20px;
    width:80%;
}
#index .about .info a {
    margin:20px auto 0 auto;
    width:260px;
    display:block;
}
#index .about .info a img {
    width:100%;
}
#index .numeric .list {
    text-align:center;
    color:#154650;
    padding:70px 0 20px 0;
    width:1100px;
    margin:auto;
}
#index .numeric .list > figure {
    margin:0 auto 40px auto;
}
#index .numeric .list ul li {
    width:calc(25% - 4px);
    display:inline-block;
    vertical-align:top;
    margin-bottom:50px;
}
#index .numeric .list ul li figure {
    width:max-content;
    height:90px;
    margin:0 auto 20px auto;
}
#index .numeric .list ul li p {
    font-weight:700;
}
#index .numeric .list ul li p span {
    font-size:34px;
    display:block;
    margin-bottom:5px;
}
#index .numeric .list ul li p i {
    font-style:normal;
    color:#666;
}
#index #tabs {
    background:#aca18e;
    padding:50px 0;
    font-family:'Krona One', sans-serif;
    color:#fff;
}
#content .right-column #tabs {
    margin-bottom:50px;
    font-family:'Krona One', sans-serif;
}
#content .right-column #tabs .recess {
    padding:0;
}
#index #tabs h3 {
    font-weight:100;
    margin-bottom:50px;
    font-size:28px;
}
#index #tabs .recess > ul {
    width:40%;
    float:left;
    padding-top:50px;
}
#landing-page-gallery #tabs .recess > ul {
    margin-bottom:20px;
}
#content .right-column #tabs .recess > ul {
    margin-bottom:80px;
}
#landing-page-gallery #tabs .recess > ul li,
#index #tabs .recess > ul li {
    display:table;
    margin-bottom:14px;
}
#landing-page-gallery #tabs .recess > ul li,
#content .right-column #tabs .recess > ul li {
    display:inline-block;
    margin-right:8px;
}
#landing-page-gallery #tabs .recess > ul li a,
#content .right-column #tabs .recess > ul li a,
#index #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;
}
#index #tabs .recess > ul li a {
    color:#fff;
}
#landing-page-gallery #tabs .recess > ul li a {
    font-size:14px;
    width:200px;
    height:70px;
}
#landing-page-gallery #tabs .recess > ul li:hover a,
#content .right-column #tabs .recess > ul li:hover a,
#index #tabs .recess > ul li:hover a {
    border-color:#e7a40a;
}
#landing-page-gallery #tabs .recess > ul li.active a,
#content .right-column #tabs .recess > ul li.active a,
#index #tabs .recess > ul li.active a {
    background:#f6f6f6;
    border-color:#d39301;
    color:#000;
}
#index #tabs .recess > ul li.active a {
    background:#908166;
    color:#fff;
}
#index #tabs .recess > div {
    width:60%;
    float:left;
}
#gallery h5,
#content .right-column #tabs .recess > div h5,
#index #tabs .recess > div h5 {
    font-size:30px;
    margin-bottom:30px;
    font-weight:500;
    color:#aca18e;
}
#index #tabs .recess > div h5 {
    color:#fff;
}
#landing-page-gallery #tabs .recess > div > ul li,
#content .right-column #tabs .recess > div > ul li,
#index #tabs .recess > div > ul li {
    width:calc(50% - 20px);
    float:left;
    margin-bottom:40px;
}
#landing-page-gallery #tabs .recess > div > ul li {
    width:calc(25% - 30px);
    margin:0 40px 20px 0;
}
#landing-page-gallery #tabs .recess > div > ul li:nth-child(4n+4) {
    margin-right:0;
}
#index #tabs .recess > div > ul li:nth-child(odd),
#content .right-column #tabs .recess > div > ul li:nth-child(odd) {
    margin-right:40px;
}
#landing-page-gallery #tabs .recess > div > ul li img,
#content .right-column #tabs .recess > div > ul li img,
#index #tabs .recess > div > ul li img {
    width:100%;
    height:auto;
    margin-bottom:20px;
}
#content .right-column #tabs .recess > div > ul li p,
#index #tabs .recess > div > ul li p {
    height:30px;
    font-size:14px;
    font-weight:100;
}
#index #tabs .recess > div .all {
    text-align:right;
}
#index #tabs .recess > div .all a {
    color:#fff;
}
#index .gallery {
    font-family:'Krona One', sans-serif;
    margin:70px 0 100px 0;
}
#index .gallery .left-column {
    width:450px;
    margin-right:100px;
    padding-top:50px;
    float:left;
    text-align:center;
}
#index .gallery .left-column h3 {
    font-weight:100;
    margin-bottom:40px;
    font-size:28px;
}
#index .gallery .left-column p {
    color:#aca18e;
}
#index .gallery .left-column figure {
}
#index .gallery .left-column figure img {
    width:100%;
    height:auto;
}
#index .gallery .right-column {
    width:calc(100% - 550px);
    float:left;
    position:relative;
    overflow:hidden;
    padding-bottom:40px;
}
#index .sketch {
    margin-bottom:20px;
}
#index .sketch figure img {
    width:100%;
    height:auto;
}
#index .sketch .left-column {
    width:calc(100% - 550px);
    float:left;
    position:relative;
    overflow:hidden;
}
#index .sketch .right-column {
    width:450px;
    margin-left:100px;
    padding-top:80px;
    float:left;
    text-align:center;
    font-size:14px;
    line-height:22px;
    font-weight:600;
}
#index .sketch .right-column figure.first {
    margin-bottom:60px;
}
#index .sketch .right-column p {
    margin-bottom:20px;
}
#index .sketch .right-column p:last-child {
    margin-bottom:80px;
}
#index .sketch .right-column figure.last {
    margin-top:40px;
}
#footer {
    margin-top:50px;
    position:relative;
    font-family:'Jost', sans-serif;
    font-size:15px;
}
#footer a {
    font-size:15px;
}
#footer .address {
    background:#fafafa;
    padding:80px 50px;
    width:calc(100% - 200px);
}
#footer .address h3 {
    color:#aca18e;
    margin-bottom:30px;
    font-weight:500;
}
#footer .address ul {
    width:230px;
}
#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:#aca18e;
    font-size:12px;
    font-weight:600;
}
#footer .address ul li figure {
    width:60px;
    margin-top:10px;
}
#footer .address ul li figure img {
    width:100%;
    height:auto;
}
#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:#aca18e;
    padding:40px;
    color:#fff;
}
#footer .form .form-recess {
    width:100%;
    font-size:14px;
}
#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;
    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;
}
#footer-bottom .phone {
    width:200px;
    float:left;
    padding-top:20px;
}
#footer-bottom .phone a {
    font-size:20px;
    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;
}
#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;
}
#content {
    width:100%;
    position:absolute;
    padding:80px 100px 0 100px;
    background:#fff;
}
#content.style-2 {
    background:#4e4e4e;
}
#content .left-menu {
    position:fixed;
    width:70px;
    border-right:solid 1px #e6e6e6;
    left:0;
    top:250px;
    padding:10px;
}
#content .left-menu .logos {
}
#content .left-menu .logos img {
    width:100%;
    height:auto;
}
#content .left-menu .menu {
}
#content .left-menu .menu > span {
    font-weight:bold;
    font-family:'Jost', sans-serif;
    font-weight:600;
    font-size:12px;
    color:#444;
    position:absolute;
    top:-30px;
    left:calc(50% - 7px);
    transform-origin:0 0;
    transform:rotate(-90deg);
    width:max-content;
    letter-spacing:4px;
}
#content.style-2 .left-menu .menu > span {
    color:#f0f0f0;
}
#content .left-menu .menu ul {
    margin:300px 0 0 15px;
    text-align:center;
}
#content .left-menu .menu ul li {
    margin-bottom:20px;
}
#content .left-menu .menu ul li:last-child {
    margin-bottom:0;
}
#content .left-menu .menu ul li span {
    width:1px;
    height:70px;
    background:#666;
    display:block;
    margin-left:11px;
}
#content.style-2 .left-menu .menu ul li span {
    background:#f0f0f0;
}
#content .left-menu .menu ul li a {
    width:20px;
    height:20px;
    background:no-repeat;
    display:block;
}
#content .left-menu .menu ul li:nth-child(2) a {
    background-image:url(/Images/social-media-instagram-logo.png);
}
#content .left-menu .menu ul li:nth-child(2):hover a {
    background-image:url(/Images/social-media-instagram-logo-over.png);
}
#content .left-menu .menu ul li:nth-child(3) a {
    background-image:url(/Images/social-media-facebook-logo.png);
}
#content .left-menu .menu ul li:nth-child(3):hover a {
    background-image:url(/Images/social-media-facebook-logo-over.png);
}
#content .left-menu .menu ul li:nth-child(4) a {
    background-image:url(/Images/social-media-twitter-logo.png);
}
#content .left-menu .menu ul li:nth-child(4):hover a {
    background-image:url(/Images/social-media-twitter-logo-over.png);
}
#content .inner {
    margin:140px 50px 0 50px;
}
#content .inner h1 {
    font-size:60px;
    font-family:'Jost', sans-serif;
    font-weight:600;
    line-height:70px;
    color:#ccc;
    float:left;
    width:470px;
    margin-right:30px;
}
#content .inner .right-column {
    float:left;
    width:calc(100% - 500px);
    font-family: 'Montserrat', sans-serif;
}
#content .inner .right-column article h5 {
    font-size:14px;
    margin-bottom:10px;
}
#content .inner .right-column .web-tv-inner {
    margin-bottom:50px;
}
#content .inner .right-column .web-tv-inner img {
    width:100%;
    height:auto;
}
#content .inner .right-column article {
    font-size:15px;
}
#content.style-2 .inner .right-column article {
    color:#fff;
}
#content .inner .right-column article h2 {
    font-family:'Jost', sans-serif;
    font-size:32px;
    color:#09428f;
    color:#b5b5b5;
    font-weight:700;
    margin-bottom:10px;
}
#content .inner .right-column article h2:not(:first-child) {
    margin-top:70px;
}
#content .inner .right-column article p {
    margin-bottom:20px;
    line-height:24px;
}
#content .inner .right-column article .table {
    margin:20px 0;
}
#content .inner .right-column article .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner .right-column article .table ol li {
    display:table;
    width:100%;
}
#content .inner .right-column article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner .right-column article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .inner .right-column article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .inner .right-column article .table ol li.title span {
    padding:0 5px;
}
#content .inner .right-column article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .inner .right-column article .table ol li span a {
    color:#238ebc;
}
#content .inner .right-column article .table-2 {
    margin-bottom:20px;
}
#content .inner .right-column article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner .right-column article .table-2 ol li {
    display:table;
    width:100%;
}
#content .inner .right-column article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner .right-column article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .inner .right-column article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .inner .right-column article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .inner .right-column article .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 .inner .right-column article .table-3 {
    border:solid 1px #999;
    width:100%;
    display:table;
}
#content .inner .right-column article .table-3 .left {
    width:150px;
    display:table-cell;
    padding:10px;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner .right-column article .table-3 .right {
    width:calc(100% - 150px);
    display:table-cell;
}
#content .inner .right-column article .table-3 .right .line:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner .right-column article .table-3 .right .line span {
    display:table-cell;
    padding:10px;
    vertical-align:middle;
}
#content .inner .right-column article .table-3 .right .line span:first-child {
    width:150px;
    border-right:solid 1px #999;
}
#content .inner .right-column .table {
    margin:20px 0;
}
#content .inner .right-column .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner .right-column .table ol li {
    display:table;
    width:100%;
}
#content .inner .right-column .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner .right-column .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .inner .right-column .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .inner .right-column .table ol li.title span {
    padding:0 5px;
}
#content .inner .right-column .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .inner .right-column .table ol li span a {
    color:#238ebc;
}
#content .inner .right-column .table-2 {
    margin-bottom:20px;
}
#content .inner .right-column .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner .right-column .table-2 ol li {
    display:table;
    width:100%;
}
#content .inner .right-column .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner .right-column .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .inner .right-column .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .inner .right-column .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .inner .right-column .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#content .inner .right-column .about .list {
    width:100%;
    display:table;
}
#content .inner .right-column .about .list ul li {
    width:calc(50% - 42px);
    display:inline-block;
    line-height:22px;
    margin-bottom:40px;
}
#content .inner .right-column .about .list ul li:nth-child(odd) {
    margin-right:80px;
}
#content .inner .right-column .about .list ul li figure {
    margin-bottom:20px;
}
#content .inner .right-column .about .list ul li figure img {
    width:100%;
    height:auto;
}
#content .inner .right-column .about .list ul li span {
    font-size:26px;
    font-weight:600;
    line-height:32px;
    margin-bottom:10px;
    display:block;
}
#content .inner .right-column .about .list ul li i {
    color:#999;
    font-size:14px;
    font-style:normal;
}
#content .inner .right-column .about .list ul li i p:not(:last-child) {
    margin-bottom:20px;
}
#gallery {
    font-family:'Jost', sans-serif;
}
#gallery h5:not(:first-child) {
    margin-top: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:calc(100% - 20px);
    background:#e8e8e8;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:3px;
    left:10px;
    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% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
#contact .photo {
    margin:50px auto 0 auto;
    max-width:1300px;
}
#contact .photo img {
    width:100%;
    height:auto;
}
#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 #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;
}
.creapark {
    margin:20px 0 5px 0;
    text-align:center;
    display:none;
}
.creapark img {
    width:80px;
    height:auto;
}



/*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*/
/*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:50px;
	width:50px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	color:transparent;
	bottom:-70px;
	margin-top:-10px;
	padding:0;
	border:none;
	outline:none;
    border:solid 2px #555;
    border-radius:50%;
    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:120px;
    background:url(/Images/prev-arrow.png) no-repeat center;
}
.slick-prev:before {
}
.slick-next {
	right:50px;
    background:url(/Images/next-arrow.png) no-repeat center;
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-slider div img {
	width:100%;
}
.slick-slider div 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*/
/*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:#aca18e;
    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:100%;
    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 .lang {
    margin:50px 0 0 50px;
    position:absolute;
    z-index:20;
}
#menu .navigation .lang a {
    padding:5px 10px;
    background:#aca18e;
    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;
    background-color:#222;
    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 #4e4d4d;
}
.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:#ad9765;
    font-size:14px;
    font-weight:500;
    font-family:'Jost', sans-serif;
    letter-spacing:1px;
    padding:5px 10px;
}
.menu-items ul li a:hover {
    color:#b5b5b5;
}
.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*/
/*begin index slider*/
#web-tv {
    width:100%;
    height:calc(100% - 100px);
    background-color:#f8f8f8;
    position:absolute;
    font-family:'Nunito', sans-serif;
    padding:80px 100px;
}
#web-tv .bg {
	position:absolute;
	top:0;
	right:0;
	width:calc(100% - 600px);
	height:100%;
	background-size:cover;
	background-attachment:scroll  ;
	background-position:center  ;
	background-repeat:repeat;
	background-origin:content-box;
}
#web-tv .hero-slider-holder {
	position:relative;
	overflow:hidden;
	z-index:2;
}
#web-tv .carousel-item {
	position:absolute;
	width:500px;
	top:50%;
	z-index:6;
    padding:0 50px;
    overflow:hidden;
}
#web-tv .single-carousel-holder {
    height:100%;
}
#web-tv .single-carousel .item {
	position:relative;
}
#web-tv .carousel-item {
    background-color:#f8f8f8;
}
#web-tv .carousel-item h2 {
    font-size:36px;
    font-weight:normal;
    font-family:'Krona One', sans-serif;
    margin-bottom:10px;
}
#web-tv .carousel-item h3 {
    font-size:42px;
    font-weight:normal;
    font-family:'Krona One', sans-serif;
    margin-bottom:30px;
    color:#f8ad00;
}
#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% - 36px);
    right:60px;
	width:10px;
	height:36px;
	margin-top:-20px;
	z-index:3;
	line-height:40px;
	color:#fff;
    background-image:url(/Images/web-tv-arrows-all.png);
    background-repeat:no-repeat;
	border-radius:4px;
	cursor:pointer;
}
#web-tv .customNavigation.gals a.next-slide {
    background-position:top right;
}
#web-tv .customNavigation.gals a.prev-slide {
    background-position:top left;
    top:calc(50% + 20px);
}
#web-tv .customNavigation.gals a.next-slide:hover {
    background-position:bottom right;
}
#web-tv .customNavigation.gals a.prev-slide:hover {
    background-position:bottom left;
}
#web-tv .customNavigation.gals a:hover {
}
#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*/


@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;
    }
    #content .left-menu {
        top:auto;
        bottom:20px;
    }
}
@media only screen and (max-height:690px) {
    #logo {
        width:80px;
    }
    #web-tv {
        height:100%;
        padding:15px;
    }
    #web-tv .carousel-item h3 {
        font-size:24px;
    }
    #index .inner {
        top:calc(100% + 20px);
    }
}
@media only screen and (max-height:550px) {
    #menu .navigation-container {
        padding:0 80px 80px 80px;
    }
    #menu .navigation .lang {
        margin:20px 0 0 50px;
    }
    #content {
        padding:20px;
    }
    #content .inner {
        margin:110px 0 0 0;
    }
    #content .left-menu {
        display:none;
    }
}
@media only screen and (max-height:480px) {
    #menu .navigation {
        height:100%;
    }
    #web-tv {
        height:400px;
    }
    #index .inner {
        top:420px;
    }
}
@media only screen and (max-width:3400px) {
    #index .gallery .left-column {
        padding-top:20px;
    }
}
@media only screen and (max-width:3000px) {
    #index .gallery .left-column {
        width:350px;
        margin-right:50px;
    }
    #index .gallery .right-column {
        width:calc(100% - 400px);
    }
    #index .sketch .left-column {
        width:calc(100% - 400px);
    }
    #index .sketch .right-column {
        width:350px;
        margin-left:50px;
        padding-top:20px;
    }
}
@media only screen and (max-width:1800px) {
    #menu .hamburger {
        top:30px;
        right:30px;
    }
    #index .sketch .left-column {
        width:calc(100% - 300px);
    }
    #index .sketch .right-column {
        width:250px;
        padding-top:0;
    }
}
@media only screen and (max-width:1720px) {
    #content .inner h1 {
        font-size:50px;
        line-height:70px;
        width:370px;
    }
    #content .inner .right-column {
        width:calc(100% - 400px);
    }
}
@media only screen and (max-width:1520px) {
    #content .inner h1 {
        width:320px;
    }
    #content .inner .right-column {
        width:calc(100% - 350px);
    }
}
@media only screen and (max-width:1400px) {
    #menu .navigation-container {
        padding:110px 80px 80px 80px;
    }
    #index .sketch .right-column figure.first {
        margin-bottom:20px;
    }
    #index .sketch .right-column figure.last {
        margin-top:20px;
    }
}
@media only screen and (max-width:1340px) {
    #index .about {
        padding:20px;
    }
    #footer-bottom {
        padding:0 20px;
    }
    #content .inner .right-column .about .list ul li {
        width:calc(50% - 32px);
    }
    #content .inner .right-column .about .list ul li:nth-child(odd) {
        margin-right:60px;
    }
}
@media only screen and (max-width:1320px) {
    #web-tv .bg {
	    width:calc(100% - 460px);
    }
    #web-tv .carousel-item {
	    width:400px;
        padding:0 0;
    }
    #web-tv .carousel-item h2 {
        font-size:32px;
    }
    #web-tv .carousel-item h3 {
        font-size:40px;
    }
    #index .about .photo {
        width:380px;
        margin-right:80px;
    }
    #index .about .photo p {
        width:310px;
        height:250px;
    }
    #index .about .photo figure {
        width:340px;
        top:20px;
        left:20px;
    }
    #index .about .info {
        width:calc(100% - 460px);
        padding-top:40px;
    }
    #content {
        padding:60px 80px 0 80px;
    }
    #content .inner h1 {
        width:270px;
        font-size:45px;
        line-height:60px;
    }
    #content .inner .right-column {
        width:calc(100% - 300px);
    }
}
@media only screen and (max-width:1220px) {
    #footer .form {
        width:700px;
        top:80px;
    }
    #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;
    }
    #index .numeric .list {
        padding:40px 0 20px 0;
        width:100%;
    }
    #content .inner .right-column .about .list ul li {
        width:calc(50% - 22px);
    }
    #content .inner .right-column .about .list ul li:nth-child(odd) {
        margin-right:40px;
    }
    #content .inner .right-column .about .list ul li {
        width:100%;
        display:block;
        margin-bottom:40px;
    }
    #content .inner .right-column .about .list ul li:nth-child(odd) {
        margin-right:0;
    }
}
@media only screen and (max-width:1120px) {
    .recess {
        padding:0 20px;
    }
    #logo {
        width:100px;
        margin-bottom:50px;
        top:10px;
        left:10px;
    }
    #menu .hamburger {
        top:calc(40px - 30px);
        right:calc(40px - 30px);
    }
    #web-tv {
        height:calc(100% - 200px);
        padding:20px;
    }
    #web-tv .bg {
	    width:100%;
    }
    #web-tv .customNavigation.gals a {
	    top:calc(100% - 40px);
        right:auto;
        left:50px;
    }
    #web-tv .customNavigation.gals a.next-slide {
    }
    #web-tv .customNavigation.gals a.prev-slide {
        top:calc(100% - 40px);
        left:20px;
    }
    #index .inner {
        top:calc(100% - 180px);
    }
    #index .about .photo {
        width:330px;
        margin-right:60px;
    }
    #index .about .photo p {
        width:300px;
        height:250px;
    }
    #index .about .photo figure {
    }
    #index .about .info {
        width:calc(100% - 390px);
        padding-top:50px;
    }
    #index .about .info p {
        width:100%;
    }
    #index #tabs .recess > ul {
        width:30%;
    }
    #index #tabs .recess > div {
        width:70%;
    }
    #footer {
        margin-top:0;
    }
    #footer .form .form-recess {
        width:90%;
    }
    #content {
        padding:40px 60px 0 60px;
    }
    #content .inner h1 {
        
        width:270px;
    }
    #content .inner .right-column {
        width:calc(100% - 300px);
    }
    #social-media,
    #web-tv .carousel-item {
        display:none;
    }
}
@media only screen and (max-width:1020px) {
    #web-tv {
        height:calc(100% - 300px);
        padding:10px;
    }
    #index .inner {
        top:calc(100% - 280px);
    }
    #index .about .info {
        padding-top:0;
    }
    #index .gallery {
        margin:50px 0 70px 0;
    }
    #footer .form {
        width:600px;
    }
    #content {
        padding:20px 0px 0 60px;
    }
    #content .inner {
        margin:110px 50px 0 50px;
    }
    #content .inner h1 {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #content .inner .right-column {
        width:100%;
        float:none;
    }
    #content .right-column #tabs .recess > ul {
        margin-bottom:40px;
    }
    #content .inner .right-column .about .list ul li {
        width:calc(50% - 22px);
        display:inline-block;
    }
    #content .inner .right-column .about .list ul li:nth-child(odd) {
        margin-right:40px;
    }
    #landing-page .inner .left-column .slogan {
        min-width:auto;
        top:50px;
        left:0;
        margin:auto;
    }
    #menu .navigation-container {
        padding:110px 20px 20px 20px;
    }
    .menu-items ul li a:hover figure {
        background-position-x:left;
    }
    .menu-items ul li a:hover {
        color:#ad9765;
    }
}
@media only screen and (max-width:920px) {
    #index .sketch .left-column {
        width:100%;
        float:none;
        margin-bottom:40px;
    }
    #index .sketch .right-column {
        width:100%;
        max-width:450px;
        margin:0 auto;
        padding-top:0;
        float:none;
    }
    #footer .form .form-recess {
        width:100%;
    }
    #footer .address {
        padding:40px 20px 0 20px;
        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 {
        width:100%;
        top:40px;
        padding:30px;
        position:static;
    }
    .menu-box {
        max-width:100%;
    }
}
@media only screen and (max-width:820px) {
    .menu {
        display:block;
    }
    #menu .hamburger {
        top:20px;
        right:20px;
    }
    #logo {
        top:20px;
        left:20px;
    }    
    #index .about .photo {
        float:none;
        margin:0 auto 70px auto;
    }
    #index .about .photo figure {
        left:calc(50% - 135px);
    }
    #index .about .info {
        float:none;
        width:100%;
    }
    #index #tabs {
        padding:30px 0;
        margin:30px 0;
    }
    #index #tabs h3 {
        margin-bottom:30px;
        font-size:28px;
    }
    #index #tabs .recess > ul {
        width:100px;
        margin-right:20px;
        padding-top:20px;
    }
    #index #tabs .recess > div {
        width:calc(100% - 120px);
    }
    #index .numeric .list ul li {
        width:calc(33% - 3px);
    }
    #index .gallery .left-column {
        width:300px;
        margin:0 auto 30px auto;
        padding-top:0;
        float:none;
    }
    #index .gallery .right-column {
        width:100%;
        float:none;
    }
    #content .inner .right-column article .table ol li {
        display:block;
    }
    #content .inner .right-column article .table ol li span {
        width:100%;
        display:block;
    }
    #content .inner .right-column article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #footer .address {
        width:100%;
    }
    #footer .address > ul > li {
        width:60%;
    }
    #footer .address > ul > li:nth-child(even) {
        width:40%;
    }
    #footer .form {
        position:static;
        width:100%;
    }
    #content {
        padding:20px;
    }
    #content .inner {
        margin:110px 0 0 0;
    }
    #content .inner .right-column .table ol li {
        display:block;
    }
    #content .inner .right-column .table ol li span {
        width:100%;
        display:block;
    }
    #content .inner .right-column .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #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;
    }
    #content .left-menu {
        display:none;
    }
}
@media only screen and (max-width:770px) {
    #menu .navigation-container {
        padding:140px 50px 0 50px;
    }
    .menu-items ul li {
        width:100%;
        float:none;
        text-align:left;
        border-right:0;
    }
    .menu-items ul li:nth-last-child(-n+3) {
        margin-top:0;
    }
    .menu-items ul li a {
        font-size:30px;
        color:#fff;
    }
    .menu-items ul li a figure {
        display:none;
    }
}
@media only screen and (max-width:620px) {
    #logo {
        width:80px;
    }
    #web-tv {
        height:calc(100% - 400px);
    }
    #index .inner {
        top:calc(100% - 380px);
    }
    #index #tabs .recess > ul {
        width:100%;
        float:none;
        padding-top:0;
        margin-bottom:40px;
        text-align:center;
    }
    #index #tabs .recess > ul li {
        display:inline-table;
        margin:0 20px 0 0;
    }
    #content .right-column #tabs .recess > ul li a,
    #index #tabs .recess > ul li a {
        width:80px;
        height:80px;
        padding:10px;
    }
    #index #tabs .recess > ul li:last-child {
        margin:0;
    }
    #index #tabs .recess > div {
        width:100%;
        float:none;
    }
    #index .numeric .list ul li {
        width:calc(50% - 3px);
    }
    #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;
    }
    .creapark {
        text-align:right;
    }
    #content .inner {
        margin:90px 0 0 0;
    }
    #content .inner h1 {
        font-size:35px;
    }
    #content .inner .right-column article .table-3 .left {
        width:100%;
        display:block;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content .inner .right-column article .table-3 .right {
        width:100%;
        display:table;
    }
    #content .inner .right-column .about .list ul li {
        width:100%;
        display:block;
    }
    #content .inner .right-column .about .list 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;
    }
    #scroll-page {
        bottom: 20px;
        left: -20px;
    }
    #index .about .photo {
        display:none;
    }
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@media only screen and (max-width:520px) {
    #content .right-column #tabs .recess > ul li a,
    #index #tabs .recess > ul li a {
        width:50px;
        height:50px;
        padding:5px;
    }
    #content .right-column #tabs .recess > div > ul li,
    #index #tabs .recess > div > ul li {
        width:100%;
        float:none;
        margin:0 0 40px 0;
    }
    #index #tabs .recess > div > ul li:nth-child(odd),
    #content .right-column #tabs .recess > div > ul li:nth-child(odd) {
        margin-right:0;
    }
    #content .right-column #tabs .recess > ul li a {
        width:80px;
        height:80px;
    }
    #gallery ul li {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    #gallery ul li:nth-child(odd) {
        margin-right:0;
    }
    #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;
    }
    #scroll-page {
        display:none;
    }
}
@media only screen and (max-height:550px) {
    #web-tv {
        height:300px;
    }
    #index .inner {
        top:300px;
    }
    #menu .navigation-container {
        padding-top:80px;
    }
    .menu-items ul li {
        width:100%;
        float:none;
        text-align:left;
        border-right:0;
    }
    .menu-items ul li:nth-last-child(-n+3) {
        margin-top:0;
    }
    .menu-items ul li a {
        font-size:20px;
        color:#fff;
        padding:3px
    }
    .menu-items ul li a figure {
        display:none;
    }
    /*.menu-items ul li a {
        font-size:22px;
    }*/
}
@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:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
    #web-tv {
        height:220px;
    }
    #index .inner {
        top:220px;
    }
}
@media only screen and (max-height:820px) {
	#logo {
        top:20px;
        left:20px;
    }
}
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;
	stroke-width:1.5;
	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 #ff4220;
	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;
    }
}