﻿@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:16%;
	height:4px;
	float:left;
}
#header .strip span:first-child {
	background:#004f9f;
}
#header .strip span:nth-child(2) {
	background:#009fe3;
}
#header .strip span:nth-child(3) {
	background:#c7d301;
}
#header .strip span:nth-child(4) {
	background:#fecc00;
}
#header .strip span:nth-child(5) {
	background:#c00d0e;
}
#header .strip span:last-child {
	background:#e6007e;
	width:20%;
}
#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:#d0271f;
}
#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:#e46713;
}
#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:#f4ae00;
}
#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:#4cb034;
}
#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(254,204,0);
	background: linear-gradient(39deg, rgba(254,204,0,1) 0%, rgba(230,0,126,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;
}
#shops .list ul li .text p.category {
	margin-top:15px;
	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;
	}
}