#halls{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eeeeee;
}




.halls_panel {
	margin-bottom: 45px;
}





.halls_sort {
	display: inline;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
    padding: 0;
}

.halls_sort li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.halls_sort span.active {
    background-color: #235bc7;
    color: #fff;
}
.halls_sort span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}





.halls_view {
	display: inline;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
    padding: 0;
}

.halls_view li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.halls_view span.active {
    background-color: #235bc7;
    color: #fff;
}
.halls_view span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}





#container_halls .block-view .mix {
	display: inline-block;
	/*width: 100%;*/
    height: 100%;
    position: relative;
}

#container_halls .block-view .mix {
	display: none;
    /*margin-right: 25px;*/
}

#container_halls .list-view .mix {
	display: inline-block;
	width: 100%;
    /*height: 100%;*/
    /*position: relative;*/
}

#container_halls .list-view .mix {
	display: none;
    /*margin-left: 12.5px;
    margin-right: 12.5px;*/
}




.block-view{
	position:absolute;
	left:-999999px;
}

.block-style .block-view{
	position:inherit;
	left:inherit;
}

.list-view{
	position:absolute;
	left:-999999px;
}

.list-style .list-view{
	position:inherit;
	left:inherit;
}



.hallsitem-block{
	width: 100%;
	/*display: inline-block;*/
	/*width: 360px;*/
}

/*.hallsitem-block .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.beltsitem-block .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    min-height: 700px;
    margin: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}*/

.hallsitem-block .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.hallsitem-block .item{
	display: inline-block;
	vertical-align: top;
	/*position: absolute;*/
    /*left: 0px;
    top: 0px;*/
    
    /*width: 360px;
    height: 311px;*/
    margin: 0 12.5px;
    margin-bottom: 25px;
    padding: 10px 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.hallsitem-block .bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    border-radius: 4px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    
    margin:inherit;
    /*width: 360px;
    height: 311px;*/
}

.hallsitem-block .item:hover .bg {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hallsitem-block .bg img {
    width: 100%;
    min-height: 100%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.hallsitem-block .info {
    width: 100%;
}




.hallsitem-block .image {
    margin-top: 12px;
    width: 100%;
    height: 86px;
    position: relative;
    margin-bottom: 10px;
}

.hallsitem-block .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    margin: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hallsitem-block .item:hover .image img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hallsitem-block .item .image img:last-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hallsitem-block .item:hover .image img:last-child {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}




.hallsitem-block h3 {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
   	font-family: 'Roboto';
    color: #333333;
    font-size: 26px;
    line-height: normal;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 13px;
}

.hallsitem-block .item:hover h3 {
    color: #fff;
}

.hallsitem-block p {
    color: #5F5F5F;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
   	font-family: "PFRegalTextPro-RegularAItalic";
    font-size: 18px;
    font-style: italic;
    line-height: normal;
    /*margin-bottom: 22px;*/
    margin-bottom: 10px;
}

.hallsitem-block .item:hover p {
    color: #fff;
}

.hallsitem-block p:last-child a {
    color: #235bc7;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hallsitem-block .item:hover p a {
    color: #fff;
}







.hallsitem-list {
	margin-bottom: 0px;
}

.hallsitem-list .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.hallsitem-list .item {
    vertical-align: top;
    margin: 0 15px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.hallsitem-list a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.hallsitem-list a:hover {
    color: #235bc7;
}

.hallsitem-list .text {
    text-align: left;
}

.hallsitem-list h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin: 5px 5px;
    overflow: hidden;
}

.hallsitem-list h3 a {
	float: none;
	position: static;
}

.hallsitem-list .text .descr {
    overflow: hidden;
   	/*margin: 5px 5px;*/
}

.hallsitem-list .text .descr td {
	padding: 10px 10px;
}









/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){
	.hallsitem-block .item{width: 290px; height: 311px;}
	.hallsitem-block .bg{width: 290px; height: 311px;}
}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){
	.hallsitem-block .item{width: 360px; height: 311px;}
	.hallsitem-block .bg{width: 360px; height: 311px;}
}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){
	.hallsitem-block .item{width: 290px; height: 311px;}
	.hallsitem-block .bg{width: 290px; height: 311px;}
}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){
	.hallsitem-block .item{width: 360px; height: 311px;}
	.hallsitem-block .bg{width: 360px; height: 311px;}
}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 412px){
	.hallsitem-block .item{width: 350px; height: 311px;}
	.hallsitem-block .bg{width: 350px; height: 311px;}
}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){
	.hallsitem-block .item{width: 300px; height: 311px;}
	.hallsitem-block .bg{width: 300px; height: 311px;}
}

/*iphone 6 plus portret*/
@media (min-width: 413px) and (max-width: 479px){
	.hallsitem-block .item{width: 390px; height: 311px;}
	.hallsitem-block .bg{width: 390px; height: 311px;}
}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){
	.hallsitem-block .item{width: 340px; height: 311px;}
	.hallsitem-block .bg{width: 340px; height: 311px;}
}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	.hallsitem-block .item{width: 345px; height: 311px;}
	.hallsitem-block .bg{width: 345px; height: 311px;}
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	.hallsitem-block .item{width: 295px; height: 311px;}
	.hallsitem-block .bg{width: 295px; height: 311px;}
}

/*monitor*/
@media (min-width: 1200px){
	.hallsitem-block .item{width: 360px; height: 311px;}
	.hallsitem-block .bg{width: 360px; height: 311px;}
}