@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=greek');
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
body.maintenance {
	background:#F2F2F2;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #383738;
}
body {
	background: #fff;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #7c9a35;
	text-decoration: none;
	outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;	
}
a:hover {
	text-decoration: none;
	color: #e99923;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto -580px;
	padding: 0;
	background-color:#fff;
	overflow:hidden;
}
header {
	width:100%;
	color:#fff;
	position:absolute;
	top:0;
	z-index:2;
}
header .navbar {
	padding:3.2rem 2rem .5rem;
}
header .navbar .navbar-brand img {
	max-width:160px;
}
header .navbar-nav .nav-link {
	font-size:15px;
}
header .navbar-dark .navbar-nav .nav-link,
header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .nav-link:focus {
	color:rgba(255,255,255,1);
}
header .navbar-dark .navbar-nav .nav-link::after {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background-color:transparent;
}
header .navbar-dark .navbar-nav .active .nav-link::after {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,1);
}
header .navbar-dark .navbar-nav .nav-link:hover {
	color:rgba(255,255,255,1);
}
header .navbar-dark .navbar-nav .nav-link.slink:hover:after {
	background-color:transparent;
}
header .navbar-dark .navbar-nav .nav-link:hover::after {
	background-color:#fff;
}
#mm_nav {
	display:none;
}
.espa_banner,
.espa_banner_mobile {
    position: relative;
}
.espa_banner .close {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 12px;
    color: #000;
}
.espa_banner_mobile .close {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 12px;
    color: #000;    
}
.espa_banner_mobile {
    max-width: 125px;
    margin: 0 auto;
    top: -120px;
    z-index: 10;
}
.floating_radio {
	position:fixed;
	top:130px;
	right:30px;
}
.open_web_radio svg path {
	transition: fill .4s ease;
}
.open_web_radio.active svg path {
	fill:#7B9933;
}
.open_web_radio.active svg .onair path {
	fill:#fff;
}
#slideshow {
	width:100%;
	min-height: 100vh;
	display:block;
	position:relative;
	z-index:1;
}
#slideshow .element {
	position:absolute;
	bottom:-220px;
	left:0;
	z-index:10;
}
#slideshow .owl-nav {
	width:100%;
	max-width:1140px;
	position:absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
	z-index:10;	
}
#slideshow .owl-nav .prev_slide {
	position:absolute;
	left:-30px;
}
#slideshow .owl-nav .next_slide {
	position:absolute;
	right:-50px;
}
#slideshow .owl-theme .owl-nav [class*=owl-] {
	color:rgba(255,255,255,.6);
}
#slideshow .owl-theme .owl-nav .prev_slide:hover,
#slideshow .owl-theme .owl-nav .next_slide:hover {
	color:rgba(255,255,255,1);
} 
#slideshow .item {
	width:100%;
	height:1170px;
	position:relative;
	background-position:top center;
	background-repeat:no-repeat;
    background-size: cover;
}
#slideshow .item figure {
	margin:0;
}
#slideshow .item .more {
	margin:15px auto 0;
}
#slideshow .item a:link,
#slideshow .item a:active,
#slideshow .item a:visited {
	color:#fff;
}
#slideshow .item a:hover {
	text-decoration:underline;
}
#slideshow .item figure {
	min-height:100vh;
}
#slideshow .item .container {
	position:relative;
}
#slideshow .item .data-container {
	width:100%;
	position:absolute;
	margin:0 auto;
	top:200px;
}
#slideshow .item .data-container .data-photo {
	position:relative;
	float:left;
}
#slideshow .item .data-container .data-photo .extra_layer,
#slideshow .item .data-container .data-photo .before {
	display:none;
}
#slideshow .item .data-container .data-text {
	float: right;
	position:relative;
    z-index: 0;
}
#slideshow .item .data-container .data-text .text {
	position:absolute;
	top:200px;
	right:60px;
	margin:0 auto;
	width:450px;
	z-index:10;
	color:#fff;
}
#slideshow.error {
	height:100vh;
}
#slideshow.error .item {
	height:100vh;
	overflow:hidden;
}
#slideshow.internal .item .data-container .data-text .text {
	position: absolute;
	right:100px;
	width:400px;
}
#slideshow.internal .item .data-container .data-text .text a:link,
#slideshow.internal .item .data-container .data-text .text a:active,
#slideshow.internal .item .data-container .data-text .text a:visited {
	color:#fff;
}
#slideshow.internal .item .data-container .data-text .text a:hover {
	text-decoration:underline;
}
#slideshow .item .data-container .data-text .after {
	display:none;
}
#slideshow .item .data-container .data-text .text h2 {
	font-size:40px;
	line-height:1.1;
	font-weight:700;
	margin-bottom:10px;
}
#slideshow .item .data-container .data-text .text h3 {
	font-size:20px;
	line-height:1.1;
	font-weight:300;
	margin-bottom:20px;
}
#slideshow .item .data-container .data-text .text .more {
	margin-top:20px;
}
#slideshow .item .data-container .data-text .text .more .button-amm {
	font-size:14px;
}
#slideshow .item .data-container .data-text .text .more a:hover {
	text-decoration:none;
}
#slideshow .item .data-container .data-text .text.store h2 {
	margin-bottom:0;
}
#slideshow .item .data-container .data-text .text .floor {
	display:block;
	font-size:14px;
	font-weight:300;
}
#slideshow .item .data-container .data-text .text .today {
	display:block;
	margin:10px auto;
	font-weight:300;	
}
#slideshow .item .data-container .data-text .text .telephone,
#slideshow .item .data-container .data-text .text .website {
	display:block;
	font-weight:300;
}
#slideshow .item .data-container .data-text .text i {
	margin-right:5px;
}
#slideshow .item .data-container .data-text .text p {
	font-size:14px;
}
#slideshow .item .data-container .data-photo .image {
	position:absolute;
	top:15px;
	left:15px;
	z-index:5;
	mask-image: url("images/slide_small_circle.svg");
	-webkit-mask-image: url("images/slide_small_circle.svg");
	-ms-mask-image: url("images/slide_small_circle.svg");
	-o-mask-image: url("images/slide_small_circle.svg");
	mask-size: contain;
	-webkit-mask-size: contain;
	-ms-mask-size: contain;
	-o-mask-size: contain;
}
#slideshow .item .data-container .data-photo .image img {
	width:574px;
}
#slideshow .item .data-container .data-photo .large {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#slideshow .item .data-container .data-photo .large img {
	width:605px;
}
#slideshow .item .data-container .data-photo .large .svg path {
	opacity: 0.18;
	fill: #000 !important;	
}
#slideshow .item .data-container .data-text .circle .svg path {
	fill:#dd4c04 !important;
}
#slideshow .item .data-container .data-text .circle.orange .svg path {
	fill:#dd4c04 !important;
}
#slideshow .item .data-container .data-text .circle.blue .svg path {
	fill:#239AFF !important;
}
#slideshow .item .data-container .data-text .circle.yellow .svg path {
	fill:#DC8F1C !important;
}
#slideshow .item .data-container .data-text .circle.lightblue .svg path {
	fill:#3C55E5 !important;
}
#slideshow .item .data-container .data-text .circle.xmas .svg path {
	fill:#a80000 !important;	
}

#slideshow .item .data-container .data-text .circle svg {
	width:740px;
}

#welcome {
	font-family: 'Roboto', sans-serif;	
	background-image:url(images/welcome_text_element.png);
	background-repeat:no-repeat;
	background-position:170px 130px;
	position:relative;
	padding:110px 0 0;
}
#welcome .text h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:30px;		
}
#welcome .text h3 {
	font-family: 'Roboto Condensed', sans-serif;	
	color:#22409a;
	font-size:20px;
	font-weight:400;
	letter-spacing:10px;
	margin-bottom:30px;
}
#welcome p {
	color:#222224;
	font-size:17px;
	font-weight:300;
}
#welcome .photo {
	position:relative;
	z-index:0;
}
#welcome .photo figure {
	margin:0;
	position:relative;
	z-index:1;
}
#welcome .photo .element img {
	position:absolute;
	right:-60px;
	top:-120px;
	margin:0 auto;
	z-index:0;
	max-width:400px;
}
#welcome .element.before {
	position:absolute;
	bottom:0;
	left:0;
}
#welcome .element.after {
	position:absolute;
	top:0;
	bottom:0;
	right:0;	
}
#store_stats {
	text-align:center;
	margin:100px auto 50px;
}
#store_stats .icon {
	display:block;
	text-align:center;
    margin-bottom: 30px;	
}
#store_stats .icon span.number {
	display:block;
	text-align:center;
	font-size:78px;
	font-weight:700;
	color:#3a3a3c;
}
#store_stats .icon h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#424242;
	font-size:30px;
	text-align:center;
}
#offers_home {
	background-color:#eee;
	position:relative;
}
#offers_home .owl-nav {
    width: 100%;
    max-width: 560px;
    position: absolute;
    left: -50px;
    z-index: 10;
    bottom: 250px;
}
#offers_home .owl-nav .prev_slide {
	position:absolute;
	left:0;
}
#offers_home .owl-nav .next_slide {
	position:absolute;
	right:0;
}
#offers_home .owl-theme .owl-nav [class*=owl-] {
	color:rgba(35,31,32,.6);
}
#offers_home .owl-theme .owl-nav .prev_slide:hover,
#offers_home .owl-theme .owl-nav .next_slide:hover {
	color:rgba(35,31,32,1);
} 


#offers_home.page {
	background-color:#fff;
	background-image:url(images/main_background_simple.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding-bottom:100px;
}
#offers_home .element.before {
	position:absolute;
	top:-80px;
	right:0;
}
#offers_home .element.after {
	position:absolute;
	bottom:-500px;
	left:0;	
}
#offers_home .element.after img {
	width:220px;
}
#offers_home .background {
	position:absolute;
	top: -50px;
    left: -20px;
	max-width:520px;
}
#offers_home .container {
	margin:100px auto 0;
	padding-bottom:0;
}
#offers_home::before {
	content: url(images/tl_divider.svg);
	background-color:#fff;
	display:block;
	max-height:198px;
	width:100%;
}
#offers_home.page::before {
	display:none;
}
#offers_home .container {
	background-image:url(images/cinema_bottom_right_element.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:120px;
}
#offers_home.page .container {
	background-image:none;
}
#offers_home .text .data-container {
	float:right;
	padding:0;
}
#offers_home .photo {
	position:relative;
}
#offers_home .owl-carousel .owl-item .photo img {
	max-width:460px;
}
#offers_home .photo figure {
	position:relative;
	z-index:2;
}
#offers_home .text .data-container h2, #events_home .text .data-container h2  {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:15px;		
}
#offers_home .text .data-container h3, #events_home .text .data-container h3 {
	font-family: 'Roboto Condensed', sans-serif;	
	color:#22409a;
	font-size:20px;
	font-weight:400;
	letter-spacing:10px;
	margin-bottom:30px;	
}
#offers_home .text .date {
	display:block;
	position:absolute;
	width:150%;
	left:-50%;
	background-image:url(images/offer_bar.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
	margin-bottom:15px;
	padding:10px 15px 10px 50%;
	color:#fff;
	font-size:24px;
	z-index:0;
}
#offers_home .text .data-container p, #events_home .text .data-container p {
	color:#222224;
	font-size:17px;
	font-weight:300;
	margin-top:100px;
}
#offers_home .text .data-container .more, #events_home .text .data-container .more {
	display:inline-block;
	margin-top:30px;
}
#offers_home .text .data-container .more a:link,
#offers_home .text .data-container .more a:visited,
#offers_home .text .data-container .more a:active {
	color:#fff;
	font-size:17px;
	font-weight:300;
}
#offers_home .text .data-container .more a:hover {
	text-decoration:none;	
}
#offers_home .floor_map {
	position:relative;
	top:50px;
}
#events_home {
	background-color:#fff;
	min-height:400px;
}
#events_home::before {
	content: url(images/btl_divider.svg);
	background-color:#fff;
	display:block;
	max-height:215px;
	width:100%;
}
#events_home .owl-nav {
    width: 100%;
    max-width: 560px;
    position: absolute;
    right: -50px;
    z-index: 10;
    bottom: 250px;
}
#events_home .owl-nav .prev_slide {
	position:absolute;
	left:-20px;
}
#events_home .owl-nav .next_slide {
	position:absolute;
	right:20px;
}
#events_home .owl-theme .owl-nav [class*=owl-] {
	color:rgba(35,31,32,.6);
}
#events_home .owl-theme .owl-nav .prev_slide:hover,
#events_home .owl-theme .owl-nav .next_slide:hover {
	color:rgba(35,31,32,1);
}
#event_slider {
	margin-top:100px;
}
#events_home .photo {
	position:relative;
}
#events_home .owl-carousel .owl-item .photo img {
	max-width:460px;
}
#events_home .photo figure {
	position:relative;
	z-index:2;
}
#events_home .background {
	position:absolute;
	top: -60px;
    right: 25px;
	max-width:530px;
}
#events_home .text .date {
	display:block;
	position:absolute;
	width:150%;
	right:-50%;
	background-image:url(images/event_bar.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	margin-bottom:15px;
	padding:10px 15px;
	color:#fff;
	font-size:24px;
	z-index:0;
}

#events_home .text .data-container .more a:link,
#events_home .text .data-container .more a:visited,
#events_home .text .data-container .more a:active {
	color:#fff;
	font-size:17px;
	font-weight:300;
}
#events_home .text .data-container .more a:hover {
	text-decoration:none;	
}

#cinema_home {
	background-color:#eee;
	background-image:url(images/cinema_bottom_right_element.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:150px;
	position:relative;
	min-height:400px;
	padding-bottom:100px;
}
#cinema_home::before {
	content: url(images/tl_divider.svg);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";	
	background-color:#fff;
	display:block;
	max-height:198px;
	width:100%;
}
#cinema_home .element.before {
	position:absolute;
	top:-230px;
	right:0;
}
#cinema_home .element.after {
	position:absolute;
	bottom:10px;
	left:0;
}
#cinema_home .element.after img {
	width:160px;
}
#cinema_home .owl-nav {
	width:100%;
	max-width:1140px;
	position:absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
	z-index:10;	
}
#cinema_home .owl-nav .prev_slide {
	position:absolute;
	left:-30px;
}
#cinema_home .owl-nav .next_slide {
	position:absolute;
	right:-30px;
}
#cinema_home .owl-theme .owl-nav [class*=owl-] {
	color:rgba(35,31,32,.6);
}
#cinema_home .owl-theme .owl-nav .prev_slide:hover,
#cinema_home .owl-theme .owl-nav .next_slide:hover {
	color:rgba(35,31,32,1);
}
#cinema_home h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:30px;		
}
#cinema_home h3 {
	font-family: 'Roboto Condensed', sans-serif;	
	color:#22409a;
	font-size:20px;
	font-weight:400;
	letter-spacing:10px;
	margin-bottom:30px;
}
#cinema_home .item {
	position:relative;
    overflow: hidden;
	color:#fff;
}
#cinema_home .item .movie-data {
	width:100%;
	height:120px;
	padding:20px 30px;
	background: rgb(244,102,48);
	background: linear-gradient(90deg, rgba(244,102,48,1) 0%, rgba(237,28,36,1) 100%);	
}
#cinema_home .item .movie-data h2 {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	text-align:left;
}
#cinema_home .item .movie-data span, #cinema_home .item .movie-info span {
	display:block;
	font-size:14px;
	text-transform:none;
}
#cinema_home .item .movie-info {
	padding:30px;	
	background: rgb(244,102,48);
	background: linear-gradient(90deg, rgba(244,102,48,1) 0%, rgba(237,28,36,1) 100%);
	position:absolute;
	width:calc(100% - 30px);
	height:100%;
	-webkit-transition: bottom .4s ease-in-out;
	-moz-transition: bottom .4s ease-in-out;
	-o-transition: bottom .4s ease-in-out;
	-ms-transition: bottom .4s ease-in-out;
	transition: bottom .4s ease-in-out;
	bottom:-100%;
}
#cinema_home .item:hover .movie-info {
	bottom:0;
	background: rgba(244,102,48,.90);
	background: linear-gradient(90deg, rgba(244,102,48,.90) 0%, rgba(237,28,36,.90) 100%);
}
#cinema_home .item .movie-info h2 {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px;
	margin-bottom:10px;
	text-align:left;
}
#cinema_home .item .movie-info p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    z-index: 10;
    font-weight: 400;
    display: -webkit-box;
    max-width: 100%;
    height: 145.60px;
    line-height: 1.3;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px auto;
}
#cinema_home .item .movie-info ul {
	margin:20px auto;
}
#cinema_home .item .movie-info ul li {
	margin-bottom:10px;
}
#cinema_home .item .movie-info .book_now a:link,
#cinema_home .item .movie-info .book_now a:active,
#cinema_home .item .movie-info .book_now a:visited {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26px;
	font-weight:400;
}
#cinema_home .item .movie-info .book_now a:hover {
	text-decoration:underline;
}

#stores.list {
	display:block;
	background-image:url(images/store_list_background.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
	padding-bottom:100px;
}
#stores.page {
	position:relative;
	display:block;
	background-image:url(images/main_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom:100px;
	top:100px;
}
#stores.list .item {
	margin-bottom:30px;
	position:relative;
}
#stores.list .item figure {
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	min-height:300px;
	position:relative;
}
#stores.list .item figure img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#stores.list .item .data {
	width:100%;
	height:200px;
	padding:20px;
	background: rgb(244,102,48);
	background: linear-gradient(90deg, rgba(244,102,48,1) 0%, rgba(237,28,36,1) 100%);
	color:#fff;
}
#stores.list .item .data h2 {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	margin-bottom:10px;
	text-align:left;
	text-transform:uppercase;
}
#stores.list .item .data h2 a {
	color:#fff;
}
#stores.list .item .data .category {
	font-size:14px;
}
#stores.list .item .data .details {
	width:calc(100% - 70px);
	font-size:14px;
	position:absolute;
	bottom:10px;
}
#stores.list .item .data .details .floor {
	text-align:left;
}
#stores.list .item .data .details .telephone {
	text-align:right;
}
#stores.page .store .logo, #offers.page .store .logo {
	z-index:1;
}
#stores.page .store .logo figure, #offers.page .store .logo figure {
	background-color:#fff;	
	text-align:center;
	border:1px solid #ff6633;
}
#stores.page .store .logo figure img,  #offers.page .store .logo figure img {
	width:100%;
}
#stores.page .store .details, #offers.page .store .details {
	display:block;
	margin:50px auto;
	position:relative;
}
#stores.page .store .details h2, #offers.page .store .details h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;	
}
#stores.page .store .details .floor, #offers.page .store .details .floor {
	font-family: 'Roboto Condensed', sans-serif;	
	color:#22409a;
	font-size:20px;
	font-weight:400;
	letter-spacing:5px;
	margin-bottom:30px;
	display:block;
}
#stores.page .store .details .today, #offers.page .store .details .today {
	display:block;
	position:absolute;
	width:140%;
	left:calc(-40% + 15px);
	background: rgb(241,102,49);
	background: linear-gradient(90deg, rgba(241,102,49,1) 0%, rgba(238,58,57,1) 100%);
	margin-bottom:15px;
	padding:10px 15px 10px 40%;
	color:#fff;
	font-size:24px;
	z-index:0;
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;	
}

#stores.page .store .details ul, #offers.page .store .details ul {
	margin-top:110px;
}
#stores.page .store .details ul li i {
	margin-right:5px;
	color:#7c9a35;
    width: 20px;
    text-align: center;	
}
#stores.page .store .details ul.smedia {
	margin-top:10px;
}
#stores.page .store .details ul.smedia li {
	display:inline-block;
	margin-right:10px;
}
#stores.page .store .details ul.smedia li i {
	margin-right:0;
    width: auto;
    text-align: left;		
}
#stores.page .store .details ul.smedia .fa-facebook-f {
	color:#3b5998;
}
#stores.page .store .details ul.smedia .fa-twitter {
	color:#38A1F3;
}
#stores.page .store .details ul.smedia .fa-instagram {
	color:#d6249f;
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

#stores.page .store .details ul li, #offers.page .store .details ul li {
	color:#333;
	font-size:22px;
	line-height:1.3;
}
#stores.page .store .description, #offers.page .store .description {
	margin:60px auto;
	font-size:18px;
	text-align:justify;
}
.floor_map {
	text-align:center;
	margin-bottom: 100px;
}
.tooltip {
	top:-100px !important;
	left:-50px !important;
}
.tooltip.show {
	opacity:1;
}
.tooltip .arrow {
	display:none;	
}
.tooltip-inner {
	max-width:100%;
	padding:0;
	background-color:transparent;
}
.tooltip-inner .strore_logo {
	position:relative;
}
.tooltip-inner .strore_logo.colocated {
    position: relative;
    top: 100px;
    left: 30px;
}
.tooltip-inner .strore_logo .circle {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	box-shadow: 0 2px 0 0 rgba(241,102,49, 0.25), 0 -2px 0 0 rgba(238,58,57, 0.25), 2px 0 0 0 rgba(241,102,49, 0.25), -2px 0 0 0 rgba(238,58,57, 0.25), 2px -2px 0 0 rgba(244,102,48, 0.5), -2px 2px 0 0 rgba(244,102,48, 0.5), 2px 2px 0 0 rgba(255, 105, 180, 0.75), -2px -2px 0 0 rgba(135, 206, 235, 0.75);
	animation: rotateThis 1s linear infinite;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
.tooltip-inner .strore_logo .image {
	width:100px;
	height:100px;
    border-radius: 50%;
	position:absolute;
	z-index:0;		
}
.tooltip-inner .strore_logo .image img {
	width:100px;
	height:100px;
    border-radius: 50%;	
}
.tooltip-inner .strore_logo > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2%;
}
.tooltip-inner .strore_logo .logo_wrapper {
	display: inline-block;
	margin: 5px;
	position: relative;
	width: 100px;
	height: 100px;
}
@keyframes rotateThis {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}
#offers_home.page .floor_map {
	margin-bottom:0;
	padding-bottom: 100px;
}
.floor_map svg {
	width:100%;
}

#search_filters {
	margin-bottom:50px;
}
#search_filters .with_border {
	display:block;
	background-color:#fff;
	border:1px solid #d7d7d7;
	padding:20px 50px;
	border-radius:40px;
	color:#777;
	font-size:18px;
}
#search_filters .options {
	z-index:2;
}
#search_filters .expanded {
	z-index:0;
	border-top-left-radius:0;
	border-top-right-radius:0;	
	margin-top:-35px;
	padding-top:50px;
	display:none;
}
#search_filters.show .expanded {
	display:block;
	position:absolute;
	z-index:1;
    width: calc(100% - 30px);
}
#search_filters div {
	position:relative;
}
#search_filters i {
	position:absolute;
	right:20px;
	top:4px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;	
}
#search_filters .active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);	
}
#search_filters span {
	display:block;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#search_filters span.count {
	display:inline-block;
	margin-left:5px;
}
#search_filters span:hover {
	cursor:pointer;
	color:#F76C2B;
}
#search_filters .search .form-control {
    height:auto;
	padding:0;
    line-height: 1.5;
	font-size:18px;
    color: #777;
    border:none;
 	border-radius: 0;
}
#search_filters .search .form-control:focus {
	box-shadow:none;
}
#search_filters .search .form-control::-webkit-input-placeholder {
   text-align: center;
}
#search_filters .search .form-control:-moz-placeholder {
   text-align: center;  
}
#search_filters .search .form-control::-moz-placeholder {
   text-align: center;  
}
#search_filters .search .form-control:-ms-input-placeholder {
   text-align: center; 
}
#search_filters .search .btn-light:hover {
	color:#F76C2B;
}
#search_filters .search .btn-light:focus {
	box-shadow:none;
}

#offers.list {
	display:block;
	background-image:url(images/main_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom:100px;
	position:relative;
	top:50px;
}
#offers.page {
	display:block;
	background-image:url(images/main_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom:100px;
	position:relative;
	top:300px;
}
#offers.page .floor_map {
	margin-bottom: 300px;
}
#offers.list .grid-item figure {
	margin:0;
	text-align:center;
}
#offers.list .grid-item figure {
	margin:0 auto;
	text-align:center;
	background-color:#fff;
}
#offers.list .grid-item .data {
	width:100%;
	padding:1.25rem;
	background: rgb(244,102,48);
	background: linear-gradient(90deg, rgba(244,102,48,1) 0%, rgba(237,28,36,1) 100%);
	color:#fff;
}
#offers.list .grid-item .data a {
	color:#fff;
}
#offers.list .grid-item .data h2 {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:36px;
	text-align:left;
	text-transform:uppercase;
}
#offers.list .grid-item .data .date {
	display:block;
	margin:10px auto 15px; 
	font-size:20px;
}
#offers.list .grid-item .data p {
	font-size:14px;
	line-height:1.4;
}
#offers.list .grid-item .data .more {
	display:block;
	font-size:18px;
	margin:20px auto 0;
	color:#fff;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
}
#offers.list .grid-item .data .more::after {
	content:'\f067';
	font-family:'Font Awesome 5 Pro';
	font-weight:300;
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
#offers.page .background {
	position:absolute;
	top: -50px;
    left: -20px;
	max-width:520px;
}
#offers.page .text .data-container {
	float:right;
	padding:0;
}
#offers.page .photo {
	position:relative;
}
#offers.page .photo figure {
	max-width:460px;
	position:relative;
	z-index:2;
}
#offers.page .text .data-container h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:15px;		
}
#offers.page .text .data-container h3 {
	font-family: 'Roboto Condensed', sans-serif;	
	color:#22409a;
	font-size:20px;
	font-weight:400;
	letter-spacing:10px;
	margin-bottom:30px;
	text-transform:uppercase;
}
#offers.page .text .date {
	display:block;
	position:absolute;
	width:150%;
	left:-50%;
	background-image:url(images/offer_bar.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
	margin-bottom:15px;
	padding:10px 15px 10px 50%;
	color:#fff;
	font-size:24px;
	z-index:0;
}
#offers.page .text .data-container p {
	color:#222224;
	font-size:17px;
	font-weight:300;
	margin-top:100px;
}
#offers.page .text .data-container .details {
	margin:20px auto;
}
#offers.page .text .data-container .details li {
	display:block;
	color:#22409a;	
}
#offers.page .text .data-container .details li span {
	font-size:22px;
	font-weight:600;
}
#offers.page .text .data-container .more a:link,
#offers.page .text .data-container .more a:visited,
#offers.page .text .data-container .more a:active {
	color:#222224;
	font-size:17px;
	font-weight:300;
}
#offers.page .text .data-container .more a:hover {
	text-decoration:underline;	
}

#mini_calendar {
	width:380px;
	height:320px;
	background-image:url(images/calendar_background.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:-300px;
	right:0;
}
#mini_calendar .bootstrap-datetimepicker-widget {
    top: 120px !important;
    bottom: auto !important;
    left: 36px !important;
    right: auto !important;
}
#mini_calendar.events {
	position:relative;
	top:0;
	float:right;
}
#mini_calendar .content {
	width: 102px;
	height: 112px;
	background-image: url(images/mini_calendar.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 135px;
	top: 60px;
}
#mini_calendar .content:hover {
	cursor:pointer;
}
#mini_calendar .content span.minas {
	display:block;
	text-align:center;	
	color:#fff;
	font-size:14px;
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	position:relative;
	top:16px;
}
#mini_calendar .content span.date {
	display:block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:60px;
	font-weight:700;
	color:#2c3c52;
	position:relative;
	top:0px;
}
#mini_calendar.small .content span.date {
	font-size:50px;
	top:5px;
}
#mini_calendar .content span.xronia {
	display:block;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#2c3c52;
	position:relative;
	top:-22px;
}
#mini_calendar.small .content span.xronia {
	top:-15px;
}
#events.list {
	display:block;
	background-image:url(images/events_background.png);
    background-position: top center;
    background-repeat:repeat-y;
    background-size:100%;
	padding-bottom:100px;
	position:relative;
}
#events.list .event {
	position:relative;
	margin:50px auto 150px;
}
#events.list .event .background {
	position:absolute;
	top: -50px;
    left: -20px;
	max-width:520px;
}
#events.list .text .data-container {
	float:right;
	padding:0;
}
#events.list .photo {
	position:relative;
}
#events.list .photo figure {
	position:relative;
	z-index:2;
}
#events.list .text .data-container h2, #events_home .text .data-container h2  {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:15px;		
}
#events.list .text .data-container h3, #events_home .text .data-container h3 {
	font-family: 'Roboto Condensed', sans-serif;	
	color:#22409a;
	font-size:20px;
	font-weight:400;
	letter-spacing:10px;
	margin-bottom:30px;	
}
#events.list .text .date {
	display:block;
	position:absolute;
	width:150%;
	left:-50%;
	background-image:url(images/offer_bar.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
	margin-bottom:15px;
	padding:10px 15px 10px 50%;
	color:#fff;
	font-size:24px;
	z-index:0;
}
#events.list .text .data-container p, #events_home .text .data-container p {
	color:#222224;
	font-size:17px;
	font-weight:300;
	margin-top:100px;
}
#events.list .text .data-container .more, #events_home .text .data-container .more {
	display:inline-block;
	margin-top:30px;
}
#events.list .text .data-container .more a:link,
#events.list .text .data-container .more a:visited,
#events.list .text .data-container .more a:active {
	color:#222224;
	font-size:17px;
	font-weight:300;
}
#events.list .text .data-container .more a:hover {
	text-decoration:underline;	
}

/* ODD EVENTS */
#events.list .event:nth-child(odd) .photo {
	order: 2;
}
#events.list .event:nth-child(odd) .text {
	order: 1;
}
#events.list .event:nth-child(odd) .background {
	position:absolute;
	top: -60px;
    right: 25px;
	left:auto;
	max-width:530px;
}
#events.list .event:nth-child(odd) .text .data-container {
	float:left;
}
#events.list .event:nth-child(odd) .text .date {
	display:block;
	position:absolute;
	width:150%;
	right:-50%;
	left:0;
	background-image:url(images/event_bar.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	margin-bottom:15px;
	padding:10px 15px;
	color:#fff;
	font-size:24px;
	z-index:0;
}

#opening_hours {
	display:block;
	position:relative;
}
.infoblock h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
}
.category_hours, .transport_points {
	margin-bottom:30px;
}
.category_hours h2, .transport_points h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:26px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
}
.directions .transport_points h2 {
	text-transform:none;
}
.category_hours h2::after, .transport_points h2::after {
	content:'';
	height:3px;
	display:block;
	background: rgb(237,28,36);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(242,103,57,1) 100%);	
    padding: 5px 15px;
    z-index: 0;
	margin:10px auto;
    border-radius: 40px;
}
.category_hours h2 sup {
	text-transform:none;
}
.category_hours ul li {
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	font-weight:500;
	color:#333;
	margin-bottom:10px;
}
.category_hours ul li.weekdays {
	color:rgba(51, 51, 51,.5);
}
.category_hours ul li.weekdays.active {
	color:rgba(51, 51, 51, 1);
}
.transport_points a:link p,
.transport_points a:active p 
.transport_points a:visited p {
	color:#333;
}
.transport_points a:hover p {
	color:#F26539;
}
.transport_points p {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#333;
	margin-bottom:10px;
}
.category_hours ul li.weekdays span {
	color:rgba(239, 50, 40,0.7);
}
.category_hours ul li.active {
	font-weight:700;
}
.category_hours ul li.weekdays.active span {
	color:#22409a;
}
#facilities {
	background-color:#eee;	
}
#facilities::before {
	content: url(images/tl_divider.svg);
	background-color:#fff;
	display:block;
	max-height:198px;
	width:100%;
}
#facilities::after {
	content: url(images/btl_divider.svg);
	background-color:#fff;
	display:block;
	max-height:215px;
	width:100%;
}

#facilities .facility {
	margin-bottom:30px;
}
#facilities .facility h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#424242;
	font-size:30px;
	font-weight:400;
	text-align:center;
}
#facilities .facility h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-align:center;
}
#facilities .facility .icon {
	margin-bottom:20px;
	text-align:center;
}
#htgh .item {
	text-align:center;
	position:relative;
	z-index:1;
}
#htgh .item:nth-child(2)::after {
	content:'';
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 25%;
    left: -30%;
    right: 0;
    z-index: 0;
    width: 160%;
    margin: 0 auto;
}
#htgh .item:nth-child(2) span::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 39px;
    height: 3px;
    top: 13px;
    left: -44px;
    background-color: #fff;
}
#htgh .item:nth-child(2) span::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 39px;
    height: 3px;
    top: 13px;
    right: -44px;
    background-color: #fff;
}
#htgh .item .circle {
	position:relative;
    cursor: pointer;
    height: 36px;
    width: 36px;
    display: block;
    background-color: #f14b2c;
	border:5px solid #f14b2c;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	z-index:1;
}
#htgh .item .circle:hover, #htgh .item .circle.active {
	background-color:#fff;
}
#htgh .item h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-align:center;
	margin:10px auto;
}
.get_directions .form-control {
	display:block;
	background-color:#fff;
	border:1px solid #d7d7d7;
	padding:30px 50px;
	border-radius:40px;
	color:#777;
	font-size:18px;
	text-align:center;
}
.get_directions .form-control::-webkit-input-placeholder {
   text-align: center;
}
.get_directions .form-control:-moz-placeholder {
   text-align: center;  
}
.get_directions .form-control::-moz-placeholder {
   text-align: center;  
}
.get_directions .form-control:-ms-input-placeholder {
   text-align: center; 
}
.infotabs {
	display:block;
	padding:20px 0;
	min-height:500px;
	display:none;
}
.infotabs.active {
	display:block;
}

#events.list .text .data-container .more a:link,
#events.list .text .data-container .more a:visited,
#events.list .text .data-container .more a:active {
	color:#fff;
	font-size:17px;
	font-weight:300;
}
#events.list .text .data-container .more a:hover {
	text-decoration:none;	
}

#events.page {
	display:block;
	background-image:url(images/main_background_simple.png);
    background-position: top center;
    background-repeat:repeat-y;
    background-size:100%;
	padding-bottom:100px;
	position:relative;
}
#events.page .event h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;		
}
#events.page .event p {
	margin-bottom:10px;
}
#events.page .addtocal {
	text-align:right;
}
#contact {
	background-color:#eee;
}
#contact::before {
	content: url(images/tl_divider.svg);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";	
	background-color:#fff;
	display:block;
	max-height:198px;
	width:100%;
}
#contact a:link, 
#contact a:active,
#contact a:visited {
	color:#383738;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;	
}
#contact a:hover {
	color:#F26539;
}
#contact_form {
	padding-bottom:100px;
}
#contact_form .form-control {
	display:block;
	background-color:#fff;
	border:1px solid #d7d7d7;
	padding:30px;
	border-radius:40px;
	color:#777;
	font-size:18px;
}
#contact_form textarea.form-control {
	resize:none;
}
#contact_form .submit_form_button {
	text-align:right;
}

.main_page h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:36px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;		
}
.main_page h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#22409a;
	font-size:26px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;		

}
.main_page p {
	margin-bottom:20px;
}

/* MAP */
.store {
	position:relative;
}
svg .store:hover, svg .store.active:hover {
	fill:#ff6633;
	cursor:pointer;
}
svg .store.active {
	fill:#7c9a35;	
}

.offers-wrapper {
  overflow: hidden;
  margin-bottom:100px;
}
.grid-item {
  padding-bottom: 3rem;
}
/* OWL */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgb(242,103,57);
	background: linear-gradient(90deg, rgba(242,103,57,1) 0%, rgba(237,28,36,1) 100%);
}
/* BUTTONS */
.button-amm {
	background-size: 100%;
	background: rgb(242,103,57);	
	background-image: linear-gradient(90deg, rgba(242,103,57,1) 0%, rgba(237,28,36,1) 100%);
	position: relative;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #fff;
	border:none;
	display: inline-block;
	line-height: 1;
	font-size:18px;
	padding:15px 20px;
	border-radius:40px !important;		
}
.button-amm.small {
	padding:10px 15px;
}
.button-amm.small i {
	margin-left:20px;
}
.button-amm:before {
	border-radius: inherit;
	background: rgb(154,52,102);
	background: linear-gradient(90deg, rgba(154,52,102,1) 0%, rgba(239,59,57,1) 100%);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -100;
	transition: opacity 0.35s ease-in-out;
}
.button-amm:hover:before {
	opacity: 1;
}
.button-amm:active:before {
	opacity: 0;
}


/* CHECKBOX */
.abc-checkbox-amm-light label::before {
    border: 1px solid #d7d7d7;
	background-color:#d7d7d7;
}
.abc-checkbox-amm-light input[type="checkbox"]:checked + label::before, .abc-checkbox-amm-light input[type="radio"]:checked + label::before {
    background-color: #f46630;
    border-color: #f46630;
	outline: none;
}
.abc-checkbox-amm-light input[type="checkbox"]:checked + label::after, .abc-checkbox-amm-light input[type="radio"]:checked + label::after {
    color: #fff;
}
.abc-checkbox input[type="checkbox"]:focus + label::before, .abc-checkbox input[type="radio"]:focus + label::before {
	outline: none;	
}

.push {
	height:580px;
}
footer {
	width:100%;
	height:580px;
	background-image:url(images/footer_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	font-size:14px;
	font-weight:400;
	position:relative;
	z-index:0;
}
footer.orange {
	background-image:url(images/mainfooter_orange.jpg);
}
footer.blue {
	background-image:url(images/mainfooter_blue.jpg);	
}
footer.yellow {
	background-image:url(images/mainfooter_yellow.jpg);	
}
footer.lightblue {
	background-image:url(images/mainfooter_lightblue.jpg);
}
footer.xmas {
	background-image:url(images/mainfooter_xmas.jpg);
}

footer .logo {
	margin-bottom:30px;
}
footer .logo img {
    max-width: 160px;	
}
footer .menu {
	display:block;
	height:530px;
	padding:80px 0;
	box-sizing:border-box;
}
footer .menu h3 {
	font-family: 'Roboto', sans-serif;
	margin-bottom:10px;
	font-weight:600;
	font-size:16px;
	letter-spacing:5px;
}
footer .menu ul {
	margin-bottom:15px;
}
footer .menu a:link, footer .menu a:active, footer .menu a:visited {
	color:rgba(255,255,255,.8);
}
footer .menu a:hover {
	color:rgba(255,255,255,1);
} 
footer .menu h3 a:link, footer .menu h3 a:active, footer .menu h3 a:visited {
	color:rgba(255,255,255,1);
	font-weight:600;
}
footer .menu h3 a:hover {
	color:#d53283;
}
footer .menu ul.social {
	margin:25px auto 0;
}
footer .menu ul.social li {
	display:inline-block;
	margin:0 20px 10px 0;
}
footer .opening_hours ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;	
}
footer .opening_hours ul li {
	display:block;
	margin-bottom:10px;
}
footer .opening_hours ul li span {
	display:block;
	font-size:14px;
	font-weight:300;
}
footer .opening_hours ul li span.category {
	font-weight:600;
}
footer .opening_hours ul li span.divider {
	display:block;
	margin-bottom:10px;
}
footer .apps {
	margin-bottom:20px;
}
footer .apps ul li {
	display:inline-block;
	float:left;
	margin:0 10px 10px 0;
}
footer #newsletter_form .form-control {
	border-radius:0;
	background-color:transparent;
	color:#fff;
}
footer #newsletter_form .notes a:link,
footer #newsletter_form .notes a:active,
footer #newsletter_form .notes a:visited {
	color:#fff;
	text-decoration:underline;	
}
footer #newsletter_form .notes a:hover {
	text-decoration:none;
}
footer #newsletter_form_handler label {
	display: inline;
}
footer #newsletter_register {
	border-radius:0;
}
footer .small-size {
	font-size:12px;
}
footer .member_of span {
	font-size: 14px;
}
footer .member_of img {
	max-width: 200px;
	margin-left: 15px;
}
footer .bottom_bar {
	width:100%;
	height:50px;
	line-height:50px;
	background-color:rgba(0,0,0,1);
	text-align:center;
}
footer a:link, footer a:active, footer a:visited  {
	color:#fff;	
}
footer a:hover {
	color:#d7d7d7;
}
.maintenance_mode_wrapper {
	font-family: 'Open Sans', sans-serif;
	padding: 200px 0 0 0;
}
.maintenance_mode {
	width: 600px;
	margin: 0 auto;
	padding: 30px;
}
.maintenance_text {
	text-align: center;
	font-size: 24px;
	font-weight:700;
	color:#e99923;
	line-height: 1.5em;
}
.maintenance_logo {
	margin:0 auto 10px auto;
	text-align:center;
}
@media only screen and (max-width: 1400px) {
#slideshow .element {
	bottom:-170px;	
}
#slideshow .element img {
	width:99px;
}
#welcome {
	padding:200px 0 0px;
}
#welcome .element.after img, #welcome .element.before img {
	width:110px;	
}
#offers_home .element.before {
	top:-20px;
}
#offers_home .element.before img {
	width:120px;
}
#offers_home .element.after {
	bottom:-280px;
}
#offers_home .element.after img {
	width:110px;
}
#cinema_home .element.before img {
	width:300px;
}
#cinema_home .element.after img {
	width:120px;
}
#stores.page {
	position:relative;
	top:140px;
}
#offers.page {
	top:450px;
}
}
@media only screen and (max-width: 1199px) {
#slideshow .owl-nav {
	max-width:960px;
}
#offers_home .owl-nav {
     max-width: 490px
}
#events_home .owl-nav {
     max-width: 490px
}
#slideshow .item {
	height:970px;
}
#slideshow .item .data-container .data-photo .image img {
	width:468px;
}
#slideshow .item .data-container .data-photo .large, #slideshow .item .data-container .data-photo .large svg {
	width:500px;
	height:487px;
}
#slideshow .item .data-container .data-text .circle svg {
	width:606px;
	height:541px;
}
#slideshow .item .data-container .data-text .text {
    top: 160px;
    right: 45px;
    width: 400px;
}
#slideshow.internal .item .data-container .data-text .text {
	position: absolute;
    right: 45px;
	width:400px;
}
#slideshow .item .data-container .data-text .text h2 {
    font-size: 50px;
}
#events_home {
	padding-bottom:0px;
}
#stores.page {
	position:relative;
	top:160px;
}
#offers.page {
	top:500px;
}
}
@media only screen and (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link.slink {
    padding-right: .6rem;
    padding-left: .6rem;
}
}
@media only screen and (max-width: 991px) {
#slideshow .owl-nav {
	width:100%;
	max-width:720px;
}
#slideshow .item {
	height:770px;
}
#offers_home .owl-carousel .owl-item .photo img {
	max-width:100%;
}
#events_home .owl-carousel .owl-item .photo img {
	max-width:100%;
}
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #FFF;
	display: block;
	transition: all 0.2s;
	margin-top: 5px
}
.navbar-toggler {
	border: none;
	background: transparent !important;
	z-index:11;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
	width:22px;
	opacity: 0;
}
.navbar-toggler.collapsed:hover .middle-bar {
	width:22px;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;	
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 0% 90%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	width:14px;
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

#mm_nav {
	width:100%;
	height:100vh;
	position:absolute;
	top:0;
	background-image:url(images/mm_overlay_bg.png);
	background-repeat:no-repeat;
	background-color: rgba(243,92,46,.9);
	background-position: top center;
	background-size: cover;
	z-index: 10;
	display:none;
	padding:70px 60px;
}
#mm_nav.collapsing {
	height:100vh;
	transition:none !important;
}
#mm_nav.collapse {
	display:none;
}
#mm_nav.collapse.show {
	display:block;
}
#mm_nav ul.menu {
	margin:0 auto;
}
#mm_nav ul.menu li {
	display:block;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:500;
	margin:15px auto;
}
#mm_nav ul.menu a {
	display:inline-block;
	margin:0 auto;
	color:#fff;
}
#mm_nav ul.menu a::after {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background-color:transparent;
}
#mm_nav ul.menu .active a::after {
	background-color:rgba(255,255,255,1);
}
#mm_nav ul.menu a:hover::after {
	content:'';
	display:block;
	height:2px;
	background-color:rgba(255,255,255,1);
}
#mm_nav a {
	color:#fff;
}
#mm_nav ul.social {
	margin:20px auto;
	text-align:center;
}
#mm_nav ul.social li {
	display:inline-block;
	margin:0 10px;
}
#web_radio {
	margin:20px auto;
	text-align:center;
}
#slideshow .element {
	bottom:-130px;	
}
#slideshow .element img {
	width:79px;
}
.floating_radio {
	display:none;
}
#slideshow .item .data-container .data-photo .image img {
	width:318px;
}
#slideshow .item .data-container .data-photo .large, #slideshow .item .data-container .data-photo .large svg {
	width:350px;
	height:338px;
}
#slideshow .item .data-container .data-text .circle svg {
	width:440px;
	height:392px;
}
#slideshow .item .data-container .data-text .text {
    top: 90px;
    right: 40px;
    width: 300px;
}
#slideshow.internal .item .data-container .data-text .text {
	position: absolute;
    right: 40px;
	width:300px;
}
#slideshow .item .data-container .data-text .text h2 {
    font-size: 30px;
}
#welcome {
	background-image:none;
    padding: 120px 0 0;
}
#welcome .photo {
	margin-top:40px;
}
#welcome .photo .element img {
	top:-60px;
}
#store_stats {
	margin-bottom:0;
}
#offers_home .container {
    padding-bottom: 60px;
}
#offers_home .text .data-container, #events_home .text .data-container {
	float:none;
	padding:0;
}
#offers_home .background, #events_home .background {
    left: 0;
    right: 0;
    margin: 0 auto;
}
#offers_home .photo, #events_home .photo{
	text-align:center;
	margin-bottom:40px;
	position:relative;
}
#offers_home .photo figure, #events_home .photo figure {
	position:relative;
	margin:0 auto;
}
#offers_home .text, #events_home .text {
	text-align:center;
}
#offers_home .text .date {
    position: relative;
    width: 100%;
    left: 0;
    background-image: none;
	background: rgb(237,28,36);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(242,103,57,1) 100%);	
    padding: 5px 15px;
    font-size: 18px;
    z-index: 0;
    border-radius: 40px;
}
#events_home .text .date {
    position: relative;
    width: 100%;
    right: 0;
    background-image: none;
	background: rgb(154,52,102);
	background: linear-gradient(90deg, rgba(154,52,102,1) 0%, rgba(239,59,57,1) 100%);
    padding: 5px 15px;
    font-size: 18px;
    z-index: 0;
    border-radius: 40px;
}
#offers_home .text .data-container p, #events_home .text .data-container p {
    margin-top: 20px;
}
#offers_home .text .data-container h2, #events_home .text .data-container h2 {
	font-size:30px;
}
#offers_home .text .data-container h3, #events_home .text .data-container h3 {
	font-size:18px;
	margin-bottom: 20px;
}
#events_home::before {
	max-height:150px;
}
#cinema_home .element.before {
	top:-100px;
}
#offers.page {
    top: 400px;
}
#offers.page .floor_map {
    margin-bottom: 400px;
}
#offers.page .background {
    left: 0;
    right: 0;
    margin: 0 auto;
}
#offers.page .photo {
	text-align:center;
	margin-bottom:40px;
	position:relative;
}
#offers.page .photo figure {
	position:relative;
	margin:0 auto;
}
#offers.page .text {
	text-align:center;
}
#offers.page .text .date {
    position: relative;
    width: 100%;
    left: 0;
    background-image: none;
	background: rgb(237,28,36);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(242,103,57,1) 100%);	
    padding: 5px 15px;
    font-size: 18px;
    z-index: 0;
    border-radius: 40px;
}
#offers.page .text .data-container p {
    margin-top: 20px;
}
#offers.page .text .data-container h2 {
	font-size:30px;
}
#offers.page .text .data-container h3 {
	font-size:18px;
	margin-bottom: 20px;
}
#mini_calendar {
	top:-300px;
	left:0;
	right:0;
	margin:0 auto;
}

footer {
	height:auto;
}
footer .menu {
	height:auto;
}
.element.after, .element.before {
	display:none;
}
#slideshow .element img {
	display:none;
}
#stores.page .store .logo {
	z-index:1;
	text-align:center;
	margin:0 auto;
}
#stores.page .store .logo figure {
	text-align:center;
	border:none;
}
#stores.page .store .logo figure img {
	border:1px solid #ff6633;
	width:auto;
}
#stores.page .store .details {
	display:block;
	margin:10px auto 0;
	position:relative;
	text-align:center;
}
#stores.page .store .details .today {
	display:block;
	position:relative;
	width:100%;
	left:0;
	background: rgb(241,102,49);
	background: linear-gradient(90deg, rgba(241,102,49,1) 0%, rgba(238,58,57,1) 100%);
	margin-bottom:15px;
	padding:10px 15px;
	color:#fff;
	font-size:18px;
	z-index:0;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;	
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;	
}

#stores.page .store .details ul {
	margin-top:20px;
}
#stores.page .store .details ul li {
	color:#333;
	font-size:18px;
	line-height:1;
}
#events.list {
    background-image: url(images/main_background.png);
	background-size:cover;
}
#events.list .event {
    position: relative;
    margin: 50px auto 100px;
}
#events.list .event .background {
    left: 0;
    right: 0;
    margin: 0 auto;
}
#events.list .text .data-container {
    float: none;
    padding: 0;
	text-align:center;
}
#events.list .photo {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
#events.list .text .data-container h2   {
	font-size:30px;
}
#events.list .text .data-container h3 {
	font-size: 18px;
    margin-bottom: 20px;	
}
#events.list .text .date {
	display:block;
	position: relative;
    width: 100%;
    left: 0;
    background-image: none;
    background: rgb(237,28,36);
    background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(242,103,57,1) 100%);
    padding: 5px 15px;
    font-size: 18px;
    z-index: 0;
    border-radius: 40px;
	text-align:center;
}
#events.list .text .data-container p {
	margin-top: 20px;
}
#events.list .text .data-container .more {
	display:block;
	margin-top:30px;
}

/* ODD EVENTS */
#events.list .event:nth-child(odd) .photo {
	order: 1;
}
#events.list .event:nth-child(odd) .text {
	order: 2;
}
#events.list .event:nth-child(odd) .background {
    left: 0;
    right: 0;
    margin: 0 auto;
}
#events.list .event:nth-child(odd) .text .data-container {
    float: none;
    padding: 0;
}
#events.list .event:nth-child(odd) .text .date {
	display:block;
    position: relative;
    width: 100%;
    right: 0;
    background-image: none;
    background: rgb(154,52,102);
    background: linear-gradient(90deg, rgba(154,52,102,1) 0%, rgba(239,59,57,1) 100%);
    padding: 5px 15px;
    font-size: 18px;
    z-index: 0;
    border-radius: 40px;
}
}
@media only screen and (max-width: 768px) {
#slideshow {
	min-height: auto;
}
#slideshow .item {
	height:auto;
	background-image:none !important;
}
#slideshow.static .item .data-container .data-photo .before {
	display:none;
}
#slideshow.static .item .data-container .data-text {
	display:none;
}
#slideshow.error {
	height:auto;
}
#slideshow.error .item {
	height:auto;
}
#slideshow.error .item .data-container .data-text .after {
	display:none;	
}
header {
	background: rgb(248,102,43);
	background: linear-gradient(0deg, rgba(248,102,43,0) 0%, rgba(248,102,43,1) 100%);
}
header .navbar {
	padding: 1rem 1rem .5rem;
}
#slideshow .item figure {
	display:none;
}
#slideshow .item .container {
	max-width:100%;
	padding:0;
}
#slideshow .item .data-container {
	width:100%;
	position:relative;
	margin:0 auto;
	top:0;
}
#slideshow .item .data-container .data-photo {
	position:relative;
	float:none;
}	
#slideshow .item .data-container .data-photo .image {
	mask-image: none;
	-webkit-mask-image: none;
	-ms-mask-image: none;
	-o-mask-image: none;
    position: relative;
    top: 0;
	left:0;
    right: 0;
    max-width: 100%;
	width: 100%;
}
#slideshow .item .data-container .data-photo .extra_layer {
	display:block;
	width:100%;
	height:100%;
	background-image:url(images/mobile_header_element.svg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	z-index:10;
}
#slideshow .item .data-container .data-photo .extra_layer img {
	width:100%;
	height:100%;
}
#slideshow .item .data-container .data-photo .image img {
	width: 100%;
}
#slideshow .item .data-container .data-photo .large {
	display:none;
}
#slideshow .item .data-container .data-text {
    float: none;
    position: relative;
    z-index: 0;
}
#slideshow .item .data-container .data-text .text, #slideshow.internal .item .data-container .data-text .text  {
	background-color:#ff6633;
	position:relative;
	top:0;
	right:0;
	margin:0 auto;
	width:100%;
	z-index:10;
	color:#fff;
	padding:10px 30px 40px;
	text-align:center;
}
#slideshow .item .data-container .data-photo .before {
	position:absolute;
	bottom:0;
	z-index:100;
	display:block;
}
#slideshow .item .data-container .data-text .after {
	text-align:right;
	display:block;
}
#slideshow .item .data-container .data-text .circle {
	display:none;
}
#welcome {
	background-image:none;
    padding: 20px 0 0;
}
#welcome p {
    margin-bottom: 40px;
}
#cinema_home h2 {
	font-size:30px;
	text-align:center;
}
#cinema_home h3 {
    font-size: 18px;
    margin-bottom: 20px;
	text-align:center;
}
#store_stats .icon span.number {
	font-size:68px;
}
#store_stats .icon h3 {
	font-size:24px;
}
#stores.page {
	position:relative;
	top:40px;
}
#stores.page .store .description {
	font-size:16px;
}
.category_hours ul li span {
	display:block;
}
#offers.list {
	top:50px;
}
#offers.page {
    top:300px;
}
#offers.page .floor_map {
    margin-bottom: 300px;
}
#events.page {
	padding-top: 50px;
}
#events.page .addtocal {
	text-align:center;
}
#contact_form .submit_form_button {
	text-align:center;
}
#mini_calendar.events {
	float:none;
}
.tooltip {
	top:-60px !important;
	left:-30px !important;
}
.tooltip-inner .strore_logo.colocated {
    position: relative;
    top: 60px;
    left: 30px;
}
.tooltip-inner .strore_logo .logo_wrapper {
	display: inline-block;
	margin: 5px;
	position: relative;
	width: 60px;
	height: 60px;
}
.tooltip-inner .strore_logo .circle {
	height: 60px;
	width: 60px;
}
.tooltip-inner .strore_logo .image {
	width:60px;
	height:60px;
}
.tooltip-inner .strore_logo .image img {
	width:60px;
	height:60px;
}
footer {
	text-align:center;
}
footer .menu {
	padding:40px 0;
}

}
@media only screen and (max-width: 575px) {
#slideshow .element {
	bottom:-60px;	
}
#slideshow .element img {
	width:39px;
}
#cinema_home .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:30px;
}
#mini_calendar .bootstrap-datetimepicker-widget {
    left: -123px !important;
}
footer .opening_hours ul {
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;	
}
footer .bottom_bar {
	padding-top:5px;
	height:auto;
	line-height:30px;
}
footer .bottom_bar .copyright, footer .bottom_bar .madeby {
	display:block;
	text-align:center;
	margin:0 auto;
}
}

.stuck {
  position:fixed;
  top:0;
  z-index:100000;
}


.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  transition: linear opacity 1s;
}

.grecaptcha-badge.show {
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}
#contact_form_handler div.error, #contact_form_handler div.error:focus {
	border: 1px solid red;
	color: #F00;
}

#contact_form_handler em.error {
	color: #F00;
}
#contact_form_handler label.error {
	color: #F00;
}
#contact_form_handler input.error, #contact_form_handler input.error:focus {
	border: 1px solid red;
}
#contact_form_handler select.error, #contact_form_handler select.error:focus {
	border: 1px solid red;
}
#contact_form_handler textarea.error, #contact_form_handler textarea.error:focus {
	border: 1px solid red;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 10px;
    border-radius: 50%;	
	z-index: 10000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgb(241,102,49) url(images/cd-top-arrow.svg) no-repeat center 50%;
	background: linear-gradient(180deg, rgba(241,102,49,1) 0%, rgba(238,58,57,1) 100%) url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	}
.cd-top:hover {
	background: rgb(154,52,102,1) url(images/cd-top-arrow.svg) no-repeat center 50%;
	background: linear-gradient(180deg, rgba(154,52,102,1) 0%, rgba(239,59,57,1) 100%) url(images/cd-top-arrow.svg) no-repeat center 50%;
	opacity: 1;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.cd-top.cd-fade-out:hover {
	opacity: 1;	
}
.no-touch .cd-top:hover {
	background: rgb(154,52,102,1) url(images/cd-top-arrow.svg) no-repeat center 50%;
	background: linear-gradient(180deg, rgba(154,52,102,1) 0%, rgba(239,59,57,1) 100%) url(images/cd-top-arrow.svg) no-repeat center 50%;
	opacity: 1;
}
@media only screen and (max-width: 576px) {
	.digital_transformation img {
		max-width: 300px;
	}
}
