/*
Theme Name: CinemaHall
Author: themeboy's
Author URI: http://wordpress.org/
Description: For CinemaHall
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cinemahall
*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,images,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,
select{font-size:100%;margin:0;outline:0;padding:0;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,images,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
abbr[title],
dfn[title]{border-bottom:1px dotted;cursor:help;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
del{text-decoration:line-through;}
hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0;}
mark{background-color:#ffffb3;font-style:italic;}
input,select{vertical-align:middle;}
ins{background-color:red;color:white;text-decoration:none;}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0;}
* html .clearfix,:first-child+html .clearfix{zoom:1;}
/* Some basic settings */
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
small { font-size: 10px; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 20px; margin-bottom: 5px;}
images { margin-bottom: 5px; }
dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p { margin-bottom: 20px; }
p{margin-bottom: 15px;}
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
html {
height: 100%;
}
body {
	background: #fff;
	color: #000;
	font: 14px/1.7 Tahoma, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
position: relative;
min-height: 100%;
height: auto;
}

#htop{
	background: url('images/bg.png');
	border-bottom: 4px solid #9dd0f3;
}
#htop .static{
	height: 45px;
	position: relative;
	z-index: 1;
}
#footer{
position: absolute;
bottom: 0;
overflow: hidden;
width: 100%;
background: url('images/bg.png');
border-top: 4px solid #9dd0f3;
}
#ftop{
	border-top: 1px solid #fff;
}
#fbot{
	background: #000;
	height: 31px;
	text-align: center;
	color: #585858;
	font-size: 12px;
	line-height: 31px;
}
#content{
	padding-bottom: 275px;
}
::-moz-selection { background: #9dd0f3; color: #fff; text-shadow: none; }
::selection { background: #9dd0f3; color: #fff; text-shadow: none; }
h1, h2, h3, h4, h5, h6 {
	color: #4a4a4a;
	font-family: 'CalibriRegular', Verdana, Ariel, sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 12px;
}
h3, h4, h5 { font-weight: 600; }
a, a > * {
	color: #5991b6;
	text-decoration: underline;
	-webkit-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a > *:hover { text-decoration: none;}
hr {
	background: #737373;
	margin: 0 auto 10px;
	height: 1px;
	width: 402px;
}
/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */
label {
	cursor: pointer;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 5px;
}
textarea {
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
input:hover, textarea:hover, select:hover { border-color: #dedede; }
input:focus, textarea:focus, select:focus { border-color: #ccc; }

select, option {
	cursor: pointer;
	padding: 5px 7px;
}
/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #aaaaaa; }
/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder { color: #aaaaaa; }
/* jQuery fallback */
input.placeholder, textarea.placeholder { color: #aaaaaa; }
.hidden{
	display: none;
}
.static{
	width: 960px;
	margin: 0 auto;
}
.static-inner{
	padding: 0 13px;
	width: 954px;
	margin: 0 auto;
}
.lines{
	background:  url('images/lines.png');
	height: 100%;
}
.normal{
	font-weight: normal;
}
a img{
	border: 0;
}
div.lang{
	display:block;
	text-decoration: underline;
	font-size: 14px;
	line-height: 45px;
	color: #96cef3;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 0;
}
a.lang{
	margin-right: 10px;
}
a.lang:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	margin: 1px 8px 0 0;
	background: url('images/icons.png') no-repeat 0 0;
}
.search{
	border-radius: 20px;
	border: 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 1px 0 #cacaca;
	height: 25px;
	padding: 0 0 0 28px;
	width: 164px;
	font-size: 12px;
	color: #3d3d3d;
	line-height: 15px;
	position: absolute;
	background: #d9d9d9 url('images/search.png') no-repeat 11px 8px;
	z-index: 1;
	right: 13px;
	top: 10px;
}
.search:focus{
	background-color: #eee;
}
.ie8 .search{
	line-height: 25px;
}
.main-page #hbot{
	border-bottom: 4px solid #9dd0f3;
}
#hbot .static{
	position: relative;
	z-index: 1;
	height: 124px;
}
ul.no-style{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.logo{
	display: block;
	text-decoration: none;
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 27px;
}
.main-menu{
	position: absolute;
	left: 190px;
	top: 0;
	height: 123px;
	border-top: 1px solid #fff;
	line-height: 116px;
	white-space: nowrap;
	overflow: hidden;
}

.main-page .main-menu{
	height: 124px;
	border: 0;
}
.main-menu > li{
	padding: 0;
	margin: 0 0 0 -1px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.main-menu > li a{
	padding: 4px 3px;
	margin: 0;
	display: block;
	text-align: center;
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: underline;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

.main-menu > li a span{
	color: #3d3d3d;
	display: block;
	padding: 0 13px;
	margin: 0;
}
.not-ie .main-menu > li a span{
	padding: 0 19px;
}
.main-menu > li a.active,
.main-menu > li a:hover{
	background: #9dd0f3;
	color: #fff;
	text-decoration: none;
}
.main-menu > li a.active span,
.main-menu > li a:hover span{
	color: #fff;
	border: 5px dotted #cfe9fb;
	padding: 0 8px;
	border-top: 0;
	border-bottom: 0;
	text-decoration: none;
}
.not-ie .main-menu > li a.active span,
.not-ie .main-menu > li a:hover span{
	padding: 0 14px;
}
.s-title{
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	padding: 0 0 15px;
}
.s-title.w{
	color: #fff;
}
.soc-list{
	text-align: center;
	margin: 10px 0 16px;
}
.soc-list > li{
	padding: 0 6px 0 8px;
	margin: 0;
	display: inline-block;
}
.soc-list > li a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	height: 42px;
	width: 42px;
	background: url('images/soc.png') no-repeat 0 0;

	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.soc-list > li a.b-icon{
	background-position: -43px 0;
}
.soc-list > li a.g-icon{
	background-position: -88px 0;
}
.soc-list > li a.f-icon{
	background-position: -131px 0;
}
.soc-list > li a.t-icon{
	background-position: -174px 0;
}
.soc-list > li a.b1-icon{
	background-position: -218px 0;
}
.soc-list > li a.vk-icon{
	background-position: -262px 0;
}

.soc-list > li a:hover{
	background-position: 0 bottom;
}
.soc-list > li a.b-icon:hover{
	background-position: -43px bottom;
}
.soc-list > li a.g-icon:hover{
	background-position: -88px bottom;
}
.soc-list > li a.f-icon:hover{
	background-position: -131px bottom;
}
.soc-list > li a.t-icon:hover{
	background-position: -174px bottom;
}
.soc-list > li a.b1-icon:hover{
	background-position: -218px bottom;
}
.soc-list > li a.vk-icon:hover{
	background-position: -262px bottom;
}
#ftop .static{
	padding: 30px 0 0;
	height: 185px;
}
.bot-menu{
	text-align: center;
}
.bot-menu li{
	padding: 0 8px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.bot-menu li a{
	color: #9cd5e0;
	text-decoration: underline;
	font-size: 12px;
	text-transform: lowercase;
}
.bot-menu li a:hover{
	color: #e0dfdf;
}
.ttop-btn{
	padding: 0;
	margin: 0;
	display: block;
	position: fixed;
	z-index: 1000;
	right: 13px;
	bottom: 32px;
	width: 35px;
	height: 30px;
	background: #fa8d8e;
	text-align: center;
	border-radius: 2px 2px 0 0;
}
.ttop-btn:before{
	content: '';
	height: 13px;
	width: 20px;
	background: url('images/icons.png') no-repeat 0 -9px;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}
.ttop-btn:hover{
	background: #ec7273;
}
.m-title{
	text-align: center;
	font-family: 'NeoSansCyrLightRegular';
	font-size: 40px;
	line-height: 45px;
	color: #3d3d3d;
	padding: 30px 0;
}
.m-title > span,
.m-title a
{
	padding: 0;
}
.m-title a{
	color: #3d3d3d;
	text-decoration: none;
}
.m-title a span{
	color: #3d3d3d;
	text-decoration: none;
	border-bottom: 2px solid #3d3d3d;
}
.m-title a:hover span{
	border-style: dotted;
}
.m-title > span:before,
.m-title a:before,
.m-title > span:after,
.m-title a:after{
	display: inline-block;
	content: '';
	height: 2px;
	background: #c9e1f0;
	width: 75px;
	vertical-align: middle;
	margin: 0 20px;
}

.next-btn, .prev-btn{
	display: block;
	height: 47px;
	width: 47px;
	text-decoration: none;
	background: url('images/btns.png') no-repeat 0 1px;
	position: absolute;
	z-index: 10;
	top: 100px;

	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.next-btn{
	right: 5px;
	background-position: -48px 1px;
}
.next-btn:hover{
	background-position: -48px -47px;
}
.prev-btn{
	left: 5px;
}
.prev-btn:hover{
	background-position: 0 -47px;
}
.carousel{
	position: relative;
	z-index: 1;

	height: 295px;
	padding: 20px 52px 0px;
}
.carousel-items{
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
}
.carousel-items > li{
	padding: 0 10px;
	margin: 0;
	display: block;
	float: left;
	width: 260px;
	text-align: center;
}
.carousel-items > li img{
	margin: 0 0 10px;
	display: inline-block;
}
.carousel-items > li a{
	display: block;
	text-decoration: none;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	padding: 0 0 15px;
	font-weight: bold;
}
.carousel-items > li a:hover{
	text-decoration: underline;
}
.carousel-items > li .text{
	font-size: 14px;
	color: #4a4a4a;
	line-height: 22px;
	height: 120px;
	overflow: hidden;
}

.news-item{
	float: left;
	display: block;
	padding: 0;
	margin: 0 0 0 28px;
	width: 215px;
	position: relative;
	z-index: 1;
}
.news-item .image{
	height: 145px;
	width: 145px;
	margin: 0 0 22px;
	padding: 2px;
	border: 1px solid #cbd7c3;
	border-radius: 100px;
}
.news-item .image span{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.news-item:first-child{
	margin: 0;
}
.news-item .text{
	color: #4a4a4a;
	font-size: 12px;
	line-height: 18px;
}
.news-item a{
	text-decoration: none;
}
.news-item .name{
	color: #5991b6;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 5px;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	font-family: 'PT Sans', sans-serif;
}
.news-item .name:hover{
	text-decoration: none;
}
.date-box{
	padding: 0 0 15px;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
}
.date-box span{
	float: left;
	display: block;
	height: 21px;
	line-height: 21px;
	color: #9d9d9d;
	font-size: 11px;
}
.date-box .date{
	background: #e9e9e9;
	padding: 0 5px;
}
.date-box .theme{
	background: #b3ece8;
	padding: 0 5px;
}
.date-box.partner .theme{
	background: #ffdfe2;
}
.date-box .line{
	width: 9px;
	background: url('images/icons.png') no-repeat 0 -24px;
}
.date-box.partner .line{
	background-position: 0 -45px;
}
hr.dotted{
	height: 1px;
	border: 0;
	background: url('images/dashed.png') repeat-x 0 0;
	margin: 1px 0;
	width: 100%;
}
hr.blue{
	height: 3px;
	border: 0;
	background: #9dd0f3;
	margin: 1px 0;
	width: 100%;
}
.st-btn{
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	background: #fa8d8e;
	padding: 0 14px;
	border: 0;
	cursor: pointer;
	border-radius: 2px;
	border-bottom: 1px solid #e68e7b;
	box-shadow: 0 1px 0 #e68e7b;
}

.st-btn.blue-btn{
	height: 49px;
	line-height: 49px;
	background: #5f9ac1;
	border-bottom: 1px solid #4a80a4;
	text-decoration: underline;
	padding: 0 12px;
	box-shadow: 0 1px 0 #4a80a4;
}
input.st-btn.blue-btn{
	text-decoration: none;
	line-height: 22px;
	padding: 0 11px;
}
.st-btn:hover{
	background: #e58182;
}
.st-btn.blue-btn:hover{
	background: #498ab4;
	text-decoration: none;
}
.st-btn span{
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
.st-btn:before{
	content: '';
	background: url('images/icons.png') no-repeat 0 -67px;
	display: inline-block;
	vertical-align: middle;
width: 18px;
height: 16px;
margin-right: 6px;
}
.st-btn.blue-btn:before{
	display: none;
}
.contacts-inner{
	padding-left: 75px;
}
.st-field{
	border: 1px solid #bec9b5;
	color: #9d9d9d;
	font-size: 12px;
	height: 25px;
	background: transparent;
	padding: 0 0 0 10px;
}
.ie8 .st-field{
	line-height: 25px;
}
.form-parent .st-field{
	width: 200px;
	margin: 0 0 13px;
}
.btn{
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: #fa8d8e;
	padding: 0 9px;
	border-radius: 2px;
	border: 0px;
	cursor: pointer;
}
.btn:hover{
	background: #e58182;
	color: #fff;
}
.form-parent{
	position: relative;
	z-index: 2;
	width: 260px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.subs-box{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 51px;
	padding: 20px 15px 20px;
	border: 1px solid #e68e7b;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 2px 4px rgba(0,0,0, 0.2);
}
.subs-box:before{
	content: '';
	display: block;
	height: 5px;
	width: 8px;
	background: url('images/icons.png') no-repeat -10px 0;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: -5px;
}
#last-news, #last-video{
	background: url('images/news.png');
}
#last-news .static{
	padding: 0 0 50px;
}
#subscribe{
	background: rgba(0,0,0,0.08);
	text-align: center;
	padding: 25px 0;
}
#photos{
	padding: 50px 0;
}
#photos .carousel{
	height: 140px;
}
#photos .s-title{
	font-size: 20px;
}
.s-title a{
	color: #5991b6;
	text-decoration: underline;
}
.s-title a:hover{
	text-decoration: none;
}
.photos-items{
	height: 140px;
}
.photos-items > li {
padding: 2px;
margin: 0 10px 2px;
display: block;
float: left;
width: 134px;
height: 115px;
border: 1px solid #d4d4d4;
background: #fff;
position: relative;
}
#photos .next-btn,
#photos .prev-btn{
	top: 50px;
}
.photos-items > li:after{
	position: absolute;
	bottom: -3px;
	width: 134px;
	height: 2px;
	display: block;
	content: '';
	z-index: 1;
	left: 3px;
	background: #e9e9e9;
}
.photos-items > li img{
	padding: 0;
	margin: 0;
}

.video-item{
	float: left;
	width: 300px;
	padding: 0;
	margin: 15px 0 25px 20px;
	display: block;
}
.video-item:first-child{
	margin-left: 0;
}
.video-item .image{
	margin: 0 0 15px;
}
.bordered{
	padding: 5px;
	border: 1px solid #cdd8c4;
	float: left;
	background: #fff;
}
.bordered img{
	padding: 0;
	margin: 0;
	float: left;
}
.video-item a{
	text-decoration: none;
}
.video-item .text{
	color: #4a4a4a;
	font-size: 12px;
	line-height: 18px;
	padding: 0 90px 0 0;
	height: 65px;
	overflow: hidden;
	text-decoration: none;
}
.video-item .name{
	color: #5991b6;
	font-size: 18px;
	line-height: 22px;
	text-decoration: underline;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	padding: 0 0 10px;
	max-height: 40px;
overflow: hidden;
clear: both;
}
.video-item:hover .name{
	text-decoration: none;
}
a:hover .bordered {
	border-color: #9cd5e0;
}
#advertising{
	text-align: center;
	color: #d0d0d0;
	font-size: 20px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.bord{
	margin: 34px 0;
	padding: 40px 0;
	border: 2px dashed #d0d0d0;
}
#casting{
	background: url('images/casting.png');
}
.cast-link{
	text-decoration: none;
}
.cast-link:before{
	height: 19px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
	content: '';
	background: url('images/icons.png') no-repeat 0 -87px;
}
.cast-link span{
	color: #2e4a5c;
	font-size: 18px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.cast-link:hover span{
	text-decoration: none;
}

.fest-link{
	text-decoration: none;
}
.fest-link:before{
	height: 32px;
	width: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
	content: '';
	background: url('images/icons.png') no-repeat -19px -22px;
}
.fest-link span{
	color: #2e4a5c;
	font-size: 18px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.fest-link:hover span{
	text-decoration: none;
}

.work-link{
	text-decoration: none;
}
.work-link:before{
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
	content: '';
	background: url('images/icons.png') no-repeat -18px -56px;
}

.case-link:before{
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
	content: '';
	background: url("images/icons.png") no-repeat scroll -48px -26px rgba(0, 0, 0, 0);
}

.projector-link:before{
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
	content: '';
	background: url("images/icons.png") no-repeat scroll -48px 6px rgba(0, 0, 0, 0);
}

.work-link span, .case-link span, .projector-link span{
	color: #2e4a5c;
	font-size: 18px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.work-link:hover span, .case-link:hover span, .projector-link:hover span {
	text-decoration: none;
}

hr.blue.marg{
	margin-bottom: 26px;
}
#casting {
	padding: 20px 0;
}
#casting .fest-link,
#casting .work-link,
#casting .projector-link{
	margin-left: 125px;
}
#casting .cast-link, #casting .case-link {
	margin-left: 120px;
}
#brands{
	background: url('images/news.png');
}
.brand-item{
	float: left;
	height: 68px;
	width: 240px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin: 20px 0 35px;
}

.brand-item .brand{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 171px;
}
.brand-item .brand img{
	width: 171px;
	max-width: 171px;
	height: 68px;
	max-height: 68px;
}
.brand-item .color{
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.brand-item:hover .color{
	filter: none;
	-webkit-filter: grayscale(0%);
}
#comments{
	padding: 40px 0 44px;
}
#comments .s-title{
	font-size: 20px;
}
#comments .carousel{
	height: 133px;
}
#comments .next-btn, #comments .prev-btn{
	top: 45px;
}
#comments .carousel li .comment-read-more {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.com-items > li{
	width: 790px;
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
}
.com-item .image{
	position: relative;
	z-index:1;
	float: left;
	width: 120px;
	margin-left: 27px;
	min-height: 101px;
}
.com-item .image img{
	padding: 0;
	margin: 0 0 6px;
	border: 0;
	position: relative;
	z-index: 1;
	float: left;
	width: 101px;
	height: 101px;
}
.com-item .image .border{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 101px;
	height: 101px;
	background: url('images/border.png') no-repeat 0 0;
}
.com-item .image .name{
	clear: both;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 18px;
	font-family: 'MyriadProRegular';
}
.com-item .text-box{
	float: right;
	margin-right: 15px;
	width: 605px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.com-item .text-box:before{
	display: block;
	content: '';
	background: url('images/arrow.png') no-repeat 0 0;
	height: 14px;
	width: 14px;
	position: absolute;
	z-index: 2;
	left: -14px;
	top: 30px;
}
.com-item .text-inner{
	font-size: 14px;
	color: #4a4a4a;
	line-height: 24px;
	padding: 22px 45px 0;
	height: 97px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.com-item .text-inner:before,
.com-item .text-inner:after{
	position: absolute;
	z-index: 1;
	height: 11px;
	width: 13px;
	background: url('images/quotes.png') no-repeat 0 0;
	content:'';
	display: block;
}
.com-item .text-inner:before{
	left: 20px;
	top: 20px;
}
.com-item .text-inner:after{
	right: 20px;
	bottom: 20px;
	background-position: 0 bottom;
}
#slider_pag{
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
	height: 42px;
	width: 100%;
	text-align: center;
}
#slider_pag a span{
	display: none;
}
#slider_pag a{
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #d5edfc;
	border-radius: 10px;
	text-decoration: none;
	margin: 0 10px;
	position: relative;
	z-index: 1;
}
.ie8 #slider_pag a{
	border: 0;
	background: url('images/ie/circle2.png') no-repeat 0 0;
	height: 15px;
	width: 15px;
}
#slider_pag a.selected:before{
z-index: 2;
content: '';
left: -5px;
bottom: -24px;
height: 10px;
width: 20px;
background: url('images/icons.png') no-repeat 0 -110px;
display: block;
position: absolute;
}
#slider_pag a:hover{
	box-shadow: 0 0 0 2px rgba(0,0,0,0.5), inset 0 0 0 2px rgba(0,0,0,0.5);
}
#slider_pag a.selected{
	background: #d5edfc;
	box-shadow: none;
}
.ie8 #slider_pag a.selected{
	background: url('images/ie/circle1.png') no-repeat 0 0;
}
.slide-text{
	background: url('images/ie/px1.png');
	background: rgba(157,208,243,0.3);
	position: absolute;
	z-index: 20px;
	top: 170px;
	left: 0;
	width: 100%;
	height: 121px;
	color: #fff;
	font-size: 53px;
	line-height: 121px;
	font-family: 'NeoSansProRegular';
	text-shadow: 0 1px 0 #fff,0 -1px 0 #fff, 1px 0px 0 #fff, -1px 0px 0 #fff, 0 2px 2px rgba(0,0,0,0.5);
}
.slide-text .static{
	width: 925px;
	padding: 0 0 0 35px;
	text-transform: uppercase;
}
.arrows-top,
.arrows-bot{
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -480px;
	top: 15px;
	height: 25px;
	width: 960px;
}
.arrows-bot{
	top: auto;
	bottom: 15px;
}
.arrows-top:before,
.arrows-top:after,
.arrows-bot:before,
.arrows-bot:after{
	content: '';
	height: 25px;
	width: 25px;
	display: block;
	background: url('images/icons.png') no-repeat 0 0;
	position: absolute;
	z-index: 1;
	top: 0;
}
.arrows-top:before{
	left: 6px;
	background-position: 0 -120px;
}
.arrows-bot:before{
	left: 6px;
	background-position: 0 -146px;
}
.arrows-top:after{
	right: 6px;
	background-position: -24px -120px;
}
.arrows-bot:after{
	right: 6px;
	background-position: -24px -146px;
}
.slider{
	width: 100%;
	height: 454px;
	padding: 0;
	border-bottom: 4px solid #9DD0F3;
	position: relative;
	z-index: 1;
}
.slider li{
	padding: 0;
	margin: 0;
	display: block;
	height: 452px;
	overflow: hidden;
	float: left;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
}
.slider li img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/*---*/
#general-title{
	background: #9dd0f3 url('images/h1.png');
	box-shadow: 0 1px 0 #a7acb0, 0 2px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid #dcecf8;
	border-top: 1px solid #fff;
	overflow: hidden;
	margin: 0 0 43px;
	position: relative;
	z-index: 2;
}
#general-title .static{
	min-height: 75px;
	padding: 0 0 22px;
	background: #9dd0f3;
	width: 620px;
	box-shadow: -5px 0 15px 6px #9dd0f3, 5px 0 -15px 6px #9dd0f3;
}
#general-title h1{
	padding: 28px 0 10px 10px;
	text-align: center;
	display: block;
	margin: 0;
	color: #2a4859;
	font-size: 30px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 #e1f1fb;
}
#general-title .text{
	color: #2a4859;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px 0 #bfe0f7;
}
.right-column .banner{
	margin: 0 0 28px;
}
.left-column{
	float: left;
	width: 697px;
	padding: 0 0 50px;
}
.left-column.left1{
	width: 700px;
}
.right-column{
	float: right;
	width: 220px;
}
.sub-menu{
	display: block;
	background: url('images/news.png');
	padding: 0;
	border: 2px solid #fff;
	outline: 1px solid #e8e8e8;
	margin: 0 0 25px!important;
	height: 55px;
}
.sub-menu li:first-child{
	padding-left: 10px;
}
.sub-menu li{
	padding: 8px 0;
	margin: 0 0 0 1px;
	line-height: 35px;
	display: inline-block;
}
.sub-menu li a{
	display: block;
	text-decoration: underline;
	color: #3d3d3d;
	font-size: 18px;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.not-ie .sub-menu li a{
	padding: 0 20px;
}
.sub-menu li a:hover{
	text-decoration: none;
}
.sub-menu li a.active{
	background: #9dd0f3;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: inset 1px 1px 0 #86b1cf, 0 1px 0 #fff;
}
.sub-menu li a.active:before{
	content: '';
	display: block;
	height: 6px;
	width: 8px;
	background: url('images/icons.png') no-repeat -20px 0;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -4px;
	bottom: -6px;
}
.left-column .video-items{
	margin: 38px 0 40px;
}
.album-item{
	position: relative;
	z-index: 1;
	width: 226px;
	margin: 0 0 18px 9px;
	height: 220px;
	overflow: hidden;
}
.small-video-item{
	position: relative;
	z-index: 1;
	width: 218px;
	margin: 0 0 18px 20px;
	height: 202px;
	overflow: hidden;
}
.album-item.first,
.small-video-item.first{
	margin-left: 0;
}
.album-item .bordered,
.small-video-item .bordered{
	position: relative;
	z-index: 2;
	width: 210px;
	height: 146px;
	padding: 3px;
	text-decoration: none;
}
.video-item .bordered{
	position: relative;
	z-index: 2;
}
.album-item .border{
	position: absolute;
	z-index: 1;
	width: 210px;
	height: 146px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	background: #fff;
left: 8px;
top: 8px;
}
.album-item  .count span{
	text-decoration: none;
}
.album-item  .count{
	position: absolute;
	z-index: 2;
	left: 3px;
	bottom: 3px;
	width: 210px;
	text-align: center;
	background: url('images/ie/px2.png');
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding: 2px 0 0;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.video-item  .play{
	position: absolute;
	z-index: 2;
	left: 5px;
	bottom: 5px;
	right: 5px;
	top: 5px;
	text-decoration: none;

	-webkit-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.small-video-item .play{
	left: 3px;
	bottom: 3px;
	right: 3px;
	top: 3px;
}
.video-item:hover  .play{
	background: url('images/ie/px2.png');
	background: rgba(0,0,0,0.6);
}
.video-item .box{
	text-decoration: none;
}
.video-item  .play:before{
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -34px;
	top: 50%;
	margin-top: -34px;
	height: 67px;
	width: 67px;
	display: block;
	background: url('images/icons.png') no-repeat 0 -171px;
	opacity: 0.7;
}
.video-item:hover  .play:before{
	opacity: 1;
}
.album-item .name,
.small-video-item .name{
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 16px;
	padding: 0;
	max-height: 32px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.album-item .date{
	color: #d0d0d0;
	font-size: 11px;
	text-decoration: none;
}
.album-item  .count:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 14px;
	margin-right: 9px;
	background: url('images/icons.png') no-repeat -29px 0;
}
.album-item:hover  .count
{
	opacity: 1;
}
.album-item .border:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 210px;
	height: 146px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	background: #fff;
	display: block;
left: -5px;
top: -5px;
}
.album-item:hover .border,
.album-item:hover .border:before{
	border-color: #9dd0f3;
}
.pages{
white-space: nowrap;
margin: 30px 0 30px!important;
height: 25px;
}
.pages li{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	color: #5991b6;
	line-height: 32px;
}
.pages a{
	color: #5991b6;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
}
.pages a span{
	text-decoration: underline;
}
.pages a:hover,
.pages a:hover span
{
	text-decoration: none;
}

.pages .back, .pages .forward, .pages a.active{
	background: #e8e8e8;
}
.pages .back, .pages .forward{
	padding: 0 10px;
}
.photo-item{
	width: 140px;
	padding: 0;
	margin: 0 0 46px 46px;
	height: 123px;
	float: left;
}
.photo-item.first{
	margin-left: 0;
}
.photo-item .bordered{
	padding: 3px;
	position: relative;
	z-index: 1;
}
.photo-item .bordered:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	height: 2px;
	background: #e9e9e9;
	position: absolute;
	width: 134px;
	bottom: -3px;
	left: 4px;
}
.cat-pag{
	margin: 0 0 15px!important;
	text-align: center;
}
.cat-pag li{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: center;
	color: #989898;
	font-size: 12px;
	line-height: 20px;
}
.cat-pag li a{
	text-decoration: none;
	color: #5991b6;
	font-size: 14px;
}
.cat-pag li.count{
	width: 78px;
}
.cat-pag li a span{
	text-decoration: underline;
}
.cat-pag li a:hover span,
.cat-pag li a:hover{
	text-decoration: none;
}
.cat-top{
	height: 13px;
	background: #9dd0f3;
	margin: 0 0 1px;
}
.cat-top:before{
	content: '';
	height: 2px;
	background: #9dd0f3;
	display: block;
	margin: 0 4px;
	border-bottom: 4px dotted #cfe9fb;
}
.cat-bot{
	height: 13px;
	background: #9dd0f3;
	margin: 1px 0 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 1px rgba(180,196,208, 0.8);
}
.cat-bot:before{
	content: '';
	height: 7px;
	background: #9dd0f3;
	display: block;
	margin: 0 4px;
	border-bottom: 4px dotted #cfe9fb;
}
.cat-bot:after{
	content: '';
	height: 12px;
	width: 100%;
	background: url('images/sh.png') no-repeat center 0;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -12px;
	left: 0;
}
.dotted-catalog .cat-bot:after{
	background-position: center -3px;
}
.catalog-box{
	border: 1px solid #9dd0f3;
	padding: 10px 15px 20px;
}
.catalog-box.box1{
	padding: 13px 15px;
}
.catalog-box .title{
	color: #000;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	line-height: 34px;
	border-bottom: 1px dotted #9dd0f3;
}
.catalog{
	padding: 10px 0 0!important;
}
.catalog li{
	padding: 0 0 13px;
	margin: 0;
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #3d3d3d;
}
.catalog li a{
	color: #3d3d3d;
	text-decoration: none;
}
.catalog li a span{
	text-decoration: underline;
	color: #3d3d3d;
}
.dotted-catalog .catalog li a span{
	text-decoration: none;
	border-bottom: 1px dotted #3d3d3d;
}
.catalog li a:hover ,
.catalog li a:hover span{
	text-decoration: none;
}
.dotted-catalog .catalog li a:hover span{
	border: 0;
}
.catalog li a.active,
.catalog li a.active span{
	color: #989898;
	text-decoration: none;
}
.page-title{
	color: #3d3d3d;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	padding: 0 0 11px;
	position: relative;
	z-index: 1;
	top: -5px;
}
.page-title img{
	vertical-align: middle;
	margin-right: 20px;
}
.page-image{
	padding: 3px;
	border: 1px solid #d4d4d4;
	margin: 0 0 25px;
}
.page-image img{
	padding: 0;
	margin: 0;
	width: 692px;
	height: auto;
	display: block;
}
.page-text{
	padding: 0 0 20px;
}
.page-likes{
	padding: 30px 0 0;
}
.right-column .form-parent{
	width: auto;
	display: block;
}
.right-column .st-btn{
	padding: 0;
	text-align: center;
	display: block;
	margin: 0 0 120px;
}
.right-column .subs-box{
	left: auto;
	right: 0;
	top: 50px;
}
.right-column .subs-box:before{
	left: auto;
	right: 20px;
}
.right-column .st-btn:before{
	display: none;
}
.news-page-item{
	border-bottom: 1px dotted #d4d4d4;
	padding: 0 0 30px;
	margin: 0 0 25px;
}
.news-page-item .page-likes{
	padding: 15px 0 0;
}
.news-page-item .page-image{
	position: relative;
	z-index: 1;
}
.news-page-item .page-image:after{
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	height: 3px;
	border: 1px solid #d4d4d4;
	right: 10px;
	left: 10px;
	bottom: -5px;
}
.partn-box{
	margin-top: -25px;
	padding: 0 0 55px;
	position: relative;
	z-index: 1;
}
.partn-box .ttop-btn{
	z-index: 2;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.partn-info{
	border: 1px dotted #d0d0d0;
	border-top: 0;
	padding: 27px 15px 12px;
	color: #3d3d3d;
}
.prtn-menu{
	height: 54px;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: #ececec;
	border-top: 1px solid #fff;
	border-radius: 0 0 2px 2px;
}
.prtn-menu li{
	display: block;
	padding: 15px 0 0 10px;
	margin: 0;
	float: left;
}
.prtn-menu li:first-child{
	padding-left: 15px;
}
.prtn-menu li a{
	color: #797979;
	text-decoration: underline;
	font-size: 14px;
	line-height: 24px;
	padding: 0 14px;
	display: block;
}
.prtn-menu li a:hover{
	text-decoration: none;
}
.prtn-menu li a.active{
	background: #d4d4d4;
	border-radius: 15px;
	text-decoration: none;
	color: #797979;
	box-shadow:inset 1px 1px 0 #bfbfc0;
}
.partn-output{
	padding: 24px 0 0;
}
.partn-item{
	float: left;
	width: 220px;
	/*height: 170px;*/
	overflow: hidden;
	margin: 0 0 20px 20px;
}
.partn-item.first{
	margin-left: 0;
}
.partn-item a{
	text-decoration: none;
}
.partn-item .image{
	position: relative;
	z-index: 1;
	border: 1px solid #d4d4d4;
	height: 118px;
	width: 217px;
	margin: 0 0 10px;
}
.partn-item:hover .image{
	border-color: #9cd5e0;
}
.partn-item .image img{
	border: 0;
	display: inline-block;
	vertical-align: middle;
	max-height: 118px;
	max-width: 217px;
}
.partn-item .image .brand.color{
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.partn-item:hover .image .brand.color{
	filter: none;
	-webkit-filter: grayscale(0%);
}
.partn-item .image .brand{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;

	-webkit-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.partn-item .image .brand span{
	display: table-cell;
	height: 118px;
	width: 217px;
	text-align: center;
	vertical-align: middle;
}
.partn-item .name{
	color: #5991b6;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	/*height: 18px;*/
	display: block;
	overflow: hidden;
	/*s*/
	text-decoration: none;
	margin: 0 0 5px;
}
.partn-item:hover .name{
	text-decoration: underline;
}
.partn-item .filt{
	text-decoration: none;
	color: #d0d0d0;
	font-size: 11px;
	line-height: 15px;
}
.about-text{
	color: #3d3d3d;
	padding: 0 40px 30px 0;
}
.about-text p.text{
	margin-left: 15px;
}
.about-text li{
	margin-bottom: 7px;
}
.about-text .page-title{
	top: 0;
	padding-bottom: 20px;
}
.about-text .items{
	padding: 25px 0 30px;
}
.person-item{
	float: left;
	width: 170px;
	padding: 32px 25px 0 130px;
	margin: 10px 0 15px;
	min-height: 90px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 18px;
}
.person-item .image{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 111px;
	width: 111px;
	overflow: hidden;
}
.person-item .image img{
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.person-item .image  .border{
	display: block;
	padding: 0;
	margin: 0;
	background: url('images/border_112.png') no-repeat 0 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 112px;
	width: 112px;
}
.person-item  .name{
	font-size: 18px;
	padding: 0 0 5px;
	line-height: 22px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.about-box .video-item .image{
	margin: 0;
}
.about-box .video-item  .box{
	padding: 12px 24px 15px 0;
	clear: both;
	border: 1px solid #fff;
	border-top: 0;
}
.about-box.smi-box .page-title{
	padding-bottom: 25px;
}
.about-box .video-item{
	height: 308px;
	margin: 0 20px 40px 0;
}
.about-box .video-item:hover  .box{
	padding: 12px 12px 15px;
	background: #f6f6f6;
	border-color: #9dd0f3;
}
.about-box .video-item .text {
	padding: 0;
	height: 36px;
}
.pr-item{
	float: left;
	width: 300px;
	height: 195px;
	margin: 0 0 22px 20px;
}
.pr-item.first{
	margin-left: 0;
}
.pr-item .name{
	color: #5991b6;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	clear: both;
	height: 46px;
	overflow: hidden;
	font-family: 'PT Sans', sans-serif;
}
.pr-item:hover .name{
	text-decoration: none;
}
.pr-item .image{
	padding: 4px;
	width: 290px;
	height: 122px;
	overflow: hidden;
	margin: 0 0 8px;
}
.pr-item .image img{
	width: 290px!important;
	height: 122px!important;
}

#map{
	/*background: url('images/map.jpg') no-repeat center 0;*/
	height: 188px;
	width: 100%;
	margin-top: -42px;
	border-bottom: 1px solid #b9b6ac;
	box-shadow: 0 1px 0 #918f8a;
	position: relative;
	z-index: 1;
}
.box-50{
	float: right;
	width: 49%;
}
.box-50:first-child{
	float: left;
}
.contacts{
	padding: 50px 0 40px;
	color: #3d3d3d;
}
.contacts .blue-btn{
	float: right;
	margin-right: 20px;
}
.contacts p{
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 8px;
}
.contacts  .page-title{
	top: 0;
	padding: 0 0 25px;
}
.back-form{
	background: #f3f3f3;
	padding: 27px 17px 20px;
	font-size: 14px;
	color: #626363;
}
.field{
	border: 1px solid #a6abb1;
	background: #fff;
	height: 26px;
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	color: #aaaaaa;
	font-size: 12px;
}
textarea.field{
	height: 76px;
	resize: none;
	padding: 10px;
}
.field-parent .name, .wdform-field .wdform-label-section {
	width: 85px;
	display: inline-block;
	vertical-align: top;
	color: #626363;
}

div.wdform-element-section input {
	background: #fff;
	border: 1px solid #a6abb1;
	color: #aaaaaa;
	font-size: 12px;
	height: 26px;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
.wdform-required {
	display: none;
}
.contacts .field{
	width: 305px;
}
.contacts textarea.field{
	width: 300px;
}
.ie8 input.field{
	line-height: 26px;
}
.comments{
	padding: 0 0 5px;
}
.comments .com-item{
	position: relative;
	z-index: 1;
	min-height: 150px;
	padding: 0 0 0 125px;
	margin: 0 0 43px;
}
.comments .com-item .text-box{
	float: none;
	width: auto;
	margin: 0 0 0 20px;
}
.comments .com-item .text-inner{
	height: auto;
	padding: 15px 16px 20px;
}
.comments .com-item .text-inner:before,
.comments .com-item .text-inner:after{
	display: none;
}
.comments .com-item .image{
	position: absolute;
	z-index: 1;
	width: 125px;
	left: 0;
	top: 0;
	/*height: 150px;*/
	margin: 0;
}
.comments .com-item .name{
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	padding: 2px 0 0;
}
.comments .com-item .name span{
	font-weight: normal;
	display: block;
	padding: 3px 0 0;
}
.comments .com-item .date{
	padding: 0 0 20px;
}
.comments .com-item .date span{
	display: inline-block;
	vertical-align: middle;
	background: #f6f6f6;
	font-size: 12px;
	padding: 0 25px;
	height: 23px;
	line-height: 23px;
}
.comments .com-item .title{
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	padding: 0 0 10px;
}
.fest-title{
	top: 0;
	padding: 5px 0 13px;
}
.fst-item{
	float: left;
	width: 220px;
	height: 245px;
	overflow: hidden;
	margin:  0 0 5px 20px;
}
.fst-item.first{
	margin-left: 0;
}
.fst-item .image.bordered{
	padding: 3px;
	margin: 0 0 5px;
}
.fst-item a{
	text-decoration: none;
}
.fst-item .name{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	margin: 0 0 8px;
	clear: both;
}
.fst-item:hover .name{
	text-decoration: underline;
}
.fst-item .desc{
	text-decoration: none;
	color: #d0d0d0;
	font-size: 12px;
	line-height: 18px;
}

.vk_like {
	display: inline-block;
	margin-left: 20px;
}
.page-title a {
	color: #3d3d3d;
}
.video-box {
	width: 600px;
}
.video-box-descr {
	padding: 20px;
	font: 12px/1.7 Tahoma, Geneva, sans-serif;
}
.page_navigation .page_link, .page_navigation .ellipse {
	display: none!important;
}
.page_navigation .no_more, .page_navigation .no_more span {
	color: #cccccc;
	text-decoration: none;
	cursor: default;
}
.clearfix:before,.clearfix:after{
	display:table;
	content:" "}
.clearfix:after{
	clear:both
}

/* DONATE FORM */

.donate .st-btn.blue-btn {
    float: none;
    width: 250px;
}
.donate span.name {
    width: 150px;
}
.donate textarea {
    margin-left: 5px;
}
.donate .submit-parent {
    text-align: center;
}

form label.error {
    display: inline-block;
    color: red;
    vertical-align: text-bottom;
    padding-left: 5px;
}

#comment-error {
    vertical-align: top;
}
