@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Marcellus&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Gothic+Condensed+One&family=Quicksand:wght@300..700&display=swap');

html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fdfdfd;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#212e33;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:14px;
	color:#212e33;
	text-decoration:none;
    font-family:"Roboto", sans-serif;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:"Roboto", sans-serif;
}
button {
	cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
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-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.5s ease;
}
#popup-overlay.show {
    opacity:1;
    visibility:visible;
}
#popup-content {
    position:relative;
    max-width:600px;
    max-height:90vh;
}
#popup-content .popup-container {
    position:relative;
    margin:30px;
}
#popup-content .popup-container img {
    width:100%;
    height:auto;
    max-height:80vh;
    border-radius:8px;
    object-fit:contain;
    display:block;
}
#popup-close {
    position:absolute;
    top:-20px;
    right:-20px;
    background:white;
    color:black;
    font-size:24px;
    font-weight:bold;
    width:35px;
    height:35px;
    border-radius:50%;
    text-align:center;
    line-height:35px;
    cursor:pointer;
    box-shadow:0 0 8px rgba(0,0,0,0.5);
    z-index:10;
    transition:all 0.3s ease;
}
#header.default {
    padding:15px 0;
    border-bottom:solid 1px #2c99d5;
    margin-bottom:20px;
    position:relative;
    width:100%;
}
#header.fixed {
    position:fixed;
    z-index:5;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    padding:10px 0;
}
#header .recess {
    max-width:1400px;
    margin:auto;
}
#header .logo {
    width:140px;
    float:left;
}
#header .social-media {
    float:right;
    margin:30px 0 0 150px;
}
#header .social-media ul li {
    display:inline-block;
    margin-right:4px;
    width:16px;
}
#header .social-media ul li:last-child {
    margin-right:0;
}
#header-spacer {
    display:none;
    width:100%;
}
#web-tv {
    margin-bottom:100px;
}
#web-tv .swiper-container {
    width:100%;
    height:100%;
}
#web-tv .swiper-slide {
    text-align:center;
    font-size:18px;
    background:#f6f6f6;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
#web-tv .swiper-slide img {
    width:100%;
    height:auto;
}
#footer,
#index,
#content {
    font-family:"Quicksand", sans-serif;
}
#index .brands {
    text-align:center;
    position:relative;
    margin-bottom:100px;
}
#index .eating-drinking h3,
#index .eating-drinking .right-column .text h4,
#index .events h4,
#index .brands h3 {
    display:block;
    font-size:48px;
    font-weight:800;
    font-family:"Dosis", sans-serif;
    font-family:"Mulish", sans-serif;
    margin-bottom:10px;
    margin-bottom:30px;
    text-align:center;
}
#index .events h4 {
    text-align:left;
}
#index .brands .link {
    margin:10px 0 50px 0;
    position:absolute;
    top:10px;
    right:30px;
}
#index .brands .link a {
    font-weight:700;
    font-size:14px;
    letter-spacing:4px;
    background:#111;
    color:#fff;
    padding:10px 20px;
}
#index .brands .slick-prev,
#index .brands .slick-next {
    /*font-size:0;
    line-height:0;
    position:absolute;
    z-index:2;
    display:block;
    padding:0;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    cursor:pointer;
    color:transparent;
    outline:none;
    background:transparent;
    transition:all 0.3s ease;
    top:calc(50% - 26px);
    width:56px;
    height:56px;
    border:solid 1px #fcfcfc;
    border-radius:50%;*/
    position:absolute;
    z-index:2;
    top:calc(50% - 13px);
    width:46px;
    height:46px;
    color:transparent;
    border:none;
    outline:none;
    background:transparent;
    transition:all 0.3s ease;
    cursor:pointer;
    border:solid #fcfcfc;
    border-width:0 2px 2px 0;
    display:inline-block;
    padding:2px;
}
/*#index .brands .slick-prev:before,
#index .brands .slick-next:before {
    font-size:24px;
    line-height:1;
    opacity:.75;
    color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}*/
#index .brands .slick-prev {
    left:35px;
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
}
/*#index .brands .slick-prev:before {
    content:'🡠';
}*/
#index .brands .slick-next {
    right:35px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}
/*#index .brands .slick-next:before {
    content:'🡢';
}*/
/*#index .brands .slick-prev:hover,
#index .brands .slick-next:hover {
    background:#666;
    border-color:#666;
}*/
#index .eating-drinking,
#index .events {
    margin-bottom:100px;
}
#index .eating-drinking .inner {
    background:#2A7B9B;
    background:linear-gradient(126deg,rgba(42, 123, 155, 1) 0%, rgba(199, 211, 1, 1) 100%);
}
#index .eating-drinking .left-column {
    width:50%;
    height:700px;
    float:left;
    /*background:url(/Images/eating-drinking-bg.jpg) no-repeat center;
    background-size:cover;*/
    padding:30px 30px 27px 30px;
    position:relative;
}
#index .eating-drinking .left-column figure {
    background:url(/Images/eating-drinking-bg.jpg) no-repeat center;
    background-size:cover;
    width:calc(100% - 60px);
    height:calc(100% - 60px);
    position:absolute;
}
#index .eating-drinking .right-column {
    width:50%;
    height:700px;
    float:left;
    display:table;
    padding:0 60px;
    color:#fff;
}
#index .eating-drinking .right-column .text {
    display:table-cell;
    margin:auto;
    vertical-align:middle;
    text-align:center;
}
#index .eating-drinking .right-column .text h4 {
    font-size:70px;
    letter-spacing:10px;
}
/*#index .eating-drinking .right-column .text a {
    width:150px;
    height:150px;
    line-height:150px;
    border-radius:50%;
    background:#fff;
    display:block;
    margin:auto;
    font-size:22px;
    font-weight:600;
}*/
/*başla*/

#index .eating-drinking .right-column .text a.circle {
    position:relative;
    width:150px;
    height:150px;
    background:#fff;
    border-radius:50%;
    overflow:visible;
    cursor:pointer;
    transition:background 0.4s ease, color 0.4s ease;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    font-size:22px;
    font-weight:600;
}
#index .eating-drinking .right-column .text a.circle span.ripple {
    position:absolute;
    top:50%;
    left:50%;
    width:150px;
    height:150px;
    border-radius:50%;
    transform:translate(-50%, -50%) scale(1);
    opacity:0;
    pointer-events:none;
    background:linear-gradient(45deg, rgba(255, 102, 0, 0.4), rgba(255, 102, 0, 0.2));
}
#index .eating-drinking .right-column .text a.circle .ripple2 {
    width:135px;
    height:135px;
}
#index .eating-drinking .right-column .text a.circle .ripple3 {
    width:120px;
    height:120px;
}
#index .eating-drinking .right-column .text a.circle:hover {
    background:#ff6600;
    color:#fff;
    font-size:22px;
    font-weight:600;
}
#index .eating-drinking .right-column .text a.circle:hover .ripple1 {
    animation:ripple1 1.5s infinite;
}
#index .eating-drinking .right-column .text a.circle:hover .ripple2 {
    animation:ripple2 1.5s infinite 0.2s;
}
#index .eating-drinking .right-column .text a.circle:hover .ripple3 {
    animation:ripple2 1.5s infinite 0.4s;
}
@keyframes ripple1 {
    0% {
        transform:translate(-50%, -50%) scale(1);
        opacity:0.5;
    }
    100% {
        transform:translate(-50%, -50%) scale(2.5);
        opacity:0;
    }
}
@keyframes ripple2 {
    0% {
        transform:translate(-50%, -50%) scale(1);
        opacity:0.4;
    }
    100% {
        transform:translate(-50%, -50%) scale(1.8);
        opacity:0;
    }
}
/*bitir*/
#index .eating-drinking .right-column .text p {
    margin-top:44px;
    line-height:30px;
    font-size:26px;
    font-family:"Inria Sans", sans-serif;
}
#index .events .recess {
    max-width:1400px;
    margin:auto;
}
#index .events h4 {
    margin-bottom:30px;
    border-left:solid 3px #212e33;
    padding-left:15px;
}
#index .events h4 i {
    width:0; 
    height:0; 
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:solid 8px #212e33;
    display:inline-block;
    position:relative;
    top:-8px;
    left:-10px;
}
#index .events .slick-slide {
    margin-right:20px;
}
#index .slogans {
    font-family:"Roboto", sans-serif;
}
#index .slogans .left {
    width:50%;
    float:left;
}
#index .slogans .left .tab,
#index .slogans .middle .tab {
    width:100%;
    height:400px;
    position:relative;
}
#index .slogans .left .tab.tab-1 {
    background:url(/Images/slogans-bg-4.jpg) no-repeat center top;
    background-size:cover;
}
#index .slogans .left .tab-2 .tab-3 h4,
#index .slogans .middle .tab.tab-1 h4 {
    font-size:44px;
    line-height:52px;
    left:30px;
    bottom:30px;
    position:absolute;
    font-weight:800;
    width:min-content;
}
#index .slogans .left .tab-2 .tab-3 h4 span,
#index .slogans .middle .tab.tab-1 h4 span {
    font-weight:400;
}
#index .slogans .left .tab-2 .tab-3 {
    width:50%;
    height:400px;
    float:left;
}
#index .slogans .left .tab-2 .tab-3.style-1 {
    background:#009fe3;
    position:relative;
    color:#fff;
}
#index .slogans .left .tab-2 .tab-3.style-2 {
    background:url(/Images/slogans-bg-2.jpg) no-repeat center top;
    background-size:cover;
}
#index .slogans .middle {
    width:25%;
    float:left;
}
#index .slogans .middle .tab.tab-1 {
    background:#fecc00;
    color:#fff;
}
#index .slogans .middle .tab.tab-2 {
    background:url(/Images/slogans-bg-1.jpg) no-repeat center top;
    background-size:cover;
}
#index .slogans .right {
    width:25%;
    height:800px;
    float:left;
    background:url(/Images/slogans-bg-3.jpg) no-repeat center top;
    background-size:cover;
}
#footer {
    position:relative;
}
#footer .top {
    background:#f6f6f6;
    padding:70px 80px;
    margin-top:100px;
}
#footer .top h5 {
    font-size:20px;
    font-family:"Marcellus", serif;
}
#footer .top .left-column {
    width:400px;
    float:left;
}
#footer .top .left-column .logo {
    border-bottom:solid 1px #e2e2e2;
    padding-bottom:50px;
    margin-bottom:20px;
}
#footer .top .left-column .logo img {
    width:180px;
}
#footer .top .left-column .social-media {
    font-family:"Marcellus", serif;
    font-size:16px;
}
#footer .top .left-column .social-media ul li {
    display:inline-block;
    margin-right:7px;
    line-height:20px;
}
#footer .top .left-column .social-media ul li:first-child {
    position:relative;
    top:-4px;
    margin-right:20px;
}
#footer .top .left-column .social-media ul li:not(:first-child) {
    width:20px;
}
#footer .top .menu {
    width:500px;
    float:left;
    margin:0 30px;
}
#footer .top .menu a {
    font-size:15px;
    color:#8f8f8f;
}
#footer .top .menu ul {
    width:50%;
    float:left;
}
#footer .top .menu ul li {
    margin-bottom:15px;
}
#footer .top .menu ul li:first-child {
    margin-bottom:25px;
}
#footer .top .e-bulletin {
    width:calc(100% - 960px);
    float:left;
}
#footer .top .e-bulletin h5 {
    margin-bottom:30px;
}
#footer .top .e-bulletin ul li {
    position:relative;
}
#footer .top .e-bulletin ul li:first-child {
    margin-bottom:20px;
}
#footer .top .e-bulletin ul li .input {
    border:none;
    width:100%;
    height:64px;
    line-height:64px;
    border-radius:40px;
    background:#fff;
    padding:0 190px 0 30px;
    font-size:16px;
}
#footer .top .e-bulletin ul li .input::-webkit-input-placeholder {
    color:#777;
    font-family:"Marcellus", serif;
    font-size:16px;
}
#footer .top .e-bulletin ul li .input:-moz-placeholder {
    color:#777;
    font-family:"Marcellus", serif;
    font-size:16px;
}
#footer .top .e-bulletin ul li .input::-moz-placeholder {
    color:#777;
    font-family:"Marcellus", serif;
    font-size:16px;
}
#footer .top .e-bulletin ul li .input:-ms-input-placeholder {
    color:#777;
    font-family:"Marcellus", serif;
    font-size:16px;
}
#footer .top .e-bulletin ul li .button {
    border:none;
    width:180px;
    height:64px;
    text-align:center;
    background:#009fe3;
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    border-radius:40px;
    cursor:pointer;
}
#footer .top .e-bulletin ul li .button.successful {
    background:#00b7c9;
    font-size:12px;
    font-weight:600;
}
#footer .bottom {
    padding:10px 80px;
    background:#fff;
    font-weight:600;
    font-size:15px;
    color:#777;
}
#footer .bottom .avrupakent-gyo-logo {
    width:420px;
    float:left;
}
#footer .bottom .avrupakent-gyo-logo img {
    max-width:70px;
}
#footer .bottom .copyright {
    width:calc(100% - 840px);
    float:left;
    text-align:center;
    margin-top:24px;
}
#footer .bottom .links {
    width:420px;
    float:left;
    text-align:right;
    margin-top:24px;
}
#footer .bottom .links a {
    display:inline-block;
    padding-left:24px;
    line-height:22px;
    font-weight:400;
    font-size:15px;
    color:#777;
}
#footer .bottom .links a:first-child {
    margin-right:20px;
    background:url(/Images/icon-email.png) no-repeat left center;
}
#footer .bottom .links a:last-child {
    margin-right:20px;
    background:url(/Images/icon-phone.png) no-repeat left center;
}
#footer #error-zone-permission.warning {
    color:#dc3831;
}
#creapark {
    text-align:center;
    padding-bottom:10px;
    display:none;
}
#creapark img {
    width:80px;
}
#content .recess {
    width:1200px;
    margin:auto;
}
#content .web-tv-inner {
    height:250px;
    background:url(/Images/web-tv-inner-bg.png) no-repeat top center;
    position:relative;
    margin-bottom:50px;
}
#content .web-tv-inner.no-margin {
    margin-bottom:0;
}
#content .web-tv-inner.style-1 {
    background-color:#009fe3;
}
#content .web-tv-inner.style-2 {
    background-color:#c7d301;
}
#content .web-tv-inner.style-3 {
    background-color:#fecc00;
}
#content .web-tv-inner.style-4 {
    background-color:#c00d0e;
}
#content .web-tv-inner.style-5 {
    background-color:#e6007e;
}
#content .web-tv-inner.style-6 {
    background-color:#347dc8;
}
#content .web-tv-inner .shadow {
    position:absolute;
    width:100%;
    height:100%;
    background:no-repeat top left 250px;
    background-size:contain;
}
#content .web-tv-inner.style-1 .shadow {
    background-image:url(/Images/alisveris-bg.png);
}
#content .web-tv-inner.style-2 .shadow {
    background-image:url(/Images/yeme-icme-bg.png);
}
#content .web-tv-inner.style-3 .shadow {
    background-image:url(/Images/etkinlikler-bg.png);
}
#content .web-tv-inner.style-4 .shadow {
    background-image:url(/Images/kampanyalar-bg.png);
}
#content .web-tv-inner.style-5 .shadow {
    background-image:url(/Images/hizmetler-bg.png);
}
#content .web-tv-inner.style-6 .shadow {
    background-image:url(/Images/hakkimizda-bg.png);
}
#content .web-tv-inner.style-6 .text {
    color:#1d1d1b;
}
#content .web-tv-inner .text {
    position:absolute;
    width:500px;
    left:50%;
    padding-top:50px;
    color:#fff;
}
#content .web-tv-inner .text h1 {
    font-size:48px;
    font-family:"Marcellus", serif;
    margin-bottom:20px;
    letter-spacing:2px;
}
#content .web-tv-inner .text h2 {
    font-size:22px;
    font-family:"Marcellus", serif;
    font-weight:400;
}
#shopping .filter > ul > li {
    float:left;
    width:calc(25% - 20px);
    margin-right:30px;
}
#shopping .filter > ul > li:first-child {
    width:calc(50% - 20px);
}
#shopping .filter > ul > li:last-child {
    margin-right:0;
}
#shopping .filter > ul > li .input {
    width:100%;
    height:48px;
    line-height:48px;
    border:solid 1px #254c57;
    background:#254c57;
    color:#fff;
    padding:0 15px;
}
#shopping .filter > ul > li .input::-webkit-input-placeholder {
    color:#fff;
}
#shopping .filter > ul > li .input:-moz-placeholder {
    color:#fff;
}
#shopping .filter > ul > li .input::-moz-placeholder {
    color:#fff;
}
#shopping .filter > ul > li .input:-ms-input-placeholder {
    color:#fff;
}
#shopping .list {
    margin-top:40px;
}
#shopping .list ul li {
    width:calc(25% - 21px);
    float:left;
    background:#f5f5f5;
    margin:0 28px 28px 0;
    border:solid 1px #e0e1e1;
    text-align:center;
}
#shopping .list ul li:nth-child(4n) {
    margin-right:0;
}
#shopping .list ul li .top {
    padding:25px;
}
#shopping .list ul li figure {
    border-bottom:solid 1px #fff;
    padding-bottom:40px;
    margin-bottom:30px;
}
#shopping .list ul li .name {
    font-weight:600;
    height:60px;
    font-size:22px;
}
#shopping .list ul li .link a {
    background:#333;
    color:#fff;
    padding:12px 30px;
    display:block;
    width:max-content;
    margin:auto;
}
#shopping .list ul li .floor {
    background:#2d3c40;
    color:#fff;
    font-weight:600;
    font-size:15px;
    line-height:60px;
}
#shopping .list ul li .floor span {
    background:url(/Images/floor-bg.png) no-repeat center left;
    padding:3px 0 5px 30px;
}
#shopping .list .loading {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	display:none;
}
#shopping .list .loading figure {
	width:60px;
	height:60px;
	background:#fff;
	border-radius:5px;
	padding:8px;
	margin:20px auto 0 auto;
	box-shadow:0 0 10px rgba(90,90,90,0.1);
}
#shopping .list .loading figure img {
	width:100%;
	height:auto;
}
#shopping-detail .right-column,
#shopping-detail .left-column {
    width:50%;
    float:left;
}
#shopping-detail .left-column {
    text-align:center;
    font-size:16px;
    padding-right:50px;
    border-right:solid 1px #f0f0f0;
}
#shopping-detail .left-column a {
    font-size:15px;
}
#shopping-detail .left-column figure {
    max-width:400px;
    margin:0 auto 30px auto;
}
#shopping-detail .left-column p {
    margin-bottom:20px;
}
#shopping-detail .left-column .name {
    font-weight:700;
    font-size:20px;
    margin-bottom:8px;    
}
#shopping-detail .left-column .floor {
    color:#d10202;
    font-weight:500;
}
#shopping-detail .right-column {
    padding-left:50px;
}
#shopping-detail .right-column h2 {
    background:#254c57;
    color:#fff;
    padding:15px;
    text-align:center;
    font-weight:500;
    margin-bottom:20px;
    font-family:"Marcellus", serif;
}
#shopping-detail .right-column .list ul li {
    border-bottom:solid 1px #254c57;
}
#shopping-detail .right-column .list ul li a {
    display:block;
    padding:20px;
    font-size:15px;
}
#shopping-detail .right-column .list ul li a:hover {
    background:#212e33;
    color:#fff;
}
#shopping-detail .right-column .list ul li .name {
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
#loading {
    display:none;
    text-align:center;
    margin:20px;
    text-align:center;
}
#loading img {
    width:70px;
}
#events .top-menu {
    margin-bottom:50px;
}
#events .top-menu a {
    font-family:"Marcellus", serif;
    padding:20px 40px;
    font-size:20px;
    border:solid 2px #2c99d5;
    color:#2c99d5;
    border-radius:40px;
    display:block;
    text-align:center;
}
#events .top-menu ul {
    display:table;
    width:max-content;
    margin:auto;
}
#events .top-menu ul li {
    display:inline-block;
    margin:0 20px;
}
#events .top-menu ul li.select a {
    background:#2c99d5;
    color:#fff;
}
#events .list ul li {
    width:calc(33.33% - 20px);
    float:left;
    margin:0 30px 60px 0;
}
#events .list ul li:nth-child(3n) {
    margin-right:0;
}
#events .list ul li .text {
    padding:20px 0;
    height:70px;
}
#events .list ul li .text .name {
    font-size:18px;
    font-weight:700;
}
#events .warning {
    color:#8f8f8f;
    text-align:center;
    font-size:16px;
}
#event .left-column {
    width:calc(50% - 50px);
    float:left;
    margin-right:50px;
}
#event .right-column {
    width:50%;
    float:left;
}
#event .right-column h3,
#event .right-column h1 {
    font-size:24px;
    font-family:"Marcellus", serif;
    margin-bottom:20px;
}
#event .right-column article {
    line-height:24px;
}
#event .right-column article h3 {
    font-size:20px;
}
#event .right-column article p:not(:last-child) {
    margin-bottom:20px;
}
#services {
    color:#666;
}
#services .list ul li {
    width:calc(25% - 21px);
    float:left;
    margin:0 28px 50px 0;
    border:solid 1px #e0e1e1;
    text-align:center;
    padding:20px;
    border-radius:3px;
}
#services .list ul li:nth-child(4n) {
    margin-right:0;
}
#services .list ul li figure {
    width:110px;
    margin:0 auto 30px auto;
}
#services .list ul li p {
    font-size:18px;
    height:40px;
}
#about article {
    line-height:24px;
    font-size:15px;
}
#about article p:not(:last-child) {
    margin-bottom:20px;
}
#about article h5 {
    font-size:20px;
    margin-bottom:20px;
}
#about article ul.list li {
    margin-bottom:20px;
}
#about article .table {
    margin-bottom:20px;
}
#about article .table ol {
    list-style:none;
    border:solid 1px #999;
    padding:0;
}
#about article .table ol li {
    display:table;
    width:100%;
}
#about article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#about article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
    font-size:16px;
}
#about article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#about article .table ol li.title span {
    padding:5px 8px;
}
#about article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#about article .table ol li span a {
    color:#238ebc;
}
#about .left-column {
    width:400px;
    margin-right:50px;
    float:left;
}
#about .right-column {
    width:calc(100% - 450px);
    float:left;
}
#contact {
    font-size:16px;
}
#contact a {
    font-size:16px;
    color:#777;
}
#contact #map {
    width:100%;
    height:400px;
}
#contact .tab {
    width:25%;
    float:left;
}
#contact .tab.tab-3 {
    width:50%;
}
#contact .tab ul {
    max-width:240px;
    line-height:24px;
}
#contact .tab ul li {
    margin-bottom:5px;
}
#contact .tab ul li.title {
    font-weight:800;
    font-size:18px;
    font-family:"Marcellus", serif;
}
#contact .tab ul li.title:not(:first-child) {
    margin-top:40px;
}
#contact-us .list {
    text-align:center;
    font-size:16px;
}
#contact-us .list ul li:not(:last-child) {
    padding-bottom:70px;
    margin-bottom:70px;
    border-bottom:solid 1px #f0f0f0;
}
#contact-us .list ul li figure {
    width:80px;
    margin:0 auto 10px auto;
}
#contact-us .list ul li .vehicle {
    color:#dc3831;
    font-size:26px;
    margin-bottom:20px;
    font-weight:700;
}
#contact-us .list ul li .name {
    font-size:22px;
    margin-bottom:10px;
    line-height:32px;
    font-weight:600;
}
#contact-us .list ul li .name span {
    color:#dc3831;
    font-weight:700;
}
#contact-us .list ul li .summary {
    color:#777;
    font-weight:500;
}
#cookies {
    width:100%;
    background:#fff;
    padding:80px 120px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:0;
    bottom:0;
    font-size:12px;
    line-height:13px;
}
#cookies .inner {
    width:1300px;
    margin:auto;
    display:table;
}
#cookies .inner .text {
    width:calc(100% - 350px);
    display:table-cell;
    font-size:15px;
    padding-right:50px;
    vertical-align:middle;
}
#cookies .inner .text h6 {
    font-size:30px;
    font-weight:800;
    margin-bottom:60px;
    letter-spacing:3px;
}
#cookies .inner .text p {
    line-height:24px;
}
#cookies .inner .buttons {
    width:350px;
    display:table-cell;
    vertical-align:middle;
}
#cookies .inner .buttons a {
    background:#111;
    color:#fff;
    padding:15px 30px;
    display:block;
    text-align:center;
    font-weight:700;
    letter-spacing:1px;
    cursor:pointer;
}
#cookies .inner .buttons a:first-child {
    margin-bottom:10px;
}
#e-bulletin .form {
    font-size:16px;
}
#e-bulletin .form h2 {
    margin-bottom:30px;
}
#e-bulletin .form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#e-bulletin .form ul li:nth-last-child(-n+2) {
    width:100%;
    float:none;
}
#e-bulletin .form ul li:nth-child(odd) {
    margin-right:30px;
}
#e-bulletin .form ul li p {
    font-weight:bold;
    margin-bottom:8px;
}
#form-modal-sms .window p .input,
#e-bulletin .form ul li .textarea,
#e-bulletin .form ul li .input {
    width:100%;
    height:44px;
    line-height:44px;
    padding:0 10px;
    border:solid 1px #f0f0f0;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    background:#f8f8f8;
}
#e-bulletin .form ul li .input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px #f8f8f8 inset;
}
#e-bulletin .form-modal-sms .window p .input {
    height:40px;
    line-height:40px;
}
#e-bulletin .form ul li .textarea {
    height:140px;
}
#e-bulletin .form ul li .textarea.warning,
#e-bulletin .form ul li .input.warning {
    background:#f0f0f0;
}
#e-bulletin .form ul li .button {
    background:#212a3c;
    border:0;
    font-weight:bold;
    padding:10px 20px;
    color:#fff;
}
#e-bulletin .form ul li i {
    font-style:normal;
    position:relative;
    top:3px;
    font-size:13px;
}
#e-bulletin .form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:13px;
    display:inline-block;
}
#e-bulletin .form ul li .checkbox {
    display:none;
}
#e-bulletin .form 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;
}
#e-bulletin .form ul li .checkbox:checked + span,
#e-bulletin .form ul li .checkbox + span:active,
#e-bulletin .form ul li .checkbox:checked + span:active {
    background-image:url(/Images/checks.png);
    background-position:bottom;
}
#e-bulletin .form ul li .checkbox:checked + span a,
#e-bulletin .form ul li .checkbox + span:active a,
#e-bulletin .form ul li .checkbox:checked + span:active a,
#e-bulletin .form ul li .checkbox + span:hover a {
    color:#fff;
}
#e-bulletin .form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#e-bulletin .form ul li label {
    display:block;
    width:max-content;
}
#e-bulletin .form ul li label.style-2 {
    margin-top:10px;
}
#e-bulletin .form ul li label i {
	width:calc(100% - 20px);
    float:left;
    margin-top:-4px;
}
#e-bulletin .form .info {
	display:none;
}
#e-bulletin .form ul li .confirmation {
	margin-top:40px;
}
#e-bulletin .form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#e-bulletin .form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#e-bulletin #error-zone.error,
#e-bulletin #error-zone.approved {
    padding:10px;
    background:#2c99d5;
    color:#fff;
    margin-bottom:20px;
    width:max-content;
}
#e-bulletin #error-zone.error {
    background:#dc3831;
}
#e-bulletin #error-zone-permission.success {
    color:#ff6600;
    margin-top:10px;
    font-weight:600;
    font-size:12px;
}
#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:190px;
    top:calc(50% - 95px);
    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;
}
#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;
}





/*sort*/
.radio-list {
    width:100%;
    height:48px;
    outline:none;
    cursor:pointer;
    position:relative;
    border:solid 1px #254c57;
    padding-left:15px;
    padding-top:2px;
    font-size:14px;
}
.radio-list:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:14px;
    top:50%;
    margin-top:-6px;
    border-width:6px 0 6px 6px;
    border-style:solid;
    border-color:transparent #333;    
}
.radio-list span {
    width:100%;
    display:block;
	line-height:42px;
	color:#666;
}
.radio-list .dropdown {
    position:absolute;
    z-index:2;
    top:calc(100% + 1px);
    left:-1px;
    right:0;
    background:#e9e9e9;
    list-style:none;
    font-weight:normal;
    opacity:0;
    pointer-events:none;
    width:100%;
    max-height:300px;
    overflow-x:auto;
}
.radio-list .dropdown::-webkit-scrollbar {
    width:10px;
}
.radio-list .dropdown::-webkit-scrollbar-track {
    box-shadow:inset 0 0 5px grey; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb {
    background:#254c57; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb:hover {
    background:#212a3c; 
}
.radio-list .dropdown li.month {
    display:none;
}
.radio-list .dropdown li.month.show {
    display:block;
}
.radio-list .dropdown li span {
    margin:0;
    padding:0;
    cursor:pointer;
    display:block;
    text-decoration:none;
    width:100%;
	padding:0 10px;
	border-radius:3px;
	color:#333;
}
.radio-list .dropdown li span:hover {
    background:#f0f0f0;
}
.radio-list .dropdown li .checkbox {
    display:none;
}
.radio-list.active .dropdown {
    opacity:1;
    pointer-events:auto;
}
.radio-list.active:after {
    border-color:#ccc transparent;
    border-width:6px 6px 0 6px ;
    margin-top:-3px;
}
.radio-list.active {

}
/*sort*/
/*paged-list*/
.paged-list {
    display:table;
    margin:30px auto 0 auto;
}
.paged-list .total-page {
    margin:30px auto 0 auto;
    text-align:center;
}
.paged-list ul li {
    display:table-cell;
    padding:0 3px;
}
.paged-list ul li span,
.paged-list ul li a {
    font-size:16px;
    display:block;
    border:solid 1px #f0f0f0;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-weight:600;
}
.paged-list ul li a:hover {
    color:#ed145b;
}
.paged-list ul li.active span {
    color:#ed145b;
    border:0;
}
.paged-list ul li.disabled a:hover {
    background:none;
    color:unset;
}
/*paged-list*/
/*select style*/
.custom-select {
    position:relative;
}
.custom-select .select {
    display:none;
}
.select-selected {
}
.select-selected:after {
    position:absolute;
    content:"";
    top:20px;
    right:15px;
    width:0;
    height:0;
    border:solid 6px transparent;
    border-color:#254c57 transparent transparent transparent;
}
.shadow .shadow-box .box .form ul li .shell .select-selected:after  {
    top:8px;
    right:10px;
}
.select-selected.select-arrow-active:after {
    border-color:transparent transparent #254c57 transparent;
    top:14px;
}
.shadow .shadow-box .box .form ul li .shell .select-selected.select-arrow-active:after  {
    top:11px;
}
.select-items {
    max-height:300px;
    overflow:auto;
    position:absolute;
    top:calc(100% - 1px);
    left:0;
    right:0;
    z-index:9;
    color:#333;
    margin-bottom:3px;
    background:#f7f6f6;
    padding:10px;
    border:solid 1px #254c57;
}
.select-items div,
.select-selected {
    border:none;
    width:100%;
    line-height:44px;
    padding:0 15px;
    cursor:pointer;

}
.shadow .shadow-box .box .form ul li .shell .select-items div,
.shadow .shadow-box .box .form ul li .shell .select-selected {
}
.select-selected {
    border:solid 1px #254c57;
    background:none;
    height:48px;
    line-height:48px;
}
.shadow .shadow-box .box .form ul li .shell .select-selected {
}
.select-selected.warning {
    border-color:#c91f1f;
}
.select-items div {
}
.shadow .shadow-box .box .form ul li .shell .select-items div {
    border-radius:0;
    background:#fcfcfc;
    margin-bottom:0;
}
.select-items div:first-child {
}
.select-items div:last-child {
}
.select-items {
    
}
.select-hide {
    display:none;
}
.select-items div:hover{
    background-color:#f0f0f0;
    border-radius:3px;
}
/*select style*/
/*menu style*/
#menu {
    float:right;
}
#menu a {
    color:#8f8f8f;
    font-size:15px;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	width:40px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    right:10px;
    margin-top:22px;
    padding:5px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
    width:30px;
	height:2px;
    background:#0f3b86;
    margin:8px 0;
    transition:0.4s;
}
#menu .menu-icon span:nth-child(2) {
	width:80%;
    margin-left:20%;
}
#menu .menu-icon.is-active span:first-child {
	transform:translate(0, 11px) rotate(-45deg);
}
#menu .menu-icon.is-active span:nth-child(2) {
	opacity:0;
}
#menu .menu-icon.is-active span:last-child {
	transform:translate(0, -9px) rotate(45deg);
}
#menu .menu-list {
    margin-top:28px;
}
#menu .menu-list ul li {
    float:left;
    margin-right:20px;
}
#menu .menu-list ul li:last-child {
    margin-right:0;
}
#menu .menu-list ul li a {
    display:block;
    padding:3px;
}
/*#menu .menu-list ul li a:hover {
    color:#eeab00;
}*/
/*#menu .menu-list ul > li:hover > a,
#menu .menu-list ul > li.select > a {
    color:#eeab00;
}
#menu .menu-list ul li:last-child a {
    color:#ee7514;
}*/
#menu .menu-mobile {
    position:absolute;
    z-index:5;
    display:none;
    left:0;
    top:80px;
    width:100%;
}
#header.fixed #menu .menu-mobile {
    top:70px;
}
#menu .menu-mobile ul {
    display:none;
    position:absolute;
    background:#fff;
    text-align:left;
    padding:60px 0;
    width:100%;
    text-align:center;
}
#menu .menu-mobile li {
    display:block;
    margin:0 5px;
}
#menu .menu-mobile ul > li.mobile-menu-show,
#menu .menu-mobile ul > li > ol {
    display:none;
}
#menu .menu-mobile a {
    display:block;
    font-size:20px;
    padding:15px;
    cursor:pointer;
    font-weight:500;
    letter-spacing:0.05em;
    color:#222;
}
/*#menu .menu-mobile a:hover {
    background-color:#172b47;
}
#menu .menu-mobile ul > li.select > a {
    background-color:#172b47;
}*/
/*menu style*/


@media only screen and (max-width:1600px) {
    #footer .top {
        padding:70px 20px;
    }
    #footer .top .left-column {
        width:350px;
    }
    #footer .top .menu {
        width:calc(100% - 810px);
    }
    #footer .top .e-bulletin {
        width:400px;
    }
    #footer .bottom {
        padding:10px 20px;
    }
}
@media only screen and (max-width:1500px) {
    #index .events .recess,
    #header .recess {
        max-width:100%;
        padding:0 20px;
    }
    #index .eating-drinking .right-column .text h4 {
        font-size:68px;
        letter-spacing:8px;
    }
    #index .eating-drinking .right-column .text a.circle span.ripple,
    #index .eating-drinking .right-column .text a.circle {
        width:130px;
        height:130px;
    }
    #index .eating-drinking .right-column .text a.circle .ripple2 {
        width:115px;
        height:115px;
    }
    #index .eating-drinking .right-column .text a.circle .ripple3 {
        width:100px;
        height:100px;
    }
    #index .eating-drinking .right-column .text p {
        font-size:20px;
    }
}
@media only screen and (max-width:1400px) {
    #index .slogans .left .tab-2 .tab-3 h4,
    #index .slogans .middle .tab.tab-1 h4 {
        font-size:40px;
        line-height:48px;
    }
}
@media only screen and (max-width:1300px) {
    #content .recess {
        width:100%;
        padding:0 20px;
    }
    #index .brands,
    #web-tv {
        margin-bottom:80px;
    }
    #index .eating-drinking,
    #index .events {
        margin-bottom:80px;
    }
    #index .eating-drinking .right-column .text h4 {
        font-size:66px;
        letter-spacing:6px;
    }
    #index .eating-drinking h3,
    #index .events h4,
    #index .brands h3 {
        font-size:44px;
    }
    #index .events h4 i {
        top:-6px;
    }
    #index .slogans .left .tab-2 .tab-3,
    #index .slogans .left .tab,
    #index .slogans .middle .tab {
        height:350px;
    }
    #index .slogans .right {
        height:700px;
    }
    #content .web-tv-inner {
        margin-bottom:40px;
    }
    #footer .top {
        margin-top:80px;
    }
}
@media only screen and (max-width:1250px) {
    #index .slogans .left {
        width:67%;
    }
    #index .slogans .middle {
        width:33%;
    }
    #index .slogans .right {
        display:none;
    }
}
@media only screen and (max-width:1200px) {
    #index .eating-drinking .right-column {
        padding:0 30px;
    }
    #index .eating-drinking .right-column .text h4 {
        font-size:60px;
    }
    #index .eating-drinking h3,
    #index .events h4,
    #index .brands h3 {
        font-size:40px;
    }
    #index .events h4 i {
        top:-5px;
    }
    #footer .top .left-column {
        width:450px;
    }
    #footer .top .menu {
        width:calc(100% - 480px);
        margin:0 0 0 30px;
    }
    #footer .top .e-bulletin {
        width:450px;
        float:none;
    }
    #footer .bottom .avrupakent-gyo-logo {
        width:120px;
    }
    #footer .bottom .copyright {
        width:calc(100% - 540px);
    }
    #content .web-tv-inner {
        margin-bottom:30px;
    }
    #content .web-tv-inner .shadow {
        background:no-repeat top left 50px;
        background-size:contain;
    }
    #content .web-tv-inner .text {
        left:auto;
        right:20px;
    }
    #event .left-column {
        width:400px;
        margin-right:20px;
    }
    #event .right-column {
        width:calc(100% - 420px);
    }
    #contact .tab {
        width:50%;
    }
    #contact .tab.tab-3 {
        width:100%;
        margin-top:30px;
    }
    #about .left-column {
        width:330px;
        margin-right:20px;
    }
    #about .right-column {
        width:calc(100% - 350px);
    }
}
@media only screen and (max-width:1020px) {
    #menu .menu-icon {
        right:10px;
        top:0px;
    }
    #header {
        border-bottom:none;
        margin-bottom:0;
    }
    #header .logo {
        width:100px;
    }
    #header .social-media {
        margin:25px 70px 0 0;
    }
    #index .brands,
    #web-tv {
        margin-bottom:60px;
    }
    #index .eating-drinking h3,
    #index .events h4,
    #index .brands h3 {
        font-size:36px;
    }
    #index .events h4 i {
        top:-4px;
    }
    #content .web-tv-inner {
        margin-bottom:20px;
    }
    #shopping .list ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 30px 0;
    }
    #shopping .list ul li:nth-child(4n) {
        margin-right:30px;
    }
    #shopping .list ul li:nth-child(3n) {
        margin-right:0;
    }
    #events .list ul li {
        width:calc(50% - 15px);
        margin:0 0 40px 0;
    }
    #events .list ul li:nth-child(3n),
    #events .list ul li:nth-child(odd) {
        margin-right:30px;
    }
    #footer .top {
        margin-top:60px;
    }
    #menu .menu-icon,
    #menu .menu-mobile {
        display:block;
    }
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:1000px) {
    #index .eating-drinking .inner {
        padding:30px;
    }
    #index .eating-drinking .left-column {
        width:100%;
        height:400px;
        float:none;
        padding:0;
        margin-bottom:40px;
    }
    #index .eating-drinking .left-column figure {
        width:100%;
        height:400px;
    }
    #index .eating-drinking .right-column {
        width:100%;
        height:auto;
        float:none;
        display:bo;
        padding:0 30px;
    }
}
@media only screen and (max-width:960px) {
    #footer .bottom .avrupakent-gyo-logo {
        width:80px;
    }
    #footer .bottom .copyright {
        width:calc(100% - 80px);
        text-align:right;
    }
    #footer .bottom .links {
        display:none;
    }
}
@media only screen and (max-width:920px) {
    #index .slogans .left {
        width:100%;
        float:none;
    }
    #index .slogans .middle {
        width:50%;
    }
    #index .slogans .right {
        display:block;
        width:50%;
    }
}
@media only screen and (max-width:900px) {
    #index .events .slick-slide {
        margin-right:0;
    }
    #content .web-tv-inner .shadow {
        background:no-repeat top left 20px;
        background-size:contain;
    }
    #content .web-tv-inner .text {
        width:400px;
    }
    #events .top-menu a {
        padding:10px 20px;
        border-radius:40px;
    }
    #about .left-column {
        width:100%;
        margin:0 0 30px 0;
        float:none;
    }
    #about .right-column {
        width:100%;
        float:none;
    }
}
@media only screen and (max-width:880px) {
    #footer .top .left-column {
        width:350px;
    }
    #footer .top .menu {
        width:calc(100% - 380px);
    }
    #footer .top .e-bulletin {
        width:450px;
    }
    #shopping .filter > ul > li {
        width:calc(50% - 10px);
        margin-right:0;
    }
    #shopping .filter > ul > li:first-child {
        width:100%;
        margin-bottom:20px;
    }
    #shopping .filter > ul > li:nth-child(2) {
        margin-right:20px;
    }
    #shopping-detail .right-column,
    #shopping-detail .left-column {
        width:100%;
        float:none;
    }
    #shopping-detail .left-column {
        padding-right:0;
        border-right:none;
        padding-bottom:30px;
        margin-bottom:30px;
        border-bottom:solid 1px #f0f0f0;
    }
    #shopping-detail .right-column {
        padding-left:0;
        max-width:450px;
        margin:auto;
    }
    #event .left-column {
        width:100%;
        float:none;
        margin:0 0 20px 0;
        float:none;
    }
    #event .right-column {
        width:100%;
        float:none;
    }
    #services .list ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 50px 0;
    }
    #services .list ul li:nth-child(4n) {
        margin-right:30px;
    }
    #services .list ul li:nth-child(3n) {
        margin-right:0;
    }
}
@media only screen and (max-width:760px) {
    #footer .top .left-column {
        width:350px;
        float:none;
        margin:auto;
        text-align:center;
    }
    #footer .top .menu {
        width:100%;
        margin:80px 0;
        float:none;
    }
    #footer .top .e-bulletin {
        width:100%;
    }
    #content .web-tv-inner .text {
        width:300px;
        padding-top:30px;
    }
    #shopping .list ul li {
        width:calc(50% - 15px);
        margin:0 0 30px 0;
    }
    #shopping .list ul li:nth-child(4n) {
        margin-right:0;
    }
    #shopping .list ul li:nth-child(odd) {
        margin-right:30px;
    }
    #contact .tab.tab-1 {
        width:calc(100% - 250px);
    }
    #contact .tab.tab-2 {
        width:250px;
    }
}
@media only screen and (max-width:720px) {
    #about article .table ol li {
        display:block;
    }
    #about article .table ol li span {
        width:100%;
        display:block;
    }
    #about article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
}
@media only screen and (max-width:680px) {
    #content .web-tv-inner {
        height:200px;
    }
    #content .web-tv-inner .text {
        width:auto;
        padding-top:70px;
    }
    #content .web-tv-inner .text h1 {
        font-size:36px;
        margin-bottom:0;
        letter-spacing:1px;
    }
    #events .list ul li {
        width:100%;
        max-width:500px;
        margin:0 auto 40px auto;
        float:none;
    }
    #events .list ul li:nth-child(3n),
    #events .list ul li:nth-child(odd) {
        margin-right:auto;
    }
    #services .list ul li {
        width:calc(50% - 15px);
        margin:0 0 50px 0;
    }
    #services .list ul li:nth-child(4n) {
        margin-right:0;
    }
    #services .list ul li:nth-child(odd) {
        margin-right:30px;
    }
    #index .brands .link {
        position:static;
    }
    #e-bulletin .form ul li {
        width:100%;
        float:none;
    }
    #e-bulletin .form ul li:nth-child(odd) {
        margin-right:0;
    }
    #content .web-tv-inner .text h2 {
        display:none;
    }
}
@media only screen and (max-width:600px) {
    #index .slogans .left .tab {
        height:700px;
    }
    #index .slogans .left .tab-2 .tab-3 {
        width:100%;
        float:none;
    }
    #index .slogans .middle {
        width:100%;
        float:none;
    }
    #index .slogans .right {
        width:100%;
        float:none;
    }
    #contact .tab {
        margin-bottom:30px;
    }
    #contact .tab.tab-1 {
        width:100%;
    }
    #contact .tab.tab-2 {
        width:100%;
    }
    #index .slogans .left .tab.tab-1 {
        display:none;
    }
}
@media only screen and (max-width:520px) {
    #content .web-tv-inner {
        height:160px;
        text-align:center;
    }
    #content .web-tv-inner .shadow {
        background:no-repeat top center;
        background-size:contain;
    }
    #content .web-tv-inner .text {
        width:100%;
        padding-top:60px;
        right:0;
    }
    #shopping .list ul li {
        width:100%;
        max-width:400px;
        margin:0 auto 30px auto;
        float:none;
    }
    #shopping .list ul li:nth-child(4n),
    #shopping .list ul li:nth-child(odd) {
        margin-right:auto;
    }
    #events .top-menu ul li {
        display:block;
        width:260px;
    }
    #events .top-menu ul li:first-child {
        margin-bottom:10px;
    }
    #footer .top .e-bulletin ul li .input {
        padding-right:140px;
    }
    #footer .top .e-bulletin ul li .button {
        width:130px;
    }
    #footer .bottom {
        padding:20px;
    }
    #footer .bottom .avrupakent-gyo-logo {
        width:80px;
        float:none;
        margin:0 auto 10px auto;
    }
    #footer .bottom .copyright {
        width:100%;
        text-align:center;
    }
}
@media only screen and (max-width:460px) {
    #footer .top .e-bulletin ul li .input {
        padding-right:110px;
    }
    #footer .top .e-bulletin ul li .button {
        width:100px;
    }
}
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;
    }
}
/* Slider */
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
        user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
.slick-list {
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
}
.slick-list:focus {
    outline:none;
}
.slick-list.dragging {
    cursor:pointer;
    cursor:hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.slick-track:before,
.slick-track:after {
    display:table;
    content:'';
}
.slick-track:after {
    clear:both;
}
.slick-loading .slick-track {
    visibility:hidden;
}
.slick-slide {
    display:none;
    float:left;
    height:100%;
    min-height:1px;
}
[dir='rtl'] .slick-slide {
    float:right;
}
.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-arrow.slick-hidden {
    display:none;
}

@charset 'UTF-8';
.slick-loading .slick-list {
    background:#fff url('ajax-loader.gif') center center no-repeat;
}
@font-face {
    font-family:'slick';
    font-weight:normal;
    font-style:normal;
    src:url('fonts/slick.eot');
    src:url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/*.slick-prev,
.slick-next {
    font-size:0;
    line-height:0;
    position:absolute;
    z-index:2;
    top:50%;
    display:block;
    width:40px;
    height:40px;
    padding:0;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    cursor:pointer;
    color:transparent;
    border:none;
    outline:none;
    background:transparent;
    transition:all 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
    color:transparent;
    outline:none;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    opacity:1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity:.25;
}
.slick-prev:before,
.slick-next:before {
    font-family:'slick';
    font-size:20px;
    line-height:1;
    opacity:.75;
    color:white;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.slick-prev {
    left:25px;
}
[dir='rtl'] .slick-prev {
    right:-25px;
    left:auto;
}
.slick-prev:before {
    content: '🡠';
}
[dir='rtl'] .slick-prev:before {
    content:'→';
}
.slick-next {
    right:25px;
}
[dir='rtl'] .slick-next {
    right:auto;
    left:-25px;
}
.slick-next:before {
    content: '🡢';
}
[dir='rtl'] .slick-next:before {
    content:'←';
}
.slick-dotted.slick-slider {
    margin-bottom:30px;
}*/

.slick-dots {
    position:absolute;
    bottom:-45px;
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
}
.slick-dots li {
    position:relative;
    display:inline-block;
    margin:0 10px;
    padding:0;
    cursor:pointer;
}
.slick-dots li button {
    font-size:0;
    line-height:0;
    display:block;
    width:18px;
    height:18px;
    cursor:pointer;
    color:transparent;
    border:0;
    outline:none;
    background:transparent;
    border:solid 1px #000;
    border-radius:9px;
    transition:all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline:none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity:1;
}
.slick-dots li button:before {
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    content:'';
}
.slick-dots li.slick-active button:before {
    background:#000;
    border-radius:9px;
    border:none;
    width:28px;
}

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