/** CSS RESET **/
@import 'fonts/fonts.css';

html {
    -webkit-font-smoothing: antialiased
}

/********************************* scrollbar *******************************/
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #b7924e; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background:  rgba(182,182,182,0.4);
}


/*******************************************************************/
/***************************** COOKIE BAR **************************/
/*******************************************************************/
.cookie-message {
	float: left;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 1% 0 1%;
	margin: 0;
	padding-top: 5px;
	position: fixed;
	z-index: 99999;
	height: 32px !important;
	border: 0;
	text-align: left;
	background: #333 !important;
	border: none !important;
}
.cookie-message a {
	top: 2px;
	top: 2px;
	right: 30px;
	position: absolute;
	cursor: pointer;
	padding: 4px 10px;
	margin: 5px !important;
	font: normal 14px 'Montserrat' !important;
	float: none !important;
	background: #222;
	border: 1px solid #111;
}
.cookie-message p, .cookie-message a {
	color: #CCC !important;
	font: normal 12px 'Montserrat';
	margin: 0.5em 0;
	line-height: 18px;
}
/*******************************************************************/
/*************************** COOKIE BAR END ************************/
/*******************************************************************/

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

img {border:0;}
a {
	text-decoration: none;
}
p, span {
	font-size: 14px;
}
p, div {
	line-height: 18px;
}
ul {
	list-style: none;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.clear {
	clear: both !important;
}
.full-width {
	width: 100%;
}
.full-width.with-padding {
	width: 98% !important;
	padding: initial 1% !important;
}
.width-auto {
	width: auto !important;
}
.half-width {
	width: 48% !important;
	padding: 5px 1% !important;
}
.clear-none {
	clear: none !important;
}
.no-margin {
	margin: 0 !important;
}
label.with-padding {
	padding: 1% 10px 0 0;
}
.margin-bottom {
	margin-bottom: 10px;
}
.big-margin-bottom {
	margin-bottom: 20px;
}
.margin-top {
	margin-top: 5px;
}
.big-margin-top {
	margin-top: 20px;
}
.margin-left {
	margin-left: 5px;
}

.big-margin-left {
	margin-left: 20px;
}
.margin-right {
	margin-right: 5px;
}
.big-margin-right {
	margin-right: 5px;
}
.with-padding: {
padding: 1% !important;
}
.form-row {
	float: left;
	width: 96%;
	padding: 5px 2%;
}
.half-form-row {
	float: left;
	width: 35%;
	padding: 5px 2%;
}
.uppercase { text-transform: uppercase !important; }
h3, h4, h5 { font-weight: normal; }

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.black {
	color: #000;
}
.white {
	color: #fffdfd !important;
}

.yellow {
	color: #b38c45 !important;
}

.light-brown {
	color: #b19b74 !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}
.tahoma {
	font-family: Tahoma !important;
}

.relative {
	position: relative !important;
}

* strong, strong {
	font-weight: 500;
}

/* CSS RESET END*/

body {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f6f6f6;
	font-size: 100%;
	font-family: 'Montserrat';
	font-weight: 300;
	position: relative;
	overflow-x: hidden;
}

body.sub {
	background: #f6f6f6 url('../images/bg.png') no-repeat bottom right;
}

#page {
	float: left;
	width: 100%;
	padding-top: 125px;
}

#header_out {
	float: left;
	width: 100%;
	background: #1d1e20;
	position: fixed;
	z-index: 9000;
	left: 0;
	top: 0;
}
#header {
	max-width: 1180px;
	width: auto;
	margin: 0 auto;
	height: 125px;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

.wrapper {
	max-width: 1180px;
	width: auto;
	position: relative;
	z-index: 2;
	margin: auto;
	box-sizing: border-box;
	padding: 0 10px;
	clear: both;
}

#content {
	float: left;
	width: 100%;
	min-height: 630px;
}
#path {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

/** HEAD **/
h1.logo {
	margin: 0;
	padding: 23px 10px;
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
}
h1.logo a {
	float: left;
	width: 100%;
}
/* head menu css */
#menu {
	float: left;
	margin-right: 10px;
	width: 70%;
	margin-left: 17%;
}
#menu ul {
	float: left;
	list-style: none;
	padding: 12px 5px;
}
#menu ul li {
	float: left;
	margin: 0 15px;
	position: relative;
}
#menu ul li {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
}
#menu ul li a {
	color: #f8f7f9;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: -0.3px;
}

#menu ul > li.active {
	border-bottom: 1px solid #b7924e;
}
#menu ul > li > a:hover, #menu ul li.active a {
	color: #b7924e;
}
#menu ul ul {
	position: absolute;
	padding: 0;
	width: 150px;
	left: -55px;
	margin-top: 20px;
	z-index: 100000;
	display: none;
}

#menu .menu-no-margin ul {
	left: -40px !important;
}

#menu ul ul li {
	margin: 1px 0;
	width: 100%;
}
#menu ul ul > li > a {
	float: left;
	width: 92%;
	font-size: 11px;
	padding: 3px 4%;
	text-align: center;
	color: #c6c4c2 !important;
}
#menu ul ul li.active a, #menu ul ul li a:hover {
	color: #b68f4b !important;
}
/* head menu css end */
/* head search */
#head_search {
	font-family: 'Trajan Pro';
	float: left;
	width: 35px;
	background: url('../images/search-bg.png') no-repeat left top;
	margin: 9px 0;
	padding: 5px;
}
#head_search input {
	background: transparent;
	color: #958f86;
	padding: 2px;
	float: left;
	font-family: Tahoma;
}
#head_search input[type=text] {
	width: 85px;
	padding: 2px 5px;
	border-right: 1px solid #49453c;
}
#head_search input[type=submit] {
	cursor: pointer;
	border-left: 1px solid #332f28;
}
/* head search end */

.m-icon {
	float: left;
	margin: 10px 15px 0 0;
	font-size: 20px;
	color: #4a4b4d;
}


/* Language sel. */
.menu-bar {
	padding: 2px;
	list-style: none;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 100;
	width: auto;
}

.m-item {
	padding: 7px 15px;
}

.m-item:nth-child(2) {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.m-item:nth-child(3) {
	border-right: 1px solid #333;
}

.m-item a .fa {
	font-size: 22px;
	color: #777777;
}

.m-item a {
	color: #777777;
	font-size: 14px;
	font-weight: lighter;
}

.m-item.cart {position: relative;}
.m-item.cart .indicator {
	position: absolute;
	top: 3px;
	right: 10px;
	background: red;
	border-radius: 50%;
	color: #fff;
	min-width: 16px;
	width: auto;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	font-family: 'Montserrat';
	text-align: center;
}

ul.lng-selector {
	float: left;
	padding: 0;
	margin: 0;
	width: 120px;
	background: #222;
	display: none;
	position: absolute;
	left: 10px;
	top: 80%;
	line-height: 22px;
}

ul.lng-selector img {
	float: left;
	max-width: 16px;
	margin-right: 5px;
}

ul.lng-selector li {
	float: left;
	cursor: pointer;
	width: 100%;
	clear: both;
	padding: 10px;
	border-bottom: 1px dotted #444;
	box-sizing: border-box;
}

ul.lng-selector li:hover {
	background: #333;
}

ul.lng-selector li a {
	float: left;
	color: #999;
	text-align: center;
	width: 100%;
	font-family: 'Trajan Pro';
}

.active-lang {
	color: #999;
	float: left;
	padding: 3px;
	position: relative;
	cursor: pointer;
	font-family: 'Trajan Pro';
	line-height: 20px;
}

.active-lang img {
	float: left;
	max-width: 16px;
	margin-right: 6px;
}

ul.lng-selector li a.current {
	display: block;
}

/* Language sel. end */

/** HEAD END **/

/** FOOTER **/
#footer_outer {
	float: left;
	width: 100%;
	clear: both;
}
.footer {
	width: 100%;
	box-sizing: border-box;
	float: left;
	border: 1px solid #ddd;
}

.foot-logo {
	margin-top: -40px;
}

#foot-menu {
	width: 100%;
	padding: 10px 0;
	background: #ededed;
}

#foot-menu .menu-left {
	width: 65%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #cfcfcf;
}

#foot-menu.foot-menu-ru_RU .menu-left {
	width: 70%;
}

#foot-menu .menu-right {
	width: 35%;
	float: right;
	padding-left: 15px;
	box-sizing: border-box;
}

#foot-menu.foot-menu-ru_RU .menu-right {
	width: 30%;
}

#foot-menu ul {
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	*display: inline;
	float: left;
}
#foot-menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#foot-menu ul li a {
	color: #868686;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 10px;
	font-family: 'Montserrat';
	font-weight: 300;
	float: left;
}

.footer-top {
	border-bottom: 1px solid #DDD;
	background: #f6f6f6;
}

.footer-top .logo {
	padding: 5px 25px;
	border-right: 1px solid #DDD;
}

#footer_outer .copyright {
	padding: 30px 10px;
	text-align: center;
	color: #868686;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 300;
}

.newsletter {
	float: left;
	width: auto;
	padding: 5px 10px;
	border-right: 1px solid #DDD;
}

.newsletter > form > .nwl-inner {
	float: left;
	background-color: #FFF;
	padding: 5px;
	margin-top: 1px;
}

.nwl-inner input {
	padding: 10px;
	border: 0;
	color: #777777;
	font-family: 'Montserrat';
	font-size: 14px;
	background: transparent;
	border: none;
	width: 270px;
	font-weight: 300;
}

.nwl-inner button:disabled, .nwl-inner button:disabled .fa {
	color: #AAA !important;
}

.nwl-inner button.submit {
	background: transparent;
	padding: 7px 15px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #b7924e;
	border: none;
	box-shadow: none;
}

.nwl-inner button.submit .fa {
	color: #b7924e;
}

.newsletter .terms {
	float: left;
	padding: 15px;
}

.newsletter .terms label {
	font-size: 12px;
	font-family: 'Montserrat';
	color: #666666;
	padding-left: 10px;
	font-weight: 300;
}

.newsletter .terms label a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.footer .social {
	float: left;
	padding: 10px 0 10px 20px;
}

.footer .social .m-icon {
	float: left;
	margin: 10px 25px 0 0;
	font-size: 20px;
	color: #a8a8a8;
}


/** FOOT END **/

/* Navigator CSS */
div.nav-wrap {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

ul.navigation {
	list-style: none;
	width: 100%;
	background: url('../images/pager_bg.png') repeat-x center;
}
ul.navigation li {
	display: inline-block;
}
ul.navigation li a {
	font-size: 20px;
	color: #666;
	line-height: 30px;
	padding: 10px 20px;
	border: 1px solid #8a8a8a;
	float: left;
	background: #fff;
	font-family: 'Montserrat';
}

ul.navigation li a:hover {
	background: #ddd;
}

ul.navigation li a.current {
	color: #fffdfd;
	background: #b7924e;
	border-color: #b7924e;
}
.nav-last, .nav-first {
	display: none;
}
.nav-next, .nav-prev {
	padding: 0 !important;

}

.nav-next a, .nav-prev a {
	font-size: 48px !important;
	padding: 10px 20px !important;
	line-height: 30px !important;
}

/* Navigator CSS END */

h2.main-title {
	font-size: 40px;
	text-align: center;
	font-family: 'Trajan Pro';
	font-weight: normal;
	color: black;
	text-transform: small-caps;
}

h2.main-title small {
	display: block;
	font-family: 'Montserrat';
	font-weight: bold;
	text-align: center;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	font-size: 13px;
	color: #b7924e;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.block.concerts {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 30px 0 50px 0;
}

.block.concerts * {
	color: #777777;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 300;
}

.main-block {
	margin-top: 30px;
	float: left;
	width: 100%;
	min-height: 400px;
}

.main-block.events {
	margin-top: 30px;
}

.main-block-content {
	padding: 15px 0;
	float: left;
	width: 100%;
}

.main-block .link-more {
	font-family: 'Trajan Pro';
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: center;
	color: #b7924e;
	clear: both;
}

.main-block .link-more:hover {
	text-decoration: underline;
}

.main-block.webshop {
	height: 550px;
	background: url('../images/webshop_bg.jpg') repeat-y center;
	padding-top: 40px;
	box-sizing: border-box;
}

.main-block.news {
	height: 600px;
	background: url('../images/news_bg.jpg') repeat-y center;
	box-sizing: border-box;
	padding-top: 30px;
}

.main-block #Youtube-gallery {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 40px;
}

#Youtube-gallery .big-yt {
	float: left;
	width: 32%;
	box-sizing: border-box;
	position: relative;
}

#Youtube-gallery .big-yt .v-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	padding-top: 35%;
	text-align: center;
}

#Youtube-gallery .big-yt .v-overlay > i.fa {
	color: #999;
	font-size: 40px;
}

#Youtube-gallery .big-yt.odd {
	margin: 0 2%;
}

#Youtube-gallery .big-yt img {
	width: 100%;
	float: left;
}

#Youtube-gallery .big-yt .shadow-wrap {
	float: left;
	width:100%;
	padding-bottom: 15px;
	background: url('../images/video_shadow.png') no-repeat bottom center;
}

#Youtube-gallery .big-yt .shadow-wrap > a {
	width: 100%;
	background: #fff;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

#Youtube-gallery .big-yt > span {
	color: black;
	display: block;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	float: left;
}

#designated {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.webshop-item {
	float: left;
	width: 23%;
	box-sizing: border-box;
	margin: 1%;
}

.webshop-item .item-wrap {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	background: url('../images/webshop_shadow.png') no-repeat bottom center;
}

.webshop-item .designated-image {
	float: left;
	height: 250px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}

.webshop-item .designated-image img {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.webshop-item .designated-image img:hover {
	-webkit-transform: rotate(10deg) scale(1.5);
	transform: rotate(10deg) scale(1.5);
}

.webshop-item .designated-image a {
	padding: 10px;
	float: left;
	max-height: 240px;
	overflow: hidden;
}

.webshop-item h3 {
	float: left;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.webshop-item h3 a {
	font-family: 'Montserrat';
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.webshop-item img {
	max-width: 100%;
	float: left;
}

h2.category-title {
	float: left;
	width: 100%;
	text-align: right;
	padding: 20px 0 30px;
	font-size: 48px;
	color: #fffdfd;
	line-height: 100%;
	margin-bottom: 0px;
	text-shadow: 0 3px 0px #111;
	-moz-text-shadow: 0 3px 0px #111;
	-webkit-text-shadow: 0 3px 0px #111;
	text-transform: uppercase;
	font-family: 'Trajan Pro';
}

.category-title a {
	float: left;
	width: 90%;
}

.category-title span {
	width: 6%;
	float: right;
	height: 2px;
	margin: 25px 1% 0 2%;
	background: url('../images/dotted.png') no-repeat top left;
	clear: none !important;
}
.category-main .category-main {
	float: left;
	color: #bfa87d;
	padding: 0 20px;
	position: relative;
	background: url('../images/title-line.png') no-repeat 0px 15px;
	padding-top: 40px;
	font-family: Tahoma;
	width: 96%;
}

#contact {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
}

#contact .block > h3, #guestbook > h3 {
	text-align: center;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}

#guestbook > h3 {
	margin: 20px 0;
}

#contact .block-content h3 {
	color: #c99c49;
	font-size: 22px;
	font-family: 'Montserrat';
	font-weight: 500;
	padding: 10px 0;
	line-height: 28px;
}

#contact .block-content span, #contact .block-content p, #contact .block-content strong {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

#contact .block-content strong {
	color: #c99c49;
	padding-right: 5px;
	font-weight: 500;
}

#contact .block-content > div:last-child {
	padding-left: 80px !important;
}

#contact form {
	float: left;
	width: 96%;
	padding: 20px 2%;
	font-family: Tahoma;
}
#contact label {
	color: #c99c49;
	font-size: 100%;
}
#contact .contact-input {
	margin: 5px 0;
	background: #514b3f;
	border: 1px solid #9f844b;
	font-size: 100%;
	padding: 2px 5px;
	width: 300px;
	color: #bfa87d;
}
#contact .cont-sub {
	float: right;
	margin-top: 140px;
	padding: 5px 30px;
	cursor: pointer;
}

#contact .block-content {
	float: left;
	width: 92%;
	padding: 40px 4%;
	font-family: 'Montserrat';
	color: #a8a8a8;
	font-size: 14px;
	font-weight: 300;
}

#sponsors .block {
	float: left;
	width: 100%;
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#sponsors h3 {
	text-align: center;
	font-family: 'Montserrat';
	font-size:24px;
	font-weight: bold;
	text-transform: uppercase;
}

#sponsors table {
	width: 100% !important;
}

#sponsors .block-content {
	float: left;
	width: 96%;
	padding: 20px 2%;
}

.topsponsors, .sponsors {
	float: left;
	width: 100%;
	font-family: Tahoma;
}
.topsponsors a {
	float: left;
	width: 155px;
	text-align: center;
	color: #b19b74;
	text-transform: uppercase;
	font-size: 80%;
	padding: 0 0 20px;
}
.topsponsors a img {
	margin: 0 7%;
	box-shadow: 5px 5px 5px #222;
	-moz-box-shadow: 5px 5px 5px #222;
	-webkit-box-shadow: 5px 5px 5px #222;
	clear: both;
	width: 86%;
	height: auto;
}
.sponsors a {
	float: left;
	width: 114px;
	margin: 10px;
	border: 1px solid #656252;
	padding: 10px;
	text-align: center;
	color: #b19b74;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 100%;
	min-height: 100px;
}
.sponsors a img {
	width: 93px;
	padding: 10px;
}
#GalleryList, #GalleryContent {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#GalleryContent {
	background: #fff;
	padding: 20px;
}

#GalleryList h3, #gallery h3, #YoutubeContent h3 {
	text-align: center;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

#GalleryList h3 .open, #gallery h3 .open {
	font-size: 60px;
	padding: 0 10px;
	color: #b7924e;
	cursor: pointer;
	width: 5%;
	text-align: center;
	float: right;
	box-sizing: border-box;
	line-height: 40px;
}

#GalleryList h3 a, #YoutubeContent h3 a {
	color: #000;
	float: left;
	width: 100%;
	padding: 0;
	line-height: 50px;
}
#GalleryList .one-gallery {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	padding: 20px 20px;
	margin-bottom: 20px;
	background: #fff;
	box-sizing: border-box;
}
#GalleryList .gallery-main-image {
	float: left;
	width: 100%;
	margin: 5px 0;
	background: #2e2a24;
	display: none;
}
#GalleryList .gallery-in-main-image {
	padding: 20px 2%;
}

#YoutubeContent {
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}

#category {
	position: relative;
}

#category.bio .desc-left {
	float: left;
	max-width: 20%;
	margin-right: 1%;
	max-height: 100%;
	padding: 0;
}

#category.bio .desc-right {
	float: right !important;
	max-width: 79%;
}

#category.bio .desc-left a {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	max-height: 100%;
}

#category.bio .desc-left a img {
	max-width: 90%;
	margin: 5px 5%;
}

#category.bio .desc-right .stext, #category.bio  .desc-right .ltext {
	float: left;
	width: 100%;
	font-weight: 300;
}
#category.bio .desc-right .stext {
	padding-bottom: 5px;
}

.top-nav {
	position: absolute;
	top: 20px;
	*left: 0;
}

#guestbook .top-nav {
	top: 70px;
}

#category-nav {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #fff;
}

#category-nav .c-nav, #category-nav .c-nav a {
	color: #868686;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: -0.5px;
}

#category-nav .c-nav.active {
	background: #c6c6c6;
	color: #fff;
}

#category-nav .c-nav.active a {
	color: #fff;
}

#category-nav .c-nav:hover {
	background: #ddd;
	color: #333;
}

.news-row {
	float: left;
	width: 100%;
}
.category-list-item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
}

#webshop .category-list-item {
	padding: 30px 60px;
}

.news-top {
	float: left;
	width: 100%;
	clear: both;
}

.news-top .date, .news-top .cal-date {
	float: left;
	width: 20%;
	overflow: hidden;
	box-sizing: border-box;
}

.news-top .date big, .cal-date big {
	font-size: 48px;
	float: left;
	height: 60px;
	line-height: 70px;
	font-family: 'Trajan Pro';
}

#YoutubeContent h3 big {display: none;}

.news-top .date small, .cal-date small {
	float: left;
	padding: 13px 20px;
	font-family: 'Montserrat';
	font-size: 14px;
}

.news-top h3 {
	float: left;
	padding: 25px 15px;
	width: 70%;
	text-align: center;
}

.news-top.calendar-nav h3 {
	max-width: 45%;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}

.news-top.calendar-nav h3 a {
	font-size: 18px;
	line-height: 26px;
}

.news-top h3 a {
	color: #000;
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
}

.news-top .open-article {
	font-size: 60px;
	padding: 5px 10px;
	color: #b7924e;
	cursor: pointer;
	width: 5%;
	text-align: center;
	float: left;
}

.news-top .open-cal-article {
	width: 30%;
	float: right;
	padding: 10px;
	box-sizing: border-box;
}

.news-top .open-cal-article .link {
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: italic;
	color: #b7924e;
	padding: 10px 20px;
	float: left;
	font-weight: 300;
}

.news-top .open-cal-article .link .fa {
	margin-left: 10px;
}

.news-top .open-cal-article .btn {
	background: #b7924e;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	padding: 10px 20px;
	color: #fff;
	width: 150px;
	text-align: center;
	font-weight: 300;
}

.news-top .open-cal-article .btn.disabled {
	background: #b7b6b6;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	padding: 10px 20px;
}

.intro-description {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
	background: #fff;
	padding: 10px 2% 25px;
	color: #666666;
	position: relative;
	font-family: 'Montserrat';
	font-size: 18px;
}

.intro-description * {
	line-height: 24px;
}
.desc-left {
	width: 100%;
	max-height: 152px;
	overflow: hidden;
	position: relative;
}
.desc-left a {
	float: left;
	width: auto;
	max-height: 120px;
	overflow: hidden;
	padding: 10px;
}
.desc-left a img {
	max-width: 100%;
	margin: 0;
}
.desc-right {
	max-width: 100%;
}

.desc-left .viewport {
    float: left;
    width: 90%;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 5%;
}
.desc-left .buttons {
    display: block;
    width: 35px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 20px;
    color: #b7924e;
    text-align: center;
    font-size: 72px;
    z-index: 8;
}
.desc-left .next {
    margin: 20px 0 0;
    left: auto;
    right: -5px;
    top: 0;
}

.desc-left .disable {
    visibility: hidden;
}
.desc-left .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}
.desc-left .overview li{
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    height: 150px;
    background: #ddd;
    width: 240px;
}

.desc-right .stext, .desc-right .ltext {
	float: left;
	width: 100%;
}
.desc-right .stext {
	padding-bottom: 5px;
	font-weight: 300;
}

.event-desc {
	margin: 0 0 20px;
}
.event-desc .event-date {
	font-size: 23px;
	width: 33%;
	line-height: 36px;
	color: #bfa87d;
}
.event-desc .event-country, .event-desc .event-city {
	width: 32%;
	color: #a98442;
	border-left: 2px solid;
	padding: 10px 0 10px 1%;
}

.category-list-item .intro-description .category-item-image {
	float: left;
	margin: 0 10px 0 0;
}
.category-item-more, .category-item-close {
	position: absolute;
	bottom: 5px;
	right: 80px;
	color: #fffdfd !important;
	text-transform: uppercase;
	font-size: 11px;
}
.category-item-close {
	right: 10px;
}
.calendar-month-title{
	float: left;
	width: 98%;
	font-size: 24px;
	padding-left: 1%;
	margin: 30px 0 15px;
	border-left: 18px solid #A98C45;
	color: #fff;
	font-family: TrajanProBold;
	-webkit-text-shadow: 0 3px 2px #111;
	-moz-text-shadow: 0 3px 2px #111;
	text-shadow: 0 3px 2px #111;
}
.calendar-date{
	padding: 2px 15px;
	border-right: 2px solid;
	width: 50px;
	text-align: center;
}
.calendar-item-title{
	float: left;
	width: 67%;
	padding: 0 2%;
}
.calendar-more-links{
	float: right;
	width: 19%;
}
.calendar-more-links a{
	float: left;
	font-size: 10px !important;
	min-width: 0 !important;
	background: #3f3a27 !important;
	color: #b7924e !important;
	border: 1px solid;
	padding: 5px 5px 3px !important;
}
.calendar-more-links a.active{
	background: #b7924e !important;
	color: #3f3a27;
}

#News {
	position: relative;
}
#News .FBshare {
	color: #c99c49;
	width: 105px !important;
	position: absolute;
	text-transform: none !important;
	top: 110px;
	right: 0px;
	font-family: Tahoma;
	font-variant: normal;
	font-size: 14px;
	min-width: 0;
}
#News h3 {
	margin: 10px 0;
}
#News .newsdate {
	left: 10px;
	top: 110px;
}
#sText, #lText {
	color: #bfa87d;
	padding: 0 1%;
	margin-bottom: 20px;
}
.stext-img {
	margin: 0 10px 0px 0;
	border: 1px solid #5b4d32;
	box-shadow: 2px 3px 5px #111;
	-moz-box-shadow: 2px 3px 5px #111;
	-webkit-box-shadow: 2px 3px 5px #111;
}
#tags h4 a {
	color: #fffdfd;
	text-transform: uppercase;
	font-size: 14px;
}
#tags .tags-div a, #tags .tags-div span {
	color: #bfa87d;
	font-size: 14px;
	padding: 0 1px;
}
.t1st {
	color: #fffdfd;
	padding-top: 5px;
	text-shadow: 1px 2px 2px #111;
	-moz-text-shadow: 1px 2px 2px #111;
	-webkit-text-shadow: 1px 2px 2px #111;
}
#Tags a, #Tags .ts {
	color: #bfa87d;
	padding: 0 1px;
}
#Tags h2 {
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 28px;
	color: #fffdfd;
	text-shadow: 2px 3px 5px #111;
	font-variant: small-caps;
}

/** MAIN **/
/* newsplayer */
#newsPlayer {
	float: left;
	width: 100%;
	margin: 1px 0;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	background: #fff;
}

#newsPlayer .one-lead {
	float: left;
	width: 100%;
	position: absolute;
}

#newsPlayer .one-lead .lead-image {
	float: left;
	max-width: 50%;
	max-height: 380px;
}

#newsPlayer .one-lead .lead-content {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	font-family: 'Montserrat';
}

#newsPlayer .one-lead .date {
	width: 100%;
	display: block;
	clear: both;
	color: #b7924e;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

#newsPlayer .one-lead h3 {
	float: left;
	width: 100%;
	clear: both;
	margin: 30px 0;
	text-align: center;
}

#newsPlayer .one-lead h3 a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	color: black;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: -0.5px;
}
#newsPlayer .one-lead .st, #newsPlayer .one-lead .lt {
	color: #666666;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 24px;
	font-weight: 300;
}

.cycle-pager {
	list-style: none;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.cycle-pager > span {
	cursor: pointer;
	color: #999;
	font-size: 44px;
	overflow: hidden;
	padding: 0 2px;
	font-family: arial;
	line-height: 0px;
	height: 20px;
	overflow: hidden;
}

.cycle-pager .cycle-pager-active { color: #b7924e; }

/* newsplayer end */

.maincontent .mwebshop, .maincontent .mvideo {
	width: 275px;
	margin: 10px 10px 0px 0;
}

.mvideo .gallery-text, .mvideo .yt-morelink {
	display: none;
}

.maincontent h3 a {
	font-size: 24px !important;
	line-height: 26px;
	color: #b7924e !important;
	text-transform: uppercase;
	min-width: 0 !important;
	width: 100% !important;
}
.maincontent .mwebshop h3, .maincontent .mvideo h3 {
	background: url('../images/title-line-small.png') no-repeat bottom center !important;
}
.maincontent .webshop-link {
	background: url('../images/webshop.png') no-repeat center;
	height: 260px;
}
.maincontent .mnews {
	width: 400px;
	margin: 10px 5px;
}
.maincontent .mnews h3 {
	background: url('../images/title-line-small2.png') no-repeat bottom center !important;
}

.banners .one-ban {
	float: left;
	width: 50%;
	margin: 10px 0;
	height: 73px;
	text-align: center;
	font-size: 26px;
	color: #a38b51;
	font-family: TrajanProRegular;
	line-height: 32px;
	text-transform: uppercase;
	padding: 5px 0;
}
.banners .one-ban p {
	line-height: 28px;
}
.banners .one-ban.buduk {
	background: url('../images/banner.png') no-repeat top left;}
.banners .one-ban.tempk {
	background: url('../images/banner2.png') no-repeat top right;}

/** MAIN END **/

.youtube-outer .lead .youtube-image {
	padding: 10px 7px;
	border: 2px solid #6a593b;
	float: left;
	background: #292621;
	box-shadow: 3px 3px 5px #111;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.mvideo {
	font-size: 12px;
	color: #fff;
}

.mvideo a.yt-morelink {
	color: #bb9857;
	font-size: 13px;
	font-family: TrajanProRegular;
	text-transform: uppercase;
	width: 100%;
	border-top: 1px dashed #b8934e;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
}

.mvideo a.yt-morelink .float-left {
	padding: 2px 0;
}

.mvideo a.yt-morelink .arrow {
	background: url('../images/more.png') no-repeat center right;
	width: 15px;
	height: 20px;
	float: left;
}

.mvideo .v_overlay {
	width: 255px;
	height: 222px;
	background: url('../images/player_overlay.png') no-repeat center;
	position: absolute;
	left: 5px;
	top: 5px;
}

.mvideo .youtube-img {
	width: 100%;
	height: 241px;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
	background: #292621;
	padding: 0px 0;
	border: 1px solid #645437;
	margin-top: 1px;
}

.mvideo .youtube-img img {
	height: 100%;
	margin-left: -23px;
}

.mvideo .news-title {
	margin: 5px 0;
	float: left;
	width: 100%;
	clear: both;
}

.mvideo .news-title a {
	color: #fffdfd;
}

.cat-archive-link a {
	font-size: 30px;
	color: #c99c49;
	font-family: TrajanProRegular;
	text-transform: uppercase;
}

/* search */
form#Archive {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}

.ui-button.submit {
	font-size: 30px;
}

form#Archive .form-row h3 {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}

#search input, #search select {
	padding: 5px 1%;
	width: 98%;
}
#search select {
	width: 100%;
}
#search .submit {
	width: auto;
}
#search .half-width {
	width: 489px !important;
	padding: 5px 0px !important;
}
/* search end */

/* guestbook */
#guestbook .form-row {
	width: 98%;
	padding: 5px 1%;
}

#guestbook .form-row .in {
	float: left;
	width: 185px;
	margin: 0 0 0 20px;
}
#guestbook .form-row .in label {
	color: #333;
	font-size: 18px;
	font-family: 'Montserrat';
}
.guestbook-input {
	margin: 12px 0;
	background: #f6f6f6;
	border: 1px solid #DDD;
	font-size: 100%;
	padding: 10px;
	width: 100%;
	color: #444;
	font-size: 12px;
}
.guestbook-sub {
	float: right;
	margin-top: 5px;
}
#guestbookList {
	margin: 20px 0;
}
.gbText {
	margin: 5px 0;
	color: #bfa87d;
}
/* guestbook end */

#category .ltext h3, #category .stext h3, #News #lText h3 {
	background: none !important;
}

#category .ltext h3 a, #category .stext h3 a, #News #lText h3 a {
	width: 100% !important;
	max-width: 100%;
	font-size: 80%;
	color: #b38c45;
}

#News #lText h3 a {
	font-size: 100%;
}

.stext a, .ltext a, #News a {
	color: #b38c45;
	text-decoration: underline;
}

.close.gallery-close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -28px;
	right: 0;
	cursor: pointer;
	font-size: 24px;
	color: #b7924e;
}

.pp_pic_holder .close.gallery-close {
	top: 8px;
	right: 15px;
}

#foot-menu.foot-menu-ru_RU {
	width: 100%;
}

.no-date .date {
	display: none;
}

.no-date .news-top h3 {
	width: 90%;
	padding-left: 10%;
	box-sizing: border-box;
	font-size: 24px;
}

#month-nav{
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #c99c49;
	font-variant: small-caps;
	margin-bottom: 10px;
}
.prevpage{
	width: 5%;
	height: 30px;
	float: left;
	background: url('../images/nav-arrow-left.png') no-repeat top left;
}
.nextpage{
	width: 5%;
	height: 30px;
	float: right;
	background: url('../images/nav-arrow-right.png') no-repeat top right;
}
#month-nav h4{
	float: left;
	width: 90%;
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-shadow: 2px 2px 2px #111;
	padding-top: 5px;
}


/* Gallery Image slider */
.opengallery {
	width: 99%;
	height: 365px;
	overflow: hidden;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}
.opengallery .viewport {
	float: left;
	width: 94%;
	height: 365px;
	overflow: hidden;
	position: relative;
}

.opengallery.youtube-gallery {
	height: 490px;
	background: #fff;
	padding: 30px;
}

.opengallery.youtube-gallery .buttons {
	margin-top: 180px;
}

.opengallery.youtube-gallery .viewport {
	height: 500px !important;
}

.opengallery .buttons {
	display: block;
	margin: 110px 15px 0 0;
	float: left;
	font-size: 72px;
	color: #b7924e;
}
.opengallery .buttons:hover {
	border: none;
}
.opengallery .prev {
	height: 54px;
	width: 17px;
}
.opengallery .prev:hover {
	border: none;
}
.opengallery .next {
	margin: 110px 0 0 10px;
	height: 54px;
	width: 17px;
}
.opengallery .next:hover {
	border: none;
}
.opengallery .disable {
	visibility: hidden;
}
.opengallery .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	height: 365px;
}
.opengallery .overview li {
	float: left;
	margin: 0 6px;
	padding: 1px;
	width: 240px;
}
.opengallery .overview li a {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 130px;
	margin-bottom: 20px;
	text-align: center;
}
.opengallery .overview li a img {
	width: 100%;
	height: auto;
}

/** Youtube gallery addon **/
.opengallery li.one-youtube-img {
	margin: 0 10px 0px 0;
	width: 215px !important;
}
.opengallery li.one-youtube-img a {
	padding: 10px;
	float: left;
	width: 200px;
	font-size: 12px;
	color: #b38c45;
	height: 187px;
	margin-bottom: 10px;
}

.opengallery li.one-youtube-img a div.video-title {
	color: #000;
	font-size: 14px;
	padding: 5px;
	line-height: 18px;
	border: 0;
	clear: both;
	float: left;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: bold;
	text-overflow: ellipsis;
	width: 100%;
}

.opengallery li.one-youtube-img .video-img {
	float: left;
	width: 98%;
	clear: both;
	height: 130px;
	overflow: hidden;
	margin-left: 2%;
	margin-bottom: 5px;
}

.opengallery li.one-youtube-img .video-desc {
	font-size: 12px;
	padding: 0 5px;
}

.opengallery li.one-youtube-img a img {
	height: auto;
	margin: auto;
	float: none;
	clear: both;
	width: 132%;
	margin: -25px 0 0 -30px;
}

/* Gallery Image slider End */

.portlet {
	float: left;
	min-width: 50%;
	margin: 30px 25%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 20px 50px 10px #DDD;
	box-sizing: border-box;
}

.portlet .full-width, .portlet .form-group  {
	box-sizing: border-box;
}

.portlet .form-group {
	width: 100%;
}

.portlet .form-group label, .portlet .form-group input {
	width: 100%;
	box-sizing: border-box;
}

.portlet label {
	color: #8a8a8a;
	margin-top: 25px;
	margin-right: 30px;
}

.portlet input {
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Montserrat';
	font-style: italic;
}

.portlet .ui-button {
	background: #a38348;
	color: #fff !important;
	font-size: 18px;
	padding: 20px;
	width: 100%;
}

.portlet .ui-button:hover {
	opacity: .80;
	background: #a38348;
	color: #fff !important;
}

.portlet .ui-button {
	font-family: 'Montserrat' !important;
	font-weight: 300 !important;
}

.portlet .separator {
	float: left;
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #DDD;
}

.portlet .link {
	width: 50%;
	text-align: center;
	float: left;
	color: #333;
	font-size: 16px;
}

.portlet .link:last-child {
	border-left: 1px dotted #CCC;
}

.portlet .link:hover {
	text-decoration: underline;
}

#login h2.main-title {
	margin-top: 40px;
}

.portlet .display-information label  {
	width: 100%;
	clear: both;
	float: left;
	margin: 5px 0 15px 0;
}

.guestbook-sub {
	font-size: 24px !important;
	padding: 18px 20px !important;
}
