/* -------------------------------------------------------------- */
/* OVERALL STYLE ++ */

* {
	margin:0px;
	padding:0px;
	outline:none;
	border:0px none;
}

.fancybox-skin {
	background: #fff !important;
}
.transparent-bg .fancybox-skin {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

html,body {
	width:100%;
	height:100%;
}

body {
	display:block;
	position:relative;
	
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	/* width:100%; */
	/* min-width:960px; */
	
	color:#000;
	background:#232323;
	overflow :scroll-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 320px;
	
}

input {
	font-family: 'PT Sans', sans-serif;
}

a { text-decoration:none; color:#f38700;}
a:hover {text-decoration:underline;}

img {
	border: none;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center { text-align:center; }
*.green { color:green; }
*.red { color:red; }
*.orange { color:#f38700; !important; }
*.grey { color:#bfbfbf; }

a.orange-button {
	color:#f38700;
	line-height:24px;
}

a .play-button-small{
	display:inline-block;
	background: url('../img/artist-play-button-small.png') no-repeat;
	height: 17px;
	width: 19px;
	position:absolute;
	left:0;
	background-position: 0px 0px;
}

a:hover .play-button-small{
	background-position: 0px -18px;
}

a.orange-button:hover {
	text-decoration:underline;
}

/* OVERALL STYLE -- */
/* -------------------------------------------------------------- */
/* MAIN LAYOUT ++ */

#top-bar {
	background:#181819;
	height:40px;
	width:100%;
}
#top-bar .width-wrapper,
#footer .width-wrapper {
	max-width: 1048px;
	padding-left: 44px;
	padding-right: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header {
	width:100%;
	color:#f5f5f5;
	/*height:70px;*/
	padding-top:30px;
	padding-bottom: 30px;
}

#main-menu {
	/* margin-top:20px; */
	/* margin-left:-20px; */
	/* margin-bottom:20px; */
	display:block;
	width:100%;
	height:38px;
	
	position:relative;
	border-radius:4px;
	/* border-radius:4px; */	
	/* behavior: url('/css/PIE.htc'); */
	background:url('/img/main-menu-bg.jpg') repeat-x !important;
	/* border:1px solid green; */
	/* overflow:hidden; */
}

#content {
	background:#fefefe;
	/*
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	behavior: url('/css/PIE.htc');
	*/
	/* margin-top:38px; */
	min-height:800px;
	display:block;
	position:relative;
	padding:20px 20px 10px 20px;
	z-index:10;
	/* overflow:hidden; */
	/* border:1px solid red; */
}

#footer {
	background:#161616;
	display:block;
	width:100%;
	min-width: 320px;
	min-height:185px;
	position:relative;
	bottom:0px;
	font-size:12px;
	color:#505050;
	font-size:13px;
	line-height:20px;
	z-index:4;
}

#bgimg {
	position:absolute;
	top:0px;
	left:0px;
}

.width-wrapper {
	width: 100%;
	max-width: 960px;
	position:relative;
	/* overflow:hidden; */
	margin:0px auto;	
	display: block;
}

.global-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	background:url('/img/riga-shape.png') repeat-x bottom center; 
	width: 100%;
	min-width: 320px;
	padding-left: 44px;
	padding-right: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background:red; */
}	

.left-bar {
	width:67.39130434782609%;
	/*max-width:600px;*/
	float:left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* MAIN LAYOUT -- */
/* -------------------------------------------------------------- */
/* TOP BAR ++ */

#top-bar  a {
	color:#fff;
	font-size:14px;
	display:block;
	float:left;
}

#top-bar  a:hover {
	color:#ff9101;
	text-decoration:none;
}

#top-bar .left a.large {
	height:40px;
	line-height:40px;
	padding:0px 20px;
}

#top-bar .splitter {
	background:url('/img/top-bar-splitter.jpg') no-repeat right;
	width:2px;
	height:40px;
	float:left;
}

/* social icons ++ */

.soc-icons {
	padding:0px 6px;
}

.soc-icons a {
	height:20px;
	line-height:20px;
	width:20px;
	display:block;
	padding:0px;
	margin:0px;
	margin:9px 8px 0px 8px;
}

a.twitter { background:url('/img/header-soc-icons-sprite.png') no-repeat -40px 0px; }
a.twitter:hover { background:url('/img/header-soc-icons-sprite.png') no-repeat -40px -20px; }

a.draugiem { background:url('/img/header-soc-icons-sprite.png') no-repeat 0px 0px; }
a.draugiem:hover { background:url('/img/header-soc-icons-sprite.png') no-repeat 0px -20px; }

a.facebook { background:url('/img/header-soc-icons-sprite.png') no-repeat -20px 0px; }
a.facebook:hover { background:url('/img/header-soc-icons-sprite.png') no-repeat -20px -20px; }

a.instagram { background:url('/img/header-soc-icons-sprite.png') no-repeat -60px 0px; }
a.instagram:hover { background:url('/img/header-soc-icons-sprite.png') no-repeat -60px -20px; }

.header-soc-icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 40px;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -5px;
	margin-right: -5px;
}
.header-soc-icons .soc-link {
	display: block;
	width: 20px;
	min-width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.header-soc-icons .soc-link .icon {
	display: block;
	fill: #FFF;
}
.header-soc-icons .soc-link:hover .icon {
	opacity: .7;
	/*fill: #ff9101;*/
}

/* social icons -- */
/* lang menu ++ */

.lang-menu  {
	padding:0px 6px;
}

.lang-menu  a {
	height:40px;
	line-height:40px;
	padding:0px 10px;
	text-transform:uppercase;
}

#top-bar .lang-menu  a.act,
.lang-menu  a:hover {
	text-decoration:none;
	color:#f38700;
}

/* lang menu -- */
/* search ++ */

form.search-form {
	padding:0px 20px;
}

form.search-form .search-key {
	border:0px solid red;
	height:20px;
	line-height:20px;
	padding:0px 0px;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#fff;
	background:transparent;
	margin-top:10px;
	margin-right:5px;
	width:110px;
	float:left;
}

form.search-form .search-button {
	display: block;
	float:left;
	margin-top:12px;
	width:16px;
	height:16px;
	color:transparent;
	cursor:pointer;
}
form.search-form .search-button .icon {
	display: block;
	fill: #FFF;
}
form.search-form .search-button:hover .icon {
	fill: #f38700;
}
	

/* search -- */
/* TOP BAR -- */
/* -------------------------------------------------------------- */
/* HEADER ++ */

a.logo {
	display:block;
	float: left;
	margin: 0px 30px 0px 25px;
}
a.logo img {
	display: block;
}
a.art-of-jazz-logo {
	display: block;
	float: right;
	margin-right: 25px;
}
a.art-of-jazz-logo img {
	display: block;
	width: 52px;
}

.header-logo-date {
	display: block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	margin-top: 32px;
}

#header > .left {
	width: 100%;
}
#header p.large {
	font-size:30px;
	line-height:31px;
	font-weight:normal;
}

#header p.small {
	font-size:14px;
	line-height:18px;
	margin-top:8px;
	text-transform:uppercase;
	letter-spacing:1pt;
}

/* HEADER -- */
/* -------------------------------------------------------------- */
/* CONTENT ++ */
/* main menu  ++ */



#main-menu a:hover {
	text-decoration:none;
}

ul.main-menu>li>a:first-child{
	border-top-left-radius:4px;
}

ul.main-menu {
	list-style:none;
}

ul.main-menu>li {
	float:left;
	background:url('/img/main-menu-seperator.jpg') no-repeat right;
	padding-right:2px;
	position:relative;
}

ul.main-menu>li>a {
	height:38px;
	line-height:39px;
	float:left;
	color:#fefefe;
	font-size:14px;
	font-weight:bold;
	padding:0px 20px;
	text-transform:uppercase;	
}

ul.main-menu>li>a.active,
ul.main-menu>li:hover>a{
	color:#F38700;
	background:url('/img/main-menu-bg.jpg') repeat-x bottom; 
}
ul.main-menu>li>a.home.active {
	background:url('/img/main-menu-bg.jpg') repeat-x top;
}

ul.sub-menu {
	position:absolute;
	left:0px;
	top:38px;
	width:170px;
	width:200px;
	background:#f48f1f;
	background:#f59620;
	background:#171717;
	display:block;
	list-style:none;
	display:none;
	z-index:3000;
}

ul.main-menu li:hover ul.sub-menu { display:block; }

ul.sub-menu>li>a {	
	color:#fefefe;
	font-size:14px;
	width:120px;
	width:150px;
	padding:7px 22px;
	display:block;
}

ul.sub-menu>li:hover {
	background:#eb7c00;
	background:#212121;
}
ul.sub-menu>li:hover a{
	color:#F38700;
}

/* main menu -- */
/* events slider ++ */

#events-slide-show {
	width:100%;
	height:335px;
	margin-bottom:20px;
	clear:both;
	position:relative;
}

#events-slide-show  a.slide-bullet {
	width:34px;
	height:34px;
	display:block;
	background:url('/img/banner-slider-bullets-sprite.png') no-repeat;
	z-index:300;
	top:150px;
	position:absolute;
	display:none;
}

#events-slide-show a.toright { background-position:-34px 0px; right:-17px; }
#events-slide-show a.toright:hover { background-position:-34px -34px; }

#events-slide-show a.toleft { background-position:0px 0px; left:-17px; }
#events-slide-show a.toleft:hover { background-position:0px -34px; }



#events-slide-show .slides-container {
	z-index: 99;
}
#events-slide-show .slides-menu {
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:100;
	display:none;
}

#events-slide-show .slides-menu a {	
	width:13px;
	height:12px;
	margin-right:7px;
	display:block;
	float:left;
	background:url('/img/banner-slider-buttons-sprite.png') no-repeat top;
}
#events-slide-show .slides-menu a:last-child {
	margin-right: 0;
}

#events-slide-show .slides-menu a:hover ,
#events-slide-show .slides-menu a.active {
	background-position:0px -13px;
}	

.slides-container {
	width:100%;
	height:335px;
	overflow:hidden;
	position:relative;
	display:block;
}

.slider-box {
	height:335px;
	width:100%;
	display:block;
}

.slider-box .block {
	left:0px;
	top:0px;
	position:absolute;
	height:335px;
	width:100%;
	display:none;
}

.slider-box .block.active {
	/* display:block; */
}

.slider-box .block .image-container {
	display: block;
	position: relative;
	max-width:750px;
	width: 100%;
}
.slider-box .block .image-container.wide {
	max-width: 100%;
}
.slider-box .block .image-container img {
	display: block;
	width: 100%;
}
.slider-box .block.with-video .slider-video {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
}
.slider-box .block.with-video .video-slide-sizer {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	visibility: hidden;
	z-index: 1;
}

.slider-box .block .right-menu-bar {
	background:url('/img/slide-gradient1.png') repeat-y right;
	position:absolute;
	color:#fefefe;
	height:100%;
	z-index:100;
	width:100%;
	right:0px;
	top:0px;
}

.slider-box>.block>.right-menu-bar>.wrapper {
	margin-left:67.39130434782609%;
	position:relative;
}

.right-menu-bar p.title{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	margin:auto 0px;
	margin-right:30px;
}
.right-menu-bar p.title a {
	color: #fff;
}

.right-menu-bar p.title-descr {
	margin-top:5px;
	font-size:16px;
	text-transform:uppercase;
}

.right-menu-bar .title-block {
	height:200px;
	display:table-cell;
	vertical-align:middle;
}

.right-menu-bar .slide-intro {
	position:absolute;
	left:0px;
	top:220px;
}
.slide-intro .event-schedule label{
	position: relative;
	top: 5px;
}
.slide-intro .event-schedule label:first-child{
	top: -2px;
}

.right-menu-bar .slide-intro p {
	line-height:21px;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	float:left;
	clear:left;
	margin-bottom:5px;
}

.right-menu-bar .slide-intro  a { color:#fefefe; }
.right-menu-bar .slide-intro  a:hover { text-decoration:underline; }

span.icon {
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-right:8px;
}

span.icon.date { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -160px; }
span.icon.list { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -120px; }
span.icon.avatar { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -140px; }


/* events slider -- */
/* top sponsor list ++ */

.home-page-sponsors {
	width:100%;
	min-height:60px;
	/* background:#f1f1f1; */
	border-bottom:1px solid #DFDFDF;	
	/* display:table-cell; */
	vertical-align:middle;
	margin-bottom:20px;
	position:relative;
	margin-top:0px;
	padding-bottom:0px;
}

span.space {
	height:20px;
	display:block;
	width:100%;
}

.home-page-sponsors .wrapper {
	margin:0px;
	display:table;
}

.home-page-sponsors a {
	width:70px;
	margin:0px 13px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 10px;
}

*+html .home-page-sponsors a {
	float:none;
}



	
/* top sponsor list -- */
/* bottom sponsor list ++ */

.bottom-sponsor-list {
	width:100%;
	min-height:65px;
	padding:5px 0px;
	bottom:0px;
	margin-top:20px;
	background:#fff;
}

.bottom-sponsor-list .wrapper {
	position:relative;
	
	/*height:100px;*/
	/*line-height:100px;*/
	margin:0px auto;
	text-align:left;
	display:block;
	vertical-align:middle;
}

.bottom-sponsor-list a {
	width:80px;
	margin:0px 18px;
	vertical-align:middle;
	display: inline-block;
}

*+html .bottom-sponsor-list a { float:none; }

/* bottom sponsor list -- */

.right-bar {
	margin-top:-20px;
	padding-top:20px;
	float:right;
	width:32.60869565217391%;
	/*max-width:300px;*/
	/*margin-left:20px;*/
	background:red;
	background:#fefefe;
	background:url('/img/right-bar-bg.jpg') repeat-y;
}

.right-bar .block {
	/*margin-bottom:20px;*/
	clear:both;
}

.right-bar .block.banner {
	margin-bottom:0;
}

.right-bar .block .block-title {
	background
	width:100%;
	height:38px;
	line-height:39px;
	background:#ddefeb;
	color:#181819;
	font-size:18px;
}

.right-bar .block .block-content {
	padding:15px 0px 10px 20px;
	font-size:14px;
	color:#3b3b3b;
}

.right-bar .block .block-content p.title {
	color:#181818;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.right-bar .block .block-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.block-title span {
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin:9px 10px 0px 18px;
}

.events span.icon { background:url('/img/rigasritmi-icons-sprite.png') no-repeat 0px 0px; }
.player span.icon { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -20px 0px; }
.poll span.icon { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -40px 0px; }
.twitter span.icon { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -60px 0px; }
.sponsors span.icon { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -180px 0px; }
.sidemenu span.icon { background:url('/img/rigasritmi-icons-sprite.png') no-repeat -100px 0px; }


a.simple-button {	
	padding:0px 20px;
	height:23px;
	font-size:14px;
	line-height:23px;
	display:block;
	color:#fff !important;
	position:relative;
	border-radius:3px;
	behavior: url('/css/PIE.htc');
}

a.simple-button.orange { 
	border:1px solid #d67100; 
	background:url('/img/button-simple-orange-bg.jpg') repeat-x;
	white-space: nowrap;
}
a.simple-button.grey { border:1px solid #b0b0b0; background:url('/img/button-simple-grey-bg.jpg') repeat-x;}
a.simple-button { text-decoration:none !important; }
a.simple-button.orange:hover { background-position:bottom;}

.right-bar table {
	border-collapse:collapse;
}

.right-bar table td {
	padding:5px;
	vertical-align:top;
}

.tweet {
	margin-bottom:10px;
}

.tweet span.orange {
	margin-bottom:1px;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:3px;
}

/* content wrapper  ++ */

span.aktualitates {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url('/img/rigasritmi-icons-sprite.png') no-repeat -100px 0px;
	margin-top:5px;
	margin-right:8px;
}

span.photos {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url('/img/rigasritmi-icons-sprite.png') no-repeat -80px 0px;
	margin-top:5px;
	margin-right:10px;
	float:left;
}

h1 {
	font-weight:normal;
	font-size:24px;
	color:#191919;
	margin-bottom:10px;
}

/* content wrapper  -- */
/* home page articles list ++ */

.articles-container {
	width:100%;
	display:block;
	padding-bottom:20px;
}

.articles-container .block {
	padding:20px 0px;
	border-bottom:1px solid #dfdfdf;
	font-size:14px;
	line-height:20px;
	width:100%;
	display:table;
} 

.articles-container .block .thumb {
	width:170px;
	float:left;
	display:block;
}
.articles-container .block .home-thumb a {
	display: block;
}
.articles-container .block .home-thumb a img {
	display: block;
	max-width: 150px;
}
.articles-container .block .home-thumb a img.mobile {
	display: none;
}

.articles-container .block .data {
	display: block;
	width:auto;
	overflow: hidden;
	margin-top: -4px;
}

.articles-container p.title {
	color:#191919;
	font-size:16px;
	font-weight:bold;
	margin-bottom:1px;
	line-height:20px;
	margin-top: 0;
}

.articles-container p.date {
	font-size:12px;
	color:#3b3b3b;
	margin-bottom:8px;
}

.articles-container .block.last {
	border:0px none;
}

/* home page articles list -- */
/* home page gallery list ++ */

a.more-galleries {
	float:right;
	display:block;
	color:#f38700;
	font-size:12px;
	margin-top:10px;
}

a.more-galleries:hover {
	text-decoration:underline;
}

.home-gallery-container {
	display:block;
	clear: both;
	/*width: 100%;*/
	padding: 0 0 10px 0;
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	

.home-gallery-container .image {
	display: block;
	position:relative;
	float:left;
	padding: 10px;
	width: 20%;
	max-width: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin: 0px 20px 20px 0px;*/
}
.home-gallery-container .image a {
	display: block;
	position: relative;
}

.home-gallery-container a img {
	display: block;
	width: 100%;
	/*height:100px;*/
}

/* home page gallery list -- */
/* CONTENT -- */
/* -------------------------------------------------------------- */
/* FOOTER ++ */

#footer a { color:#505050; }
#footer a:hover { color:#fff; text-decoration:none;}

#footer .top {
	display: table;
	background:url('/img/footer-seperator.png') repeat-x left bottom;
	width: 100%;
	padding: 23px 20px 28px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .middle {
	display: table;
	background:url('/img/footer-seperator.png') repeat-x left bottom;
	width: 100%;
	padding: 23px 20px 28px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .bottom { 
	padding:23px 20px 28px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* footer social icons ++ */

.footer-soc-icons {
	padding:0px 10px;
}

.soc-buttons a {
	float:left;
	color:#505050;
	font-size:14px;
	margin-left:20px;
	font-weight:bold;
}

.soc-buttons a span.icon {
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-right:4px;
}

a.footer-draugiem span { background:url('/img/footer-soc-icons-sprite.png') no-repeat; }
a.footer-draugiem:hover span { background:url('/img/footer-soc-icons-sprite.png') no-repeat 0px -20px; }
a.footer-draugiem:hover { color:#ff9700 !important;}

a.footer-facebook span { background:url('/img/footer-soc-icons-sprite.png') no-repeat -20px 0px; }
a.footer-facebook:hover span { background:url('/img/footer-soc-icons-sprite.png') no-repeat -20px -20px; }
a.footer-facebook:hover { color:#3b5998 !important;}

a.footer-twitter span { background:url('/img/footer-soc-icons-sprite.png') no-repeat -40px 0px; }
a.footer-twitter:hover span { background:url('/img/footer-soc-icons-sprite.png') no-repeat -40px -20px; }
a.footer-twitter:hover { color:#9ae4e8 !important;}

a.footer-instagram span { background:url('/img/footer-soc-icons-sprite.png') no-repeat -60px 0px; }
a.footer-instagram:hover span { background:url('/img/footer-soc-icons-sprite.png') no-repeat -60px -20px; }
a.footer-instagram:hover { color:#3A7097 !important;}


.footer-soc-icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	float: left;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.footer-soc-icons .soc-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-left: 10px;
	margin-right: 10px;
}
.footer-soc-icons .soc-link .icon {
	display: block;
	fill: #505050;
	width: 20px;
	min-width: 20px;
	margin-right: 5px;
}
.footer-soc-icons .soc-link .soc-name {
	color: #505050;
	font-weight: bold;
}
.footer-soc-icons .soc-link:hover .icon {
	/*opacity: .7;*/
	fill: #FFF;
}
.footer-soc-icons .soc-link:hover .soc-name {
	color: #FFF;
}

/* footer social icons -- */
/* footer navigation ++ */

#footer .bottom ul{ 
	list-style:none;
	float:left;
	margin-right:50px;
}

#footer .bottom ul li.title {
	font-weight:bold;
	margin-bottom:8px;
} 

/* footer navigation -- */
/* FOOTER -- */
/* -------------------------------------------------------------- */

/* audio player ++ */


#audioPlayer .play {
	width:12px;
	height:9px;
	display:block;
	float:left;
	background:url('/img/player-sprite.jpg') no-repeat 0px 0px;
}

#audioPlayer .pause {
	width:12px;
	height:9px;
	display:block;
	float:left;
	background:url('/img/player-sprite.jpg') no-repeat 0px -9px;
	display:none;
}

.progress-bg {
	width:195px;
	padding:0px 4px;
	height:9px;
	display:block;
	background:url('/img/player-bar.jpg') no-repeat 0px 0px;
	margin-left:20px;
	margin-top:1px;
	position:relative;
}

.progress-bar {
	position:absolute;
	left:4px;
	top:3px;
	width:1px;
	height:5px;
	display:block;
	background:url('/img/progress-bar-bg.jpg') repeat-x;
}

.progress-bar-positioner {
	position:absolute;
	left:4px;
	top:0px;
	width:13px;
	height:10px;
	display:block;
	background:url('/img/progress-bar-positioner.jpg') no-repeat;
}

.slider-container {
	background:url('/img/player-bar.jpg') no-repeat center;
	height:9px;
	width:203px;
	display:block;
	position:relative;
	float:left;
	margin-left:15px;
}


.slider {
	height:9px;
	margin-left:10px;
	width:183px;
	display:block;
	position:relative;
}

.ui-slider-handle {
	width:13px;
	height:10px;
	display:block;
	background:url('/img/progress-bar-positioner.jpg') no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	margin-left:-6px;
}

/* audio player -- */
/* tabed menu ++ */
.mob-tabs-block {
	display: none;
}
.input-select-holder {
	display: block;
	position: relative;
	width: 100%;
	height: 36px;
	background-color: #fff;
	border: 1px solid #F38700;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-select-holder > i {
	display: block;
	position: absolute;
	background: url('../img/icon-dropdown-arrow.svg') no-repeat center left transparent;
	width: 36px;
	height: 36px;
	/*border: 1px solid #F5F5F5;*/
	top: -1px;
	right: -1px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-select-holder > span {
	position: absolute;
	color: #303030;
	font-size: 15px;
	line-height: 34px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	padding: 0 36px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.input-select-holder.chosed > span {
	color: #01426A;
}*/
.input-select-holder .input-select {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	line-height: 34px;
	width: 100%;
	height: 34px;
	padding: 0;
	opacity: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:-20px;
	width:100%;
	padding:0px 20px;
	border-bottom:1px solid #e1e1e1;
	height:35px;
	line-height:35px;
	font-size:14px;
}

.tabs .menu a {
	padding:0px 15px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	color:#757575;
	color:#BFBFBF;
	
	font-weight:bold;
	height:34px;
	display:block;
	float:left;
	border:1px solid #fff;
	border-bottom:1px solid #e1e1e1;
	
	border:1px solid #e1e1e1;
	background:#F8F8F8;
	margin-left:-1px;
} 

.tabs .menu a.active{
	color:#3B3B3B;
}


.tabs .menu a.active:hover,
.tabs .menu a.active{
	border:1px solid #e1e1e1;
	border-bottom:1px solid #fff;
	background:#fff;
}

.tabs .menu a:hover {
	border:1px solid #e1e1e1;
	text-decoration:none;
	background:#fff;
}

/* tabed menu -- */
/* table schedule ++ */

.print-schedule{
	color: #AFAFAF; 
	font-size: 12px; 
	float: right;
}

.print-schedule:hover{
	color: #f38700;
	text-decoration: none;
}

.print-schedule span.print{
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url('../img/print.png') no-repeat;
	vertical-align: middle;
	margin-right:5px;
}

table.artist.schedule tr.series-name,
table.artist.schedule tr.title-box {
	display:none;
}

table.artist.schedule tr.col-names th {
	background:#ddefeb;
	color:#3b3b3b;
}


table.artist.schedule  p.day-number,
table.artist.schedule  p.month-name{
	margin-left:0px;
}


table.history-table td {
	width: 50%;
}
.custom-player-container {
	display: block;
	position: relative;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 380px) {
	.custom-player-container {
		width: 283px;
	}
	.custom-player-container .time-bar {
		display: block;
		clear: both;
		text-align: center;
	}
}


table.schedule {
	/* width:600px; */
	border-collapse:collapse;
}
table.schedule span.label,
table.schedule span.inline-label {
	display: none;
}

table.schedule tr th {
	height:40px;
	line-height:40px;
	/*color:#bfbfbf;*/
	font-size:14px;
	text-align:left;
	font-weight:normal;
	padding:0px 20px;
	
	background: #DDEFEB;
	color: #3B3B3B;
}

table.schedule tr.border-top td { border-top:1px solid #e1e1e1; }
table.schedule tr.border-bottom td { border-bottom:1px solid #e1e1e1; }


table.schedule tr td {
	padding:13px 20px;
	text-align:left;
	font-size:16px;
	vertical-align:top;	
}

table.schedule tr td.artist-titles{
	padding-top:8px;
}
table.schedule tr .artist-titles a{
	padding-top: 0;
}


table.schedule tr.dark {
	background:#f8f8f8;
}

table.schedule tr.title-box {
	background:#ddefeb;
	height:40px;
	line-height:40px;
	margin-top:20px;
}

table.schedule tr.title-box td{
	margin:0px;
	padding:0px 20px;
	font-weight:bold;
}

table.schedule tr.title td{
	height:40px;
	line-height:40px;
	font-weight:bold;
	color:#3b3b3b;
	font-size:16px;
}

table.schedule tr td.series-name {
	font-size:16px;
	color:#3b3b3b;
}

table.schedule span  {
	color:#3b3b3b;
}

table.schedule span.orange {
	color:#f38700;
}

table.schedule a { color:#f38700; }
table.schedule a:hover { text-decoration:underline; }

a.get-pdf-button {
	padding-left:20px;
}

a.get-pdf-button span.icon {
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-right:6px;
	background:url('/img/get-pdf-icon.png') no-repeat center 1px;
}

p.day-number {
	font-size:26px;
	line-height:26px;
	margin-top:-5px;
	margin-left:0px;
}

p.month-name {
	margin-left:0px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
}

.streaming-pass-btn {
	display: inline-block;
	margin-top: 5px;
}
.streaming-pass-btn:first-child {
	margin-top: 0;
}

table.schedule .w50 { width:50px; }
table.schedule .w70 { width:70px; }
table.schedule .w100 { width:120px; }
table.schedule .w240 { width:230px; }
table.schedule .w210 { width:210px; }
table.schedule .w150 { width:150px; }

@media (max-width: 767px) {
	.streaming-pass-btn {
		margin-top: 0;
		margin-left: 10px;
	}
	.streaming-pass-btn:first-child {
		margin-left: 0;
	}

	table.schedule .w50,
	table.schedule .w70,
	table.schedule .w100,
	table.schedule .w240,
	table.schedule .w210,
	table.schedule .w150 {
		width: auto;
	}

	table.schedule,
	table.schedule tbody,
	table.schedule tr,
	table.schedule tr th,
	table.schedule tr td {
		display: block;
	}
	
	table.schedule:before,
	table.schedule:after,
	table.schedule tbody:before,
	table.schedule tbody:after,
	table.schedule tr:before,
	table.schedule tr:after,
	table.schedule tr th:before,
	table.schedule tr th:after,
	table.schedule tr td:before,
	table.schedule tr td:after {
		content: " ";
		display: table;
	}
	table.schedule:after,
	table.schedule tbody:after,
	table.schedule tr:after,
	table.schedule tr th:after,
	table.schedule tr td:after {
		clear: both;
	}
	table.schedule tr {
		width: 100%;
	}
	table.schedule .table-header {
		display: none;
	}
	table.schedule tr.border-top {
		border-top: 1px solid #e1e1e1;
	}
	table.schedule tr.border-top {
		padding-top: 13px;
		padding-bottom: 3px;
	}
	table.schedule tr.border-top td {
		border: none;
		float: right;
		width: 82%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	table.schedule tr.border-top td.left-row {
		display: block;
		float: left;
		width: 18%;
		padding-left: 20px;
		padding-right: 10px;
	}
	table.schedule tr.border-top td.td-time {
		float: left;
		width: auto;
		padding-right: 38px;
		margin-left: 18%;
	}
	table.schedule tr.border-top td.td-price {
		float: left;
		width: auto;
	}
	table.schedule {
		display: block;
		float: left;
	}
	table.schedule span.label,
	table.schedule span.inline-label {
		display: block;
		font-size: 14px;
		line-height: 24px;
	}
	table.schedule span.inline-label {
		display: inline-block;
		padding-right: 10px;
	}

	table.schedule tr.by-artist td {
		width: 65%;
	}
	table.schedule tr.by-artist td.left-row {
		width: 35%;
	}
	table.schedule tr.by-artist td.td-time {
		margin-left: 35%;
	}
}

@media (max-width: 468px) {
	table.schedule tr.border-top td.td-time {
		padding-right: 18px;
	}
	table.schedule tr.by-artist td.td-time {
		float: right;
		width: 65%;
		margin-left: 0;
	}
	table.schedule tr.by-artist td.td-price {
		float: right;
		width: 65%;
	}
}

/* table schedule -- */
/* SPONSORS PAGE ++ */

.sponsors-container {
	display: block;
	margin: 7px -8px 2px -8px;
}
.sponsors-container .outer-item {
	display: block;
	float: left;
	width: 16.66666666666667%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sponsors-container .item {
	display: block;
	border:1px solid #E1E1E1;
	overflow:hidden;
	behavior:url('/PIE.HTC');
}
.sponsors-container .item:hover {
	/* border:1px solid #f38700; */
	behavior:url('/PIE.HTC');
	border:1px solid #E1E1E1;
	-moz-box-shadow: 0 0 15px #E1E1E1;
	-webkit-box-shadow: 0 0 15px#E1E1E1;
	box-shadow: 0 0 15px #E1E1E1;
}
.sponsors-container .item a {
	display: block;
	text-align: center;
}
.sponsors-container .item a p {
	display: block;
	line-height: 90px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sponsors-container .item img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px auto;
}

/* SPONSORS PAGE -- */
/* SIDE BAR ++ */
/* sponsor large buttons ++ */

a.sponsor-large {
	margin-top:5px;
	width:200px;
	display:block;
	overflow:hidden;
	position:relative;
	margin-left:30px;
}

a.sponsor-large { }
/* sponsor large buttons -- */
/* SIDE BAR -- */
/* ARTISTS ++ */
/* list ++ */

.artist-list {
	display: block;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.artist-list .block {
	display: block;
	float: left;
	width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.artist-list .block:nth-child(3n+1) {
	clear: both;
}
.artist-list .block a {
	display:block;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.artist-list div.block a:hover { 
	background:#f1f1f1; text-decoration:none;
}
.artist-list .block a .thumb {
	display: block;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.artist-list div.block a img {
	display: block;
	width: 100%;
	max-width: inherit;
}
.artist-list div.block a p {
	display: block;
	/*width: 100%;*/
	color:#191919;
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	padding: 5px 6px;
}
@media (max-width: 768px) {
	.artist-list .block {
		width: 50%;
	}
	.artist-list .block:nth-child(3n+1) {
		clear: none;
	}
	.artist-list .block:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 332px) {
	.artist-list .block {
		width: 100%;
	}
}

/* list ++ */
/* single artist ++ */

.artist-container { 
	background:#fff;
	display:block;
	max-width:920px;
	width:100%;
}

.artist-containerimg {
	float:left;
	padding:0px 20px 20px 0px;
}

.artist-containerh1 {
	margin-top:-6px;
	font-size:26px;
	color:#181818;
}


table.artist-data  {
	border-collapse:collapse;
	width:915px;
}

table.artist-data  td {
}

table.artist-data td.image {
	width:380px;
	position:relative;
}
 
 
 
table.artist-data div.image-container {
	display:table;
	position:relative;
}

.new-artist-data span.line,
table.artist-data span.line {
	width:100%;
	height:1px;
	background:#e1e1e1;
	margin:15px 0px;
	display:block;
}

.artist-container table td {
	white-space:normal; 
	vertical-align:top;
}

.artist-container table td.title { width:560px; }
.artist-container table td.artist-description { width:300px; padding-right:20px; border:0px solid red; }
.artist-container table td.artist-data { width:210px; border:0px solid green; }


/* new artist popup */
.new-artist-data,
.new-artist-data .event-place {
	display: block;
	width: 100%;
	max-width: 920px;
}
.new-artist-data .title-block,
.new-artist-data .description-block {
	display: block;
	float: right;
	width: 58.69565217391304%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-artist-data .popup-map {
	display: block;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
.new-artist-data .place-info {
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-artist-data .place-web {
	display: block;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-artist-data .image-block {
	display: block;
	position: relative;
	float: left;
	width: 41.30434782608696%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-artist-data .image-block .image-container {
	display: block;
	position: relative;
}
.new-artist-data .image-block .image-container .artist-play-button {
	bottom: 9px;
	right: 9px;
}
.new-artist-data .image-block .image-container img {
	display: block;
}
.new-artist-data .image-block .youtube-container {
	width: 100%;
	height: auto;
}
.new-artist-data .description-block .artist-description {
	display: block;
	float: left;
	width: 60.18518518518519%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-artist-data .description-block .artist-data {
	display: block;
	float: left;
	width: 39.81481481481481%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.new-artist-data .title-block,
	.new-artist-data .description-block {
		width: 100%;
	}
	.new-artist-data .image-block {
		/*max-width: 360px;*/
		width: 60.1852%;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	.new-artist-data .image-block .image-container img {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.new-artist-data .image-block {
		width: 100%;
		padding-right: 0;
	}
	.new-artist-data .description-block .artist-description {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.new-artist-data .description-block .artist-data {
		width: 100%;
	}
	.new-artist-data .place-info {
		width: 100%;
		padding-right: 0;
	}
	.new-artist-data .place-web {
		width: 100%;
	}
}


.artist-container p.sub-title {
	font-size:14px;
	/* font-weight:bold; */
	color:#BFBFBF;
}

.artist-play-button {
	position:absolute;
	bottom:13px;
	right:9px;
	width:34px;
	height:32px;
	display:block;
	background:url('/img/artist-play-button.png') no-repeat;
	/* display:none; */
}

.artist-song{
	position:relative;
	padding-left:25px;
}

.artist-play-button:hover {
	background-position:bottom;
}

.youtube-container {
	width:360px;
	height:203px;
	display:none;
}


/* single artist -- */
/* ARTISTS -- */
/* FOTO GALLERY LIST ++ */

.foto-gallery-list {
	display: block;
	margin-top:20px;
	margin-left: -5px;
	margin-right: -5px;
}

.foto-gallery-list > .embed-video {
	display: block;
	float: left;
	width: 50%;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foto-gallery-list > .embed-video iframe {
	width: 100% !important;
	width: calc(100% - 10px) !important;
}

.foto-gallery-list > .embed-video > a {
	display: block;
	float: left;
}

.foto-gallery-list > .embed-video > a:hover {
	background-color: transparent;
	text-decoration: none;
}

.foto-gallery-list > .embed-video > a > p {
	display: block;
}

.foto-gallery-list > .embed-video > a:hover > p.title,
.foto-gallery-list > .embed-video > a:hover > p.date {
	color: #F38700;
}

.foto-gallery-list .gallery {
	display: block;
	float: left;
	width: 25%;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foto-gallery-list.images .gallery:nth-child(4n+1) {
	clear: both;
}
.foto-gallery-list.videos .gallery:nth-child(4n+8) {
	clear: both;
}
.foto-gallery-list .gallery > a { 
	display: block;
	position: relative;
	width: 100%;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.foto-gallery-list .gallery .thumb-block {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.foto-gallery-list .gallery .thumb-block img {
	display: block;
	width: 100%;
	max-width: inherit;
} 
.foto-gallery-list .gallery .info-block {
	display: block;
	width: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.foto-gallery-list .img-container {
	display: block;
	position:relative;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin-right:10px;
}

.foto-gallery-list .img-container .youtube-thumb {
	position:absolute;
	left:-10px;
	height:100px;
}

.foto-gallery-list a p.title {
	font-size:14px;
	font-weight:bold;
	color:#191919;
	line-height:18px;
	margin-top:0;
	margin-bottom:4px;
}

.foto-gallery-list a p.date {
	font-size:12px;
	color:#3b3b3b;
}

.home-gallery-container a span.layer,
.foto-gallery-list a span.layer {
	display: none;
	position: absolute;
	background: url('/img/gallery-thumb-hover-layer.png') no-repeat center center transparent;
	/*width: 22px;*/
	/*height: 19px;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} 

.foto-gallery-list .gallery.video span.layer {
	display: block;
	background-image: url('/img/video-play.png');
}

.foto-gallery-list a:hover span.layer,
.home-gallery-container a:hover span.layer  { 
	display:block;
}
.foto-gallery-list a:hover { 
	background:#f38700;
}
.foto-gallery-list a:hover  p.title,
.foto-gallery-list a:hover  p.date { 
	color:#fff;
}

/* single gallery ++ */

.foto-list a {
	float:left;
	height:100px;
	margin-right:15px;
	margin-bottom:15px;
}


/* single gallery -- */
/* FOTO GALLERY LIST -- */
/* POPUP LAYER ++ */

#popup {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background:url('/img/popup-bg.png') repeat;
	z-index:9999;
	position:absolute;
	display:none;
}

#popup>.inner {
	background:#fff;
	width:916px;
	padding:22px;
	margin:0px auto;
	margin-top:170px;
	display:table;
	border-radius:4px;
	position:relative;
}

#close-popup {
	position:absolute;
	right:20px;
	top:20px;
	width:14px;
	height:15px;
	background:url('/img/popup-button-close.png') no-repeat;
	display:block;
	z-index:99999;
}

#close-popup:hover {
	background-position:bottom;
}

/* POPUP LAYER -- */

table.poll-data {
	border-collapse:collapse;
	color:#3b3b3b;
	margin-top:10px;
}

table.poll-data td {
	margin:0px;
	padding:0px;
	/* border:1px solid red; */
	display:block;
	float:left;
}

table.poll-data td.radio {
	height:25px;
	padding-right:5px;
}

table.poll-data td.answer {
}

p.percentage {
	float:left;
	margin-top:4px;
	font-weight:bold;
}

table.poll-data  p.answer {
	margin-top:4px;
	margin-bottom:8px;
}

.percentage_bar {
	margin-top:7px;
	margin-right:10px;
	height:10px;
	border:1px solid #d67100;
	display:block;
	background:#f38300;
	float:left;
	position:relative;
}

.percentage_bar span{
	left:0px;
	top:0px;
	position:absolute;
	width:100%;
	height:1px;
	background:#f6a400;
	display:block;
}


/* GALLERY POPUP CONTENT ++ */

#gallery-slide-show {
	width:720px;
}

#gallery-slide-show  a.slide-bullet {
	width:34px;
	height:34px;
	display:block;
	background:url('/img/banner-slider-bullets-sprite.png') no-repeat;
	z-index:300;
	top:150px;
	position:absolute;
}

#gallery-slide-show a.toright { background-position:-34px 0px; right:5px; top:200px; }
#gallery-slide-show a.toright:hover { background-position:-34px -34px; }

#gallery-slide-show a.toleft { background-position:0px 0px; left:5px; top:200px; }
#gallery-slide-show a.toleft:hover { background-position:0px -34px; }

#gallery-slide-show .main-image-container {
	height:430px;
	width:720px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

#gallery-slide-show .main-image-container img {
	margin:0px auto;
	display:block;
}

#gallery-slide-show .gallery-data-container {
	height:60px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:660px;
	background:url('/img/popup-bg.png') repeat;
	padding:0px 30px;
}

#gallery-slide-show .gallery-data-container p {
	color:#ffffff;
	font-size:16px;
	line-height:60px;
}

#gallery-slide-show .thumbs-container {
	background:#f1f1f1;
	height:80px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	position:relative;
	width:100%;
	float:left;
}

#gallery-slide-show .thumbs-container .img-container {
	margin:0px;
	padding:0px;
	width:630px;
	height:50px;
	margin-top:15px;
	margin-left:45px;
	overflow:hidden;
}

#gallery-slide-show  .img-slider-box {
	display:table;
	width:5000px;
}

#gallery-slide-show .thumbs-container .img-container a {
	width:50px;
	height:50px;
	float:left;
	display:block;
	white-space:nowrap;
	margin-right:14px;
}

#gallery-slide-show .thumbs-bullet {
	position:absolute;
	top:34px;
	width:9px;
	height:14px;
	display:block;
	background:url('/img/gallery-bullets-sprite.png') no-repeat;
}

#gallery-slide-show .thumbs-bullet.next {
	background-position:0px 0px;
	left:15px;
}

#gallery-slide-show .thumbs-bullet.prev {
	background-position:-9px 0px;	
	right:15px;
}

#gallery-slide-show .thumbs-bullet.next:hover { background-position:0px -14px; }
#gallery-slide-show .thumbs-bullet.prev:hover { background-position:-9px -14px; }

/* GALLERY POPUP CONTENT -- */

/* AUDIO GALLERY { */

.author-info-content{
	display: block;
	float: left;
	width: 332px;
	width: 36.1%;
}

.author-info-content .author-name{
	font-family: 'PT Sans', sans-serif;
	color:#3b3b3b;
	font-size:18px;
}

.author-info-content .author-song{
	font-family: 'PT Sans', sans-serif;
	color:#18181a;
	font-size:14px;
	font-weight: normal;
	padding-bottom:15px ;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:15px;
}

.author-info-content .play-pause{
	background:url('../img/artist-play-puse-button-small.png') no-repeat;
	display:block;
	float:left;
	height:18px;
	width:19px;
	background-position:0px 0px;
}

.author-info-content .slider-container {
	background:url('../img/artist-play-status-bar.png') no-repeat;
	height:9px;
	width:233px;
	display:block;
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:4px;
	margin-right:15px;
}
.author-info-content .current-song-played{
	color:#5d5d5d;
}

.author-info-content .slider-container .ui-slider-handle {
	width:19px;
	height:19px;
	display:block;
	background:url('/img/rigas-ritmi-radio-buttons-sprite.png') no-repeat -102px 0px;
	position:absolute;
	display:block;
	left:6px;
	top:-5px;
	cursor:pointer;
	margin-left:-6px;
}
.author-info-content .slider {
	height: 9px;
	margin-left: 10px;
	width: 223px;
	display: block;
	position: relative;
}
.author-info-content .stat-bar {
	left:4px;
	top:3px;
	position:absolute;
	width:0px;
	height:3px;
	background:url('/img/orange-timeline.jpg') repeat-x;
	display:block;
}

.author-info-content .play-pause.playing {
	background-position:0px -18px;
}

.author-info-content .author-image{
	margin-top:20px;
}

.audio-list{
	display: block;
	float: left;
	/*width: 567px;*/
	width: 63.9%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* } AUDIO GALLERY */

/* SEARCH RESULTS ++ */

.search-data {
	/* border:1px solid red; */
	color:#3b3b3b;
}

.search-data p.phrase {
	font-size:16px;
	margin-top:10px;
	margin-bottom:30px;
}

.search-data>.block {
	margin-bottom:30px;
}

.search-data>.block>.title {
	width:100%;
	height:40px;
	line-height:40px;
	display:block;
	background:#ddefeb;
	font-weight:bold;
	font-size:16px;
	color:#181819;
	margin-bottom:20px;
}

.search-data .inner {
	padding:0px 20px;
}

.search-data .block .intro { 
	/* border:1px solid red; */
}

.search-data .block .full-spec { 
	display:none;
}

.search-data a.show-all-results {
	margin-top:15px;
}

/* SEARCH RESULTS -- */

.block.sidemenu a {
	clear:left;
	float:left;
	margin-top:2px;
	margin-bottom:3px;
}

table  { width:100%; }
table td { vertical-align:top; }

.contacts  {
	width:450px;
}

/* CONTACT FORM ++ */

#contact-form {
	width:500px;
}	

#contact-form  p.security-code {
	margin-top:10px;
}


#contact-form p.security-code  img {
	float:left;
}

#contact-form a.refresh-code {
	width:16px;
	height:16px;
	display:block;
	background: url('/img/rr-reload.png') no-repeat;
	float:left;
	margin-top:5px;
	margin-left:1px;
}

table.form  {
	width:100%;
}

table.form  td{
	vertical-align:top;
	padding:5px;
}

#contact-form  textarea {
	border:1px solid #DFDFDF;
	resize:none;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	width:320px;
	border-radius:4px;
	padding:5px 10px;
}

table input[type=text]  {	
	font-family: 'PT Sans', sans-serif;
	border:1px solid #DFDFDF;
	border-radius:4px;
	width:320px;
	padding:0px 10px;
	height:24px;
	line-height:24px;
	font-size:14px;
}

/* CONTACT FORM -- */
/* EVENT PLACE POPUP ++ */

.event-place td.image {
	width:353px;
}

.event-place td.place-info {
	padding:20px 20px 0px 0px;
	width:260px;
}

.event-place td.place-web {
	padding-top:20px;
	width:280px;
}

/* EVENT PLACE POPUP -- */

.marginleft20 {
	margin-left:20px;
}

/* breadcrumbs ++ */


.breadcrumbs {
	font-size:12px;
	float:left;
	clear:both;
}

.ru .breadcrumbs {
	/* margin-left:-186px; */
}

.breadcrumbs a {
	float:left;
	margin-right:5px;
	color:#AFAFAF;
}

.breadcrumbs a:hover {
	color:#F38700;
	text-decoration:none;
}

.breadcrumbs span.bullet {
	margin-right:5px;
	float:left;
}

/* breadcrumbs -- */

.artist-titles>a {
	clear: both;
	margin-bottom: 5px;
	display: block;
	float: left;
}
.artist-titles>* {
	border-top: 1px solid #E1E1E1;
	padding-top: 5px;
	width: 100%;
}
.artist-titles>a:first-child{
	border: none;
}


.artist-titles.lang-lv>.masterclass,
.artist-titles.lang-ru>.masterclass,
.artist-titles.lang-en>.masterclass{
	background: url('/img/label-masterclass.jpg') no-repeat 0 0;
	display: table;
	width: 75px;
	height: 18px;
	clear: both;
}
.artist-titles.lang-lv>.masterclass{
	background: url('/img/label-meistarklase.jpg') no-repeat 0 0;
}


/*.audio-list {
}*/
.audio-list>div:first-child {
	border-top: 1px solid #DADADA;
}
.audio-list>div{
	border-bottom: 1px solid #DADADA;
	background: #F8F8F8;
	font-size: 16px;
	display: block;
	padding: 10px;
}
.audio-list>div.second{
	background: #FFFFFF;
}
.audio-list>div>div{
	display: inline-block;
}
.audio-list>div .title{
	color:#3b3b3b;
	font-size:14px;
}

.audio-list>div .title.active{
	font-weight: bold;

}

.audio-list .list-song-artist{

}

.audio-list .list-song-name{
	color:#f38700;
	font-size:14px;
}

.audio-list .list-song-name.active{
	font-weight: bold;
	color:#3b3b3b;
}

.audio-list>div>.play{
	background: url('/img/artist-play-button-small.png') no-repeat 0 0;
	float:right;
	position: relative;
	font-size: 0px;
	display: table;
	height: 17px;
	width: 19px;
	top: 2px;
}
.audio-list>div>.play:hover{
	background-position: 0px -18px;
}


.share {
	clear: both;
	margin: 10px 0px 40px;
}
.share * {
	line-height: 24px;
	margin-right: 20px;
	font-size: 14px;
	float: left;
}
.share a.twitter,
.share a.facebook {
	background: none;
	color: #000000;
}
.share .twitter:before,
.share .facebook:before {
	background: url('/img/header-soc-icons-sprite.png') no-repeat -40px -20px;
	margin-right: 5px;
	display: table;
	content: "";
	height: 20px;
	width: 20px;
	float: left;
}
.share .facebook:before {
	background-position: -20px -20px;
	margin-right: 3px;
}


/* NEW CSS 02.11.2016 */
#mob-menu-toggler {
	display: none;
	position: relative;
	float: right;
}
.button-container {
	display: block;
	text-align: center;
	padding: 10px 0;
}
.button-container #load-more-photos,
.button-container #load-more-videos {
	display: inline-block;
}


/* 858 */
@media (max-width: 858px) {
	/* home slider */
	.slider-box > .block > .right-menu-bar > .wrapper {
		display: block;
		margin: 0;
	}
	.slider-box .block .right-menu-bar {
		display: block;
		position: relative;
		background: #181818;
		padding: 20px;
		height: auto;
		top: inherit;
		right: inherit;
		box-sizing: border-box;
	}
	.right-menu-bar p.title {
		font-size: 24px;
		line-height: 24px;
	}
	.right-menu-bar .title-block {
		display: block;
		height: auto;
		vertical-align: top;
		padding-bottom: 10px;
	}
	.slider-box .right-menu-bar p.title-descr,
	.slider-box .right-menu-bar .slide-intro .know-more {
		display: none;
	}
	.right-menu-bar .slide-intro {
		display: block;
		position: relative;
		left: inherit;
		top: inherit;
	}
	.slider-box .block .image-container {
		height: auto;
	}
	.slider-box .block .image-container img {
		display: block;
		position: relative;
		width: 100%;
		min-width: inherit;
		min-height: inherit;
		transform: none;
		top: inherit;
		left: inherit;
	}

	.slides-container {
		height: 274px;
	}
	
	#events-slide-show {
		height: auto;
	}
	#events-slide-show .slides-menu {
		right: 20px;
		left: inherit;
	}
}

/* 768 */
@media (max-width: 1024px) {
	.mob-tabs-block {
		display: block;
		margin: 20px 0;
	}
	.tabs {
		display: none;
	}
	a.logo {
		margin-left: 0;
		margin-right: 0;
	}
	a.art-of-jazz-logo {
		display: none;
	}
	.header-logo-date {
		clear: both;
		font-size: 22px;
		margin-top: 15px;
	}
	#header > .left {
		width: auto;
	}
	#top-bar .splitter {
		display: none;
	}
	form.search-form {
		padding-right: 0;
	}
	form.search-form .search-key {
		width: 85px;
	}
	.lang-menu a {
		padding: 0 5px;
	}
	#top-bar .left a.large {
		padding: 0 15px;
	}
	#top-bar .left > a.large.fancy:nth-child(2) {
		padding-left: 0;
	}
	#top-bar .soc-icons {
		padding-left: 10px;
	}

	.home-page-sponsors .wrapper {
		display: block;
		text-align: center;
	}

	#content {
		min-height: 600px;
	}
	.left-bar {
		display: block;
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.right-bar:before {
		position: absolute;
		background-color: #232323;
		content: "";
		height: 10px;
		top: 0;
		left: -20px;
		right: -20px;
	}
	.right-bar {
		display: block;
		position: relative;
		float: none;
		background: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.right-bar .block {
		display: inline-block;
	}
	.right-bar .block.events {
		display: block;
		position: relative;
		padding-bottom: 10px;
		margin-top: -10px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.right-bar .block.events:after {
		display: block;
		position: absolute;
		background-color: #232323;
		content: "";
		height: 10px;
		bottom: 0;
		right: -20px;
		left: -20px;
	}
	.right-bar .block.events .block-content {
		padding-right: 20px;
	}
	.right-bar .block.events .block-content tr {
		border-bottom: 1px solid #DFDFDF;
	}
	.right-bar .block.events .block-content tr:last-child {
		border-bottom: none;
	}
	.right-bar .block.events .block-content td {
		padding: 9px 0;
	}
	.right-bar .block.events .block-content p {
		display: block;
		float: left;
	}
	.right-bar .block.events .block-content p:first-child {
		line-height: 22px;
		padding-right: 30px;
	}
	.right-bar .block.events .block-content p.title {
		margin-bottom: 0;
	}
	.right-bar .block .block-content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.bottom-sponsor-list {
		margin-top: 10px;
	}


	/* main menu */
	#mob-menu-toggler {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 50px;
		margin-top: 13px;
	}
	#mob-menu-toggler:hover {
		color: #f38700;
		text-decoration: none;
	}
	#mob-menu-toggler:before {
		display: block;
		position: absolute;
		background: url('../img/icon-hamburger.svg') no-repeat center center transparent;
		content: '';
		width: 30px;
		height: 24px;
		left: 0;
		top: 0;
	}
	#mob-menu-toggler.active:before {
		background-image: url('../img/icon-close-menu.svg');
	}
	#main-menu {
		display: none;
		position: absolute;
		background: none !important;
		background-color: #FF9101 !important;
		border-radius: 0;
		width: auto;
		height: auto;
		top: 114px;
		left: -44px;
		right: -44px;
		bottom: 0;
		padding-top: 32px;
		padding-bottom: 50px;
		z-index: 9999;
	}
	#main-menu.active {
		display: block;
	}
	#main-menu ul.main-menu > li {
		display: block;
		float: none;
		background: none;
		padding-right: 0;
	}
	#main-menu ul.main-menu a {
		display: block;
		float: none;
		color: #323234;
		font-size: 24px;
		line-height: 53px;
		height: auto;
		text-align: center;
	}
	
	#main-menu ul.main-menu > li > a.active,
	#main-menu ul.main-menu > li:hover > a {
		color: #fff;
		background: none;
	}
	#main-menu ul.main-menu > li > a:first-child {
		border-radius: 0;
	}
	#main-menu ul.sub-menu {
		display: none;
		position: relative;
		width: 100%;
		background: #323234;
		top: inherit;
		left: inherit;
		padding-bottom: 20px;
	}
	#main-menu li.active {
		padding-top: 20px;
		background: #323234 !important;
	}
	#main-menu li.active > a {
		color: #fff;
		background: #323234 !important;
	}
	#main-menu li.active ul.sub-menu {
		display: block;
	}
	#main-menu ul.sub-menu > li > a {
		color: #fff;
		width: 100%;
		font-size: 16px;
		line-height: 28px;
		padding-left: 0;
		padding-right: 0;
	}


	.sponsors-container .outer-item {
		width: 25%;
	}


	.bottom-sponsor-list .wrapper {
		text-align: center;
	}

	
	.bottom-sponsor-list a {
		margin: 0 13px;
	}

	
	.foto-gallery-list .gallery {
		width: 33.333%;
	}
	.foto-gallery-list > .embed-video iframe {
		height: 265px;
	}
	.foto-gallery-list.images .gallery:nth-child(4n+1) {
		clear: none;
	}
	.foto-gallery-list.videos .gallery:nth-child(4n+8) {
		clear: none;
	}
	.foto-gallery-list.images .gallery:nth-child(3n+1) {
		clear: both;
	}
	.foto-gallery-list.videos .gallery:nth-child(1),
	.foto-gallery-list.videos .gallery:nth-child(2),
	.foto-gallery-list.videos .gallery:nth-child(3),
	.foto-gallery-list.videos .gallery:nth-child(4) {
		width: 50%;
	}
	.foto-gallery-list.videos .gallery:nth-child(3n+5) {
		clear: both;
	}


	.author-info-content {
		width: 100%;
		margin-bottom: 20px;
	}
	.author-info-content .author-image {
		display: block;
	}
	.author-info-content .author-image img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	/*.author-info-content .slider-container {
		background-color: #ebebeb;
		border-top: 1px solid #afafaf;
		border-radius: 4px;
	}*/
	.audio-list {
		width: 100%;
		padding-left: 0;
	}

	
	/* footer */
	#footer {
		background: none;
		min-height: inherit;
	}
	#footer .top,
	#footer .bottom {
		display: none;
	}
	#footer .middle {
		background: none;
	}
	.global-wrapper {
		background: none;
	}
}


/* 480 */
@media (max-width: 650px) {
	.iframe-map {
		height: 300px;
	}
	table.history-table td,
	table.simple-responsive td {
		display: block;
		width: 100%;
	}
	.global-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	#top-bar .width-wrapper,
	#footer .width-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	#top-bar .left > a.large {
		display: none;
	}
	#top-bar .soc-icons {
		padding-left: 0;
		margin-left: -8px;
	}
	form.search-form .search-key {
		width: 70px;
	}

	a.logo {
		width: 315px;
	}
	.header-logo-date {
		font-size: 18px;
		line-height: 18px;
	}
	#main-menu {
		top: 109px;
	}

	#mob-menu-toggler {
		padding-left: 30px;
	}
	#mob-menu-toggler span {
		display: none;
	}

	.bottom-sponsor-list a {
		width: 70px;
		margin: 0 13px;
	}

	.home-gallery-container .image {
		width: 25%;
	}


	.sponsors-container .outer-item {
		width: 33.333%;
	}


	.articles-container .article-image-block {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
	}
	.articles-container .article-image-block img {
		display: block;
	}


	.foto-gallery-list .gallery {
		width: 50%;
	}
	.foto-gallery-list > .embed-video {
		width: 100%;
	}
	.foto-gallery-list.images .gallery:nth-child(3n+1) {
		clear: none;
	}
	.foto-gallery-list.videos .gallery:nth-child(3n+5) {
		clear: none;
	}
	.foto-gallery-list.images .gallery:nth-child(2n+1) {
		clear: both;
	}
	.foto-gallery-list.videos .gallery:nth-child(2n+6) {
		clear: both;
	}
	.foto-gallery-list.videos .gallery:nth-child(2n+2) {
		clear: both;
	}
}



/* 320 */
@media (max-width: 468px) {
	.global-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#top-bar .width-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	#top-bar .soc-icons {
		margin-left: -4px;
	}
	#top-bar .soc-icons a {
		margin-left: 2px;
		margin-right: 2px;
	}
	#footer .width-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	form.search-form .search-key {
		width: 60px;
	}
	a.logo {
		width: 220px;
		margin-left: 20px;
	}
	.header-logo-date {
		font-size: 16px;
		line-height: 16px;
		margin-top: 10px;
		margin-left: 20px;
	}
	#main-menu {
		top: 107px;
	}
	#mob-menu-toggler {
		padding-left: 50px;
		margin-top: 4px;
	}
	#header {
		padding-top: 36.5px;
		padding-bottom: 36.5px;
	}

	#events-slide-show {
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -20px;
	}
	/*#events-slide-show .slider-box .block .right-menu-bar {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	#events-slide-show a.slide-bullet {
		display: none !important;
	}

	.articles-container .block .thumb {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 14px;
	}
	.articles-container .block .home-thumb a {
		margin-left: -20px;
		margin-right: -20px;
	}
	.articles-container .block .home-thumb a img:not(.mobile) {
		display: none;
	}
	.articles-container .block .home-thumb a img.mobile {
		display: block;
		width: 100%;
		max-width: inherit;
	}

	.right-bar .block .block-content {
		padding-left: 0;
	}

	
	.home-gallery-container {
		margin-left: -5px;
		margin-right: -5px;
	}
	.home-gallery-container .image {
		padding: 5px;
	}


	.bottom-sponsor-list a {
		width: 70px;
		margin: 0 3px;
	}


	.sponsors-container .outer-item {
		width: 50%;
	}


	.right-bar .block.events .block-content {
		padding-left: 20px;
		padding-right: 20px;
	}


	.foto-gallery-list .gallery {
		width: 100%;
	}
	.foto-gallery-list > .embed-video iframe {
		height: 180px;
	}
	.foto-gallery-list.videos .gallery:nth-child(1),
	.foto-gallery-list.videos .gallery:nth-child(2),
	.foto-gallery-list.videos .gallery:nth-child(3),
	.foto-gallery-list.videos .gallery:nth-child(4) {
		width: 100%;
	}


	#footer .middle p {
		text-align: center;
	}
	#footer .middle .footer-menu {
		text-align: center;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	#main-menu {
		left: inherit;
		width: 55%;
	}
}




.text-content p {
	margin-bottom: 10px;
}
.text-content ul {
	margin-bottom: 15px;
	margin-left: 30px;
}



/* COOKIES BAR */
.cc-revoke {
	display: none !important;
}
.cc-window {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cookie-text-wrapper {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
}
.cookie-text-wrapper .cc-message {
	display: block;
	flex: inherit !important;
	width: 100%;
}
.cookie-text-wrapper .cc-compliance .deny-text,
.cookie-text-wrapper .cc-compliance .allow-text,
.cookie-text-wrapper .cc-link,
.cookie-text-wrapper .cc-message {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	-webkit-font-smoothing: inherit;
	font-smoothing: inherit;
}
.cookie-text-wrapper .cc-link {
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.cookie-text-wrapper .cc-message {
	margin-bottom: 10px;
}
.cookie-text-wrapper .cc-compliance .cc-btn {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	-webkit-font-smoothing: inherit;
	font-smoothing: inherit;
	border-radius: 5px;
	border: none;
	padding: 3px 15px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.cookie-text-wrapper .cc-compliance .cc-btn:hover {
	text-decoration: none !important;
}
.cookie-text-wrapper .cc-compliance .allow-block,
.cookie-text-wrapper .cc-compliance .deny-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.cookie-text-wrapper .cc-compliance .allow-block {
	margin-right: 40px;
}
.cookie-text-wrapper .cc-compliance .deny-block {
	order: 2;
}
.cookie-text-wrapper .cc-btn.cc-dismiss {
	color: #FFF !important;
	font-weight: normal;
	background: transparent !important;
	border: 1px solid #FFF !important;
	padding: 2px 15px;
	margin: 0 15px 0 0;
}
.cookie-text-wrapper .cc-btn.cc-dismiss:hover {
	opacity: 0.8;
}
.cookie-text-wrapper .cc-btn.cc-allow {
	color: #FFF !important;
	background: #F6880C !important;
	margin-right: 15px;
}
.cookie-text-wrapper .cc-btn.cc-allow:hover {
	opacity: 0.8;
}

@media all and (max-width: 768px) {
	.cookie-text-wrapper .cc-compliance {
		flex-wrap: wrap;
	}
	.cookie-text-wrapper .cc-compliance .allow-block {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cookie-text-wrapper .cc-compliance .cc-btn {
		min-width: 120px;
	}
}

@media all and (max-width: 478px) {
	.cookie-text-wrapper .cc-compliance .allow-block, 
	.cookie-text-wrapper .cc-compliance .deny-block {
		flex-wrap: wrap;
	}
	.cookie-text-wrapper .cc-compliance .deny-text,
	.cookie-text-wrapper .cc-compliance .allow-text {
		width: 100%;
	}
	.cookie-text-wrapper .cc-compliance .cc-btn {
		margin-bottom: 5px;
	}
}