/* Minification failed. Returning unminified contents.
(1626,72): run-time error CSS1019: Unexpected token, found ' '
(1626,72): run-time error CSS1019: Unexpected token, found ' '
(1626,72): run-time error CSS1042: Expected function, found ' '
(1626,72): run-time error CSS1019: Unexpected token, found ' '
(1626,72): run-time error CSS1042: Expected function, found ' '
(1626,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1627,109): run-time error CSS1019: Unexpected token, found ' '
(1627,109): run-time error CSS1019: Unexpected token, found ' '
(1627,109): run-time error CSS1042: Expected function, found ' '
(1627,109): run-time error CSS1019: Unexpected token, found ' '
(1627,109): run-time error CSS1042: Expected function, found ' '
(1627,109): run-time error CSS1019: Unexpected token, found ' '
(1627,109): run-time error CSS1042: Expected function, found ' '
(1627,109): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1628,74): run-time error CSS1019: Unexpected token, found ' '
(1628,74): run-time error CSS1019: Unexpected token, found ' '
(1628,74): run-time error CSS1042: Expected function, found ' '
(1628,74): run-time error CSS1019: Unexpected token, found ' '
(1628,74): run-time error CSS1042: Expected function, found ' '
(1628,74): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1629,69): run-time error CSS1019: Unexpected token, found ' '
(1629,69): run-time error CSS1019: Unexpected token, found ' '
(1629,69): run-time error CSS1042: Expected function, found ' '
(1629,69): run-time error CSS1019: Unexpected token, found ' '
(1629,69): run-time error CSS1042: Expected function, found ' '
(1629,69): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(2540,116): run-time error CSS1039: Token not allowed after unary operator: 'Vk8EOgDAIQ0vj'
(2540,132): run-time error CSS1039: Token not allowed after unary operator: 'xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5'
(2540,222): run-time error CSS1039: Token not allowed after unary operator: 'oZj3JUzWB'
(2540,232): run-time error CSS1039: Token not allowed after unary operator: 'cOz4G48Bg'
(2540,242): run-time error CSS1039: Token not allowed after unary operator: 'tsJ'
(2540,289): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#f9f9f9;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
}
button {
	cursor:pointer;
}
img {
	border:0;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:15px;
	font-family: 'Jost', sans-serif;
	padding:0 2px;
}
*:-moz-placeholder {
    color:#666;
    font-size:15px;
	font-family: 'Jost', sans-serif;
	padding:0 2px;
}
*::-moz-placeholder {
    color:#666;
    font-size:15px;
	font-family: 'Jost', sans-serif;
	padding:0 2px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:15px;
	font-family: 'Jost', sans-serif;
	padding:0 2px;
}
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;
}
.recess {
	width:100%;
	max-width:1300px;
	margin:auto;
}
#header {
	width:100%;
	background:#f4ae00;
	background:#fdfdfd;
	margin-bottom:24px;
}
#header .strip span {
	width:25%;
	height:4px;
	float:left;
}
#header .strip span:first-child {
	background:#4464af;
}
#header .strip span:nth-child(2) {
	background:#ed1b24;
}
#header .strip span:nth-child(3) {
	background:#61bc47;
}
#header .strip span:last-child {
	background:#f57921;
}
#header .logo {
	width:130px;
	padding-top:5px;
	margin-right:180px;
	float:left;
}
#header .logo img {
	width:100%;
	height:auto;
}
#header .social-media {
	float:right;
	margin-top:35px;
	background:rgba(255,255,255,0.9);
	padding:6px 6px 3px 6px;
	border-radius:5px;
}
#header .social-media ul li {
	float:left;
	margin-right:10px;
}
#header .social-media ul li:last-child {
	margin-right:0;
}
#header .social-media ul li img {
	width:24px;
	height:auto;
}
/*#menu {
	float:left;
	margin-top:36px;
}
#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:5px 10px;
	border:solid 1px #e1a000;
	font-family: 'Jost', sans-serif;
	color:#fff;
	letter-spacing:1px;
	font-size:14px;
	font-weight:500;
	border-radius:3px;
}
#menu .menu-list ul li.select a,
#menu .menu-list ul li a:hover {
	background:#e1a000;
}*/
#index .title {
	position:relative;
}
#index .mail-list h3,
#index .title h2 {
	font-size:30px;
	font-family: 'Jost', sans-serif;
	margin-bottom:20px;
	text-align:center;
	color:#444;
	font-weight:500;
}
#index .shopping .title h2 {
	color:#f4ae00;
}
#index .shopping.style-2 .title h2 {
	color:#d0251d;
}
#index .cinemas .title h2 {
	color:#095191;
}
#index .services .title h2 {
	color:#e46713;
}
#index .title a {
	position:absolute;
	top:0;
	right:0;
	display:block;
	padding:10px 20px;
	border:solid 1px #f4ae00;
	border-radius:20px;
	font-family: 'Jost', sans-serif;
	font-weight:500;
}
#index .mail-list,
#index .services,
#index .cinemas,
#index .shopping {
	margin-bottom:70px;
}
#index .cinemas > ul > li,
#index .shopping > ul > li {
	float:left;
	display:table;
}
#index .cinemas ul li:last-child,
#index .shopping ul li:last-child {
	margin-right:0;
}
#index .cinemas ul li > a,
#index .shopping ul li > a {
	display:block;
	margin:0 5px;
}
#index .cinemas ul li > a {
	margin:0 8px;
}
#index .cinemas ul li figure,
#index .shopping ul li figure {
	vertical-align:middle;
	display:table-cell;
	background:#fafafa;
	width:calc(100% - 10px);
	height:150px;
	text-align:center;
	margin-right:20px;
	border-radius:5px;
}
#index .shopping ul li figure img {
	width:60%;
	height:auto;
}
#index .cinemas ul li figure img {
	width:100%;
	height:auto;
	border-radius:5px;
}
#index .cinemas ul li p {
	padding:5px 0;
}
#simple-content article .services,
#index .services .inner {
	width:100%;
	background:#fbfbfb;
	padding:20px 0;
	text-align:center;
	border-radius:5px;
	font-family: 'Jost', sans-serif;
	font-size:13px;
}
#simple-content article .services {
	background:none;
}
#simple-content article .services ul li,
#index .services .inner ul li {
	display:inline-flex;
	position:relative;
	margin:25px 50px;
	text-align:center;
	width:100px;
	height:150px;
}
#simple-content article .services ul li {
	height:170px;
}
#simple-content article .services ul li figure,
#index .services .inner ul li figure {
	padding-top:20px;
	text-align:center;
	background:#ededed;
	border-radius:10px;
	border:solid 6px #d5d5d5;
	border:solid 6px none;
	width:100px;
	height:100px;
}
#simple-content article .services ul li:nth-child(16) figure,
#simple-content article .services ul li:nth-child(11) figure,
#simple-content article .services ul li:nth-child(6) figure,
#simple-content article .services ul li:nth-child(1) figure,
#index .services .inner ul li:nth-child(16) figure,
#index .services .inner ul li:nth-child(11) figure,
#index .services .inner ul li:nth-child(6) figure,
#index .services .inner ul li:nth-child(1) figure {
	border-color:#4464af;
}
#simple-content article .services ul li:nth-child(17) figure,
#simple-content article .services ul li:nth-child(12) figure,
#simple-content article .services ul li:nth-child(7) figure,
#simple-content article .services ul li:nth-child(2) figure,
#index .services .inner ul li:nth-child(17) figure,
#index .services .inner ul li:nth-child(12) figure,
#index .services .inner ul li:nth-child(7) figure,
#index .services .inner ul li:nth-child(2) figure {
	border-color:#ed1b24;
}
#simple-content article .services ul li:nth-child(18) figure,
#simple-content article .services ul li:nth-child(13) figure,
#simple-content article .services ul li:nth-child(8) figure,
#simple-content article .services ul li:nth-child(3) figure,
#index .services .inner ul li:nth-child(18) figure,
#index .services .inner ul li:nth-child(13) figure,
#index .services .inner ul li:nth-child(8) figure,
#index .services .inner ul li:nth-child(3) figure {
	border-color:#61bc47;
}
#simple-content article .services ul li:nth-child(19) figure,
#simple-content article .services ul li:nth-child(14) figure,
#simple-content article .services ul li:nth-child(9) figure,
#simple-content article .services ul li:nth-child(4) figure,
#index .services .inner ul li:nth-child(19) figure,
#index .services .inner ul li:nth-child(14) figure,
#index .services .inner ul li:nth-child(9) figure,
#index .services .inner ul li:nth-child(4) figure {
	border-color:#f57921;
}
#simple-content article .services ul li:nth-child(20) figure,
#simple-content article .services ul li:nth-child(15) figure,
#simple-content article .services ul li:nth-child(10) figure,
#simple-content article .services ul li:nth-child(5) figure,
#index .services .inner ul li:nth-child(20) figure,
#index .services .inner ul li:nth-child(15) figure,
#index .services .inner ul li:nth-child(10) figure,
#index .services .inner ul li:nth-child(5) figure {
	border-color:#0093dd;
}
#simple-content article .services ul li p,
#index .services .inner ul li p {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	padding-top:10px;
}
#index .mail-list {
	background: rgb(245,121,33);
	background: linear-gradient(235deg, rgba(245,121,33,1) 0%, rgba(68,100,175,1) 100%);
	color:#fff;
	padding:100px 20px;
}
#index .mail-list .inner {
	width:600px;
	margin:auto;
}
#index .mail-list h3 {
	color:#fff;
}
#index .mail-list ul li {
	float:left;
}
#index .mail-list ul li:first-child {
	width:calc(100% - 100px);
}
#index .mail-list ul li:nth-child(2) {
	width:100px;
}
#index .mail-list ul li:nth-child(3) {
	width:100%;
	margin-top:20px;
}
#index .mail-list ul li .input {
	width:100%;
	height:44px;
	line-height:44px;
	padding:0 10px;
	border:solid 2px #f1f1f1;
}
#index .mail-list ul li .button {
	width:100%;
	height:44px;
	background:#f1f1f1;
	border:0;
	font-family: 'Jost', sans-serif;
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.05em;
	text-align:center;
}
#index .mail-list ul li .checkbox {
    display:none;
}
#index .mail-list ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/icon-tick-2.png) no-repeat;
	display:block;
	position:relative;
	cursor:pointer;
	width:25px;
	height:25px;
    overflow:hidden;
    float:left;
    margin-right:5px;
	float:left;
}
#index .mail-list ul li .checkbox:checked + span,
#index .mail-list ul li .checkbox + span:active,
#index .mail-list ul li .checkbox:checked + span:active {
    background:url(/Images/icon-tick-select-2.png) no-repeat;
}
#index .mail-list ul li .checkbox:checked + span a,
#index .mail-list ul li .checkbox + span:active a,
#index .mail-list ul li .checkbox:checked + span:active a,
#index .mail-list ul li .checkbox + span:hover a {
    color:#fff;
}
#index .mail-list ul li .checkbox:checked + span:after {
	font-size:11px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#index .mail-list ul li i {
    font-style:normal;
    position:relative;
	font-size:11px;
	float:left;
	width:calc(100% - 30px);
}
#index .mail-list ul li i a {
    font-weight:bold;
    cursor:pointer;
	color:#fff;
	font-size:11px;
}
#index .instagram {
	display:none;
}
#index .instagram h3 {
	font-size:30px;
	width:250px;
	margin-bottom:10px;
	background:-webkit-linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	float:right;
	font-family: 'Jost', sans-serif;
}
#index .instagram h4 {
	font-size:20px;
	color:#777;
	margin-top:10px;
	float:left;
	font-family: 'Jost', sans-serif;
	padding-left:40px;
}
#index .instagram ul li {
	width:calc(10% - 9px);
	float:left;
	margin-right:10px;
}
#index .instagram ul li:last-child {
	margin-right:0;
}
#index .instagram ul li img {
	width:100%;
}
#footer {
	margin-top:70px;
}
#footer .recess {
	border-top:solid 1px #f0f0f0;
}
#footer .top {
	padding:40px 0;
}
#footer .top .left-column {
	width:70%;
	float:left;
}
#footer .top .left-column ul {
	float:left;
	width:33%;
}
#footer .top .left-column ul.social-media li:not(:first-child) {
	float:left;
	margin-right:10px;
}
#footer .top .right-column ul li:first-child,
#footer .top .left-column ul li:first-child {
	margin-bottom:20px;
}
#footer .top .right-column ul li h5,
#footer .top .left-column ul li h5 {
	font-size:19px;
	font-family: 'Jost', sans-serif;
	font-weight:600;
}
#footer .top .left-column ul.menu li a {
	padding:5px 0;
	display:inline-block;
	color:#888;
}
#footer .top .right-column {
	width:30%;
	float:left;
}
#footer .top .right-column ul li {
	margin-bottom:10px;
	background:left center no-repeat;
	padding-left:22px;
	color:#888;
}
#footer .top .right-column ul li:first-child {
	padding-left:0;
}
#footer .top .right-column ul li:nth-child(2) {
	background-image:url(/Images/footer-contact-bg-1.png);
}
#footer .top .right-column ul li:nth-child(3) {
	background-image:url(/Images/footer-contact-bg-2.png);
}
#footer .top .right-column ul li:nth-child(4) {
	background-image:url(/Images/footer-contact-bg-3.png);
}
#footer .top .right-column ul li:nth-child(5) {
	background-image:url(/Images/footer-contact-bg-4.png);
}
#footer .top .right-column ul li:nth-child(6) {
	background-image:url(/Images/footer-contact-bg-5.png);
}
#footer .top .right-column ul li a {
	color:#888;
}
#footer .bottom {
	padding:20px 0;
	border-top:solid 1px #f0f0f0;
	font-size:12px;
}
#footer .bottom .menu {
	float:left;
	margin-top:15px;
}
#footer .bottom .menu ul li {
	float:left;
	margin-right:20px;
}
#footer .bottom .menu ul li a {
	font-size:12px;
}
#footer .bottom .artas {
    width:230px;
    float:right;
    text-align:right;
    font-size:11px;
}
#footer .bottom .artas span {
    line-height:50px;
    float:left;
}
#footer .bottom .artas a {
    display:block;
    float:left;
}
#footer .bottom .artas img {
    width:auto;
    height:50px;
    margin:0 10px;
}
#content {
	margin-top:40px;
}
#contact h2,
#content h1 {
	font-family: 'Jost', sans-serif;
	font-size:28px;
	font-weight:600;
	margin-bottom:15px;
	color:#555;
}
#content .web-tv-inner {
	margin-bottom:20px;
}
#content .web-tv-inner img {
	width:100%;
	height:auto;
	border-radius:5px;
}
#content article {
    line-height:24px;
}
#content article p {
    margin-bottom:15px;
}
#content article p:last-child {
    margin-bottom:0;
}
#content article ol {
    list-style-type:disc;
    padding-left:30px;
}
#shops {
	font-family: 'Jost', sans-serif;
	font-size:15px;
}
#shops .filter {
	margin-bottom:20px;
	background:#0093dd;
	padding:10px;
	border-radius:5px;
}
#shops .filter > ul > li {
	width:calc(30% - 20px);
	float:left;
	margin-right:20px;
}
#shops .filter > ul > li:first-child {
	width:40%;
}
#shops .filter.style-2 > ul > li:first-child {
	width:70%;
}
#shops .filter > ul > li:last-child {
	margin-right:0;
}
#shops .filter ul li .input {
	width:100%;
	height:42px;
	padding:0 10px;
	border:solid 1px #f0f0f0;
	border-radius:3px;
	color:#333;
    font-size:15px;
	font-family: 'Jost', sans-serif;
	background:#f8f8f8;
}
#shops .list {
	position:relative;
	min-height:100px;
}
#activities .warning,
#shops .list .warning {
	text-align:center;
	color:#aaa;
	font-size:15px;
}
#shops .list .loading {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	display:none;
}
#shops .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);
}
#shops .list .loading figure img {
	width:100%;
	height:auto;
}
#shops .list ul li {
	width:calc(33.33% - 20px);
	float:left;
	
	border:solid 1px #f0f0f0;
	border-radius:10px;
	margin:0 30px 30px 0;
}
#shops .list ul li:nth-child(3n+3) {
	margin:0 0 30px 0;
}
#shops .list ul li a {
	display:table;
	width:100%;
}
#shops .list ul li figure {
	display:table-cell;
	width:40%;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	background:#fff;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
#shops .list ul li figure img {
	width:100%;
	height:auto;
	max-width:130px;
}
#shops .list ul li .text {
	display:table-cell;
	width:60%;
	padding:20px;
	vertical-align:top;
	background:#f8f8f8;
	border-left:solid 1px #f0f0f0;
}
#shops .list ul li .text p {
	margin-bottom:2px;
}
#shops .list ul li .text p.name {
	font-weight:600;
	font-size:18px;
	margin-bottom:15px;
}
#shops .list ul li .text p.phone {
	font-size:14px;
	height:20px;
}
#shops .list ul li .text p.category {
	margin-top:5px;
	font-size:16px;
	color:#d0251d;
	font-weight:500;
}
#activities .warning {
	min-height:300px;
}
#contact,
#simple-content,
#cinemas ul li a,
#activitie,
#activities,
#activities a {
	font-family: 'Jost', sans-serif;
	font-size:15px;
}
#activities ul li {
	border-bottom:dotted 1px #f0f0f0;
	padding-bottom:50px;
	margin-bottom:50px;
	width:100%;
	display:table;
}
#activities ul li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
#activities ul li .text {
	width:450px;
	height:calc(100% - 10px);
	display:table-cell;
	padding:20px 50px 20px 20px;
	background:#f8f8f8;
	vertical-align:top;
	border-radius:5px 0 0 5px;
}
#activities ul li .text .title {
	font-size:20px;
	margin-bottom:5px;
	font-weight:500;
}
#activitie .summary,
#activities ul li .text .summary {
	margin-bottom:30px;
}
#activities ul li figure {
	width:calc(100% - 450px);
	display:table-cell;
	background:#f8f8f8;
	padding:5px 5px 0 5px;
	border-radius:0 5px 5px 0;
}
#activities ul li figure img {
	width:100%;
	height:auto;
	border-radius:5px;
}
#activitie figure {
	margin-bottom:50px;
}
#activitie figure img {
	width:100%;
	height:auto;
	border-radius:5px;
}
#cinemas ul li {
	width:calc(25% - 15px);
	float:left;
	margin:0 20px 70px 0;
}
#cinemas ul li:nth-child(4n+4) {
	margin-right:0;
}
#cinemas ul li figure img {
	width:100%;
	height:auto;
	border-radius:5px;
}
#cinemas ul li .text {
	padding:10px;
	height:30px;
}
#simple-content h3 {
	font-size:22px;
	margin-bottom:10px;
}
#simple-content p {
	margin-bottom:20px;
}
#simple-content ul li {
	margin-bottom:20px;
}
#simple-content ul li:last-child {
	margin-bottom:0;
}
#simple-content ul li strong {
	display:block;
}
#simple-content ol {
	margin-left:30px;
}
#simple-content ol li {
	margin-bottom:10px;
}
#contact {
	position:relative;
}
#contact .map {
	max-width:100%;
	overflow:hidden;
	color:red;
	width:calc(100% - 300px);
	height:450px;
	margin-bottom:100px;
}
#gmapcanvas {
	height:100%;
	width:100%;
	max-width:100%;
}
#gmapcanvas iframe {
	height:100%;
	width:100%;
	border:0;
	border-radius:10px;
}
#contact .address {
	position:absolute;
	width:400px;
	background:#f8f8f8;
	padding:30px;
	border-radius:10px;
	top:10px;
	right:0;
	color:#333;
	border:solid 1px #f0f0f0;
}
#contact .address a {
	color:#333;
}
#contact .address ul li {
	margin-bottom:10px;
	background:left center no-repeat;
	padding-left:22px;
}
#contact .address ul li:last-child {
	margin-bottom:0;
}
#contact .address ul li:first-child {
	padding-left:0;
}
#contact .address ul li:nth-child(2) {
	background-image:url(/Images/footer-contact-bg-1.png);
}
#contact .address ul li:nth-child(3) {
	background-image:url(/Images/footer-contact-bg-2.png);
}
#contact .address ul li:nth-child(4) {
	background-image:url(/Images/footer-contact-bg-3.png);
}
#contact .address ul li:nth-child(5) {
	background-image:url(/Images/footer-contact-bg-4.png);
}
#contact .address ul li:nth-child(6) {
	background-image:url(/Images/footer-contact-bg-5.png);
}
#contact .address ul li h5 {
	font-size:16px;
	margin-bottom:20px;
}
#contact .form {
	width:100%;
	max-width:800px;
}
#contact .form.style-3 {
	margin-top:40px;
}
#contact .form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#contact .form ul li:nth-child(odd) {
    margin-right:30px;
}
#contact .form ul li:nth-child(6),
#contact .form ul li:nth-child(5) {
    width:100%;
    float:none;
}
#contact .form.style-3 ul li:nth-child(3),
#contact .form.style-3 ul li:nth-child(4) {
	margin-bottom:20px;
}
#contact .form.style-2 ul li:nth-child(5) {
	margin-bottom:15px;
}
#contact .form ul li:last-child {
    margin-bottom:0;
}
#contact .form ul li p {
    margin-bottom:10px;
}
#contact .form ul li .textarea,
#contact .form ul li .input {
    border:0;
    width:100%;
    padding:10px;
    font-size:13px;
    background:#f8f8f8;
    border:solid 1px #f0f0f0;
    font-family: 'Montserrat', sans-serif;
	border-radius:5px;
}
#contact .form ul li .textarea {
    padding:10px;
    height:80px;
}
#contact .form ul li .input.warning {
    background:#eaeaea;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #222 !important;
}
#contact .form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
}
#contact .form ul li i a {
    font-weight:bold;
    cursor:pointer;
}
#contact .form ul li .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#d0251d;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
	border-radius:5px;
	cursor:pointer;
	font-family: 'Jost', sans-serif;
}
#contact .form ul li .button:hover {
    background:#f8ad00;
}
#contact .form ul li .checkbox {
    display:none;
}
#contact .form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/icon-tick.png) no-repeat;
	display:block;
	position:relative;
	cursor:pointer;
	width:25px;
	height:25px;
    overflow:hidden;
    float:left;
    margin-right:10px;
}
#contact .form ul li .checkbox:checked + span,
#contact .form ul li .checkbox + span:active,
#contact .form ul li .checkbox:checked + span:active {
    background:url(/Images/icon-tick-select.png) no-repeat;
}
#contact .form ul li .checkbox:checked + span a,
#contact .form ul li .checkbox + span:active a,
#contact .form ul li .checkbox:checked + span:active a,
#contact .form ul li .checkbox + span:hover a {
    color:#fff;
}
#contact .form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#contact .form ul li.informed .confirmation {
	margin-top:40px;
}
#contact .form ul li.informed .confirmation p {
	padding:10px 0;
    font-size:14px;
    text-align:left;
    font-weight:bold;
    margin-bottom:10px;
}
#contact .form ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#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: 'Jost', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:180px;
    top:calc(50% - 90px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:15px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:15px;
    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 .input {
	border:solid 1px #f0f0f0;
	padding:10px 10px;
	width:100%;
}
#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;
}
#sidebar .kvk,
#landing-page .right-column .inner .form .info,
#footer .top .left-column .info {
	display:none;
}
#informed-text {
    width:100%;
    height:100%;
    max-width:800px;
    max-height:400px;
    font-size:12px;
}
#informed-text p {
    margin-bottom:20px;
}
#error-zone {
    text-align:center;
}
#error-zone p.warning {
    color:#f8ad00;
}
#error-zone.approved {
    color:#48a5cc;
    font-weight:bold;
    padding-bottom:30px;
}
#error-zone-permission.warning {
    color:#f8ad00;
    font-weight:bold;
    font-size:12px;
}
#error-zone-permission.warning {
    margin-top:10px;
}
#thanks {
    position:absolute;
    width:100%;
    max-width:300px;
    max-height:300px;
    top:calc(50% - 150px);
    left:calc(50% - 150px);
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    text-align:center;
}
#thanks figure {
    margin-bottom:20px;
}
#cookies {
    width:calc(100% - 20px);
    background:#e8e8e8;
    padding:20px 140px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:3px;
    left:10px;
    bottom:10px;
    font-family: 'Jost', sans-serif;
    font-size:13px;
    line-height:13px;
}
#cookies a {
    font-size:13px;
    font-weight:bold;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:13px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
.tabs {
	font-family: 'Jost', sans-serif;
}
.tabs > ul li {
    display:inline-block;
    text-align:center;
    position:relative;
}
.tabs > ul li a {
    display:block;
    padding:0 24px;
    text-decoration:none;
    line-height:47px;
    background:#f0f0f0;
    font-size:14px;
    font-weight:bold;
    border-bottom:0;
    border-radius:3px;
	font-family: 'Jost', sans-serif;
}
.tabs > ul li:hover a {
	background:#777;
    color:#fff;
}
.tabs > ul li.active a {
	background:#d0251d;
    color:#fff;
}
.tabs > div {
    float:left;
    width:100%;
    border-top:0;
    border-radius:0 0 8px 8px;
}
.tabs > div > ul li figure img {
    width:100%;
    height:auto;
}
#hr-form {
	font-family: 'Montserrat', sans-serif;
}
#hr-form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#hr-form ul li:nth-child(9),
#hr-form ul li:nth-child(10),
#hr-form ul li:nth-child(11),
#hr-form ul li:nth-child(12) {
    width:100%;
    float:none;
}
#hr-form ul li:last-child {
    margin-bottom:0;
}
#hr-form ul li:nth-child(odd) {
    margin-right:30px;
}
#hr-form ul li p {
    margin-bottom:10px;
}
#form-modal-sms .window p .input,
#hr-form ul li .textarea,
#hr-form ul li .input {
    border:0;
    width:100%;
    padding:10px;
    font-size:13px;
    background:#f8f8f8;
    border:solid 1px #f0f0f0;
    font-family: 'Montserrat', sans-serif;
	border-radius:5px;
}
#hr-form ul li .textarea {
    padding:10px;
    height:80px;
}
#form-modal-sms .window p .input {
    height:40px;
    line-height:40px;
}
#hr-form ul li .textarea {
    height:140px;
}
#hr-form ul li .textarea.warning,
#hr-form ul li .input.warning {
    background:#e8e8e8;
}
#hr-form ul li .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#d0251d;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
	border-radius:5px;
	cursor:pointer;
	font-family: 'Jost', sans-serif;
}
#hr-form ul li .button:hover {
    background:#f8ad00;
}
#hr-form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
    font-size:12px;
}
#hr-form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
#hr-form ul li .checkbox {
    display:none;
}
#hr-form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/icon-tick.png) no-repeat;
	display:block;
	position:relative;
	cursor:pointer;
	width:25px;
	height:25px;
    overflow:hidden;
    float:left;
    margin-right:10px;
}
#hr-form ul li .checkbox:checked + span,
#hr-form ul li .checkbox + span:active,
#hr-form ul li .checkbox:checked + span:active {
    background:url(/Images/icon-tick-select.png) no-repeat;
}
#hr-form ul li .checkbox:checked + span a,
#hr-form ul li .checkbox + span:active a,
#hr-form ul li .checkbox:checked + span:active a,
#hr-form ul li .checkbox + span:hover a {
    color:#fff;
}
#hr-form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#hr-form ul li label.style-2 {
	padding-bottom:10px;
    display:inline-block;
}
#hr-form ul li label i {
	width:calc(100% - 35px);
    float:left;
}
#hr-form .info {
	display:none;
}
#hr-form ul li .confirmation {
	margin-top:40px;
}
#hr-form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#hr-form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}


/*menu style*/
#menu {
	float:left;
	margin-top:36px;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	padding:6px 10px;
	width:38px;
	height:35px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    background:#d60600;
    margin-top:24px;
    color:#fff;
    line-height:26px;
    text-align:left;
    right:10px;
    top:-11px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
	position:absolute;
	top:17px;
	left:4px;
	right:4px;
    width:30px;
	height:2px;
    background:#fff;
    -webkit-transition:-webkit-transform .3s;
	transition:transform .3s
}
#menu .menu-icon span::after,
#menu .menu-icon span::before {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
	content:"";
}
#menu .menu-icon span::before {
	top:-10px;
}
#menu .menu-icon span::after {
	bottom:-10px;
}
#menu .menu-icon:hover,
#menu .menu-icon.is-active {
	background:#f0f0f0;
    color:#333;
}
#menu .menu-icon:hover span,
#menu .menu-icon.is-active span,
#menu .menu-icon:hover span::after,#menu .menu-icon:hover span::before,
#menu .menu-icon.is-active span::after,#menu .menu-icon.is-active span::before {
	background:#333;
}
#menu .menu-icon.is-active span {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#menu .menu-list {
}
#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:5px 10px;
	font-family: 'Jost', sans-serif;
	color:#333;
	letter-spacing:1px;
	font-size:16px;
	font-weight:500;
	border-radius:3px;
}
#header .menu .menu-top ul li.select a,
#header .menu .menu-top ul li:hover a,
#menu .menu-list ul > li:hover > a,
#menu .menu-list ul > li.select > a {
    color:#f4ae00;
}
#menu .menu-list ul li .sub-menu {
    width:100%;
    position:absolute;
    display:none;
    left:0;
    text-align:left;
}
#menu .menu-list ul li:hover .sub-menu {
    display:block;
}
#menu .menu-list ul li .sub-menu .inner {
    padding:20px;
    background:#13262b;
    margin-top:10px;
    border-radius:5px;
}
#menu .menu-list ul li .sub-menu ol li {
    width:calc(50% - 25px);
    float:left;
}
#menu .menu-list ul li .sub-menu ol li:nth-child(odd) {
    margin-right:50px;
}
#menu .menu-list ul li .sub-menu ol li a {
    color:#fff;
    font-weight:bold;
    padding:5px;
    display:inline-block;
}
#menu .menu-list ul li .sub-menu ol li a:hover {
    color:#d60600;
}
#menu .menu-mobile {
    display:none;
}
#menu .menu-mobile ul {
    display:none;
    position:absolute;
	z-index:4;
    background:#f0f0f0;
    text-align:left;
    top:48px;
    right:10px;
    padding:5px 0;
    width:140px;
}
#menu .menu-mobile li {
    display:block;
    margin:0 5px;
    border-bottom:solid 1px #e4e4e4;
}
#menu .menu-mobile ul > li:last-child {
    border-bottom:0;
}
#menu .menu-mobile ul > li.mobile-menu-show,
#menu .menu-mobile ul > li > ol {
    display:none;
}
#menu .menu-mobile a {
    display:block;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    padding:10px 10px;
    cursor:pointer;
    font-weight:bold;
}
#menu .menu-mobile a:hover {
    background-color:#d0251d;
    color:#fff;
}
/*menu style*/
/*sort*/
.radio-list {
    padding:0 12px;
    outline:none;
    cursor:pointer;
    float:right;
    position:relative;
    border-radius:3px;
	background:#f8f8f8;
	font-family: 'Jost', sans-serif;
	font-size:15px;
}
.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:#ccc;
    list-style:none;
    font-weight:normal;
    opacity:0;
    pointer-events:none;
    width:100%;
    border-radius:3px;
}
.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 {
    background:#ccc;
    background:-moz-linear-gradient(left, #ccc 0%, #ccc calccalc(100% - 40px), #f0f0f0 calccalc(100% - 40px), #f0f0f0 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#ccc), color-stop(calccalc(100% - 40px),#ccc), color-stop(calccalc(100% - 40px),#f0f0f0), color-stop (100%,#f0f0f0));
    background:-webkit-linear-gradient(left, #ccc 0%,#ccc calccalc(100% - 40px),#f0f0f0 calccalc(100% - 40px),#f0f0f0 100%);
    background:-o-linear-gradient(left, #ccc 0%,#ccc calccalc(100% - 40px),#f0f0f0 calccalc(100% - 40px),#f0f0f0 100%);
    background:linear-gradient(to right, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#f0f0f0',GradientType=1 );
    color:#333;
}
/*sort*/
/*web-tv style*/
#web-tv {
    width:100%;
    height:700px;
    overflow:hidden;
    position:relative;
	margin-bottom:70px;
}
#slides {
    position:relative;
}
#slides .slides-container {
    display:none;
}
#slides .scrollable {
    *zoom:1;
    position:relative;
    top:0;
    left:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    height:100%;
}
#slides .scrollable:after {
    content:"";
    display:table;
    clear:both;
}
.slides-navigation {
    margin:0 auto;
    position:absolute;
    z-index:3;
    top:46%;
    width:100%;
}
.slides-navigation a {
    position:absolute;
    display:block;
    text-indent:-5000px;
    width:64px;
	height:64px;
	background:no-repeat center rgba(255,255,255,0.2);
	border-radius:50%;
}
.slides-navigation a:hover {
    background-color:rgba(85,85,85,0.8);
}
.slides-navigation a.prev {
    left:20px;
    background-image:url(../images/arrow-prev.png);
}
.slides-navigation a.next {
    right:20px;
    background-image:url(../images/arrow-next.png);
}
.slides-pagination {
    position:absolute;
    z-index:3;
    bottom:10px;
    text-align:center;
    width:100%;
}
.slides-pagination a {
    border:2px solid #f2ece8;
    border-radius:15px;
    width:14px;
    height:14px;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:middle;
    *vertical-align:auto;
    zoom:1;
    *display:inline;
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin:2px;
    overflow:hidden;
    text-indent:-100%;
}
.slides-pagination a.current {
    background:#4d4832;
}
/*web-tv style*/
/*index slider*/
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
    padding:10px;
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-prev,
.slick-next {
	position:absolute;
	display:block;
	height:40px;
	width:40px;
	line-height:0;
	font-size:0;
	cursor:pointer;
    background-repeat:no-repeat;
    background-image:url(/Images/arrows.png);
	color:transparent;
	padding:0;
	border:none;
	outline:none;
    top:-50px;
    background-color:#f5f5f5;
    border-radius:5px;
}
.slick-prev:hover,
.slick-next:hover {
}
.slick-prev:focus,
.slick-next:focus {
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	color:white;
	opacity:0.85;
	-webkit-font-smoothing:antialiased;
}
.slick-prev {
	right:45px;
    background-position:top left;
}
.slick-prev:hover {
    background-position:bottom left;
}
.slick-prev:before {
}
.slick-next {
	right:0;
    background-position:top right;
}
.slick-next:hover {
    background-position:bottom right;
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-dots {
    margin-top:30px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0px;
	width:100%;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:12px;
	width:12px;
	margin:0px 7px;
	cursor:pointer;
	background-color:#f0f0f0;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.slick-dots li button {
	border:0;
	background:transparent;
	display:block;
	height:100%;
	width:100%;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer;
	outline:none;
}
.slick-dots li button:focus {
	outline:none;
}
.slick-dots li button:before {
	position:absolute;
	top:0;
	left:0;
	content:"\2022";
	height:100%;
	width:100%;
	text-align:center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.slick-dots li.slick-active button:before {
    background:#f4ae00;
}
#index .shopping.style-2 .slick-dots li.slick-active button:before {
    background:#d0251d;
}
#index .cinemas .slick-dots li.slick-active button:before {
    background:#095191;
}
/*index slider*/



@media only screen and (max-width:1630px) {
	#web-tv {
		height:550px;
	}
}
@media only screen and (max-width:1330px) {
	.recess {
		padding:0 20px;
	}
	#web-tv {
		height:450px;
	}
}
@media only screen and (max-width:1230px) {
	#header .logo {
		margin-right:80px;
	}
	#menu .menu-list ul > li > a {
		padding:5px;
	}
	#web-tv {
		height:500px;
	}
}
@media only screen and (max-width:1130px) {
	#header .logo {
		margin-right:30px;
	}
	#menu .menu-list ul > li {
		margin-right:15px;
	}
	#web-tv {
		height:400px;
	}
}
@media only screen and (max-width:1024px) {
	.recess {
		padding:0 10px;
	}
	#header .logo {
		width:80px;
		margin-right:0;
	}
	#web-tv {
		height:350px;
		margin-bottom:40px;
	}
	#index .mail-list,
	#index .services,
	#index .cinemas,
	#index .shopping {
		margin-bottom:40px;
	}
	#simple-content article .services ul li,
	#index .services .inner ul li {
		margin:15px 20px;
	}
	#index .mail-list {
		padding:50px 20px;
	}
	#shops .list ul li {
		width:calc(50% - 20px);
	}
	#shops .list ul li:nth-child(3n+3) {
		margin:0 30px 30px 0;
	}
	#shops .list ul li:nth-child(even) {
		margin:0 0 30px 0;
	}
	#activitie figure {
		margin-bottom:20px;
	}
	#contact .map {
		width:100%;
		height:450px;
		margin-bottom:40px;
	}
	#contact .address {
		position:static;
		width:100%;
		margin-bottom:30px;
	}
	#contact .form {
		max-width:100%;
	}
	#menu .menu-mobile,
    #menu .menu-icon {
        display:block;
    }
	#header .social-media,
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:920px) {
	#footer .top .left-column {
		width:100%;
		float:none;
	}
	#footer .top .left-column ul {
		width:38%;
	}
	#footer .top .left-column ul.social-media {
		width:24%;
	}
	#footer .top .right-column {
		width:100%;
		float:none;
		margin-top:40px;
	}
	#activities ul li {
		padding-bottom:20px;
		margin-bottom:20px;
	}
	#activities ul li .text {
		width:100%;
		height:auto;
		display:block;
	}
	#activities ul li figure {
		width:100%;
		display:block;
	}
}
@media only screen and (max-width:820px) {
	#web-tv {
		height:250px;
	}
	#index .mail-list .inner {
		width:100%;
	}
	#shops .filter > ul > li {
		width:calc(50% - 5px);
		margin-right:0;
	}
	#shops .filter.style-2 > ul > li:last-child,
	#shops .filter.style-2 > ul > li:first-child,
	#shops .filter > ul > li:first-child {
		width:100%;
		margin:0 0 10px 0;
	}
	#shops .filter > ul > li:nth-child(2) {
		margin-right:10px;
	}
	#shops .filter.style-2 > ul > li:last-child {
		margin:0;
	}
	#cinemas ul li {
		width:calc(33.33% - 15px);
		margin:0 20px 40px 0;
	}
	#cinemas ul li:nth-child(4n+4) {
		margin:0 20px 40px 0;
	}
	#cinemas ul li:nth-child(3n+3) {
		margin-right:0;
	}
	#hr-form ul li {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	#footer .bottom .menu {
		float:none;
		text-align:center;
	}
	#footer .bottom .menu ul li {
		float:none;
		display:inline-block;
	}
	#footer .bottom .artas {
		float:none;
		text-align:left;
		margin:20px auto 0 auto;
	}
}
@media only screen and (max-width:620px) {
	#index .mail-list h3,
	#index .title h2 {
		font-size:26px;
		margin-bottom:10px;
		text-align:left;
	}
	#simple-content article .services ul li,
	#index .services .inner ul li {
		margin:15px 10px;
	}
	#shops .list ul li {
		width:100%;
		float:none;
		margin:0 0 10px 0;
	}
	#shops .list ul li:nth-child(3n+3),
	#shops .list ul li:nth-child(even) {
		margin:0 0 10px 0;
	}
	#footer .top .left-column ul {
		width:50%;
	}
	
	#contact .form ul li {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	#footer .top .left-column ul.social-media {
		display:none;
	}
}
@media only screen and (max-width:520px) {
	#footer .bottom {
		text-align:center;
	}
	#footer .bottom .menu ul li {
		float:none;
		margin:0 0 5px 0;
		display:block;
	}
	#shops .filter > ul > li {
		width:100%;
		margin:0 0 10px 0;
	}
	#shops .filter > ul > li:nth-child(2) {
		margin-right:0;
	}
	#shops .filter > ul > li:last-child {
		margin-bottom:0;
	}
	#cinemas ul li {
		width:calc(50% - 15px);
		margin:0 20px 40px 0;
	}
	#cinemas ul li:nth-child(3n+3) {
		margin:0 20px 40px 0;
	}
	#cinemas ul li:nth-child(even) {
		margin:0 0 40px 0;
	}
}
@media only screen and (max-width:420px) {
	#cinemas ul li {
		width:100%;
		margin:0 0 30px 0;
		float:none;
	}
	#cinemas ul li:nth-child(3n+3) {
		margin:0 0 20px 0;
	}
	#cinemas ul li:nth-child(even) {
		margin:0 0 20px 0;
	}
	#cinemas ul li .text {
		height:auto;
	}
}
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	stroke-width:1.5;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-image:url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	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 #d9116a;
	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;
    }
}
