/*
Theme Name: galeriakatowickawp
Description: 
Author:      
Author URI:   
Version: 1.0
Tags:  
*/

@font-face {
	font-family: 'CarbonBlack';
	src: url('fonts/carbon_black-webfont.eot');
	src: url('fonts/carbon_black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/carbon_black-webfont.woff') format('woff2'), url('fonts/carbon_black-webfont.woff') format('woff'), url('fonts/carbon_black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CarbonBold';
	src: url('fonts/carbon_bold-webfont.eot');
	src: url('fonts/carbon_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/carbon_bold-webfont.woff') format('woff2'), url('fonts/carbon_bold-webfont.woff') format('woff'), url('fonts/carbon_bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CarbonLight';
	src: url('fonts/carbon_light-webfont.eot');
	src: url('fonts/carbon_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/carbon_light-webfont.woff') format('woff2'), url('fonts/carbon_light-webfont.woff') format('woff'), url('fonts/carbon_light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CarbonRegular';
	src: url('fonts/carbon_regular-webfont.eot');
	src: url('fonts/carbon_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/carbon_regular-webfont.woff') format('woff2'), url('fonts/carbon_regular-webfont.woff') format('woff'), url('fonts/carbon_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CarbonSemiBold';
	src: url('fonts/carbon_semibold-webfont.eot');
	src: url('fonts/carbon_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/carbon_semibold-webfont.woff') format('woff2'), url('fonts/carbon_semibold-webfont.woff') format('woff'), url('fonts/carbon_semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CarbonThin';
	src: url('fonts/carbon_thin-webfont.eot');
	src: url('fonts/carbon_thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/carbon_thin-webfont.woff') format('woff2'), url('fonts/carbon_thin-webfont.woff') format('woff'), url('fonts/carbon_thin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoMedium';
    src: url('fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Medium.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}





html {
	background: #fff url('img/bg_html.png') no-repeat center -84px;
}

body {
	background: url('img/bg_body.png') no-repeat bottom center;
	margin: 0;
	padding: 0 0 300px 0;
	font-family: 'CarbonRegular';
	color: #000;
	font-size: 14px;
}

a,
a:hover {
	text-decoration: none;
	color: inherit;
}

h2 {
	font-family: 'bauerbodoniefceop-regularitRg';
	font-style: italic;
	font-size: 3.125em;
    /*white-space: nowrap;*/
}

header {
	margin-top: 75px;
	height: 165px;
	position: relative;
}

header h1 {
	position: absolute;
	z-index: 10;
	width: 138px;
	margin: auto;
	left: 0;
	right: 0;
}

header img {
	width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	body {
		background: #fff;
		padding: 0;
	}

	header {
		margin-top: 30px;
		height: 125px;
	}

	header h1 {
		width: 100px;
	}
}

@media (max-width: 767px) {
	header {
		margin-top: 0;
		height: 120px;
	}

	header h1 {
		width: 240px;
		height: auto;
		top: 30px;
		right: 20px;
		left: auto;
	}
}

@media (max-width: 360px) {
	header {
		height: 80px;
	}
	header h1 {
		width: 160px;
		top: 20px;
		right: 10px;
	}
}

/* ----------- HEADER NAVIGATION --------------- */
header .navbar-default {
	background: none;
	border: none;
	border-radius: 0;
	margin: 52px 0 0;
}

header .navbar-default .container-fluid,
header .navbar-default .navbar-collapse {
	padding: 0;
	position: relative;
}

header .navbar-default .navbar-right {
	margin: 0;
}

header .navbar-default .navbar-nav > li {
	margin-right: 26px;
}

header .navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}

header .navbar-default .navbar-nav > li > a {
	padding: 0;
	height: 25px;
	line-height: 25px;
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
}

header .navbar-default .navbar-nav > li:hover {
	border-bottom: 6px solid #000;
}

header .navbar-default .navbar-nav > .current-menu-item > a,
header .navbar-default .navbar-nav > .current-menu-item > a:hover {
	color: #000;
	background: none;
}

header .navbar-default .navbar-nav > .current-menu-item {
	border-bottom: 6px solid #000;
}

header .navbar-default .navbar-toggle {
	position: absolute;
	left: 9px;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
	background: none;
}

header .navbar-default .navbar-toggle .icon-bar {
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 1px;
	background: #000;
}

@media (max-width: 991px) {
	header .navbar-default {
		margin: 27px 0 0;
	}

	header .navbar-default .navbar-nav > li {
		margin-right: 16px;
	}

	header .navbar-default .navbar-nav > li a {
		font-size: 13px;
	}

	header .navbar-default .navbar-nav > li:hover {
		border-bottom: 4px solid #000;
	}

	header .navbar-default .navbar-nav > .active {
		border-bottom: 4px solid #000;
	}

	header .container-fluid > .navbar-header {
		margin: 0;
		height: 58px;
	}
}

@media (max-width: 767px) {
	header .navbar-default {
		margin: 0;
		padding: 48px 0 0;
		min-height: 20px;
	}

	header .navbar-default .navbar-collapse {
		position: absolute;
		z-index: 100;
		top: 70px;
		left: 0;
		width: 100%;
		background: #fff;
		margin: 0;
		border: 1px solid #999;
	}

	header .navbar-default .navbar-nav > li {
		margin: 0;
	}

	header .navbar-default .navbar-nav > li a {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding: 0 15px;
	}

	header .navbar-default .navbar-nav > li a:hover,
	header .navbar-default .navbar-nav > li.active a,
	header .navbar-default .navbar-nav > li.active a:hover {
		background: #000;
		color: #fff;
	}

	header .navbar-default .navbar-nav > li:hover {
		border-bottom: none;
	}

	header .navbar-default .navbar-nav > .active {
		border-bottom: none;
	}

	header .container-fluid > .navbar-header {
		margin: 0;
		height: 20px;
	}

	.navbar-nav {
		margin: 0;
	}
}

@media (max-width: 360px) {
	header .navbar-default {
		margin: 0;
		padding: 28px 0 0;
		min-height: 20px;
	}

	header .navbar-default .navbar-collapse {
		top: 50px;
	}
}

/* -------------- SOCIAL ------------------ */
.social {
	list-style: none;
	display: block;
	height: 26px;
	margin: 34px 0 0;
	padding: 0;
}

.social li {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 7px;
}

.social li a {
	display: block;
	width: 26px;
	height: 26px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border-radius: 13px;
}

@media (max-width: 991px) {
	.social {
		margin: 22px 0 0;
		height: 22px;
	}

	.social li {
		width: 22px;
		height: 22px;
	}

	.social li a {
		font-size: 12px;
	}
}

/* -------------- LANGUAGES ----------- */
#lang_sel_list {
	height: auto;
	font-family: 'CarbonRegular';
	font-size: 14px;
	color: #000;
	line-height: 24px;
}

#lang_sel_list ul {
	text-align: right;
	list-style: none;
	margin: 34px 0 0 !important;
	padding: 0 !important;
}

#lang_sel_list ul li {
	display: inline-block;
	margin-left: 16px !important;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	float: none !important;
}

#lang_sel_list ul li a {
	display: block;
	width: 52px;
	height: 26px;
	line-height: 24px;
	color: #000;
	text-align: center;
	border: 1px solid transparent;
	font-family: 'CarbonBlack';
	font-size: 14px !important;
}

#lang_sel_list ul li a:hover,
#lang_sel_list ul li a.lang_sel_sel {
	border: 1px solid #7f7f7e;
	text-decoration: none;
	color: #000;
}

@media (max-width: 991px) {
	#lang_sel_list ul {
		margin: 22px 0 0;
	}
}

@media (max-width: 767px) {
	#lang_sel_list ul {
		margin: 37px 0 0;
	}

	#lang_sel_list ul li {
		margin-left: 2px !important;
	}

	#lang_sel_list ul li a {
		width: 34px;
		height: 20px;
		line-height: 18px;
	}
}

/* -------------- SLIDER -------------- */
.slider {
	margin-bottom: 9px;
	box-shadow: 0 0 5px #999;
}

.slider img {
	width: 100%;
	height: auto;
}

/* ---------- SCENE ------------------- */
.scene {
	position: relative;
}

.scene img {
	width: 100%;
	height: auto;
}

.scene h2 {
	position: absolute;
	font-size: 100px;
	top: 120px;
	left: 120px;
	padding-left: 60px;
	background: url('img/bg_slide_title.png') no-repeat bottom left;
}

.scene p {
	position: absolute;
	font-size: 20px;
	display: block;
	top: 260px;
	left: 170px;
}

.scene-2 h2 {
	left: 400px;
	top: 50px;
}

.scene-2 p {
	top: 200px;
	left: 420px;
}

.scene-3 h2 {
	left: 260px;
	top: 50px;
}

.scene-3 p {
	left: 300px;
	top: 200px;
}

@media (max-width: 991px) {
	.scene h2 {
		font-size: 72px;
		top: 100px;
	}

	.scene p {
		font-size: 18px;
		top: 210px;
	}

	.scene-2 h2 {
		top: 50px;
		left: 300px;
	}

	.scene-2 p {
		left: 350px;
		top: 150px;
	}

	.scene-3 h2 {
		top: 50px;
	}

	.scene-3 p {
		top: 150px;
	}
}

@media (max-width: 767px) {
	.scene h2 {
		font-size: 48px;
		padding: 0;
		background-size: 50% auto;
		background-position: center bottom;
		width: 100%;
		top: 15%;
		text-align: center;
		left: 0;
		right: 0;
		display: block;
	}

	.scene p {
		font-size: 14px;
		width: 100%;
		text-align: center;
		padding: 15px;
		display: block;
		left: 0;
		top: 50%;
	}
}

.text-white {
	color: #ffffff;
}

/* ---------- BRANDS ------------------ */
.brands {
	height: 70px;
	margin-bottom: 9px;
	background: #9d9e97;
	position: relative;
	line-height: 0px;
	text-align: center;
	font-size: 0;
}

.brands ul li a {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
}

.brands img {
	width: auto;
	height: auto;
	max-height: 30%;
	display: inline-block;
}

@media (max-width: 991px) {
	.brands img {
		margin: 0 auto;
	}
}

/* ----------- BANNERS --------------- */
.banners {
	margin-bottom: 9px;
}

.banners > a {
	padding: 0 3px;
	display: block;
}

.banners > a:first-child {
	padding: 0 6px 0 0;
}

.banners > a:last-child {
	padding: 0 0 0 6px;
}

.banners > a > img {
	width: 100%;
}

/* ------------ SERVICES --------------- */
.services {
	margin-bottom: 36px;
}

.services a {
	display: block;
	width: 100%;
	height: 160px;
	line-height: 40px;
	padding-top: 120px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: 'CarbonBlack';
}

.services a:hover {
	color: #df2f64;
}

/* old
.services a span {
	white-space: nowrap;
} */

@media(min-width: 768px){
.services a span {
	white-space: pre-line;
	line-height: 25px;
    display: inline-table;
} 
}

.services a i {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 72px;
	height: 120px;
	line-height: 120px;
}

.services a i.tip {
	display: block;
	width: 72px;
	height: 30px;
	background: url('img/ico_tip.png');
	color: #fff;
	font-size: 10px;
	position: absolute;
	line-height: 10px;
	text-align: left;
	padding: 2px 0 0 26px;
	top: 30px;
	bottom: auto;
	left: 50%;
}

@media (max-width: 767px) {
	.services a span {
		white-space: normal;
	}

	.services a {
		line-height: 24px;
	}
}

/* -------------- FOOTER --------------- */
footer {
	border-top: 1px solid #000;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 15px;
	background: #fff;
	margin-top: 40px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin-top: 3px;
}

footer li {
	display: inline-block;
}

footer li:after {
	content: " |";
	display: inline-block;
	margin: 0 6px;
}

footer li:last-child:after {
	content: none;
}

footer li a {
	margin: 0 6px;
}

footer a:hover,
footer a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
}

@media (max-width: 991px) {
	footer,
	footer a,
	footer a:hover {
		font-size: 10px;
	}

	footer li a,
	footer li a:hover {
		font-size: 11px;
		margin: 0 1px;
	}

	footer li:after {
		margin: 0 1px;
	}
}

footer #lang_sel_list ul {
	margin: 0 !important;
}
footer #lang_sel_list ul li:after {
	content: normal;
}

/* ------------ CONTENT --------------- */
.content {
	font-size: 1em;
	font-family: 'Lato';
	padding-bottom: 70px;
	padding-top: 20px;
	/*text-align: justify;*/
}
.content b{
	font-family: 'LatoMedium';
	font-weight: 600;

}
.content a {
	color: #dc4856;
	text-decoration: none;
}

.content img {
	max-width: 100%;
}
.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.aligncenter {
	display: block;
	margin:10px auto;
}
/* ------------- BLOG -------------- */
#blog article:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
}

#blog article > div {
	border-bottom: 3px solid #000;
	padding: 0 0 70px;
	font-size: 1em;
	position: relative;
	padding-top: 30px;
	font-family: 'Lato'
}
.page-template-movie_page #blog article > div {
	border: 0;
	padding: 30px 0;
}
.last-movie{
	border-bottom: 3px solid #000;
	float: none;
}
article.last-movie > div{
		padding-top: 0;
		padding-bottom:30px;
		font-family: 'Lato'
}
article.last-movie > div h3{
    font-family: 'bauerbodoniefceop-regularitRg';
    font-style: italic;
    font-size: 2.175em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 10px;	
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#blog article.simple > div {
	padding-bottom: 30px;
}

.page-id-46 #blog article.simple > div,
.page-id-16555 #blog article.simple > div  {
	padding-bottom: 70px;
}
#blog article.simple > div a.shop-logo img{
	max-height:65px;
max-width: 60%;
}

#blog article img {
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.tax-category_pt_shop #blog article img {
    margin-bottom: 10px;
    max-width: 200px;
	max-height: 80px;
}

#blog article img.logotype {
	position: absolute;
	max-height: 65px;
    max-width:60%;
	bottom: 0;
	right: 0;
}

#blog h3 {
	font-family: 'bauerbodoniefceop-regularitRg';
	font-style: italic;
	font-size: 2.175em;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 8px;
}
#blog h3:first-letter {
    text-transform: uppercase;
}

#blog h3.big-h {
	font-size: 36px;
	padding-bottom: 8px
}
.page-template-movie_page #blog article > div h3{
	padding-top: 10px;
}
.posted {
	font-size: 18px;
	font-family: 'CarbonSemiBold';
	display: block;
	margin-bottom: 15px;
}

.read-more {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 20px;
	background: url('img/ico_readmore.png') no-repeat left center;
}

.read-more:visited,
.read-more:focus,
.read-more:hover {
	text-decoration: none;
	color: #000;
}

.back {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 20px;
	margin-left: 15px;
	background: url('img/ico_back.png') no-repeat left center;
}
.back:visited,
.back:focus,
.back:hover {
	text-decoration: none;
	color: #000;
}

#open-time {
	margin-top: 20px;
	margin-bottom: 50px;
}

#open-time img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#open-time img.logotype {
	position: absolute;
	max-height: 50px;
	bottom: 10px;
	right: 15px;
}

#open-time h3 {
	font-family: 'bauerbodoniefceop-regularitRg';
	font-style: italic;
	font-size: 54px;
}

#open-time .description {
	padding-top: 10px;
	padding-bottom: 60px;
	font-size: 16px;
	border-bottom: 4px solid #000;
}

#open-time .read-more {
	left: 15px;
}

@media (max-width: 767px) {
	#open-time article .visible-xs {
		padding-top: 30px;
		padding-bottom: 60px;
		border-bottom: 3px solid #000;
	}

	#open-time article > div {
		line-height: 100%;
		vertical-align: middle;
	}
}

/* ------------ CATEGORIES ---------- */
.categories {
	padding: 20px 0 50px;
}

.categories a,
.categories a:hover {
	height: 230px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'CarbonBlack';
	padding-top: 180px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.categories a:hover {
	color: #df2f64;
}

.categories a i {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 180px;
	line-height: 180px;
	font-size: 96px;
}

/* ------------- SHOP DETAILS ------------ */
.shop-details {
	font-size: 1em;
	padding: 50px 0;
	font-family: 'Lato';
}

.shop-details h3 {
	font-family: 'bauerbodoniefceop-regularitRg';
	font-style: italic;
	font-size: 30px;
}

.shop-details .shop-logo {
	padding: 70px;
}

.shop-details .shop-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.shop-details .show-on-map,
.shop-details .show-on-map:hover {
	font-size: 1em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: #000;
	font-family: 'CarbonRegular';
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.shop-details .show-on-map:hover {
	color: #df2f64;
}

.shop-details .show-on-map i {
	font-size: 40px;
	bottom: -11px;
	position: relative;
}

@media (max-width: 767px) {
	.shop-details {
		padding: 0 0 50px;
	}
}

/* ----------- APPROACH ----------- */
.approach {
	padding-top: 70px;
}

.approach .search {
	font-size: 28px;
	padding-bottom: 20px;
	line-height: 50px;
}

.approach .search input[type="text"] {
	height: 50px;
	line-height: 50px;
	border: 1px solid #000;
}

#find-route input[type="submit"] {
	border: none;
	background: none;
}

.transportation a {
	display: block;
	height: 130px;
	cursor: pointer;
}

.transportation a i {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 130px;
	line-height: 130px;
	font-size: 88px;
	text-align: center;
}

.transportation a .arrow {
	display: none;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	max-width: 80%;
}

.transportation a.active .arrow,
.transportation a:hover .arrow {
	display: block;
}

.transportation-description {
	overflow: hidden;
	height: 0;
}

.transportation-description section {
	opacity: 0;
	z-index: 0;
	height: 0;
	overflow: hidden;
}

.transportation-description section:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
}

.transportation-description section > div {
	padding: 30px 15px 15px;
}

.map {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 90px;
	margin-top: 20px;
}

.map img {
	max-width: 100%;
}

@media (max-width: 767px) {
	.approach {
		padding-top: 20px;
	}

	.transportation-description section > div {
		padding: 15px 0 15px;
	}
}

@media (max-width: 519px) {
	.transportation .col-xs-2 {
		padding: 0;
	}
	.transportation a {
		height: 80px;
	}
	.transportation a i {
		font-size: 48px;
		height: 80px;
		line-height: 80px;
	}
}

/* -------- ADDED 02-06-2015 ----------------- */
.mapshop {
	padding-top: 40px;
}

span.ha3 {
	font-size: 1.5em;
	font-family: 'CarbonBold';
}

.mapshop .copy {
	margin-bottom: 12px;
	font-size: 1em;
	font-family: 'CarbonRegular';	
}

#shopSearchContainer {
	margin-bottom: 30px;
}

#shopSearchContainer input[type="text"] {
	width: 240px;
	border: 1px solid #000;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
	font-size: 1em;
	font-family: 'CarbonRegular';
}

ul.shop-categories {
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'CarbonRegular';
}

.info {
	padding: 10px;
}

.levels {
	margin-top: 30px;
	margin-bottom: 30px;
}

.levels ul {
	list-style: none;
	padding: 0;
	display: block;
}

.levels ul li {
	display: block;
	float: left;
	font-size: 46px;
	/* width: 16.5%; */
	text-align: center;
	color: #c9c9c9;
	cursor: pointer;
	font-family: 'CarbonBold';
}

.levels ul li:hover,
.levels ul li.active {
	color: #c71648;
}

.levels-label {
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
	line-height: 56px;
	padding-right: 30px;
	position: relative;
}

.levels-label i {
	font-size: 52px;
	color: #c9c9c9;
	display: inline-block;
	top: 8px;
	position: absolute;
}

.mapPageContent object {
	max-width: 100%;
	width: 100%;

}

.mapPageContent {
	position: relative;
}

.application-download-icon {
	width: 100px;
	display: block;
	text-align: center;
	font-family: 'CarbonBlack';
	padding-top: 120px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	margin: 0px auto 50px;
}

.application-download-icon i {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 120px;
	width: 100px;
	line-height: 120px;
	font-size: 96px;
}

.application-download,
.application-download:hover {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #c71748;
	margin-bottom: 60px;
}

#categories li {
	cursor: pointer;
	font-size: 1.338em;
}

/* ------------ LIVE SEARCH ----------------- */
#jquery-live-search {
	background: #fff;
	border: 1px solid #333;
	border-top: none;
	width: 240px !important;
}

#jquery-live-search a li {
	list-style: none;
	padding: 3px 6px;
}

#jquery-live-search a li:hover {
	background: #f0f0f0;
}

#jquery-live-search_loader {
	background: url("img/ajax-loader.gif") no-repeat scroll 50% 10px #ddd;
	border: 1px solid;
	height: 30px;
	opacity: 0.5;
	z-index: 999;
	width: 240px !important;
}

.ias-noneleft {
	display: none !important
}

#mapTooltip {
	position: absolute;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #000;
	display: none;
}

/* -------------- BRANDS CAROUSEL --------------- */
.brands {
	overflow: hidden;
	position: relative;
}

.brands ul {
	margin: 0;
	padding: 0;
}

.brands li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
}
.caroufredsel_wrapper {
	width: 100% !important;
}
/* -------------- NEWSLETTER POPUP --------------- */
#overlayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}
#newsletter-popup {
	display: none;
	position: absolute;
	margin: auto;
	top: 30px;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 752px;
	height: auto;
	color: #fff;
	background: #dd3b4d;
	padding: 30px 0;
	z-index: 1000;
}
#newsletter-popup form {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 500px;
	position: relative;
}
#newsletter-popup form h2 {
	font-size: 69px;
	margin-top: 0;
}
#newsletter-popup form h2 i {
	bottom: -15px;
	margin-left: 20px;
	position: relative;
	display: block;
	float: right;
}
#newsletter-popup .popup-spacer {
	margin: 10px 0;
}
#newsletter-popup .popup-spacer img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.close-newsletter-popup {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url('img/close-popup.png') no-repeat;
	cursor: pointer;
}
#newsletter-popup label,
#newsletter-popup strong {
	font-size: 24px;
	font-family: 'CarbonThin';
}
#newsletter-popup ul {
	list-style: none;
	padding: 0;
}
#newsletter-popup input[type="submit"] {
	border: none;
	background: none;
	display: block;
	width: 200px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 30px auto 10px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'CarbonBold';
}
#newsletter-popup input {
	background: none;
}
#newsletter-popup input[type="email"],
#newsletter-popup input[type="text"] {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
}
#newsletter-popup select {
	display: none;
}
#newsletter-popup .select-holder {
    position: relative;
    text-transform: uppercase;
    display: block;
    height: 32px;
    width: 100%;
    white-space: nowrap;
}
#newsletter-popup .select-holder > div {
    display: block;
    height: 32px;
    position: absolute;
    width: 100%;
    cursor: pointer;
}
#newsletter-popup .select-holder .current-value {
    width: 100%;
    line-height: 32px;
    height: 32px;
    background: #dd3b4d url('img/select.png') right center no-repeat;
    padding: 0 48px 0 8px;
    color: #fff;
    border: 1px solid #fff;
}
#newsletter-popup .select-holder ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    background: #dd3b4d;
    z-index: 1200;
    width: 100%;
    border: 1px solid #fff;
    border-top: none;
    position: absolute;
    display: none;
}
#newsletter-popup .select-holder li {
    display: block;
    line-height: 32px;
    height: 32px;
    padding: 0 48px 0 8px;
}
#newsletter-popup .select-holder li:hover {
    background: #cd2b3d;
}
#newsletter-popup .dayfield:after,
#newsletter-popup .monthfield:after {
	content: '/';
	position: absolute;
	right: -6px;
    top: 0;
	font-size: 20px;
}
#newsletter-popup .checkbox-holder {
    width: 21px;
    height: 21px;
    background: url('img/checkbox.png') no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
#newsletter-popup .checkbox-holder.checked {
    background: url('img/checkbox_checked.png') no-repeat;
}
#newsletter-popup .checkbox-holder input[type="checkbox"] {
    width: 21px;
    height: 21px;
    display: block;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#newsletter-popup .phone-info > div {
	padding-top: 6px;
	padding-bottom: 9px;
	font-size: 17px;
}
#newsletter-popup .exclamation {
	position: relative;
}
#newsletter-popup .exclamation:after {
	width: 27px;
	height: 27px;
	position: absolute;
	right: -20px;
	top: 3px;
	background: url('img/ico_exclamation.png') no-repeat;
}

#newsletter-popup a, #newsletter-popup a:hover, #newsletter-popup a:visited {
	color: #fff;
	text-decoration: underline;
}

#mc_embed_signup_scroll p {
	text-align: justify;
}


#newsletter-vip .checkbox-holder {
    width: 21px;
    height: 21px;
    background: url('img/vip-checkbox.png') no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
#newsletter-vip .checkbox-holder.checked {
    background: url('img/vip-checkbox_checked.png') no-repeat;
}
#newsletter-vip .checkbox-holder input[type="checkbox"] {
    width: 21px;
    height: 21px;
    display: block;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#newsletter-vip label {
	display: block;
}

input[type=text], input[type=email], textarea {
	display: block;
	width: 50%;
	margin-bottom: 10px;
	border: 1px solid #ddd; 
}

.pressroom-file {
	display: list-item;
	list-style: circle inside none;
	padding-left: 20px;
}

.pressroom-file:hover {
	text-decoration: underline;
}

.mapOver
{
	background: #f0f0f0;
	opacity:0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mapOver .ajaxLoader
{
	background:url('img/gkloader.gif') no-repeat;
	width:220px;
	height:19px;
	position: relative;
	top: 48%;
	left: 33%;
}
/* metka */
.metka{
    position: fixed;
    right: -135px;
    top:350px;
    z-index: 1000;
}

.metka:hover {
    right:0;
}

@media (max-width: 767px) {
    .metka { 
        display: none;
    }
}

.carousel-indicators{
	right: 20px;
	text-align: right;
	left: auto;
	margin-left: 0;
	bottom: 10px;
	margin-bottom:0;
}
.carousel-indicators li{
	background:#9D9E97;
	border: 0;
}
.carousel-indicators li.active{
	background: #000;
}

.post-password-form {
	/*font-family: 'CarbonBold';*/
}

.post-password-form p:nth-child(2) {
	text-align: center;
}

.post-password-form p {
	margin-top: 20px;
	margin-bottom: 40px;
}

.post-password-form input {
	font-size: 20px;
}

.post-password-form input[type=submit] {
	background-color: #e0b305;
	border-radius: 5px;
	border-color: black;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-vip-test .form-control,
.page-template-vip-page .form-control {
	width: 100%;
}

.vip-news {
	background-color: #13171b; 
	color: #dcaf26
}
.vip-news-bg {
	margin: 12% 25%;
}
@media (max-width: 1400px) {
	.vip-news-bg {
		margin-left: 15%;
		margin-right: 15%;
	}
}
@media (max-width: 1200px) {
	.vip-news-bg {
		margin-left: 10%;
		margin-right: 10%;
	}
}
@media (max-width: 992px) {
	.vip-news-bg {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.vip-news-bg {
		margin-left: 0;
		margin-right: 0;
	}
}

.vip-news h2 {
    font-size: 69px;
    margin-top: 0;
}
.vip-news h2 i {
    bottom: 0px;
    display: block;
    float: right;
    margin-left: 20px;
    position: relative;
}
.vip-news .vip-img {
	width: 100%;
	height: 20px;
	margin: 10px 0;
}
.vip-news .vip-news-title {
	font-family: "CarbonThin";
    font-size: 24px;
	margin: 10px 0px;
}
.vip-news .form-vip {
	background-color: transparent;
    border: 1px solid #dcaf26;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    width: 100%;
	margin: 10px 0px;
}
.vip-news .vip-submit {
    background: #dcaf26 none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-family: "CarbonBold";
    font-size: 20px;
	padding: 3px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	margin-top: 10px;
	color:#000;
}
.vip-news .mc-field-group p {
	margin: 0px;
}
.vip-news .wpcf7-not-valid-tip {
	color: #dcaf26;
}
.vip-news .wpcf7-response-output {
	margin: 10px 0px;
	padding: 10px 15px;
	background-color: #000!important;
	border: 0px solid #000!important;
} 

.vip-news input[type='checkbox'] {
  zoom:1.3;
  transform:scale(1.3);
  -ms-transform:scale(1.3);
  -webkit-transform:scale(1.3);
  -o-transform:scale(1.3);
  -moz-transform:scale(1.3);
  transform-origin:0 0;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -o-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  margin: 0 5px 5px 0;
}
.vip-news-box-bg {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:99998;
	background-color: rgba(0,0,0,0.97);
}
.vip-news-box {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:9999999;
}
span.wpcf7-list-item {
    margin-left: 0;
}
#fancybox-title-float-main {
	display: none;
}

.movie-new {
	font-family: "Lato";
}
.movie-new h3 {
    font-family: "bauerbodoniefceop-regularitRg";
    font-size: 2.175em;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 10px;
}
.movie-new .last-movie {
	padding-bottom: 30px;
    padding-top: 0;
}
.movie-new img {
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
}
.movie-new-box {
	margin-top: 30px;
	height: 335px;
}
.video-container {
	padding-bottom:56%;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.single-news .size-full {
	display: block;
    height: auto;
    max-width: 100%;
}

.footer_left, .footer_right {
	text-align: left; 
	padding: 0px 0px 5px;
}
@media (min-width: 768px) {
    .footer_left {
        text-align: left; 
		padding: 0px 0px;
    }
	.footer_right {
        text-align: right; 
		padding: 0px 0px;
    }
}
.shops-enable{
    position: relative;
    display: block;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.shops-enable::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgb(254, 215, 0);
} 

.giftCard__content {
    padding: 20px 15px;
}

.tab-content {
	padding-top: 15px;
}


@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}

#xmas-banner { 
	width: 100%; 
	height: 70px; 
	background-image: url(https://galeriakatowicka.eu/wp-content/uploads/2020/12/tloswieta1-1.png);
	background-position: 0px 0px;

	animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite;
}