/*
xs < 768px
sm < 992px
md < 1200px
lg > ...
*/

*::-webkit-input-placeholder {
    color: #9e9d9d;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #9e9d9d;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #9e9d9d;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #9e9d9d;
}

html, body {
    height: 100%;
}

body {
    color: #000000;
    min-height: 100%;
	font-family: "Roboto", sans-serif;
    background: #fff;
    padding-top: 130px;
}


h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
	color: #343434;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 img {
    vertical-align: text-top;
}

h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
}

h1 a, h2 a, h3 a {
    color: #000;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

/* Layout */


.upper-nav {
    display:inline-block;
    width: 100%;
    background: #121212;
    height: 50px;
    float: left;
    position: fixed;
    top: 0;
    z-index: 500;
}

.upper-nav .settings {
    height:50px;
    width: 50px;
    background: url("../images/layout/settings.png") center center no-repeat transparent;
    float:right;
}

.upper-nav .lang-icon {
    height:50px;
    width: 50px;
    background: url("../images/layout/language.png") center center no-repeat transparent;
    float:right;
}

.upper-nav .seventica {
    height:50px;
    width: 50px;
    background: url("../images/layout/seventica.png") center center no-repeat transparent;
    float:right;
	display: block;
}


.upper-nav .lang-list{
    background: transparent;
    color: white;
    float:right;
    display:none;
}

.upper-nav .lang-list > li {
    position: relative;
    display: block;
    float:left;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
}

.upper-nav .lang-list > li a {
	color: #fff;
}

#main-menu{
    top: 50px;
    border-bottom: 1px solid #ececec;
    z-index: 1300;
    transition: 0.3s;
}

#main-menu.menu-narrow{
    top: 0px;
    height:61px;
}

.navbar {
    background: top center white;
    border-radius: 0px;
    border: 0;
    height: 81px;
    z-index: 100;
    margin-bottom: 0px;
}

.navbar a {
    color: #656565;
}

.navbar-collapse {
    height: 100%;
    margin: auto auto auto 200px;
    padding: 0;
    vertical-align: middle;
}

.navbar-header {
    background: white none repeat scroll 0 0;
    bottom: 0;
    float: left;
    height: 100%;
}

.navbar .logo {
    background: #121212 url("../images/layout/logo-text.png") no-repeat scroll 18px 96px;
    display: block;
    height: 131px;
    margin-left: 85px;
    margin-top: -50px;
    width: 115px;
    transition: 0.3s;
	position: relative;
}

.navbar .logo span {
	position: absolute;
	background: url("../images/layout/logo-s.png") no-repeat;
	background-size: contain;
	width: 35px;
	height: 53px;
	transition: 0.4s;
	left: 40px;
	top: 30px;
}

.navbar.menu-narrow .logo {
    background-position: 80px 22px;
    height: 61px;
    margin: 0;
    width: 200px;
}

.navbar.menu-narrow .logo span {
	height: 40px;
    left: 35px;
    top: 10px;
    width: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}


.menu-button {
    left: 22px;
    top: 22px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 40px;
    transition: 0.3s;
}

.menu-button span {
    position: absolute;
    left: 5px;
    height: 3px;
	background: #818181;
    width: 30px;
    transition: 0.3s;
	top: 9px;
}

.menu-button span:nth-child(2) {
    top: 19px;
}
.menu-button span:nth-child(3) {
    top: 28px;
}

.menu-open .menu-button span:nth-child(1) {
	top: 20px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-open .menu-button span:nth-child(2) {
    opacity: 0;
}
.menu-open .menu-button span:nth-child(3) {
	top: 20px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.navbar.menu-narrow .menu-button {
	left: -40px;
}


.navbar-toggle {
    padding-top: 15px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
	right: 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    transition: 0.3s;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active a,
.navbar-nav > li.active a:hover{
    color: #fff;
    background:none;
    background-size: 100% 100%;
    transition:0.3s;
}

.navbar-nav > li > a {
	z-index: 1;
}


.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    height: 100%;
    line-height: 49px;
    font-weight: 400;
    transition: 0.3s;
}

.menu-narrow .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s;
}

.navbar .nav > li{
    width: calc(100%/ 9);
}

.navbar .nav > li > a {
    text-align: center;
    border-right: 1px solid #ececec;
    padding: 0px;
}

.navbar .nav > li:first-child a {
    border-left: 0;
}

.navbar .nav > li:last-child a {
    border-right: 0;
}

.navbar .nav > li:last-child {
    width: 62px;
}

.navbar-nav .search a {
    background: url('../images/layout/search.png') center center no-repeat !important;
    width: 62px;
    height:80px;
}

.main-search {
    height: 80px;
    display: none;
    margin: 0 auto;
    z-index: 1300;
}

.main-search .close {
	display: none;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 40px;
	height: 40px;
	opacity: 1;
}

.menu-narrow .main-search .close {
	display: block;
}

.main-search .close span {
    background: #818181;
    height: 3px;
    left: 5px;
    position: absolute;
    top: 15px;
    width: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.main-search .close span:nth-child(2) {
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media (min-width: 768px) {
	.menu-open .main-search {
		display: block;
		text-align: center;
		height: 60px;
	}

	.menu-narrow .main-search {
		padding: 5px;
		text-align: center;
	}

	.menu-narrow .main-search input {
		margin-top:0;
		height: 50px;
		transition: 0.3s;
	}

	.menu-open .navbar-nav {
		float: right;
		margin: 0 auto;
		width: 0px;
		height: 0px;
		overflow: hidden;
		transition: 0.3s;
	}
}

.main-search input {
    background: #fff url("../images/layout/search.png") no-repeat scroll right center;
    background-position: right 20px center;
    border: 1px solid #ececec !important;
    color: #000;
    height: 60px;
    margin-top: 10px;
    padding: 4px 60px 4px 20px;
	min-width: 60%;
	transition: 0.3s;
}


.navbar-nav > li .sub-menu {
	display: block;
    background: rgba(0,0,0, 0.9);
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
	height: 0;
	transition: 0.3s;
	transition-delay: 0.1s;
	margin-top: -20px;
	z-index: -1;
	min-width: 200px;
}

.navbar-nav > li .sub-menu a {
    transition-duration: 0.3s;
	color: #c6c6c6;
}


@media (min-width: 768px) {
	.navbar-nav > li:hover .sub-menu{
		height: auto;
		opacity: 1;
		padding: 20px;
		transition: 0.2s;
		transition-delay: 0s;
		margin-top: 0;
	}
}

.navbar-nav > li .sub-menu a:hover {
	color: #fff;
}

.navbar-nav .sub-menu a {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    transition-delay: 0.3s;
    transition: 0.3s;
}

.navbar-nav .sub-menu a {
	display: block;
}


.cube-rotate {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 80px;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* <-NB */
    -ms-transform-style: none;
}

.menu-narrow .cube-rotate{
    height: 60px;
}

.flippety, .flop {
    -webkit-perspective: 1000px; /* Chrome, Safari, Opera */
    perspective: 1000px;
	transition: 0.3s;
}

.menu-narrow .navbar-nav .search a,
.menu-narrow .flippety,
.menu-narrow .flop {
    height: 60px;
    line-height: 60px;
}
.menu-narrow .flop {
	height: 61px;
}

.flippety {
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px);
}

.flippety{
    background: white;
    color: #656565;
    height: 80px;
    line-height: 80px;
}

.flop{
    background: black;
    color: white;
    height: 81px;
    line-height: 80px;
	-webkit-transform: rotateX(-90deg) translateZ(-40px);
    transform: rotateX(-90deg) translateZ(-40px);
}

.ie .flop {
    visibility: hidden;
}

.menu-narrow .flippety {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.menu-narrow .flop {
    -webkit-transform: rotateX(-90deg) translateZ(-30px);
    transform: rotateX(-90deg) translateZ(-30px);
    -ms-transform: none;
}

@media (min-width: 768px) {
	li.cube:hover .cube-rotate {
		-webkit-transform: rotateX(90deg);
		transition: 0.3s; /* Animate the transform properties */
		transform: rotateX(90deg); /* Text bleed at 90º */
		-ms-transform: none;
	}

	.cube-rotate.ie:hover .flippety {
		background: black;
		color:white;
		transition: 0.3s;
	}
}


.up-sliding-menu {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 1200;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.menu-open .up-sliding-menu {
    height:330px;
	opacity: 1;
}

/*
.menu-narrow .up-sliding-menu {
	height: 0;
    opacity: 0;
}
*/

.up-sliding-menu .black-badge {
    background: #121212 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 100%;
    margin-left: 85px;
    transition: 0.3s;
    width: 115px;
}

.menu-narrow .up-sliding-menu .black-badge {
	margin-left: 0;
	width: 200px;
}

.additional-menu {
    background: white none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 100%;
    width: calc(100% - 200px);
    padding-top: 20px;
    padding-bottom: 20px;
}

.additional-menu .sub-menu{
    list-style: none;
    margin-left: -40px;
}

.additional-menu .sub-title{
    color: #353535;
    font-size: 24px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 15px;
	text-transform: uppercase;
}

.additional-menu .col-xs-2 .sub-title{
    color: #353535;
    font-size: 24px;
    margin-left: -15px;
    text-align: left;
}

.additional-menu .sub-menu li a,
.additional-menu a{
    color: #353535;
    transition: 0.3s;
}
.additional-menu a:hover,
.additional-menu .sub-menu li:hover a{
    color: #000;
}


.breadcrumb-container {
	background: #f2f2f2;
	padding: 35px 0;
	transition: 0.3s;
}

.breadcrumbs {
	color: #4c4c4c;
}

.breadcrumbs .separator {
	color: #727272;
	display: inline-block;
	padding: 0 10px;
}

.breadcrumbs a {
	color: #727272;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}


.container {
    transition: 0.4s;
}


.footer  {
    background: #000;
	padding: 30px 0 20px;
}

.footer.sticky {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer .logo {
    background: url('../images/layout/footer_logo.png') center center no-repeat;
    display: block;
    height: 70px;
    width: 66px;
    float: left;
}

.footer .info {
    margin-left: 80px;
    color: #626262;
	font-size: 12px;
}

.footer .info h4 {
    color: #fff;
	font-size: 14px;
	margin: 0;
}

.footer .newsletter{
    color: #626262;
	text-transform: uppercase;
}

.footer .news-container {
    border-left: 1px solid #121212;
    padding-left: 20px;
    color: #626262;
}

.footer input[type="text"] {
    background: black none repeat scroll 0 0;
    border: 1px solid #626262;
    color: white;
    height: 44px;
    min-width: 60%;
	padding: 10px;
}

.footer .news-container label {
	display: block;
	padding-top: 10px;
	font-size: 11px;
	font-weight: normal;
}

.footer .newsletter-sign-in button {
    background: #fff;
    border: 1px solid white;
    color: black;
    width: 90px;
    transition: color 0.5s;
	height: 44px;
	margin-top: -1px;
	text-transform: uppercase;
}

.footer .newsletter-sign-in button:hover {
	color: #fff;
}

.footer #newsletter-rules {
	display: none;
}

.footer .footer-menu {
    float: left;
    font-size: 12px;
    list-style-type: none;
	padding: 20px 0;
}

.footer .bottom-menu {
    border-left: 1px solid #121212;
    border-right: 1px solid #121212;
}

.footer .footer-menu li {
    float: left;
    padding: 5px;
	text-transform: uppercase;
}

.footer a {
    color: #c2c2c2;
	transition: 0.3s;
}

.footer a:hover {
    color: #ffffff;
}


.newsletter-sign-in .submit-button::before{
    background: black;
}

.newsletter-sign-in div {
    display: inline-block;
}

.marketing a {
	opacity: 0.5;
	transition: 0.3s;
}

.marketing a:hover {
    opacity: 1;
}

.marketing .find {
    color: white;
    display: inline-block;
	text-transform: uppercase;
}

.marketing find div {
    display: inline-block;
}

.marketing .find-on {
    float: right;
    font-size: 12px;
    list-style-type: none;
	padding: 0 0 0 10px;
}

.marketing .find-on li {
	float: left;
	margin: 0 5px;
    width: 25px;
}

.marketing .find-on li a {
    display: block;
    height: 25px;
    padding: 5px;
}


.marketing .find-on .fb a{
    background: url('../images/layout/footer_fb.png') center center no-repeat;
}

.marketing .find-on .yt a{
    background: url('../images/layout/footer_yt.png') center center no-repeat;
}

.marketing .find-on .blogger a {
    background: url('../images/layout/footer_blogger.png') center center no-repeat;
}

.marketing .find-on .insta a {
	background: url('../images/layout/footer_insta.png') center center no-repeat;
}
.marketing .find-on .snapchat a {
	background: url('../images/layout/scc-snapchat-ic-hover.png') center center no-repeat;
	background-size: contain;
}

@media (max-width:1199px) {
	.footer .news-container,
	.footer .marketing,
	.footer .bottom-menu {
		padding-top: 15px;
	}
}

.social-buttons {
    list-style: none;
    position: fixed;
    right:0;
    top:50%;
	z-index: 1250;
	transition: 0.3s;
	padding: 0;
	margin: -120px 0 0;
	width: 40px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1058px) {
	.social-buttons {
		width: 0;
	}
}

.social-buttons li {
    height: 40px;
    background: white none repeat scroll 0 0;
}

.social-buttons li a {
    border-bottom: 1px solid #efefef;
    height: 40px;
    width: 40px;
    background: white;
    display: inline-block;
	font-family: 'Oswald';
	text-align: center;
	font-size: 20px;
}

.social-buttons li a span {
	display: block;
	height: 100%;
	background: url('../images/layout/social-icons.png') 0 0 no-repeat;
	transition: 0.4s ease-in-out;
}

.social-buttons li:last-child a{
    border-bottom: none;
}

.social-buttons li a::before{
	background-color: #121212;
}
.social-buttons li a.fb span {
	background-position: -10px -10px;
}
.social-buttons li a.fb:hover span {
	background-position: -70px -10px;
}
.social-buttons li a.insta span {
	background-position: -10px -70px;
}
.social-buttons li a.insta:hover span {
	background-position: -70px -70px;
}
.social-buttons li a.yt span {
	background-position: -10px -130px;
}
.social-buttons li a.yt:hover span {
	background-position: -70px -130px;
}
.social-buttons li a.blogger span {
	background-position: -10px -190px;
}
.social-buttons li a.blogger:hover span {
	background-position: -70px -190px;
}
.social-buttons li a.sm span {
	background-position: -10px -250px;
}
.social-buttons li a.sm:hover span {
	background-position: -70px -250px;
}
.social-buttons li a.ns span {
	background-position: -10px -310px;
}
.social-buttons li a.ns:hover span {
	background-position: -70px -310px;
}
.social-buttons li a.snapchat span {
	background: url('../images/layout/scc-snapchat-ic.png') 0 0 no-repeat;
}
.social-buttons li a.snapchat:hover span {
	background-position: -40px 0;
}


.accept-cookies {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    bottom: 0;
    color: #6e6e6e !important;
    font-family: "Roboto",sans-serif;
    left: 0;
	font-size: 12px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

.accept-cookies button {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #6e6e6e;
    border-radius: 0;
    color: #6e6e6e;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

.accept-cookies button::before {
    background: #6e6e6e;
    border: 1px solid #6e6e6e;
}

.accept-cookies button:hover {
    color: white;
    border: 1px solid #6e6e6e;
}



/* HOME */

.home-welcome .carousel img {
	max-width: 100%;
	max-height: 100%;
}

.home-welcome .carousel .big-padding {
	padding: 100px;
}

.home-welcome .carousel .car-info{
    position: absolute;
    left:60px;
    bottom:25%;
}

.home-welcome .title-mobile {
	display: none;
}

@media (max-width: 992px) {

	.home-welcome .carousel .align-lt .container { background-position: left top; }
	.home-welcome .carousel .align-rt .container { background-position: right top; }
	.home-welcome .carousel .align-lb .container { background-position: left bottom; }
	.home-welcome .carousel .align-rb .container { background-position: right bottom; }


	.home-welcome .carousel .car-info {
        position: static;
		padding-top: 20px;
    }
}

.home-welcome .carousel h1 {
    font-weight: 400;
    font-size: 42px;
    text-align: left;
    margin-bottom: 0px;
	color: #fff;
}

.home-welcome .carousel h2 {
    font-weight: 400;
    margin-top: 0px;
    color: #fff;
    font-size: 36px;
	margin: 0;
}

.home-welcome .carousel h3 {
    font-weight: 300;
    margin: 0;
    font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald';
	margin: 0;
	color: #fff;
}

.home-welcome .carousel .more {
	margin-top: 20px;
	text-transform: uppercase;
}

.home-welcome .carousel .more::before{
    background: #fff;
}

.home-welcome .carousel .more {
    border: 1px solid #fff;
    color: white;
    background: transparent;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    width: 200px;
}
.home-welcome .carousel .more:hover{
    color: #000;
}

.home-welcome .carousel .item-light h1,
.home-welcome .carousel .item-light h2,
.home-welcome .carousel .item-light h3,
.home-welcome .carousel .item-light .more {
	color: #000;
	border-color: #000;
}
.home-welcome .carousel .item-light .more::before{
    background: #000;
}
.home-welcome .carousel .item-light .more:hover{
    color: #fff;
}

.home-welcome .carousel-indicators {
	left: 30px;
	width: auto;
	margin-left: 0;
}

.home-welcome .carousel-indicators li {
	border-color: #ccc;
}

.home-welcome .flip-container {
    -webkit-perspective: 1000px; /* Chrome, Safari, Opera */
    perspective: 1000px;
}

.home-welcome .flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
    -ms-transform: none;
}

.home-welcome .flip-container {
    position: absolute;
    width: 150px;
    height: 150px;
    right:60px;
    bottom: 10%;
	transition: 0.3s;
}

.home-welcome .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    -ms-transform-style: none;

    position: relative;
	font-family: 'Oswald', sans-serif;
}

.home-welcome .flipper .front,
.home-welcome .flipper .back {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 150px;
    height: 150px;
    display: table;
	position: absolute;
	top:0;
	left:0;
	transition: 0.3s;
}


@media (max-width: 992px) {
	.home-welcome .flip-container {
		right:30px;
		bottom: 55px;
    }

	.home-welcome .flip-container,
	.home-welcome .flipper .front,
	.home-welcome .flipper .back {
        width: 100px;
		height: 100px;
	}
}

.home-welcome .flipper .front {
    z-index: 2;
    background: #ee3a43;
    color: #fff;
    /* for firefox 31 */
    transform: rotateY(0deg);
    -ms-transform: none;
}

.home-welcome .flipper .front .content,
.home-welcome .flipper .back .content {
    height: 100%;
    text-align: center;
    padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

.home-welcome .flipper .front .content .day,
.home-welcome .flipper .back .content .day {
    font-weight: 400;
}

.home-welcome .flipper .front .content .desc,
.home-welcome .flipper .back .content .desc{
    font-weight: 600;
    font-size: 16px;
	text-transform: uppercase;
}

.home-welcome .flipper.ie:hover .front{
    opacity: 0;
}

.home-welcome .flipper.ie .back{
    opacity: 0;
}

.home-welcome .flipper.ie:hover .back{
    opacity: 1;
}

.home-welcome .flipper.ie .front{
    opacity: 1;
}

.home-welcome .flipper .back {
    background: #000;
    color: #fff;
    transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
    -ms-transform: none;
}

.quick-list {
    bottom: 50px;
    left: 50%;
    position: absolute;
    width: 440px;
	margin: 0 0 0 -220px;
	padding: 0;
}

.quick-list > li {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    font-size: 14px;
    text-align: center;
    background: transparent;
    background: #fff;
    color: #000;
    margin: 5px;
    width: 100px;
	text-transform: uppercase;
}

.quick-list .cat-1{
    background: #fff url("../images/layout/cat_cinema.png") no-repeat scroll center 20px;
}

.quick-list .cat-2{
    background: #fff url("../images/layout/cat_restaurant.png") no-repeat scroll center 20px;
}

.quick-list .cat-3{
    background: #fff url("../images/layout/cat_store.png") no-repeat scroll center 20px;
}

.quick-list .cat-4{
    background: #fff url("../images/layout/cat_entertainment.png") no-repeat scroll center 20px;
}

.quick-list > li > a{
    color: #000;
    display: block;
    float: left;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
	font-family: 'Oswald', sans-serif;
}





.home-content {
    margin-top: 0px;
    overflow: hidden;
    width: 100%;
    background: #000;
}

.home-content h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.home-content a:hover {
    text-decoration: none;
}


.home-news {
    padding-bottom: 20px;
	overflow: hidden;
}

.home-content .home-news .item-cell {
    width: 25%;
    float: left;
    padding: 0 15px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.home-content .home-news .item-cell a {
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.home-content .item-cell .photo {
	background: center center no-repeat;
    background-size: contain;
    transition: 0.5s ease-in-out;
	height: 100%;
}

.home-content .home-news .content {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.home-content .item-cell h3 {
    max-height: 40px;
    overflow: hidden;
    text-align: left;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
	padding: 5px 0;
	line-height: 32px;
	position: relative;
	color: #fff;
}

.home-content .item-cell h3 span {
	transition: 0.5s ease-in-out;
}

.home-content .item-cell h3 .short {
	text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.home-content .item-cell h3 .full {
	opacity: 0;
}

.home-content .item-cell .icon {
    background: url("../images/layout/news_cat.png") no-repeat center center;
	background-size: contain;
    position: absolute;
    left: 10px;
    bottom: 10px;
    opacity: 0;
    height: 30px;
    width: 30px;
	transition: 0.5s ease-in-out;
}

.home-content .item-cell .desc {
    max-height: 0;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.home-content .item-cell .content p {
	padding: 0;
    font-size: 14px;
    margin:0;
    overflow: hidden;
    text-align: left;
	line-height: 5px;
	transition: 0.5s ease-in-out;
}

.home-content .home-news .content .date {
    text-align: right;
    margin-top: 10px;
}


.home-content .item-cell:hover .photo {
    transform: scale(1.1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.home-content .item-cell:hover .desc {
    max-height: 400px;
}

.home-content .item-cell:hover h3 {
	max-height: 200px;
}

.home-content .item-cell:hover h3 .short {
	opacity: 0;
}

.home-content .item-cell:hover h3 .full {
	opacity: 1;
}

.home-content .item-cell .content p {
	padding: 0 0 10px;
    line-height: 18px;
}

.home-content .item-cell:hover .icon {
    opacity: 1;
}





.home-content .blocks {
    width: 100%;
    margin: auto;
    min-height: 600px;
	overflow: hidden;
}

.home-content .blocks .block {
    height: 700px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}


.home-content .blocks .block .row-top,
.home-content .blocks .block .row-bottom {
    overflow: hidden;
    position: relative;
    height: 350px;
    padding: 0px;
    margin: 0px;
}

.home-content .blocks .block a {
    height: 100%;
    width: 100%;
    overflow: hidden;
	display: block;
}

.home-content .blocks .photo {
    background: center center no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    filter:0;
    opacity: 0.6;
    overflow: hidden;
}

.home-content .blocks .block a:hover .photo{
    transform: scale(1.1);
    opacity: 1;
}

.home-content .blocks .content {
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
	bottom: 0;
	left: 0;
}

.home-content .blocks h3 {
    text-transform: uppercase;
    margin: 0px;
    font-size:28px;
	color: #fff;
}

.home-content .blocks p {
	opacity: 0.5;
	transition: 0.5s;
}

.home-content .blocks a:hover p {
    opacity: 1;
}

.home-content .row-bottom  .content,
.home-content .row-top .content {
    top: 0;
	bottom: auto;
}

.home-content .papper .content,
.home-content .row-bottom  .content {
    text-align: right;
}

.home-content .blocks .category {
	height: 62px;
    position: absolute;
    width: 62px;
}

.home-content .blocks .row-left .category {
    background: url("../images/layout/cat_offer.png") no-repeat scroll center center;
    right: 25px;
    top: 25px;
}

.home-content .blocks .row-top .category{
    background: url("../images/layout/cat_history.png") no-repeat scroll center center;
    right: 25px;
    bottom: 25px;
}

.home-content .blocks .row-bottom .category{
    background: url("../images/layout/cat_phone.png") no-repeat scroll center center;
    left: 25px;
    bottom: 25px;
}

.home-content .blocks .row-right .category {
    background: rgba(0, 0, 0, 0) url("../images/layout/cat_silesia.png") no-repeat scroll center center;
    left: 25px;
    top: 25px;
}




.owl-carousel {
    display: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-theme .owl-controls .owl-nav .arrow-left {
    background: #000 url('../images/layout/arrow_left.png') center center no-repeat;
    height: 60px;
    width: 60px;
}

.owl-theme .owl-controls .owl-nav .arrow-right {
    background: #000 url('../images/layout/arrow_right.png') center center no-repeat;
    height: 60px;
    width: 60px;
}

.owl-theme .owl-controls .owl-nav div {
    position: absolute;
    font-family: "Roboto",sans-serif;
}

.owl-theme .owl-controls .owl-nav .owl-prev{
    left: -80px;
    top: 185px;
}

.owl-container{
    margin-right: 80px;
    margin-left: 80px;
}

.owl-theme .owl-controls .owl-nav .owl-next{
    right: -20px;
    top: 185px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls .owl-nav div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    background: #000;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.owl-theme .owl-controls .owl-nav div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}






.home-content .communication a {
	height: 80px;
    width: 80px;
	display: inline-block;
    transition: all 1s;
}






.item-tram{
    background: url('../images/layout/tram.png') center center no-repeat;
}

.item-tram:hover {
    background: url('../images/layout/tram_active.png') center center no-repeat #000;
}

.item-bus {
    background: url('../images/layout/bus.png') center center no-repeat;
}

.item-bus:hover{
    background: black url('../images/layout/bus_active.png') center center no-repeat;
}

.item-car{
    background: url('../images/layout/car.png') center center no-repeat;
}

.item-car:hover{
    background: black url('../images/layout/car_active.png') center center no-repeat;
}

.marketing .stores a {
    display: inline-block;
    opacity: 0.5;
    height:24px;
    transition: color 0.5s;
}

.marketing .stores a:hover {
    opacity: 1;
}

.map-item {
    height: 200px;
    width: 300px;
	overflow: hidden;
}

.map-item.full {
	width: 500px;
}

.map-item .thumb {
    background-size: cover;
    width: 300px;
    height: 200px;
    display: inline-block;
	float: left;
}

.map-item .info {
	color: #4f4f4f;
    float: right;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

.map-item .info .text-1 {
	font-size: 20px;
    color: #000;
	margin-bottom: 5px;
}

.map-item .navigate {
	display: block;
	margin: 10px 0;
	background: url('../images/layout/map-navigate.png') center center no-repeat;
	height: 31px;
}

.marketing .stores .google-play{
    width:98px;
    background: url('../images/layout/footer_play.png') center center no-repeat;
}

.marketing .stores .appstore{
    width:115px;
    background: url('../images/layout/footer_apple.png') center center no-repeat;
}


.home-content .container.main-page h2{
    text-transform: uppercase;
}


.home-welcome {
    background: #000 none repeat scroll 0 0;
    height: 100%;
}

.home-welcome .carousel-inner {
    height: 100% !important;
    position: absolute;
    width: 100% !important;
}






.map .info-data{
    background: transparent none repeat scroll 0 0;
    height: 0px;
    position: absolute;
    right: 250px;
    transition: all 0.5s ease 0s;
    width: 400px;
    z-index: 300;
    transition: all 0.5s;
}

.map .info-data .navigate::before{
    background: #fff;
}

.map .info-data .navigate{
    border: 1px solid #000;
    color: white;
    background: black;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
	text-transform: uppercase;
}

.map .info-data .navigate:hover{
    color: black;
}



.map .info-data .row p{
    color: #737373;
    font-family: "Roboto",sans-serif;
    width: 50%;
    text-align: left;
    margin: 0;
}

.map .info-data .row .time{
    color: #000;
    font-weight: 500;
    width: 50%;
    text-align: right;
}

.map .info-data .row.oh p{
    color: #5a5a5a;
    font-family: 'Oswald', sans-serif;
    width: 50%;
    font-size: 20px;
    text-align: left;
    line-height: 40px;
}

.map .info-data .open-hours {
    background: #fff;
    border: 1px solid #21b46a;
    color: #21b46a;
    height: 40px;
    line-height: 0px;
    margin-left: 16px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 45%;
	cursor: pointer;
}

.map .info-data .open-hours::before,
.map .info-data .open-hours:hover {
    background: #21b46a;
	color: white !important;
}

.map .info-data .open-hours.closed {
	color: #DA6161;
	border-color: #DA6161;
}

.map .info-data .open-hours.closed::before,
.map .info-data .open-hours.closed:hover {
    background: #DA6161;
}


.map .info-data.toggle{
    background: #fff none repeat scroll 0 0;
    height: 550px;
    position: absolute;
    right: 250px;
    transition: all 0.5s ease 0s;
    width: 400px;
    transition: all 0.5s;
	z-index: 1001;
}

.map .info-data .content{
    height: 0;
    width: 400px;
    transition: all 0.5s;
    padding-left: 40px;
    padding-right: 40px;
    visibility: hidden;
    overflow: hidden;
}

.map .info-data .content div{
    transition: all 0.3s;
    visibility: hidden;
}

.map .info-data .communication{
	text-align: center;
    padding-bottom: 20px;
    height:120px;
}

.map .info-data .communication .transport{
    border: 1px solid #373737;
    margin: 5px;
}

.map .info-data .communication .transport::before{
    background: black;
}

.map .info-data .check-out{
    font-family: 'Oswald';
	font-weight: 400;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 40px;
	text-transform: uppercase;
}

.map .info-data.toggle .content div{
    transition: all 0.7s;
    visibility: visible;
}

.map .info-data .content .row{
    display: inline-block;
    width: 100%;
    margin: 0;
}

.map .info-data .content .row.oh {
    padding-bottom: 20px;
    padding-top: 20px;
}

.map .info-data .content .row div,
.map .info-data .content .row p{
    display: inline-block;
    float: left;
	text-transform: uppercase;
}

.map .info-data.toggle .content{
    background: #fff none repeat scroll 0 0;
    height: 490px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    transition: all 0.5s ease 0s;
    width: 400px;
    visibility: visible;
	max-width: 100%;
}

.map .info-data .arrow-toggle {
    background: #fff url("../images/layout/arrow_down_black.png") no-repeat scroll center center;
    bottom: 0;
    height: 60px;
    margin: 0 auto;
    width: 60px;
    transition: all 0.5s;
}

.map .info-data.toggle .arrow-toggle {
    background: #fff url("../images/layout/arrow_up_gray.png") no-repeat scroll center center;
    bottom: 0;
    height: 60px;
    margin: 0 auto;
    width: 60px;
    transition: all 0.5s;
}



.home-content .promotion {
    width: 100%;
    float: left;
}


.item-cell .photo {
    display: block;
    position: relative;
    color: #fff;
    background: #e3e3e3;
}

.map{
    background: #fff;
    padding-bottom: 20px;
}


.home-content .promotions {
	padding: 10px 0;
}


.white-bg h2 {
	font-weight: 400;
}



/* STORES */

.store-top {
	height: 450px;
}

.store-top .photo {
	background: url('../images/photos/shops-top.jpg') center center no-repeat #444;
	background-size: cover;
}

.store-top h1 {
	font-weight: 400;
    font-size: 42px;
    letter-spacing: 2px;
    margin: 80px auto 40px;
    text-align: center;
	color: #fff;
}

.store-top .icon {
	height: 70px;
	background: url('../images/layout/shop_logo.png') center center no-repeat;
	background-size: contain;
}

.store-top.services .icon {
	background-image: url('../images/layout/services_logo.png');
}

.store-top .form {
	background: rgba(0,0,0,0.8);
	margin: 50px auto;
	width: 80%;
	transition: 0.3s;
}

.store-top .group {
	float: left;
	width: 50%;
	padding: 40px;
	position: relative;
}

.store-top input {
	background: #fff;
	height: 40px;
    padding: 5px 40px 5px 10px;
}

.store-top input,
.store-top select {
	border: 0 none;
    color: #444;
    display: block;
    width: 100%;
}


.store-top button {
	position: absolute;
	top: 40px;
	right: 40px;
	height: 40px;
	width: 40px;
	border: 0;
	background: url('../images/layout/input-search.png') center center no-repeat #fff;
}

.with-promotions {
	display: block;
	cursor: pointer;
	float: right;
	color: #6f6f6f;
}

.with-promotions span {
	border: 1px solid #ececec;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 20px;
	background: url('../images/layout/checked.png') center -15px no-repeat #fff;
	transition: 0.3s ease-in-out;
}

.with-promotions.active span {
	background-position: center center;
}

.stores .items {
	margin: 40px -15px;
}

.stores .items .store {
	width: 50%;
	float: left;
	padding: 25px 15px;
	border-top: 1px solid #ececec;
    cursor: pointer;
}

.stores .items a img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	transition: 0.5s;
	opacity: 0.7;
}


.stores .items a:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
	transition: 0.5s;
}

.stores .items .store .description {
	padding-left: 25px;
}

.store-detail h4,
.stores .items .store h4 {
	text-transform: uppercase;
}

.store-detail .element,
.store .element,
.movie-detail .element {
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px 0;
}

.store-detail .value,
.store .value,
.movie-detail .value {
	color: #6f6f6f;
	margin-bottom: 10px;
}

.store-detail .store-logo {
	width: 260px;
	max-width: 100%;
}

.store-detail .promotions {
	border-top: #ececec;
}

.store-detail .count {
	color: #a1a1a1;
}

.store-detail .closed {
	color: #D50037;
}

.movie-detail .value a {
	color: #6f6f6f;
}

.movie-detail .value a:hover {
	text-decoration: underline;
}

.stores .pager {
	display: none;
}

.stores .items .store:nth-child(2n+1) {
    clear: left;
}

.stores .items .store:nth-child(1),
.stores .items .store:nth-child(2) {
    border-top: medium none;
}

.store-code {
	padding: 5px 20px;
	display: inline-block;
	background: white;
	margin-right: 10px;
	color:black;
	border: 1px solid black;
}

.store-code.area-2 {
	background: #91c84b;
}

.store-code.area-3 {
	background: #fdbd40;
}

.store-level {
	padding: 5px 15px;
	display: inline-block;
	color: #a5a5a5;
	border: 1px solid #ececec;
	background: #fff;
    text-transform: uppercase;
}

.carousel.store-detail {
	height: 500px;
	background: #000;
}

.carousel.store-detail .carousel-inner {
	height: 100%;
	z-index: 0;
}

.carousel.store-detail .item {
	background: center center no-repeat;
	background-size: cover;
}

.carousel.store-detail .title {
	display: table;
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

.store-detail h1 {
	display: table-cell;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.store-detail.no-photo {
	height: 250px;
	background: url('../images/photos/shop-top.jpg') center center no-repeat;
	background-size: cover;
}

.carousel.store-detail.no-photo .title {
	background: none;
}

.store-detail h4 {
	text-transform: uppercase;
}

.store-detail .show-on-map::before {
	background-color: #000 !important;
}

.store-detail .show-on-map {
	display: inline-block;
	padding: 10px 35px;
	border: 1px solid #000;
	margin: 15px 0;
	font-weight: 400;
	font-family: 'Oswald';
	text-transform: uppercase;
}

.store-detail .website a {
	color: #6f6f6f;
	margin-top: 5px;
	display: inline-block;
}

.store-detail .categories {
	margin: 0;
	padding: 0;
}

.store-detail .categories li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
    vertical-align: top;
}

.store-detail .categories li a {
	width: 70px;
	display: inline-block;
}

.store-detail .categories a .icon {
	background: #b5b5b5;
	display: block;
	height: 70px;
	padding: 15px;
	border-radius: 50%;
	transition: 0.3s;
}

.store-detail .categories .icon img {
	width: 40px;
}

.store-detail .categories a .title {
	text-transform: uppercase;
	width: 100px;
	margin-left: -15px;
	margin-bottom: 10px;
	transition: 0.3s;
	opacity: 0;
	display: inline-block;
	text-align: center;
}

.store-detail .categories a:hover .title {
	opacity: 1;
	margin-top: 10px;
	margin-bottom: 0;
	color: #000;
}

.store-detail .categories a:hover .icon {
	background: #000;
}

/* Stylist */

.stylist .submit-button {
	background: black;
	color: white;
	padding: 10px;
	border: 0px;
}

.stylist ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0 30px 0;
}

.stylist .header, .stylist li {
	font-size: 16px;
}

.stylist li {
	padding: 0px;
	margin: 0px;
	text-align:center;
	border-bottom: 1px solid lightgray;
}

.stylist li a:before {
	background: black;
}

.stylist li a {
	padding: 10px;
	display: block;
	transition: 0.3s;
}

.stylist li a:hover {
	background: black;
	color: white;
}

.stylist .submit-button div {
    display: inline-block;
}

.stylist .description {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.stylist {
	margin-bottom: 30px;
}

.stylist .info {
	margin: 10px 0;
	color: #868686;
}

/* Articles */


.top-photo.category-1 .paralax {
	background-image: url('../images/photos/news-top.jpg');
}

.top-photo.category-2 .top-photo.category-5 {
	height: 350px;
}

.top-photo.category-2 .paralax {
	background: url('../images/photos/promo-top.jpg') top center no-repeat;
	background-size: cover;
}

.top-photo.category-5 .paralax {
    background: url('../images/photos/job-offers-top.jpg') top center no-repeat;
    background-size: cover;
}

/*
.top-photo.category-1 h1,
.top-photo.category-2 h1,
.top-photo.category-5 h1 {
	color: #000;
}*/

.top-photo img {
	width: 80px;
	display: inline-block;
	margin-top: 15px;
}


.top-photo.detail {
	height: 250px;
}

.top-photo.detail h1 {
	font-size: 26px;
	font-weight: 400;
}

.article {
	float: left;
	height: 400px;
	width: 33.3333%;
	background: #000;
	position: relative;
	overflow: hidden;
}

.article .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
	opacity: 0.6;
	transition: 0.3s;
}

.article .content {
	position: absolute;
	bottom: 0;
	padding: 40px;
	font-family: 'Oswald';
}

.article .title {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	display: block;
}

.article .date {
	display: inline-block;
	border-radius: 4px;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #fff;
	color: #000;
}

.date-arrow {
	color: #aaa;
	display: inline-block;
	padding: 0 6px;
}

.article a:hover .photo {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 1;
}

.article-detail .page-header {
	margin-bottom: 50px;
}

.article-detail .page-header .icon {
	width: 80px;
	height: 80px;
	background: center center no-repeat #000;
	display: block;
	float: left;
	border-radius: 50%;
}

.article-detail .title {
	margin-left: 100px;
	padding-top: 10px;
}

.article-detail .title.job-offer {
    margin-left: 0px
}

.article-detail .title h2 {
	font-family: 'Roboto';
	font-size: 200%;
	margin: 0;
}

.article-detail .title .date {
	font-size: 120%;
	color: #6f6f6f;
}

.article-detail .lead {
	font-family: serif;
	text-align: center;
	font-weight: 400;
	font-size: 200%;
	padding: 0 0 30px;
}

.article-detail .text-description {
	margin-bottom: 40px;
}

.article-detail .text-description img {
	max-width: 100%;
}

.gallery .main {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.gallery .main img {
	max-width: 100%;
}

.gallery .thumb {
	background: center center no-repeat #eee;
	background-size: cover;
	float: left;
	width: 25%;
	height: 100px;
	display: block;
}

.articles .list-view .pager {
	margin-top: 40px;
}

.articles .list-view .pager ul {
    padding: 0;
    text-align: center;
}

.articles .list-view .pager ul li {
	display: inline-block;
	float: none;
}

.articles .list-view .pager ul li.page,
.articles .list-view .pager ul li.first,
.articles .list-view .pager ul li.last {
	display: none;
}

.articles .list-view .pager ul li a {
	border-color: #000;
	border-radius: 0;
	color: #000;
}


.items.promotions {
	margin-left: -10px;
	margin-right: -10px;
}

.items.promotions .promotion {
	float: left;
	width: 50%;
	height: 420px;
}

.items .promotion {
	padding: 0 10px 10px;
}

.promotion {
    height:440px;
    color: #fff;
}

.items .job-offer {
    display: block;
    margin: 5px;
    width: calc(33.33% - 12px);
}

.job-offers .items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.items .job-offer {
    border: 1px solid black;
}

.job-offer a {
    display: block;
}

.promotion a {
	position: relative;
	display: block;
	height: 100%;
}

.promotion .photo, .job-offer .photo {
    background: center center #f4f4f4;
    background-size: cover;
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    height:100%;
    display: block;
    transition: 0.3s;
}

.promotion:hover .photo, .job-offer:hover .photo {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.promotion h3, .job-offer h3 {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-size: 20px;
    height: 80px;
    left: 0;
    line-height: 80px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 100%;
	color: #fff;
	white-space: nowrap;
	margin: 0;
}

.job-offer h3 {
    position: static;
    background: black;
    color: white;
    margin: 0;
    padding: 10px;
    line-height: normal;
    text-align: center;
    height: auto !important;
}

.promotion .shop-logo, .job-offer .shop-logo {
    background: rgba(255, 255, 255, 0.5);
    bottom: 80px;
    left: 0;
    position: absolute;
    width: 100%;
	height: 80px;
    background-size: auto 100%;
	transition: all .5s ease-in-out;
}

.job-offer .shop-logo {
    position: inherit;
    text-align: center;
    background-color: #fff;
    display: block;
    height: auto;
}

.job-offer .shop-logo span {
    width: 50%;
    margin: 5px;
    display: inline-block;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.job-offer .shop-logo span:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.promotion .shop-logo span {
	position: absolute;
    height: 80px;
	width: 90px;
	left: 0;
	top: 0;
	background: center center no-repeat #fff;
	background-size: contain;
	border: 5px solid #fff;
	transition: 0.5s ease-in-out;
}

.promotion:hover .shop-logo {
    background: #fff;
}

.promotion:hover .shop-logo span {
	left: 50%;
	margin-left: -45px;
}

/* Movies */

.transparent {
	opacity: 0.5;
	transition: 0.3s;
}

.movie-list {
	padding: 0 15px 25px;
	float: left;
	width: 25%;
}

.movie-list .wrapper {
	max-width: 200px;
	margin: 0 auto;
}

.movie-list:nth-child(4n+1) {
	clear: left;
}

.movie-list .poster {
	display: block;
	text-align: center;
}

.movie-list .poster img {
	max-width: 100%;
}

.movie-list h4 {
	text-transform: none;
	color: #343434;
	margin-bottom: 10px;
	font-size: 16px;
}

.movie-detail .time,
.movie-list .time {
	padding-left: 25px;
	line-height: 20px;
	display: inline-block;
	background: center left no-repeat url('../images/layout/icon-time.png');
	color: #6f6f6f;
}

.movie-detail .badge,
.movie-list .badge {
	background: #000;
	border-radius: 4px;
	font-weight: 400;
}

.movie-list .badge {
	float: right;
	margin-left: 4px;
}

.movie-list .seances {
	color: #6f6f6f;
	padding-top: 10px;
}

.seance-days {
	margin: 10px 1px 20px 1px;
}

.seance-days a {
	display: inline-block;
	border: 1px solid #f2f2f2;
	float: left;
	padding: 20px 40px;
	margin: -1px 0 0 -1px;
	color: #4e4e4e;
	transition: 0.3s;
	text-transform: uppercase;
}

.seance-days a.active,
.seance-days a:hover {
	background: #f2f2f2;
	color: #000;
}

.movie-trailer {
	height: 500px;
}

.movie-trailer iframe.paralax {
    display: block;
    margin: 0;
	z-index: 1;
}

.movie-detail .movie-image {
	float: left;
	width: 220px;
}

.movie-detail .details {
	margin-left: 230px;
}

.movie-detail .details h4 {
	text-transform: uppercase;
}

.movie-detail .badges {
	padding: 10px 0;
}


.detail-view {
	margin-bottom: 20px;
	width: 100%;
}

.detail-view th {
	font-weight: 400;
	padding: 10px;
	width: 30%;
}

.detail-view td {
	padding: 10px;
	font-weight: 300;
}


.detail-view .even {
	background: #f2f2f2;
}

/* Full slider */

.full-slide {
	height: 100%;
	background: center center no-repeat #fff;
	background-size: cover;
	width: 100%;
	min-height: 500px;
	transition: 1s ease-in-out;
	position: relative;
}

.full-slide img {
	transition: 0.4s;
	transition-delay: 0.6s;
}

.full-slide h2 {
	transition: 0.4s;
	transition-delay: 0.7s;
}

.full-slide .fp-tableCell > div {
	display: table-cell;
	vertical-align: middle;
	transition: 0.3s;
}

.full-slide .text {
	color: #343434;
	text-align: center;
	width: 40%;
	line-height: 200%;
	font-size: 110%;
	padding: 30px 10px;
}

.full-slide .text .description {
	max-width: 400px;
	margin: 0 auto;
	transition: 0.7s;
	transition-delay: 0.8s;
}

.full-slide .text .description ul {
	text-align: left;
}

.full-slide.align-2 .left {
	width: 55%;
}

.full-slide.align-1 .right {
	width: 55%;
}

.full-slide.not-visible {
	opacity: 0;
}

.full-slide img,
.full-slide h2,
.full-slide .description {
	opacity: 0;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}
.full-slide {
	opacity: 0;
}


.full-slide.always-active,
.full-slide.always-active img,
.full-slide.always-active h2,
.full-slide.always-active .description,
.full-slide.active,
.full-slide.active img,
.full-slide.active h2,
.full-slide.active .description {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}





/* MISC */

h1.margin {
	margin: 30px 0 50px;
}

.uppercase {
	text-transform: uppercase;
}

.map-container {
    height: 550px;
}

a.no-link {
	cursor: default;
}

div.more {
	margin: 40px 10px;
	text-align: center;
	clear: both;
}

div.more > a {
	color: #000;
	padding: 10px 30px;
	border: 1px solid #000;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
}

div.more.download{
    margin: 15px 10px;
}

div.more.download > a {
    min-width: 260px;
}


div.more > a.hvr-sweep-to-right:hover {
	color: #fff;
}

div.more > a.hvr-sweep-to-right::before {
	background-color: #000;
}

.black-bg div.more a {
	border: 1px solid #fff;
    color: white;
}

.black-bg div.more > a.hvr-sweep-to-right:hover {
	color: #000;
}

.black-bg div.more > a.hvr-sweep-to-right::before {
	background-color: #fff;
}


.scroll-down {
    background: #000 url("../images/layout/arrow_down.png") no-repeat scroll center center;
    width:160px;
    bottom: 0;
    height: 40px;
    left: 50%;
    position: absolute;
    margin-left: -80px;
}

.scroll-up {
    background: #000 url("../images/layout/arrow_up.png") no-repeat scroll center center;
    width: 60px;
    bottom: 10px;
    height: 60px;
    left: 50%;
    position: absolute;
    margin-left: -30px;
	border-radius: 5px;
	transition: 0.3s;
}

.fade-out {
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	opacity: 0;
}

.white-bg {
    background: #fff;
}

.black-bg{
    background: #000;
}

.black-bg h2 {
	color: #fff;
}

.clear {
    clear: both;
}

.main-container {
	margin-top: 40px;
	margin-bottom: 40px;
}

.top-photo {
	height: 350px;
	background: center center no-repeat #aaa;
	background-size: cover;
	display: table;
	width: 100%;
	transition: 0.3s;
}

.top-photo.paralax-wrapper {
	background: transparent;
}

.top-photo .paralax {
	background: center center no-repeat #aaa;
	background-size: cover;
}

.top-photo h1 {
	font-weight: 400;
    font-size: 42px;
	display: table-cell;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.top-photo h1.large { 
	font-size: 56px;
}

.text-description {
	color: #4e4e4e;
	font-weight: 100;
	line-height: 200%;
	font-size: 110%;
}

.paralax-wrapper {
	position: relative;
	overflow: hidden;
}

.paralax-wrapper .paralax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.ias_loader {
    clear: both;
    color: #4f4f4f;
    padding-top: 100px;
	background: #fff url("/images/layout/loading.gif") no-repeat scroll center center;
}

.wow-loading {
    visibility: hidden;
}


.select-container {
	background: url('../images/layout/select-drop.png') center right no-repeat #fff;
	overflow: hidden;
}

.select-container select {
	-webkit-appearance: none;
	box-sizing: content-box;
	height: 30px;
    padding: 5px 10px;
	background: transparent;
}

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

ul.social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

ul.social li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url('../images/layout/social.png') #b6b6b5;
	border-radius: 50%;
	transition: 0.3s;
}
ul.social li a.facebook:hover {
	background-color: #537bbd;
}
ul.social li a.pintrest {
	background-position: -40px 0;
}
ul.social li a.pintrest:hover {
	background-color: #eb5755;
}
ul.social li a.twitter {
	background-position: -80px 0;
}
ul.social li a.twitter:hover {
	background-color: #78cdf0;
}
ul.social li a.google {
	background-position: -120px 0;
}
ul.social li a.google:hover {
	background-color: #4c4c4b;
}


.carousel {
    height: 100%;
}
.carousel .container {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

.carousel .item {
    background-color: #777;
    height: 100%;
}

.info-page-block .info-block:focus {
    text-decoration: none;
}

.info-page-block .info-block {
    border: 20px solid #FFF;
    text-align: center;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);

    border-top: 90px solid;
    border-left: 70px solid;
    border-right: 70px solid;
}

.info-page-block .info-block span {
    position: relative;
    z-index: 10;
    font-family: "Oswald",sans-serif;
}

.info-page-block .info-block::before {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
}


.info-page-block .contact::before { background-image: url('../images/photos/info/kontakt.jpg'); }
.info-page-block .slider.kolekcja::before { background-image: url('../images/photos/info/kolekcja-silesia.jpg'); }
.info-page-block .slider.about::before { background-image: url('../images/photos/info/o-centrum.jpg'); }
.info-page-block .history::before { background-image: url('../images/photos/info/historia.jpg'); }
.info-page-block .contact.hours::before { background-image: url('../images/photos/info/godziny-otwarcia.jpg'); }
.info-page-block .contact.dojazd::before { background-image: url('../images/photos/info/dojazd.jpg'); }
.info-page-block .contact.parking::before { background-image: url('../images/photos/info/parking.jpg'); }
.info-page-block .apps::before { background-image: url('../images/photos/info/aplikacja-mobilna.jpg'); }


.top-photo.contact .paralax {
    background-image: url('../images/photos/contact-top.jpg');
}

body .ui-autocomplete .right {
    float: right;
    padding: 15px 0 0;
}

body .ui-autocomplete {
    z-index: 1300;
	border-color: #eee;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}

body .ui-autocomplete .ui-menu-item {
	color: #343434;
}

body .ui-autocomplete .ui-state-hover,
body .ui-autocomplete .ui-state-focus {
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #f4f4f4;
}

body .ui-autocomplete .small-logo {
	height: 60px;
	width: 60px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
}

body .ui-autocomplete .store-code,
body .ui-autocomplete .store-level {
	font-size: 12px;
    text-transform: uppercase;
}

.tab-padding {
	padding: 20px 0;
}

.nav-tabs > li > a {
	color: #000;
	border-radius: 0;
	font-weight: 300;
    text-transform: uppercase;
}

.form {
	margin: 20px 0 40px;
}

.form-row {
	margin: 15px 0;
}

.form-row label {
	color: #555;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 400;
}

.form .errorMessage,
.form span.required {
	color: #e00;
}

/* Contact site */

.contact-container h5{
    text-transform: uppercase;
}

.contact-container h2,
.contact-container h5,
.contact-container .pre-info{
    color: #343434;
}

.contact-container {
    color: #868686;
}

.contact-container .pre-info{
    display: inline-block;
}

.contact-container .info-row{
    width: 100%;
}

.contact-container .info-row div{
    width: 50%;
    float:left;
    display:inline-block;
}

.contact-container .taxi{
    padding-left:30px;
    background: url('../images/layout/contact-car.png') transparent left center no-repeat;
    margin-top: 30px;
}

.contact-container .bicycle{
    padding-left:30px;
    background: url('../images/layout/contact-bicycle.png') transparent left center no-repeat;
}

.contact-container .info-row .place-info{
    text-transform: uppercase;
}

.contact-container .transport-links{
    display:inline-block;
    width:100%;
    margin-bottom: 20px;
}

.contact-container .transport-links .tram-info,
.contact-container .transport-links .bus-info{
    width:50%;
    float:left;
    position: relative;
}

.contact-container .transport-links .icon{
    display:inline-block;
    width:51px;
    height:51px;
    float:left;
}

.contact-container .transport-links .tram-info .icon{
    background: url('../images/layout/contact-tram.png') transparent center center no-repeat;
}

.contact-container .transport-links .bus-info .icon{
    background: url('../images/layout/contact-bus.png') transparent center center no-repeat;
}

.contact-container .transport-links .transport-list{
    position: absolute;
    top: 50%;
    left:60px;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;

}

.contact-container .transport-links .transport-list .line-number{
    display: inline-block;
    min-width: 35px;
    opacity: 0.7;
    padding: 5px 0;
    text-align: center;
    background: transparent;
}

.contact-container .transport-links .transport-list .line-number:hover{
    opacity: 1;
    background: #f2f2f2;
	color: #000;
}

.contact-container .period {
	color: #d50037;
}

.documents {
	margin-bottom: 20px;
}

.documents a {
	background: url("../images/layout/file-ico.png") no-repeat scroll 15px 0;
	display: block;
	float: left;
	width: 25%;
	padding: 1px 15px 0 38px;
	min-height: 42px;
	margin: 5px 0;
	color: #000;
	opacity: 0.7;
	transition: 0.3s;
}

.documents a:hover {
	opacity: 1;
}

.documents.clearfix a {
	width: 100%;
}

.get-app {
	display: block;
	padding-bottom: 15px;
	min-height: 120px;
}

/*Magazine site*/


.top-photo.magazine .paralax{
    background-image: url('../images/photos/top-magazine.jpg');
}

.magazine-site .issuuembed span {
	display: none;
}

.magazine-site h4 {
	text-transform: uppercase;
}

.magazine-site .owl-container{
    margin-bottom: 100px;
}

.magazine-site .owl-container .item{
    height:350px;
    position: relative;
    overflow: hidden;
	display: block;
	padding: 10px;
}

.magazine-site .owl-container .item .photo{
    height:100%;
    width: 100%;
    opacity: 0.5;
    background: #fff center center no-repeat;
    background-size: contain;
    transition: all 0.5s;
	display: block;
}

.magazine-site .owl-container .item.current .photo {
	opacity: 1;
}

.magazine-site .owl-container a.item:hover .photo{
    opacity: 1;
    transform: scale(0.9);
}

.magazine-site .owl-theme .owl-controls .owl-nav .owl-prev,
.magazine-site .owl-theme .owl-controls .owl-nav .owl-next {
    top: 145px;
}

.magazine-site .previous-magazines{
    margin-left:80px;
}


/*Press office site*/

.top-photo.press-office{
    height:500px;
}

.top-photo.press-office .paralax{
    background-image: url('../images/photos/press-office-top.jpg');
}

.press-container .gallery .item{
    display:inline-block;
    width: 33.33%;
    float:left;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
}

.press-container .logotype .logo-download{
    padding-top: 50px;
}

.press-container .logotype .logo-info img{
    margin: 0 auto;
}

.press-container .logotype .logo-info h2{
    text-align: center;
}

.press-container .owl-container .item{
    min-height: 220px;
    position: relative;
    overflow: hidden;
    padding: 25px;
}

.press-container .owl-container .material-link {
	background: url('../images/layout/pdf-ico.png') 0 0 no-repeat;
    display: block;
    opacity: 0.6;
    transition: all 0.3s;
    margin: 10px 0;
	min-height: 40px;
	padding-left: 40px;
	color: #6f6f6f;
}

.press-container .owl-container .material-link:hover {
    opacity: 1;
}

.press-container .owl-container .material-link .title {
	display: block;
	font-weight: 400;
	color: #101010;
}

.press-container .owl-controls{
    text-align: center;
}

.press-container .materials-carousel .owl-controls .owl-nav > div{
    top: 125px;
}

.press-container .owl-dots .owl-dot {
    display: inline-block;
}

.press-container .owl-dot span {
    background: #6f6f6f none repeat scroll 0 0;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 0.3;
    transition: opacity 200ms ease 0s;
    width: 10px;
    border-radius:50%;
}

.press-container .materials-carousel .owl-dot span {
    background: #c7c7c7;
}

.press-container .materials-carousel .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

.press-container .owl-controls .owl-nav .arrow-left{
    background: transparent url("../images/layout/white-left-arrow.png") no-repeat scroll center center;
    height: 60px;
    width: 60px;
}

.press-container .owl-controls .owl-nav .arrow-right{
    background: transparent url("../images/layout/white-right-arrow.png") no-repeat scroll center center;
    height: 60px;
    width: 60px;
}


/* RWD */


/* xs */
@media (max-width: 767px) {

	body {
		padding-top: 60px;
	}

	.up-sliding-menu, .menu-button, .navbar-nav .cube-rotate .flop {
		display: none;
	}

	.upper-nav {
		z-index: 2000;
		right: 60px;
		text-align: right;
		width: auto;
		background: transparent;
		top: 6px;
	}

	.upper-nav .lang-icon,
	.upper-nav .settings {
		display:none;
	}

	.upper-nav .lang-list {
		display:block;
	}

	#main-menu {
		top: 0;
		height: 60px;
		background: #000;
		border-color: #000;
	}

	.navbar .logo {
		background-position: 56px 22px !important;
		height: 60px !important;
		margin: 0;
		transition: all 0.5s ease 0s;
		width: 150px !important;
	}

	.navbar .logo span {
		height: 40px;
		left: 10px !important;
		top: 10px;
		transform: rotate(180deg);
		width: 32px;
	}

    .navbar .nav li {
        width: 100%;
    }

	.navbar-nav > li > a {
        font-size: 14px;
		border-bottom: 1px solid #ccc;
    }

	.navbar-nav li .sub-menu a {
		padding: 5px 0;
	}

	.navbar-nav li.xs-collapse .sub-menu {
		height: auto;
		opacity: 1;
		padding: 20px;
	}

    .navbar-collapse {
        background: white;
		margin: 60px 0 0 0;
    }

	.navbar-nav .cube-rotate,
	.navbar-nav .cube-rotate .flippety {
		height: auto;
		line-height: 100%;
		text-align: left;
	}

	.navbar-nav .cube-rotate .flippety {
		padding: 15px;
	}

	.navbar-nav > li .sub-menu {
		margin-top: 0;
	}

    .navbar-header {
        background: #121212 none repeat scroll 0 0;
    }

	.breadcrumb-container {
		padding: 15px 0;
	}

	.main-container {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.page-header {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.top-photo {
		height: 300px;
	}

	.home-content .home-news .item-cell {
		width: 50%;
	}
	
	.home-welcome .flip-container {
		display: none;
	}
	
    .promo {
        min-height: 400px;
        padding: 0px;
        margin: 0px;
    }

	.quick-list {
		margin-left: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}

	.quick-list > li {
		width: 80px;
		height: 80px;
		font-size: 12px;
		display: inline-block;
		float: none;
	}

    .row.h1,
    .row.h2{
        height: 400px;
    }

    .row.h1 .photo {
        max-height: 400px;
    }

    .map .info-data {
		background: transparent none repeat scroll 0 0;
		height: 60px;
		position: absolute;
		-webkit-transform: translate3d(-50%, 0px, 0px) !important;
		-moz-transform: translate3d(-50%, 0px, 0px) !important;
		-ms-transform: translate3d(-50%, 0px, 0px) !important;
		-o-transform: translate3d(-50%, 0, 0) !important;
		transform: translate3d(-50%,0,0) !important;
		-webkit-animation-fill-mode: none !important;
		transition: all 0.5s ease 0s;
		left:50%;
		width: 400px;
		right:inherit;
		z-index: 300;
		max-width: 100%;
    }

    .map .info-data.toggle {
		background: #fff none repeat scroll 0 0;
		height: 550px;
		position: absolute;
		-webkit-transform: translate3d(-50%, 0px, 0px) !important;
		-moz-transform: translate3d(-50%, 0px, 0px) !important;
		-ms-transform: translate3d(-50%, 0px, 0px) !important;
		-o-transform: translate3d(-50%, 0, 0) !important;
		transform: translate3d(-50%,0,0) !important;
		-webkit-animation-fill-mode: none !important;
		left: 50%;
		transition: all 0.5s ease 0s;
		right:inherit;
		width: 400px;
		max-width: 100%;
    }

	.full-slide .left,
	.full-slide .right {
		display: none !important;
	}

	.full-slide .text {
		width: 100%;
		background: rgba(255,255,255, 0.8);
	}

	.stores .items .store {
		width: 100%;
	}

	.article {
		width: 50%;
	}

	.article .content {
		padding: 20px;
	}

	.article .title {
		font-size: 20px;
	}

	.article-detail .page-header {
		margin-bottom: 10px;
	}

	.article-detail .page-header .icon {
		width: 40px;
		height: 40px;
		background-size: 20px;
	}

	.article-detail .title {
		margin-left: 50px;
		padding-top: 5px;
	}

	.article-detail .title h2 {
		font-size: 120%;
	}

	.article-detail .gallery {
		margin: 10px 0;
	}

	.top-photo.category-2 {
		height: 200px;
	}

	.items.promotions .promotion {
		width: 50%;
	}

	.contact-container .transport-links .tram-info,
    .contact-container .transport-links .bus-info {
        width:100%;
        float:left;
        position: relative;
    }

    .magazine-container .magazine-desc{
        margin-top:10px;
        text-align: center;
    }

    .press-container .logotype .logo-download {
		padding-top: 20px;
    }

    div.more.download > a {
		min-width: 0;
    }

	.seance-days a {
		padding: 10px 15px;
		font-size: 12px;
	}

	.documents a {
		width: 50%;
	}
}

/* sm */
@media (min-width: 768px) and (max-width:992px) {
	.home-content .home-news .item-cell {
		width: 50%;
	}

	.article {
		width: 50%;
	}

	.seance-days a {
		padding: 15px 25px;
	}

	.documents a {
		width: 33%;
	}
}

/* sm+ */
@media (min-width: 768px) {
	
	.navbar-nav > li.dual a .cube-rotate span {
		line-height: 20px;
		transform: translateY(-50%);
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}
	
	
	
}

@media (min-width: 768px) and (max-width:868px) {
	.navbar-nav > li > a {
        font-size: 10px;
    }
    .menu-narrow .navbar-nav > li > a {
        font-size: 10px;
    }

	.top-photo.category-2 {
		height: 250px;
	}
}

/* sm- */
@media (max-width:992px) {
    .additional-menu .sub-menu {
        line-height: 12px;
    }

    .additional-menu .sub-menu li a {
        font-size: 10px;
    }

    .additional-menu .sub-title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .additional-menu .col-xs-2 .sub-title {
        font-size: 14px;
    }

	.store-top .form {
		width: 100%;
	}
}


/* md+ */

@media (min-width: 993px) {

}

/* md */


@media (min-width: 993px) {
	.items.promotions .promotion {
		width: 33.33%;
        max-width: 33.33%;
	}
}

@media (min-width: 993px) and (max-width:1246px) {

    .additional-menu .sub-menu {
        line-height: 15px;
    }

    .additional-menu .sub-title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .additional-menu .col-xs-2 .sub-title{
        font-size: 18px;
    }

    .additional-menu .sub-menu li a{
        font-size:12px;
    }

	.home-content .home-news .item-cell {
		width: 50%;
		height: 450px;
	}
}

@media (max-width:1246px) {
}

/* lg */
@media (min-width: 1420px) {
	.home-news {
		width: 1400px;
	}
}


/* xxs */
@media (max-width:564px) {

	/* HOME */

	.quick-list {
		display: none;
	}

    .home-content .home-news .item-cell {
        width: 100%;
    }

	.home-content .blocks .block.big {
		height: 300px;
	}

	.home-content .promotion {
		height: 300px;
	}

	.map .info-data.toggle .content {
		padding: 20px;
	}

	.home-welcome .scroll-down  {
		display: none;
	}
	
	.home-welcome {
		height: 350px;
	}
	
	.home-welcome .carousel h1 {
		font-size: 30px;
	}
	.home-welcome .carousel h2 {
		font-size: 22px;
	}
	.home-welcome .carousel h3 {
		font-size: 16px;
	}

	.home-welcome .carousel .car-info {
		padding: 10px;
		position: absolute;
		bottom: auto;
		top: 0;
		left: 10px;
		right: 30%;
	}

	.home-welcome .carousel .more {
		width: 160px;
		padding: 4px;
		height: 30px;
		font-size: 12px;
	}
	
	.home-welcome .carousel-indicators {
		left: auto;
		right: 5px;
		bottom: 5px;
		margin-bottom: 0;
	}
	
	.home-welcome .title {
		display: none;
	}
	
	.home-welcome .title-mobile {
		display: block;
	}

	.article {
		height: 300px;
		width: 100%;
	}

	/* STORE */

	.top-photo {
		height: 200px;
	}

	.store-top .group {
		float: none;
		padding: 20px;
		width: 100%;
	}

	.store-top .group:nth-child(2) {
		padding-top: 0;
	}

	.store-top button {
		top: 0;
		right: 20px;
	}

	.carousel.store-detail {
		height: 300px;
	}

	.items.promotions .promotion {
		width: 50%;
		height: 300px;
	}

    .items .job-offer {
        width: calc(50% - 12px);
    }

    .items .job-offer h3 {
        font-size: 14px;
    }

	.movie-list {
		width: 50%;
	}

	.documents a {
		width: 100%;
	}

}

@media (max-width:420px) { 
	.home-welcome {
		height: 220px;
	}

    .items .job-offer {
        width: calc(100% - 10px);
    }

    .items .job-offer h3 {
        font-size: 12px;
    }
}

.yiiLog {
	display: none;
}

/*
@media (min-width: 564px) and (max-width:1158px) {
    .home-content .home-news .item-cell {
        width: 50%;
    }
}
*/

body.contrast {
	font-size: 18px;
}

body.contrast h2,
body.contrast h4 {
	font-size: 30px;
}

body.contrast .navbar-nav > li > a {
	font-size: 20px;
	font-weight: 400;
}

body.contrast .navbar-nav > li .sub-menu a {
	color: #fff;
}

body.contrast .store-detail .value,
body.contrast .store .value, .movie-detail .value,
body.contrast .text-description,
body.contrast .flippety {
	color: #000;
}

body.contrast .breadcrumb-container {
	background: #000;
	padding: 10px 0;
}

body.contrast .breadcrumbs,
body.contrast .breadcrumbs .separator,
body.contrast .breadcrumbs a {
	color: #fff;
}


body.contrast .upper-nav .settings {
	background-color: #F0BE11;
}

body.contrast .top-photo {
	background: #000 !important;
}


#stylist-modal-form .btn {
	border-radius: 0;
	radius: 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#stylist-modal-form .btn-primary {
  background: black;
}


#stylist-modal-form.modal {
  text-align: center;
  padding: 0!important;
}

#stylist-modal-form.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#stylist-modal-form .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#stylist-modal-form .modal-body {
	margin: -5px;
}

#stylist-modal-form .error {
	border: 2px solid red;
}

.stylist-modal-header {
	font-family: 'Oswald', sans-serif;
	color: #343434;
	font-size: 18px;
	margin-bottom: 10px;
}
.stylist-modal-header > div {
	font-size: 14px;
}

.stylist-form-loading {
    display: inline-block;
    visibility: hidden;
    color: #4f4f4f;
    width:32px;
    height:32px;
    margin-bottom: -12px;
    margin-right: 10px;
	background: #fff url("/images/layout/loading.gif") no-repeat scroll center center;
}
.red {
	color: red!important;
}
.stylist-reservation-link {
	cursor: pointer;
}

.top-photo.stylist,
.top-photo.metamorphose{
    height:450px;
}

.top-photo.stylist,
.top-photo.metamorphose{
	margin: 0px;
}
.top-photo.stylist .paralax-2,
.top-photo.metamorphose .paralax-2 {
    /*color: black;*/
}

.top-photo.stylist .paralax {
    background: url('../images/photos/stylist-top.jpg') top center no-repeat;
	background-size: cover;
}

.top-photo.metamorphose .paralax {
    background: url('../images/photos/metamorphose-top.jpg') top center no-repeat;
	background-size: cover;
}

.top-photo.silesia-taste-banner .paralax {
    background: url('../images/photos/silesia-taste-top.jpg') top center no-repeat;
    background-size: contain;
}

.top-photo.silesia-taste-banner .paralax-2 {
	color:#222222;
}

#newsletter {
    display: none;
    width: 500px;
    height: 620px;
    background-color: #fff;
    position:fixed;
    top: 15%;
    left: calc(50% - 250px);
    background-image: url('../images/layout/newsletter.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 9999;

}

#newsletter .close {
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0.6;
}
#newsletter .close:hover {
    opacity: 0.3;
}

#newsletter .close span {

    background: #111;
    height: 3px;
    right: 5px;
    position: absolute;
    top: 15px;
    width: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#newsletter .close span:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#newsletter h1 {letter-spacing: 0.5ex; color: #000; margin-top: 5px;}
#newsletter h3 {color: #767676; font-size: 16px;}

#newsletter p {
    color: #555555;
}

#newsletter-form  input[type=email] {
    margin-top: 25px;
    margin-bottom: 25px;
}

#newsletter-form  input[type=submit] ,
#newsletter-form  input[type=email] {
    border: 1px solid #000;
    color: #444;
    display: block;

    background: #fff;
    height: 40px;
    padding: 5px 40px 5px 10px;
}

#newsletter-form  input[type=submit]{
    color: #FFF;
    border: 0;
    background: #000;
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px ;
}
