/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*

 * What follows is the result of much research on cross-browser styling.

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 */

/* ==========================================================================

   Base styles: opinionated defaults

   ========================================================================== */



html, button, input, select, textarea {
	color: #222;
}

html {
	font-size: 0;
	font-size: 12px;
	line-height: 15px;
	overflow-y: scroll;
}

#wallpaper {
	cursor: pointer;
}

/*

 * Remove text-shadow in selection highlight: h5bp.com/i

 * These selection rule sets have to be separate.

 * Customize the background color to match your design.

 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*

 * A better looking default horizontal rule

 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*

 * Remove the gap between images, videos, audio and canvas and the bottom of

 * their containers: h5bp.com/i/440

 */
audio, canvas, img, video {
	vertical-align: middle;
}

/*

 * Remove default fieldset styles.

 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*

 * Allow only vertical resizing of textareas.

 */
textarea {
	resize: vertical;
}

/* ==========================================================================

   Browse Happy prompt

   ========================================================================== */
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================

   Fonts

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

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

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

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

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

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

/* ==========================================================================

   Common pages content

   ========================================================================== */
#wrapper-site {

	/* width: 940px; */

	height: auto;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
	cursor: default;
	transition: width 0.3s;
	overflow: none;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transition: transform 0.2s ease 0.15s;
}

.nav-open {
	overflow: none;
}

/* ==========================================================================

   Header

   ========================================================================== */
.site-header {
	height: 152px;/*transition: height 0.3s;*/
}

.logo {
	float: left;
	margin: 60px 0 0 0;
	width: 173px;
}

/*

#lang {

float: right;

margin: 110px 0 0 0;

}

#lang a {

font-family: 'helen_bg_light_condensedRg';

font-size: 21px;

color: #a7a7a7;

text-decoration: none;

float: left;

line-height: 21px;

}

#lang a.active {

font-family: 'helen_bg_light_condensedRg';

font-size: 21px;

color: #000;

}

#lang span.lang-separator {

width: 1px;

height: 20px;

background: #9a9a9a;

margin: 0px 6px 0 6px;

float: left;

}

*/

/* ==========================================================================

   Navigation

   ========================================================================== */

.hamburger-btn {
	display: none;
	float: left;
	margin-top: -30px;
}

.main-nav {
	width: 100%;
	min-height: 46px;
	border-top: 1px #b9b9b9 solid;
	border-bottom: 2px #bead80 solid;
	display: block;
}

.main-nav .main {
	margin: 0;
	padding: 0;
}

.main-nav .main li {
	float: left;	/*margin-left: 40px;*/
	margin-left: 20px;
	padding-top: 15px;
	position: relative;
}

.main-nav .main li:first-child {
	margin-left: 0;
}

.main-nav .main li a {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 21px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.main-nav .main li ol li {
	float: none;
	margin-left: 0;
}

.main-nav .sub {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 2px solid #bead80;
	border-top: 1px solid #b9b9b9;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 30px;
	padding: 10px;
	white-space: nowrap;
	z-index: 150;
}

#nav-mobile {
	background: none repeat scroll 0 0 #1f1f1f;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	width: 75%;
}

#nav-mobile .main li a {
	color: #000;
	font-family: "helen_bg_light_condensedRg";
	font-size: 21px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border: 1px solid #fff;
	padding: 20px;
}

#nav-mobile .main li {
}

#nav-mobile .main li a:hover {
	border: 1px solid #b5904a;
}

#nav-mobile .main li ol.sub {

	/*padding-bottom:0;*/

	margin-bottom: -10px;
	margin-top: -10px;
}

#nav-mobile .main li ol.sub li {

	/*padding:0;*/
}

.white-back {
	background: #fff;
	width: 100%;
	padding: 30px 0 110px 0;
}

#mobile-footer {
	font-family: "helen_bg_light_condensedRg";
	font-size: 21px;
	text-decoration: none;
	padding-left: 20px;
}

#mobile-footer ul {
}

#mobile-footer li a {
	font-family: 'helveticaneuecyrbold';
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

/* ==========================================================================

   Carousel

   ========================================================================== */
.carousel-cont {

	/* margin-top: 10px; */

	transition: margin 0.3s;
}

.carousel-cont a {
	text-decoration: none;
}

.tmp-1 .text-cont {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 45%;
}

.tmp-1 .text-cont h1 {
	margin: 20px 0;
	padding: 0;	/*font-family: 'playfair_display_scitalic';*/
	font-family: "helen_bg_light_condensedRg";
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	width: 477px;
	margin: 0 auto;
}

.slider-btn-cont {
	margin-top: 20px;
}

.slider-btn {
	padding: 10px 13px;
	border: 1px solid #ffffff;
	font-family: "helen_bg_light_condensedRg";
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
}

.tmp-2 .text-cont {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.tmp-2 .text-cont h1 {
	font-family: 'playfair_display_scregular';
	font-size: 35px;
	line-height: 35px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.tmp-2 .text-cont h1 a {
	margin: 20px 0;
	padding: 0;
	font-family: 'playfair_display_scregular';
	font-size: 35px;
	line-height: 35px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.tmp-2 p a, .tmp-2 p {
	color: #000000;
	font-family: "helen_bgregular";
	font-size: 14px;
	line-height: 17px;
}

.tmp-3 .img-cont {
	float: left;
	width: 565px;
}

.tmp-3 .text-cont {
	float: left;
	width: 355px;
	text-align: center;
	margin-left: 20px;
}

.tmp-3 .text-cont h1.slider-title {

	/*margin-top: 36%;*/

	margin-top: 220px;
}

.tmp-3 .text-cont h1.slider-title a, .tmp-3 .text-cont h1.slider-title {
	font-family: 'playfair_display_scregular';
	font-size: 32px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
}

.tmp-3 p a, .tmp-3 p {
	font-family: 'helen_bgregular';
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}

/* ==========================================================================

   Banners

   ========================================================================== */
#banners {
	margin-top: 30px;
	border-top: 1px solid #b9b9b9;
	padding: 5px 0;
	border-bottom: 1px solid #b9b9b9;
}

.video-banner {
	display: none;
}

.video-banner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.banner {
	width: 465px;
	height: 365px;
	position: relative;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	transaction: width 0.3, margin 0.3;
}

.banner img {
	width: auto;
}

.banner:first-child {
	margin: 0;
}

.banner img {
	width: 100%;
	position: absolute;
	z-index: 20;
}

/* ==========================================================================

   Lead posts

   ========================================================================== */
#lead-posts-cont {
	margin-top: 30px;
}

.lead-post {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	transition: margin 0.3s;
	width: 310px;
}

.lead-post h2 {
	font-family: "helen_bg_light_condensedRg";
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #b49049;
	width: 290px;
	padding-right: 20px;
	min-height: 53px;
	margin: 0 0 20px 0;
}

#lead-posts-cont .lead-post:first-child {
	margin-left: 0;
}

.lead-post .lead-text {
	font-family: "helen_bgregular";
	font-size: 13px;
	line-height: 17px;
	color#000;
	min-height: 60px;
	margin: 10px 0;
	padding: 0 10px;
}

.lead-read-more {
	background: #b99856;
	color: #fff;
	font-family: 'helveticaneuecyrbold';
	line-height: 12px;
	font-size: 12px;
	padding: 7px 15px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
	text-decoration: none;
}

.lead-more a {
	margin-right: 7px;
}

/* ==========================================================================

   Footer

   ========================================================================== */
.nav-open footer {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transition: transform 0.2s ease 0.15s;
}

footer {

	/* background: #1d1d1b;

	width: 100%;

	min-height: 190px;

	margin-top: 40px;

	border-top: 1px solid #b9b9b9;

	cursor: default;

	transform: translate3d(0px, 0px, 0px);

	-webkit-transform: translate3d(0px, 0px, 0px);

	transition: transform 0.2s ease 0.15s; */
}

.footer-center {

	/* width: 940px;

	height: auto;

	margin: 0 auto;

	padding-top: 25px; */
}

#footer-nav-cont {
	float: left;
	width: 220px;
	height: auto;
}

#footer-nav-cont li {
	list-style: none;
}

#footer-nav-cont a {
	font-family: 'helveticaneuecyrbold';
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer-nav-cont ul {
	margin: 0;
	padding: 0;
}

/* ==========================================================================

   Newsletter

   ========================================================================== */
.news input.mail {
	background: #fff;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: none;
	background: #fff;
}

.news {

	/*width: 400px;*/
}

.news input.mail {
	/* height: 28px;
	width: 320px;
	margin: 0;
	padding: 0;
	padding: 0 10px;
	line-height: 28px; */
}

.newsletter-submit {
	/* border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: none;
	background: #e52833;
	height: 28px;
	padding: 0 10px;
	line-height: 28px;
	color: #fff;
	font-family: 'helveticaneuecyrbold';
	margin: 0;
	margin-left: -30px; */
}

.newsletter-info {
	/* width: 358px;
	padding-left: 37px;
	background: url(../img/info.png) no-repeat top left;
	margin-top: 10px;
	font-family: 'helveticaneuecyrbold';
	color: #6a6a6a;
	font-size: 11px; */
}

#newsletter-save-info {
	/* margin-top: 10px; */
}

#newsletter-save-info {
	/* color: #fff;
	font-family: 'helveticaneuecyrbold';
	font-size: 12px; */
}

#newsletter-save-info .error {
	/* color: #e52833; */
}

#newsletter-cont {
	/* float: left;
	width: 405px;
	height: auto;
	display: block; */
}

/* ==========================================================================

   Socials

   ========================================================================== */
#footer-soc {
	margin-top: 10px;
}

#footer-soc a {
	margin-right: 5px;
}

/* ==========================================================================

   Advantages

   ========================================================================== */
#footer-soc-advan-cont {
	float: left;
	width: 255px;
	height: auto;
	padding: 0 30px;
}

#advantages {
	display: none;
	margin-top: -4px
}

#advantages img {
	display: inline-block;
	margin-right: 12px;
	margin-top: 4px;
}

/* ==========================================================================

   Calendar

   ========================================================================== */
.calendar-cont, .aside-listing {
	float: left;
	height: 100%;
	transition: margin 0.3s;
}

#events-cont, #list-cont {
	float: left;
	height: auto;
}

#calendar {
	width: 245px;
	height: 245px;
	border: 1px solid #4d4d4d;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#calendar table {
	margin: 0 auto;
}

.dot-empty {
	background: #4d4d4d;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
}

#calendar td, #calendar th, #calendar td a {
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 22px;
}

#calendar td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px 0 0;
}

#calendar th {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}

#calendar td .highlight, #calendar td .highlight a {
	width: 22px;
	height: 22px;
	background: #ff0000;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none;
}

.day {
	padding: 10px 0;
}

.cal-prev {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px
}

.cal-next {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px
}

.cal-bordered {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #4d4d4d;
	width: 22px;
	height: 22px;
	text-decoration: none;
	display: inline-block;
}

.content-inner {
	height: auto;
	width: 100%;
	margin-top: 10px;
}

.calendar-cont h2, .aside-listing h2 {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #bead80;
	margin: 15px 0;
	font-weight: normal;
}

/* ==========================================================================

   Listing

   ========================================================================== */
.listing figure {
	float: left;
	margin-right: 30px;
}

.listing-content {
	float: left;
	width: 330px;
}

.aside-listing {
	width: 240px;
}

.listing-content h2, .single-post-content h2, #cont-list-char aside h1 {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #bead80;
	margin: 15px 0;
	font-weight: normal;
	margin: 0;
}

.listing-content time, .single-post-content time {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #e52833;
	font-family: 'helen_bg_light_condensedRg';
	font-weight: normal;
	margin: 15px 0 25px 0;
	display: inline-block;
}

#events-cont, #list-cont {
	margin: 20px 0 0 35px;
	transition: margin 0.3s;
}

.listing-copy, .single-post-copy, .single-post-copy a {

	/* font-family: 'helveticaneuecyrbold';*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
}

.event-files {
	margin: 5px auto;
}

.show {
	margin-top: 50px;
}

.show a {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bead80;
	font-family: 'helen_bg_light_condensedRg';
	font-weight: normal;
	text-decoration: none;
}

.listing {
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 1px dotted #4d4d4d;
}

/* ==========================================================================

   Listing character

   ========================================================================== */
#cont-list-char aside {
	/* width: 245px;
	float: left; */
}

#cont-list-char aside input.txt {
	/* border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #e4e4e4;
	border: none;
	width: 160px;
	padding: 0 10px;
	height: 27px;
	margin: 0; */
}

#cont-list-char aside input.submit {
	/* background: url(../img/lens.png) no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	padding: 0;
	margin: 0; */
}

#list-char {
	/* width: 660px;
	float: left;
	margin-left: 30px;
	transition: width 0.3s, margin 0.3s; */
}

#list-nav a {
	/* font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #bead80;
	font-family: 'helen_bg_light_condensedRg';
	display: block;
	text-decoration: none;
	margin: 10px 0;
	transition: width 0.3s; */
}

#find-char {
	/* width: 195px;
	height: 130px;
	border: 2px solid #a6a6a6;
	padding: 20px;
	margin-top: 15px; */
}

#find-char a {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #4d4d4d;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0px 10px 0;	/*   width:30px;*/
	width: 29px;
	display: inline-block;
	height: 20px;
	text-align: center;
	text-decoration: none;
}

.character {
	/* font-size: 31px;
	line-height: 31px;
	text-transform: uppercase;
	color: #4d4d4d;
	font-family: 'helen_bg_light_condensedRg';
	width: 100%;
	padding: 20px 0; */
}

#list-char a {
	/* width: 200px;
	float: left;
	font-family: 'helen_bg_light_condensedRg';
	color: #4d4d4d;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 10px 5px 0; */
}

#cont-list-char {
	/* margin-top: 25px; */
}

#search-cont {
	/* margin: 40px 0 15px 0;
	transition: margin 0.3s; */
}

#list-char hr {
	/* margin: 25px 0 0 0; */
}

/* ==========================================================================

   Gallery

   ========================================================================== */
.gallery {
	width: 514px;
	float: left;
	margin-right: 30px;
	transition: width 0.3s;
}

.gallery .bxslider2 {
	margin: 0;
	padding: 0;
}

#bx-pager a {
	margin: 10px 3px 0 3px;
	display: inline-block;
}

/* ==========================================================================

Single post

========================================================================== */
/* .single-post {
	margin-top: 20px;
}

.single-post-content {
	float: left;
	width: 390px;
	transition: width 0.3s;
} */

.sub-heading-1 {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 20px;
	color: #bead80;
	text-transform: uppercase;
	display: block;
	margin: 3px 0;
}

.show_on_map {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 20px;
	color: #bead80;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0;
	display: inline-block;
}

.sub-heading-2 {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 20px;
	color: #bead80;
	text-transform: uppercase;
	display: block;
	margin: 3px 0;
}

.post-logo {
	margin: 5px 0;
}

.vip-ribon, .procent-ribon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact-heading {
	margin: 10px 0;
}

.contacts-post a, .contacts-post {
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* ==========================================================================

   LOOKBOOK

   ========================================================================== */
.title-wholepage {
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	color: #b49049;
	font-family: 'helen_bg_light_condensedRg';
	font-weight: normal;
	margin: 32px 0 16px 0;
}

#pages-numb {
	font-size: 23px;
	line-height: 23px;
	text-transform: uppercase;
	color: #1d1d1b;
	font-family: 'helen_bg_light_condensedRg';
	font-weight: normal;
	margin: 16px 0;
	text-align: center;
}

/* ==========================================================================

   ABOUT

   ========================================================================== */
#about-sidebar {
	width: 215px;
	height: auto;
	transition: width 0.3s;
}

#img-header {
	margin-top: 15px;
	margin-bottom: 25px;
}

#about-sidebar {
	float: left;
}

#about-sidebar h1 {
	font-size: 25px;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 25px;
	text-transform: uppercase;
	font-weight: normal;
	color: #c8b690;
	text-align: left;
	transition: text-align 0.3s;
}

#about-sidebar ul {
	margin: 0;
	padding: 0;
}

#about-sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 15px;
	transition: text-align 0.s;
}

#about-sidebar ul li a {
	font-size: 14px;
	font-family: 'helen_bg_light_condensedRg';
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#about-sidebar ul li a.current {
	color: #c8af79;
}

.about-temp {
	float: left;
	width: 690px;
	margin-left: 35px;
}

.about-tmp1-img {
	width: 180px;
	float: left;
	transition: margin 0.3s;
}

.about-tmp1-content {
	width: 470px;
	float: left;
	margin-left: 40px;
}

.about-tmp1-content h2 {
	font-size: 14px;
	font-family: 'helen_bg_light_condensedRg';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	text-decoration: none;
	color: #c8b690;
}

.about-tmp1-content-in {
	margin-top: 30px;
}

.about-tmp1-content-in {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.about-tmp1-content-in a {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#about-sidebar ul {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #bead7f;
	padding-bottom: 15px;
}

.about-tmp2-code {
	float: left;
	width: 435px;
	height: 435px;
}

.about-tmp2-content {
	float: left;
	width: 210px;
	padding: 0 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.about-tmp2-content a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.about-tmp2-content h1 {
	font-size: 16px;
	font-family: 'helen_bg_light_condensedRg';
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: #c8b690;
	margin: 0;
	padding: 0;
}

.about-tmp2-content h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #dc1f25;
	margin: 0;
	padding: 0;
}

.about-tmp3-code {
	width: 690px;
	float: left;
}

.about-tmp4-content {
	width: 690px;
	float: left;
	font-size: 12px;
	color: #000;
}

.about-tmp4-content a {
	font-size: 12px;
	color: #000;
}

.about-tmp4-content h1 {
	font-size: 25px;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 25px;
	text-transform: uppercase;
	font-weight: normal;
	color: #c8b690;
}

.about-tmp4-content h2 {
	font-size: 20px;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #c8b690;
}

.about-tmp4-content h3 {
	font-size: 15px;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: #c8b690;
}

/* ==========================================================================

   GAME

   ========================================================================== */
#game {
	background: #b49049;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

#background-game {
	background: url(../img/hidden-symbol.png) left top no-repeat;
	height: 100%;
}

#game-title {
	padding: 80px 0 0 280px;
	font-size: 30px;
	color: #fff;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 32px;
	text-transform: uppercase;
}

#game-sub-title {
	font-weight: bold;
	padding: 10px 0 0 280px;
	font-size: 24px;
	color: #fff;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 27px;
	text-transform: uppercase;
}

#game-name-cont {
	padding: 70px 50px 15px 50px;
}

#game-mail-cont {
	padding: 0 50px 15px 50px;
}

#game-name-cont input, #game-mail-cont input {
	width: 96%;
	height: 60px;
	border: 1px solid #e6dac2;
	font-size: 22px;
	line-height: 60px;
	color: #b49049;
	padding: 0 2%;
	font-family: 'helen_bg_lightregular';
}

.checkbox-cont {
	padding: 0 50px;
}

.submit-cont {
	float: right;
	margin-right: 50px;
	margin-top: 50px;
}

.submit-cont input {
	border: 1px solid #ffffff;
	font-size: 24px;
	padding: 17px 21px;
	background: none;
	font-family: 'helen_bg_lightregular';
	color: #fff;
}

#game label {
	font-family: 'helen_bg_lightregular';
	font-size: 19px;
	color: #fff;
}

#game .error {
	font-family: 'helen_bg_lightregular';
	font-size: 19px;
	color: #e31823;
	margin: 10px 0 10px 50px;
}

#game-success {
	font-family: 'helen_bg_lightregular';
	font-size: 19px;
	color: #fff;
	margin: 10px 0 10px 50px;
}

#terms-link {
	font-family: 'helen_bg_lightregular';
	font-size: 19px;
	color: #fff;
	margin: 10px auto;
	display: inline-block;
}

.center-terms {
	text-align: center
}

/* ==========================================================================

   Theater

   ========================================================================== */
#theatre {
	margin-top: 15px;
}

#background-th {
	background: url(../img/Serdika-Zaslujil-Artist-Site-Platform-940-688px.jpg) no-repeat center top;
	min-height: 688px;
}

#theatre .error {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #F00;
	padding: 2px 0;
}

#th-success {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #502163;
	line-height: 36px;
	padding: 50px 0;
	text-align: center;
	width: 650px;
	margin: 0 auto;
}

#top-title {
	padding: 20px 0;
}

#top-title img {
	margin: 0 auto;
	display: block;
}

.w350 {
	width: 350px;
}

.center {
	margin: 0 auto;
}

#th-please {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #502163;
	margin: 8px 0 0 0;
	padding-left: 18px;
}

#theatre input[type="text"] {
	border: 3px solid #502163;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 26px;
	width: 320px;
	padding: 0 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	background: none;
	color: #502163;
	margin: 8px 0;
	font-size: 19px;
	line-height: 26px;
}

[placeholder] {
	/* color: #502163 !important; */
}

::-webkit-input-placeholder {
	color: #502163;
}

:-moz-placeholder {
	/ Firefox 18- / color: #502163;
	opacity: 1;
}

::-moz-placeholder {
	/ Firefox 19+ / color: #502163;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #502163;
}

#theatre input[type="submit"] {
	width: 220px;
	border: 3px solid #502163;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
	background: none;
	display: block;
	color: #502163;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

#th-sex-cont {
	width: 190px;
	margin: 0 auto;
}

#theatre label {
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	padding-bottom: 9px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	margin-left: 13px;
	font-size: 16px;
	line-height: 16px;
	color: #502163;
}

#theatre .radios {
	padding-top: 18px;
}

#theatre .label_check input, .label_radio input {
	margin-right: 5px;
}

.has-js #theatre .label_check, .has-js #theatre .label_radio {
	padding-left: 20px;
}

.has-js #theatre .label_radio {
	background: url(/img/radio-off.png) no-repeat 0 4px;
}

.has-js #theatre .label_check {
	background: url(/img/check-off.png) no-repeat;
}

.has-js #theatre label.c_on {
	background: url(/img/check-on.png) no-repeat;
}

.has-js #theatre label.r_on {
	background: url(/img/radio-on.png) no-repeat 0 4px;
}

.has-js #theatre .label_check input, .has-js #theatre .label_radio input {
	position: absolute;
	left: -9999px;
}

#theatre #terms-link {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #502163;
	font-size: 12px;
}

.show-map {
	font-family: 'helen_bg_light_condensedRg';
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #d3aa68;
	padding: 5px 10px;
	margin: 5px;
}

.show-map-s {
	/* font-family: 'helen_bg_light_condensedRg';
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #d3aa68;
	padding: 10px 10px;
	margin: 5px 0;
	display: block; */
}

.map-cont-nav {
	padding: 10px 0;
}

.level--1, .level-0, .level-1 {

	/* display:none; */
}

.columnizeit .show-mape {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	margin: 2px 0;
}

.columnizeit h4 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	text-decoration: underline;
	margin: 2px 0;
}

.columnizeit {
	margin-top: 20px;
}

.column {
	border-right: 1px dashed #cccccc;
	box-sizing: border-box;
	padding-left: 10px;
}

.column.last {
	border-right: none;
}

.columnizeit a {
	display: block;
}

.columnizeit h4 {
	padding-top: 20px;
	display: block;
	box-sizing: border-box;
}

.columnizeit h4:first-child {
	padding-top: 0;
}

@media only screen and (max-width:650px) {
	#th-success {
		width: 100%;
	}

}

@media only screen and (max-width:410px) {
	#top-title {
		padding: 0;
		transition: all ease 0.2;
		padding: 15px 0;
	}

	#top-title img {
		width: 90%;
		transition: all ease 0.2;
	}

	.w350 {
		width: 100%;
	}

	#theatre input[type="text"] {
		width: 80%;
	}

}

/* ==========================================================================

   VIP

   ========================================================================== */
#vip-title {
	font-size: 36px;
	color: #be9f62;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 36px;
	text-transform: uppercase;
	margin: 20px 0 35px 0;
}

#vip-title span {
	display: inline;
	float: left;
}

#vip-subtitle {
	font-size: 16px;
	color: #000;
	font-family: 'helveticaneuecyrbold';
	line-height: 16px;
}

.vip-column {
	width: 45%;
	float: left;
	margin: 5px 0;
	padding-right: 5%;
}

.vip-column-title {
	font-size: 24px;
	color: #be9f62;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 24px;
	text-transform: uppercase;
	padding: 20px 0;
	clear: both;
}

#vip-right-column-login {
	width: 35%;
	float: left;
	padding-left: 5%;
}

#vip-left-column-login {
	width: 60%;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.vip-content {
	font-size: 13px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 13px;
}

#print {
	padding-left: 30px;
	background: url('/img/print.png ') left top no-repeat;
	font-size: 14px;
	color: #575756;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 14px;
	float: right;
	text-decoration: none;
}

.vip-form-title {
	font-size: 20px;
	color: #bead80;
	font-family: 'helen_bg_light_condensedRg';
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
}

#vip-left-column-login p:first-child {
	margin-top: 0px;
}

#vip-right-column-login input[type='email'], #vip-right-column-login input[type='password'], #vip-right-column-login input[type='text'] {
	width: 90%;
	height: 28px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 28px;
	color: #1d1d1b;
	border: none;
	background: #e4e4e4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 5%;
	margin: 15px 0 0 0;
}

#vip-right-column-login input[type='submit'] {
	width: 152px;
	height: 28px;
	background: #be9f62;
	color: #fff;
	font-family: 'helveticaneuecyrbold';
	font-size: 12px;
	line-height: 28px;
	border: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-top: 23px;
}

#registered-people {
	padding-bottom: 20px;
	border-bottom: 1px solid #c7b891;
}

#forgoten-pasword-people {
	padding-top: 16px;
}

#vip-right-column-login form p {
	font-size: 12px;
	color: #F00;
}

.for-success {
	color: #063;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serifl;
}

.vip-exit {
	width: 94px;
	height: 27px;
	background: #be9f62;
	color: #fff;
	font-family: 'helveticaneuecyrbold';
	font-size: 12px;
	line-height: 27px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: inline-block;
	float: left;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
	margin-left: 20px;
}

#register-url {
	margin: 10px 0;
	clear: both;
	height: 20px;
}

#register-url a {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	float: right;
}

/* ==========================================================================

   Helper classes

   ========================================================================== */
.dn {
	display: none;
}

/*

 * Image replacement

 */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;    /* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*

 * Hide from both screenreaders and browsers: h5bp.com/u

 */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*

 * Hide only visually, but have it available for screenreaders: h5bp.com/v

 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*

 * Extends the .visuallyhidden class to allow the element to be focusable

 * when navigated to via the keyboard: h5bp.com/p

 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*

 * Hide visually and from screenreaders, but maintain layout

 */
.invisible {
	visibility: hidden;
}

/*

 * Clearfix: contain floats

 *

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    `contenteditable` attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that receive the `clearfix` class.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*

 * For IE 6/7 only

 * Include this rule to trigger hasLayout and contain floats.

 */
.clearfix {
	*zoom: 1;
}

/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */
@media only screen and (max-width:940px) {

	/* Style adjustments for viewports that meet the condition */

	/*

	* Christmass fix

	*/

	body {
		background: #fff !important;
	}

	/*

	* end Christmass fix

	*/
	#lang {
		/* margin: 0;
		margin-top: -20px; */
	}

	.site-header {
		height: 80px;
		margin-top: 30px;
		transition: margin 0.3s;
	}

	#wrapper-site {
		width: 90%;
		padding: 0 5%;
		overflow: hidden;
	}

	.nav-open {
		overflow: hidden;
	}

	.nav-open #wrapper-site {
		transform: translate3d(75%, 0px, 0px);
		-webkit-transform: translate3d(75%, 0px, 0px);
		transition: transform 0.2s ease 0.15s;
	}

	.logo {
		float: none;
		margin: 0 auto;
	}

	.footer-center {
		width: 100%;
	}

	.banner {
		margin: 10px auto !important;
		float: none !important;
	}

	.lead-post, .lead-post:first-child {
		margin: 20px auto !important;
		float: none !important;
	}

	.main-nav {
		display: none;
	}

	.carousel-cont {
		margin-top: 0;
	}

	.hamburger-btn {
		display: block;
	}

	.nav-open footer {
		transform: translate3d(75%, 0px, 0px);
		-webkit-transform: translate3d(75%, 0px, 0px);
		transition: transform 0.2s ease 0.15s;
	}

	.nav-open #nav-mobile {
		display: block;
		opacity: 1;
	}

	#nav-mobile .sub {
		background: none;
		border-bottom: none;
		border-top: none;
		display: block;
		left: 0;
		top: 0;
		padding: 10px;
		position: relative;
		white-space: nowrap;
		z-index: 150;
	}

	.tmp-1 .text-cont h1 {
		width: 90%;
	}

	#footer-nav-cont {
		float: none;
		text-align: center;
		width: 100%;
	}

	#footer-nav-cont li a {
		font-size: 16px;
		padding: 15px 0;
		display: block;
	}

	#footer-soc-advan-cont {
		margin: 0 auto;
		float: none;
		padding: 0;
		width: 150px;
	}

	#newsletter-cont {
		/* display: block;
		float: none;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		width: 405px; */
	}

	.tmp-3 .img-cont {
		width: 100%;
		float: none;
		margin: 0;
	}

	.tmp-3 .text-cont {
		width: 100%;
		float: none;
		margin: 0;
	}

	.tmp-3 .text-cont h1.slider-title {
		margin: 0;
	}

	#list-char {
		/* width: 60%; */
	}

	#list-char a {
		/* width: auto; */
	}

	.single-post-content {
		width: 100%;
		float: none;
	}

	.gallery {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.listing-content h2, .single-post-content h2, #cont-list-char aside h1 {
		margin-top: 10px;
	}

	.calendar-cont, .aside-listing {
		height: auto;
		float: none;
		margin: 0 auto;
		width: 245px;
	}

	#events-cont {
		margin: 0;
	}

	#events-cont, #list-cont {
		float: none;
	}

	.listing-content {
		float: none;
		width: auto;
	}

	#img-header img {
		width: 100%;
	}

	#about-sidebar {
		width: 100%;
		float: none;
	}

	#about-sidebar h1 {
		text-align: center;
	}

	#about-sidebar ul li {
		text-align: center;
		transition: text-align 0.3s;
	}

	.about-temp {
		width: 100%;
		margin-left: 0;
	}

	.about-tmp1-img {
		margin-top: 10px;
	}

	.about-tmp3-code {
		margin-top: 10px;
	}

	.about-tmp4-content {
		width: 100%;
	}

	#events-cont, #list-cont {
		margin: 0;
	}

	.calendar-cont h2, .aside-listing h2 {
		text-align: center;
	}

}

@media only screen and (max-width:800px) {
	#list-char {/* 
		width: 30%; */
	}

	#list-char a {
		/* width: 100%; */
	}

	.about-tmp1-content-in {
		float: none;
	}

	.about-tmp2-content {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.about-tmp2-code {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.about-tmp1-content {
		width: 100%;
		margin-left: 0;
	}

	.about-tmp1-img {
		float: none;
		margin: 10px auto;
	}

	#game-title, #game-sub-title {
		padding-left: 50px;
	}

}

@media only screen and (max-width:680px) {
	.listing-content {
		width: 100%;
	}

	.listing figure {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.listing figure img {
		display: block;
		margin: 0 auto;
	}

	#vip-left-column-login {
		float: none;
		width: 100%;
		transition: width 0.3s;
	}

	#vip-right-column-login {
		float: none;
		padding-left: 0;
		width: 100%;
		transition: width 0.3s;
	}

	#vip-left-column, #vip-right-column {
		float: none;
		width: 100%;
	}

	.vip-column {
		width: 100%;
		transition: all 0.3s;
		padding: 0;
	}

}

@media only screen and (max-width:480px) {
	.banner {
		width: 100%;
	}

	.logo {
		width: 110px;
	}

	.logo img {
		width: 100%;
	}

	.tmp-1 .text-cont {
		top: 0;
	}

	#newsletter-cont {
		/* display: none; */
	}

	.tmp-1 .text-cont h1 {
		display: none;
	}

	#cont-list-char aside {
		float: none;
	}

	#list-char {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	#search-cont {
		/* margin: 15px 0; */
	}

	.about-tmp1-img {
		float: none;
	}

	.about-tmp1-content {
		width: 100%;
		float: none;
		margin-left: 0;
	}

}

@media only screen and (max-width:320px) {
	.lead-post img, .lead-post {
		width: 100%;
		margin: 0;
	}

	.tmp-1 .text-cont {
		margin-top: 10px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 90%;
	}

	.listing figure, .listing figure img {
		width: 100%;
	}

	.listing figure img {
		display: block;
		margin: 0;
		width: 100%;
	}

}

@media only screen and (min-width:35em) {

	/* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {

	/* Style adjustments for high resolution devices */
}

/* ==========================================================================

   Print styles.

   Inlined to avoid required HTTP connection: h5bp.com/r

   ========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	/*a[href]:after {

	content: " (" attr(href) ")";

	}

	abbr[title]:after {

	content: " (" attr(title) ")";

	}*/

	/*

	     * Don't show links for images, or javascript/internal links

	     */



	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

}

/* ==========================================================================

  LP STYLES

   ========================================================================== */
#pt img, #ls img {
	width: 100%;
}

@media all and (orientation:landscape) {
	#pt {
		display: none;
		transition: all 0.3s;
	}

	#ls {
		display: block;
		transition: all 0.3s;
	}

}

@media all and (orientation:portrait) {
	#ls {
		display: none;
		transition: all 0.3s;
	}

	#pt {
		display: block;
		transition: all 0.3s;
	}

}

/*

* Christmass fix

*/
.content, .bx-viewport, #wrapper-site {
	background-color: transparent !important;
	background: none;
}

#christmas-song-div {
	width: 21px;
	height: 21px;
	overflow: hidden;
	background-image: url(../img/mute_unmute.png);
	background-position: -21px 0px;
	cursor: pointer;
	float: left;
	margin-right: 4px;
}

/*

* end Christmass fix

*/
