/*
Cheers! The goal of this file is to make tuzin.fm responsive without changing other style or template files.
Created in March-April 2016 by eugen.baryshnikau@gmail.com
*/


body { overflow-x: hidden; min-width: 300px; background-image: none; }
img { max-width: 100%;}

/* header */
#wrapper { padding-bottom: 0; }

#header .menubar {
	position: relative;
	min-height: 54px;
}
#header .logo { margin-bottom: 20px; }

#header .logo-red {
	width: 400px;
	height: auto;
	max-width: 80%;
}

#header .logo_12 {
	display: none;
	height: 163px;
	width: 206px;
	margin-right: 10px;
	padding: 20px;
	background: #df0024;
	transition: background-color ease .5s;
}
#header .logo_12:hover {
	background-color: #333;
}

#header .logo-text {
	display: none;
	font-family: 'PT Sans', sans-serif;
	position: absolute;
	top: 18px;
	left: 222px;
	text-decoration: none;
}

#header .logo-text_name {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-size: 40px;
	opacity: .7;
}

#header .logo-text_fm {
	opacity: .5;
}

#header .logo-text_headline {
	font-size: 24px;
	line-height: 12px;
	opacity: .5;
	letter-spacing: 2px;
}

.menu-btn {display: none;}

::placeholder {
  color: #ccc;
  opacity: 1;
}

#header .search {
	display: block;
	width: 250px;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 120px;
}
#header .search input[type="text"] {
	width: 220px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #333;
	color: #333;
	font-style: italic;
	padding: 1px 0;
	font-size: 24px;
}
#header .search input[type="text"]:focus {
  outline: none;
}
#header .search_btn {
	font-size: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

#header .search_btn:hover,
#header .search_btn:focus,
#header .search_btn:active {
	color: #df0024;
}

#header .social_links {
  display: inline-block;
  vertical-align: top;
}

#header .service-menu {
	position: absolute;
	text-align: right;
	padding-left: 0;
	right: 0;
	top: 0;
	width: auto;
}

#header .action {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
#header .action ul {
    padding: 0;
	margin-bottom: 10px;
}
#header .action li {
  font-size: 14px;
  color: #ffffff;
  margin: 0 10px;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
#header .action li a {
  text-decoration: underline;
}
#header .action li a:hover {
  color: #ffa200;
  text-decoration: none;
}

#header .container #main_menu ul {padding: 0;}
/* /header */

/*#content { width: 96%; margin: 0 auto; }*/

.container { width: 96%;margin: 0 auto; max-width: 1360px; }

#most { display: flex;}
#most li {
	margin: 0;
	width: 33%;
	text-align: center;
	background: #eee;
	flex-grow: 1;
	border: 2px solid #fff;
	border-width: 0 2px;
}

.columns.three .item {
	width: 31.33333%;
	margin: 0 1.5%;
}

.heading {
	text-align: center;
	margin: 20px 0;
	position: relative;
	z-index: 5;
/*	box-shadow: 0 3px 10px rgba(0,0,0,.3)	*/
}

.banners { text-align: center;}
.banners .banner { text-align: center; margin: 0; display: inline-block; }
.banners .banner img { max-width: 100%; }
.banners--two { font-size: 0; }
.banners--two .banners-big,
.banners--two .banners-small { display: inline-block; vertical-align: middle; }
.banners--two .banners-small { width: 34%; }
.banners--two .banners-big { width: 64%; margin-right: 2%; }

/* columns wide and narrow */
.col-wide {
	float: left;
	width: 73.5%;
}
.col-narrow {
	float: left;
	width: 23.5%;
}

.col-narrow + .col-wide,
.col-wide + .col-narrow { margin-left: 3%;}
.col-narrow + .col-wide + *,
.col-wide + .col-narrow + * { clear: both; }

.col-wide .heading,
.col-narrow .heading { text-align: left;}

.col-wide .banner {
	margin-bottom: 20px
}

/* columns with similar items */
.cols { width: 100%; }
.cols:after {
	content: '';
	display: block;
	clear: both;
}
.cols .wrapper {
	margin: 0 -1%;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.cols .item { margin: 0 1% 30px; float: left; position: relative; overflow: hidden;
/* box-shadow: 1px 1px 3px rgba(0,0,0,.3)*/
}

.cols--2 .item { width: 48%; }
.cols--3 .item { width: 31.33333%; }
.cols--4 .item { width: 23%; }
.cols--5 .item { width: 18%; }
.cols--6 .item { width: 14.66666%;  }

.type-hotnews .item-link {
	display: block;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	/* border-top: 6px solid #df0024; */
}

.type-hotnews .item-image {
	width: 100%;
	display: block;
	transition: all .5s ease;
	background: #ccc;
 }
.type-hotnews .item:hover .item-image { opacity: .5 }
.type-hotnews .item-text {
	width: 100%;
	padding: 10px 0 0;
}
.type-hotnews .item-text-title {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.8em;
	margin: 0;
}
.type-hotnews .item-text-descr {
	display: none;
	position: relative;
	font-size: 1.1em;
	margin-top: 10px;
}
.type-hotnews .item-info{
	margin-top: 10px;
	opacity: .7;
	color: #000;
}


.type-hotnews--warm .item-text-title a {
	text-decoration: none;
}
.type-hotnews--warm .item-text-title {
	font-size: 1.4em;
	font-weight: bold;
}


.item-info {
  margin: 0 0 10px 0;
}
.item-info:after {
  display: block;
  clear: both;
  content: "";
}
.item-info .left_info {
  margin-right: 100px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
}
.item-info .left_info a { color: #6d6d6d; }
.item-info .left_info a:hover {
  text-decoration: none;
  color: #df0024;
}
.item-info .right_info {
  float: right;
  width: 100px;
  text-align: right;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.item-info .right_info .separator {
  margin: 0 5px 0 4px;
}
.item-info .right_info .icon_views {
  width: 13px;
  height: 11px;
  background: url(../../images/icon-view.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0;
}
.item-info .right_info .icon_view {
  width: 16px;
  height: 11px;
  background: url(../../images/icon-views.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0 0;
}
.item-info .right_info .icon_comments {
  width: 12px;
  height: 11px;
  background: url(../../images/icon-comment.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0;
}
.item-info .right_info a { color: #6d6d6d; display: inline-block;}
.item-info .right_info a:hover {
  color: #d93d09;
  text-decoration: none;
}
.item-info .right_info .place a {
    text-decoration: underline;
}

/* newsitems */
.type-newsitems .item {
	background-color:#d5d5d5;
	transition: all .4s ease;
	display: table;
}
.type-newsitems .item-link:before { display: none;}
.type-newsitems .item-link {
	height: 60px;
	width: 100%;
	vertical-align: middle;
	background-color: transparent;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding: 0 6px 2px 100px;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #373b46;
	transition: all .4s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.type-newsitems .item:hover { background-color:#df0024; }
.type-newsitems .item:hover .item-link {color: #fff;}

/* zhamerun */
.type-zhamerun .item { height: 100px; background: #fff; padding: 10px; border-left: 5px solid #d5d5d5; }
.type-zhamerun .item:hover { background: #4f5565; color: #fff; }
.type-zhamerun .item-link {
	float:left;
	display: block;
	margin: -10px 0 -10px -10px;
}
.type-zhamerun a { transition: none; }
.type-zhamerun .item:hover a,
.type-zhamerun a:hover { text-decoration: none; color: #fff; }

.type-zhamerun .item-image { height: 100px; }
.type-zhamerun .item:hover .item-image { opacity: .6;}

.type-zhamerun .item-text {
	margin-left: 100px;
	height: 80px;
	overflow: hidden;
}
.type-zhamerun .item-info { overflow: auto; margin-bottom: 6px; }

/*
.two_column .type-zhamerun .item { margin-bottom: 10px; padding: 0; border-left:0; background: transparent; height: auto; }
.two_column .type-zhamerun .item:hover { background: #4f5565; color: #fff; }
.two_column .type-zhamerun .item-link { margin: 0;}
.two_column .type-zhamerun .item-image { height: 80px; border: 2px solid #ffa200 }
.two_column .type-zhamerun .item-text {margin-left: 90px;}
*/

/* afisza */
.type-afisza .blocks-list {
	background: #fff;
	margin-top: -20px;
	height: 640px;
	overflow-y: scroll;
	margin-bottom: 20px;
}
.type-afisza .block {
	min-height: 60px;
	background: #fff;
	padding: 5px 10px;
}
.type-afisza .block .info {margin-bottom: 5px;}
.type-afisza .block .info .left_info { margin-right: 0;}
.type-afisza .block .info .right_info { width: auto;}
.type-afisza .title {
	font-weight: bold;
}
.type-afisza .place:before {
	content: "/";
}
.type-afisza .place,
.type-afisza .place a { color: #d93d09; font-style: italic }

/* new albums + download */
.block.medium .description h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
.block.medium .description .img { width: 100%; border:0; border-bottom: 6px solid #d5d5d5;}

/* hit-parad homapage tabs */
.type-hit > .nav-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
    color: #373b46;
    font-size: 24px;
    line-height: 32px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
	text-align: center;
}
.type-hit > .nav-tabs li {
	display: inline-block;
	background: #eee;
	width: 32%;
}
.type-hit > .nav-tabs li a {
	padding: 15px 30px;
	text-decoration: none;
	display: block;
}
.type-hit > .nav-tabs li.active {
	background: #df0024;
}
.type-hit > .nav-tabs li.active a {
	color: #fff;
}
.type-hit > .nav-tabs li.static {
	background: transparent;
	padding: 15px 30px;
}
.type-hit > .nav-tabs li.static:after { content: ":"; }

.type-hit  { margin-top: 20px; position: relative; }
.type-hit .heading .heading-date:before { content: " / ";}
/*.type-hit .heading .heading-date:after { content: ")";}*/

.type-hit .heading .heading-date {
/*	font-size: .7em;*/
	font-weight: normal;
	text-transform: none;
	opacity: .7;
}
.type-hit .heading {
	margin-top: 0;
	text-align: left;
	padding: 0 2%;
}

.type-hit > .tab-content {
	background: #fff;
	position: relative;
}
.type-hit > .tab-content .tab-content {
	padding: 0 2% 20px;
}

.hit {
	background: #4f5565;
}
.hit .hit-number,
.hit .hit-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
.hit .hit-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 10px 10px;
    z-index: 3;
    font-weight: normal;
    font-size: 22px;
	text-shadow: 0 0 5px #000;
}
.hit .hit-title,
.hit .hit-title a { color: #fff; }

.hit .hit-title-song {	line-height: .9em; display: block; }
.hit .hit-title-artist {
	display: block;
	text-transform: uppercase;
	opacity: .7;
	font-size: 16px;
	line-height: .9em;
	margin-top: 3px;
}

.hit .hit-meta .like {
	color: #fff;
}
.hit .hit-meta {
	position: absolute;
	bottom: 50px;
	right: 10px;
	z-index: 3;
	opacity:.7;
}
.hit .hit-number {
	position: absolute;
	right: 12px;
	bottom: 0;
	font-size: 50px;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	opacity: .5;
	z-index: 4;
	letter-spacing: -.1em;
}

/*
.type-hit--albums .hit:nth-last-of-type(1) .hit-number,
.type-hit--albums .hit:nth-last-of-type(2) .hit-number,
.type-hit--video .hit:nth-last-of-type(1) .hit-number,
.type-hit--video .hit:nth-last-of-type(2) .hit-number,
.type-hit--audio .hit:nth-last-of-type(1) .hit-number,
.type-hit--audio .hit:nth-last-of-type(2) .hit-number,
.type-hit--audio .hit:nth-last-of-type(3) .hit-number { color: #eb3b00; }
*/
.hit:nth-of-type(1) .hit-number {
	color: #ffa200 !important;
	opacity: 1;
}

.hit:hover .hit-thumbnail {
	opacity: 1;
/*	transform: scale(1.2);*/
}
.hit .hit-thumbnail {
	padding-top: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
	opacity: .9;
	transition: all .5s ease;
}
.hit .hit-thumbnail:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4f5565;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#90000000',GradientType=0 );
}

.disabled .hit .hit-checkbox { display: none; }
.hit .hit-checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
    text-align: right;
	z-index: 2;
}

.hit .jq-checkbox,
.hit .jq-checkbox:hover { background: transparent; }
.hit .jq-checkbox.checked {
	background: rgba(223,0,36,.5)
}
.hit .jq-checkbox {
	width: 100%;
	height: 100%;
    font-size: 32px;
    line-height: 30px;
	text-shadow: 0 0 5px #000;
	padding: 10px;
}
.hit .jq-checkbox:after {
	content: "\f096";
/*
	content: "\f0c8";
	content: "\f14a";
*/
	color:#ebeff6;
	opacity: .7;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hit .jq-checkbox:hover:after{
	content: "\f14a";
	font-size: 30px
}
.hit .jq-checkbox.checked:after {
	content: "\f14a";
	color: #d5d5d5;
	opacity:1;
	font-size: 30px
}

.arrow_top,
.arrow_down {
	background: transparent !important;
	width: auto;
	height: auto;
	font-size: 24px;
	margin-right: 4px;
	cursor: auto;
	vertical-align: baseline;
}
.arrow_top:after,
.arrow_down:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.arrow_top:after {
	content: "\f176";
	color: #d5d5d5;
}
.arrow_down:after {
	content: "\f175";
	color: #eb3b00;
}

.hit-footer { text-align: center;}

/* hit-parade inner pages */
.type-hit-inner {
	background: #fff;
	position: relative;
}
.type-hit-inner .tab-pane {
    padding: 0 2% 20px;
}

.filter { margin: 0; }
.filter .tour,
.filter .year {
    padding: 12px 0 6px;
    margin: 0;
    border: 0;
}
.filter .tour a,
.filter .year a{
	white-space: nowrap;
}


.type-items .blocks {
	margin: 0 -1%;
}
.type-items .block {
	width: 31.33333%;
	margin: 0 1%;
	float: left;
}
.type-items .block:nth-child(3n+1) { clear: both; }
.type-items .list-view .pager { clear: both; margin: 30px 0 50px;}


.columns.two {	background-image: none;}
.columns.two .one_column,
.columns.two .two_column {  width: 100%; float: none;}
.columns.two .two_column { margin-top: 50px; }

.columns.two .one_column .blocks {
	margin: 0 -1%;
}
.columns.two .one_column .block{
	width: 48%;
	margin: 0 1%;
	float: left;
}
.columns.two .one_column .block:nth-child(2n+1){ clear: both; }
.columns.two .one_column .list-view .pager { clear: both; margin: 30px 0 50px;}


.columns.two .one_column .content_style{
	padding-left: 264px;
}
.columns.two .one_column .content_style .image.left{
	margin-left: -264px;
}

.content_style {
	line-height: 1.5em;
}
.content_style h1 {
	font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
	font-size: 2.5em;
	color: #df0024;
	line-height: 1.1em;
}
.content_style p.entry {
	font-size: 1.3em;
}


@media (max-width:1100px){

	.columns.two {	background-image: none;}
	.columns.two .one_column,
	.columns.two .two_column { width: 100%; float: none; }
/*	.columns.two .two_column { display: none;}*/



	.col-wide { width: 64.66666%; }
	.col-narrow { width: 32.33333%; }
	.type-zhamerun .cols--3 .item { width: 48%;}
	.type-zhamerun .cols--4 .item { width: 31.33333%;}
	.type-afisza .blocks-list { height: 870px; }
	.type-download .block.medium .info .left_info span {
		width: 150px;
		display: block;
	}

	.box_center { width: 100%; margin: 20px auto;}
	.box_center .heading,
	.wrapper_white_medium { width: 100%; margin: 0 auto;}
	.wrapper_white_medium .bottom_line { background-position: 50% 100%; background-size: 100% 100%; }


	#main .events .place { width: 25%; }
	#main .events .block { width: 73%; margin: 0 2% 0 0; }

	.performer_description { padding-right: 20px; }

}

@media (max-width:960px){
	#header .search {
		top: 70px;
	}
}

@media (max-width:900px){
	#header .container .top_header .right_content .box .top_line .social_links {
		display: block;
		margin-top: 10px;
	}
	#header .action {
		display: block;
	}
	.columns.two .one_column,
	.columns.two .two_column { width: 100%; float: none; }
/*	.columns.two .two_column { display: none;}*/
	.type-zhamerun .cols--4 .item { width: 48%;}

	.type-newsitems .item-link {
		padding: 0 6px;
		background-image: none !important;
		text-align: center;
	}

	.cols .item-text-title { margin-bottom: 10px;}
	.cols .item-text-descr { display: none;}

	.col-wide,
	.col-narrow { width: 100%; margin: 0 0 20px !important; float: none; }

	.type-items .block {
		width: 48%;
	}
	.type-items .block:nth-child(3n+1) { clear: none; }
	.type-items .block:nth-child(2n+1) { clear: both; }

	.cols--6 .item { width: 23%; }
	.type-hit .heading {
		text-align: center;
		padding: 5px 2%;
	}
	.type-hit .heading .nav.tabs { float: none;}
	.type-hit > .nav-tabs li { width: 32%;}
	.type-hit > .nav-tabs li.static {
		display: block;
		width: 100%;
	}
	.type-hit > .nav-tabs li.static:after { content: none; }

	.type-zhamerun .item { width: 48%; }
	.type-afisza .blocks-list { height: 360px; }
	.type-afisza .block {
		width: 48%;
		margin: 0 1%;
		float: left;
	}
	.type-afisza .block:nth-of-type(2n){
		clear: both;
	}
/*

	.cols--4 .item { width: 48%; }
	.cols--4 .item:nth-child(2n+1) { clear: both; }
	.type-hotnews--warm .item {height: 120px;}
*/
	.heading { height: auto; padding: 0 5px; }
	.heading .left,
	.heading .right { display: none;}
	.heading .breadcrumbs { height: auto; }

	.columns.two .one_column .content_style{
		padding-left: 0;
	}
	.columns.two .one_column .content_style .image.left{
		margin-left: 0;
	}

	#audioplayer { width: 100%; overflow: hidden;}

	#most li.active a,
	#most li a {font-size: 20px;}

	#footer { height: auto;}
	#footer .container .social_links,
	#footer .container .bottom_line .developers {
		float: none;
		text-align: center;
		margin: 10px auto;
	}

}

@media (max-width:767px){
	#header { padding-bottom: 0; }
	.cols--3 .item { width: 98%; }
	.cols--4 .item { width: 48%; }
	.cols--4 .item:nth-child(2n+1) { clear: both; }
	.cols--6 .item { width: 31%; }
	.type-newsitems { display: none; }

	.type-zhamerun .item { width: 48%; }

	#header .container { padding: 10px 0 15px;}
	#header .action { display: inline-block; }
	#header .logo { margin: 0; }
	#header .logo_12 {
		height: 64px;
		width: auto;
		padding: 10px;
	}
	#header .logo-text {
		left: 88px;
		top: 0;
	}
	#header .logo-text_name {
		font-size: 36px;
	}
	#header .logo-text_headline {
		font-size: 18px;
    line-height: 12px;
    letter-spacing: 3.4px;
    padding-left: 4px;
	}


	#header .search,
	#header .service-menu {
		position: static;
		padding: 0;
		margin: 0 auto;
		display: block;
	}
	#header .service-menu {
		width: auto;
		border-top: 1px solid #fff;
		margin-top: 10px;
		padding-top: 10px;
		text-align: center;
	}
	#header .social_links { display: none;}

	#main_menu {
		clear: both;
		padding-top: 10px;
		position: static;
		text-align: center;
	}
	#main_menu li {
		padding: 0 12px;
		margin: 3px 3px
	}

	.menu-btn {
		display: block;
    width: 40px;
    height: 40px;
		background: transparent;
    font-size: 0;
    border: 0;
    position: absolute;
    right: 0;
    opacity: .7;
    top: 26px;
    transform: translateY(-50%);
    font-size: 0;
    opacity: .7;
    padding: 0;
	}
	.menu-btn:after {
		content: '';
		display: block;
		position: absolute;
		left:21%;
		top:30%;
		width: 60%;
		height: 4px;
		background: #333;
		box-shadow: 0 6px 0 #333,0 12px 0 #333;
	}
	.menu-container {display: none;}
	.menu.hover .menu-container {
		display: block;
		padding-top: 20px;
	}
	.menu.hover .menu-btn {
		background: rgba(255, 255, 255,.1);
	}

	.type-most {display: none;}

	.content_style img {
		width: auto !important;
		height: auto !important;
	}
	.content_style iframe {
		max-width: 100% !important;
	}
	.content_style iframe[src*='youtube']{
		width: 100% !important;
		height: 320px !important;
	}
	.banners--two .banners-big,
	.banners--two .banners-small { display: block; width: 100%; margin: 20px 0; }

}

@media (max-width:640px){
	.cols--4 .item { width: 48%; }
	.cols--6 .item { width: 48%; }
	.type-zhamerun .item,
	.type-items .block,
	.columns.two .one_column .block,
	.type-afisza .block { width: 98% !important; }

	#main .events .block { width: 63% !important; }
	#main .events .place { width: 35% !important; }

	.tour tr td { padding: 10px 5px;}
	#add_comment.form_style { width: 100%; }

	.type-hit .tab-meta,
	.type-hit .tab-title { display: none; }
	.type-hit .heading .heading-date { display: block; font-size: .8em;}
	.type-hit .heading .heading-date:before { content: none;}
	.hit .hit-title {font-size: 18px;}
	.hit .hit-title-artist { font-size: 12px;}

	.content_style iframe[src*='youtube']{ height: 240px !important; }

	.social_enter .buttons #uLogin img { margin: 4px;}

	.filter_column { text-align: center;}
	.filter_column ul { width: 100%;}
	.filter_column ul li { width: 33.3333%; }
	.filter_column .left_position {
		float: none;
		padding: 0;

	}

	.row_border .tag {
		width: 100%;
		padding-bottom: 20px;
	}
	.row_border .share {
		clear: both;
		float: none;
		text-align: left;
		padding: 10px 0;
	}
	.performer_description { padding: 20px; text-align: center; }
	.performer_description .image { margin: 0; float:none; }
	.performer_description .all_info .inner { width: 100%; }
}
@media (max-width:480px){
	.content_style img.image.left {
		width: 100% !important;
		float: none;
		margin: 0 0 10px;
	}
	#main .events .block,
	#main .events .place { width: 98% !important; padding: 0; }
	#main .events .place p span {
		display: inline;
	}
/*	.cols--6 .item { width: 98%; }*/

}

@media (orientation : portrait), (orientation : landscape)  {
	.hit .jq-checkbox:hover:after {
		content: '\f096';
		font-size: 32px;
	}
}
