@font-face{ 
	font-family: "OpenSans-Bold";
	src: url("../fonts/OpenSans-Bold.eot");
	src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/OpenSans-Bold.woff") format("woff"),
	     url("../fonts/OpenSans-Bold.ttf") format("truetype"),
	     url("../fonts/OpenSans-Bold.svg#webfont") format("svg");
}
@font-face{ 
	font-family: "OpenSans-Regular";
	src: url("../fonts/OpenSans-Regular.eot");
	src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/OpenSans-Regular.woff") format("woff"),
	     url("../fonts/OpenSans-Regular.ttf") format("truetype"),
	     url("../fonts/OpenSans-Regular.svg#webfont") format("svg");
}
* { 
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body { 
	height: 100%;
}
img, fieldset {
	border: 0;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 12px/1.3 Arial;
}
.main {
	width: 1187px;
	position: relative;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	float: left;
}
.top {
	width: 100%;
	height: 135px;
	background: #f9f8f7;
	position: relative;
	z-index: 2;
	float: left;
}
.top .main {
	height: 100%;
}
.top #logo {
	width: 316px;
	margin: 16px 0 0 0;
	float: left;
}
.top #logo img {
	width: 100%;
}
.top .lang {
	width: 36px;
	margin: 34px 0 0 8px;
	float: left;
}
.top .lang > li {
	width: 100%;
	height: 28px;
	color: #7f8181;
	font: 16px/1.2 OpenSans-Regular;
	padding: 0 0 0 7px;
	position: relative;
	float: left;
}
.top .lang > li:after {
	width: 0;
	height: 0;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #808282;
	border-bottom: 0;
	position: absolute;
	top: 6px;
	right: 0;
}
.top .lang > li ul {
	width: 100%;
	background: #808282;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 0;
	position: absolute;
	top: -99999px;
	left: 0;
	z-index: 2;
}
.top .lang > li:hover ul {
	top: 27px;
}
.top .lang > li ul li {
	width: 100%;
	float: left;
}
.top .lang > li ul li a {
	color: #fff;
	font: 16px/1.2 OpenSans-Regular;
	text-decoration: none;
	padding: 3px 0 3px 7px;
	display: block;
}
.top .slogan {
	max-width: 430px;
	color: #7f8181;
	font: 16px/1.2 OpenSans-Regular;
	margin: 90px 0 0 55px;
	float: left;
}
.top .phone {
	color: #7f8181;
	font: 14px/1.2 OpenSans-Regular;
	text-align: right;
	margin: 51px 0 0 0;
	float: right;
}
.top .phone .number {
	font: 30px/1 OpenSans-Regular;
	padding: 10px 0 0 0;
	position: relative;
	display: block;
}
.top .phone .number:before {
	width: 18px;
	height: 29px;
	content: "";
	background: url(../img/icons.png?v=3) no-repeat;
	position: absolute;
	top: 12px;
	left: -25px;
}
.top .mobile_toogle {
	width: 21px;
	height: 15px;
	background: url(../img/icons.png?v=3) no-repeat 0 -100px;
	margin: 31px 0 0 0;
	display: none;
	float: right;
}
.menu_holder {
	width: 1187px;
	position: relative;
	margin: 0 auto;
}
.top .menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top .menu > li {
	width: 20%;
	float: left;
}
.top .menu > li > a {
	width: 100%;
	height: 61px;
	color: #fff;
	font: 18px/60px OpenSans-Regular;
	text-align: center;
	text-decoration: none;
	background: url(../img/menu_bg.png?v=3) repeat-x;
	position: relative;
	z-index: 1;
	float: left;
}
.top .menu > li:hover > a, .top .menu > li > a.act {
	background: url(../img/menu_bg.png?v=3) repeat-x 0 -100px;
}
.top .menu > li:first-child > a {
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}
.top .menu > li:last-child > a {
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}
.top .menu > li > a:before {
	width: 2px;
	height: 61px;
	content: "";
	background: url(../img/menu_bg.png?v=3) no-repeat 0 -200px;
	position: absolute;
	top: 0;
	left: 0;
}
.top .menu > li:first-child > a:before {
	display: none;
}
.top .menu > li ul {
	width: 100%;
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
        background: url(../img/menu_bg.png?v=3) repeat-x 0 bottom;
        border-radius: 5px;
}
.top .menu > li:hover ul {
	display: block;
}
.top .menu > li ul li {
	width: 20%;
	float: left;
}
.top .menu > li ul li a {
	width: 100%;
	height: 45px;
	color: #fff;
	font: 14px/40px Arial;
	text-align: center;
	text-decoration: none;
	
	padding: 5px 0 0 0;
	float: left;
}
.top .menu > li ul li:first-child a {
   
   background: none;
/*    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;*/
}
/*
.top .menu > li ul li:last-child a {
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}*/
.top .menu > li ul li a.act {
	font: bold 14px/40px Arial;
}
.top .menu > li ul li a {
	
	background: url(../img/menu_bg.png?v=3) no-repeat 0 -200px;
	
}
.home_slider {
	width: 100%;
	position: relative;
	z-index: 1;
	float: left;
}
.home_slider .bx_home_slider li img {
	width: 100%;
	float: left;
}
.home_slider .bx_home_slider li .hold {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home_slider .bx_home_slider li .hold .main {
	height: 100%;
}
.home_slider .bx_home_slider li .hold .main .box {
	width: 472px;
	color: #fff;
	font: 30px/1 OpenSans-Bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/news_box_bottom.png?v=3) repeat;
	background: rgba(237,47,39,0.95);
	padding: 22px 40px;
	position: absolute;
	right: 0;
	bottom: 64px;
}
.home_slider .bx_home_slider li .hold .main .box .small {
	font: 18px/1.2 Arial;
	text-transform: none;
	padding: 0 0 15px 0;
	display: block;
}
.home_slider .bx-viewport {
	z-index: 1;
}
.home_slider .bx-controls {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home_slider .bx-controls .bx-pager {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 14px;
}
.home_slider .bx-controls .bx-pager .bx-pager-item {
	margin: 0 4px;
	display: inline-block;
}
.home_slider .bx-controls .bx-pager .bx-pager-item a {
	width: 14px;
	height: 14px;
	text-indent: -99999px;
    border-radius: 50%;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.home_slider .bx-controls .bx-pager .bx-pager-item a.active {
	background: #fff;
}
.home_slider .bx-controls .bx-controls-direction {
	width: 1187px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.home_slider .bx-controls .bx-controls-direction a {
	width: 30px;
	height: 45px;
	text-indent: -99999px;
	margin: -22px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.home_slider .bx-controls .bx-controls-direction a.bx-prev {
	background: url(../img/home_slider_prev_next.png?v=3) no-repeat;
	left: 0;
}
.home_slider .bx-controls .bx-controls-direction a.bx-next {
	background: url(../img/home_slider_prev_next.png?v=3) no-repeat 0 -50px;
	right: 0;
}
.home_news {
	width: 100%;
	padding: 55px 0 50px 0;
	float: left;
}
.news_box {
	margin: 0 0 0 -37px;
	display: block;
}
.news_box li {
	width: 371px;
	margin: 0 0 36px 37px;
	float: left;
}
.news_box.col_4 li {
	width: 269px;
}
.news_box li a {
	width: 100%;
	background: #efefef;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	overflow: hidden;
	float: left;
}
.news_box li a img {
	width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
}
.news_box li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
     transform: scale(1.3,1.3);
}
.news_box li a .bottom {
	width: 100%;
	color: #fff;
	font: 14px/1.2 Arial;
	background: url(../img/news_box_bottom.png?v=3) repeat;
	background: rgba(237,47,39,0.95);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 11px 10px 13px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_box li a .bottom .price {
	padding: 0 0 5px 0;
	display: block;
}
.home_news .btn_row {
	width: 100%;
	text-align: center;
	margin: -6px 0 0 0;
	float: left;
}
.h1 {
	width: 100%;
	color: #ed2f27;
	font: 26px/1.2 OpenSans-Regular;
	border-bottom: 1px solid #ed2f27;
	padding: 28px 0 16px 100px;
	margin: 0 0 30px 0;
	position: relative;
	float: left;
}
.h1:before {
	width: 67px;
	height: 67px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.h1.icon_1:before {
	background: url(../img/headline_icons.png?v=3) no-repeat;
}
.h1.icon_2:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -100px;
}
.h1.icon_3:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -200px;
}
.h1.icon_4:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -300px;
}
.h1.icon_5:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -400px;
}
.h1.icon_6:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -500px;
}
.h1.icon_7:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -600px;
}
.h1.icon_8:before {
	background: url(../img/headline_icons.png?v=3) no-repeat 0 -700px;
}
.home_mid {
	width: 100%;
	background: #f9f8f7;
	padding: 44px 0 49px 0;
	float: left;
}
.home_mid .left {
	width: 510px;
	float: left;
}
.home_mid .left .mini_slider {
	width: 371px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.home_mid .left .mini_slider .bx-viewport {
	z-index: 1;
}
.home_mid .left .mini_slider .bx_home_slider_mini li a {
	width: 100%;
	background: #ed2f27;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	overflow: hidden;
	float: left;
}
.home_mid .left .mini_slider .bx_home_slider_mini li a img {
	width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
}
.home_mid .left .mini_slider .bx_home_slider_mini li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
     transform: scale(1.3,1.3);
}
.home_mid .left .mini_slider .bx_home_slider_mini li a .bottom {
	width: 100%;
	color: #fff;
	font: bold 14px/1.2 Arial;
	text-align: center;
	background: url(../img/news_box_bottom.png?v=3) repeat;
	background: rgba(237,47,39,0.95);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 11px 10px 13px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home_mid .left .mini_slider .bx-controls .bx-controls-direction {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home_mid .left .mini_slider .bx-controls .bx-controls-direction a {
	width: 14px;
	height: 21px;
	text-indent: -99999px;
	margin: -10px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.home_mid .left .mini_slider .bx-controls .bx-controls-direction a.bx-prev {
	background: url(../img/mini_slider_prev_next.png?v=3) no-repeat;
	left: -43px;
}
.home_mid .left .mini_slider .bx-controls .bx-controls-direction a.bx-next {
	background: url(../img/mini_slider_prev_next.png?v=3) no-repeat 0 -25px;
	right: -43px;
}
.home_mid .right {
	width: 510px;
	float: right;
}
.home_mid .right .form {
	width: 510px;
	margin: 0 auto;
}
.home_mid .right .form li {
	width: 100%;
	padding: 10px 0 0 0;
	float: left;
}
.home_mid .right .form li:first-child {
	padding: 0;
	margin: -9px 0 0 0;
}
.home_mid .right .form li.button {
	text-align: center;
	padding: 31px 0 0 0;
}
.home_mid .right .form li .label_1 {
	width: 168px;
	color: #575757;
	font: 16px/36px OpenSans-Regular;
	float: left;
}
.home_mid .right .form li .label_2 {
	color: #575757;
	font: 16px/36px OpenSans-Regular;
	float: left;
}
.home_mid .right .form li .radio {
	margin: 8px 0 0 4px;
	float: left;
}
.home_mid .right .form li .radio + label {
	margin: 0 0 0 5px;
}
.home_mid .right .form li .hold,
.home_mid .right .form li .hold2 {
	width: 342px;
	height: 37px;
	position: relative;
	float: left;
}
.home_mid .right .form li .hold2 {
	
	height: auto;
	
}
.home_bottom {
	width: 100%;
	background: url(../img/city_bg_white.jpg) no-repeat center bottom;
	padding: 44px 0 100px 0;
	float: left;
}
.home_bottom .left {
	width: 510px;
	float: left;
}
.home_bottom .left .banks {
	width: 510px;
	margin: 0 auto;
}
.home_bottom .left .banks li {
	margin: 0 0 20px 0;
	float: left;
}
.home_bottom .left .banks li:nth-child(even) {
	float: right;
}
.home_bottom .left .banks li img {
	float: left;
}
.home_bottom .right {
	width: 510px;
	float: right;
}
.home_bottom .right .info_box {
	width: 100%;
	margin: -8px 0 0 0;
	float: left;
}
.home_bottom .right .info_box p {
	color: #575757;
	font: 16px/1.63 OpenSans-Regular;
	padding: 0 0 15px 0;
	display: block;
}
.home_bottom .right .info_box .button {
	text-align: center;
	padding: 27px 0 0 0;
	display: block;
}
.header {
	width: 100%;
	overflow: hidden;
	float: left;
}
.header .fix {
	display: block;
}
.header img {
	width: 100%;
	float: left;
}
.container {
	width: 100%;
	background: url(../img/city_bg_grey.jpg) no-repeat #fafafa 0 bottom;
	padding: 26px 0 110px 0;
	float: left;
}
.content {
	color: #575757;
	float: left;
}
.content.tight {
	width: 705px;
}
.content.wide {
	width: 100%;
}
.content h2 {
	font: 20px/1.2 OpenSans-Bold;
	padding: 0 0 20px 0;
	display: block;
}
.content .headline {
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	margin: 0 0 37px 0;
	position: relative;
	float: left;
}
.content .headline h2 {
	font: 20px/1.2 OpenSans-Regular;
	background: #fafafa;
	padding: 0 20px 0 0;
	margin: 0 0 -6px 0;
	float: left;
}
.content .headline h2 strong {
	font: 20px/1.2 OpenSans-Bold;
}
.content .headline .sort {
	font: 14px/1.2 OpenSans-Regular;
	margin: -3px 0 0 0;
	float: right;
}
.content .headline .sort a {
	color: #ed2f27;
	font: 14px/1.2 OpenSans-Regular;
	margin: 0 0 0 8px;
}
.content h3 {
	color: #ed2f27;
	font: 16px/1.2 OpenSans-Bold;
	padding: 0 0 12px 0;
	display: block;
}
.content p {
	font: 16px/1.5 OpenSans-Regular;
	padding: 0 0 10px 0;
	display: block;
}
.content p.center {
	text-align: center;
	padding: 0 250px 10px 250px;
}
.content p strong {
	font: 16px/1.5 OpenSans-Bold;
}
.content p .color {
	color: #ed2f27;
}
.content ul:not([class]) li {
	font: 16px/1.5 OpenSans-Regular;
	padding: 0 0 10px 14px;
	position: relative;
	display: block;
}
.content ul:not([class]) li:before {
	width: 6px;
	height: 6px;
	content: "";
	background: url(../img/icons.png?v=3) no-repeat 0 -250px;
	position: absolute;
	top: 9px;
	left: 0;
}
.content a {
	color: #ed2f27;
	font: 16px/1.5 OpenSans-Bold;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content .col_3 {
	width: 33.333%;
	padding: 37px 20px 20px 0;
	float: left;
}
.content .faq_list {
	width: 100%;
	float: left;
}
.content .faq_list > li {
	width: 100%;
	border-top: 1px solid #d7d7d7;
	padding: 28px 0 14px 30px;
	float: left;
}
.content .faq_list > li:first-child {
	border-top: 0;
	padding: 0 0 14px 30px;
}
.content .faq_list > li h3 {
	color: #575757;
	font: 16px/1.5 OpenSans-Bold;
	padding: 0 0 11px 0;
	position: relative;
	display: block;
}
.content .faq_list > li p {
	position: relative;
}
.content .faq_list > li h3:before, .content .faq_list > li p:before {
	width: 18px;
	height: 20px;
	content: "";
	position: absolute;
	top: 2px;
	left: -30px;
}
.content .faq_list > li h3:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -150px;
}
.content .faq_list > li p:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -200px;
}
.content .projects_list {
	width: 100%;
	float: left;
}
.content .projects_list > li {
	width: 100%;
	border-top: 1px solid #d7d7d7;
	padding: 50px 0 26px 0;
	float: left;
}
.content .projects_list > li:first-child {
	border-top: 0;
	padding: 0 0 26px 0;
}
.content .projects_list li .left {
	width: 475px;
	float: left;
}
.content .projects_list li .left .foto {
	width: 100%;
	background: #ed2f27;
	margin: 0 0 36px 0;
	overflow: hidden;
	float: left;
}
.content .projects_list li .left .foto img {
	width: 100%;
	float: left;
}
.content .projects_list li .left .foto:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
     transform: scale(1.3,1.3);
}
.content .projects_list li .left .list {
	width: 100%;
	background: #f7f7f4;
	padding: 3px 16px;
	margin: 0 0 10px 0;
	float: left;
}
.content .projects_list li .left .list li {
	width: 100%;
	font: 16px/1.2 OpenSans-Regular;
	padding: 12px 0 12px 30px;
	position: relative;
	float: left;
}
.content .projects_list li .left .list li:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
}
.content .projects_list li .left .list li.icon_1:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -400px;
}
.content .projects_list li .left .list li.icon_2:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -450px;
}
.content .projects_list li .left .list li.icon_3:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -500px;
}
.content .projects_list li .left .list li.icon_4:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -550px;
}
.content .projects_list li .left .list li strong {
	font: 16px/1.2 OpenSans-Bold;
}
.content .projects_list li .left .list li a {
	color: #575757;
}
.content .projects_list li .right {
	width: 675px;
	float: right;
}
.content .city_sort, .content .newsletter {
	width: 100%;
	text-align: center;
	padding: 0 0 30px 0;
	float: left;
}
.content .newsletter {
	margin: 5px 0 0 0;
}
.content .city_sort label, .content .newsletter label {
	color: #575757;
	font: 16px/36px OpenSans-Regular;
	vertical-align: top;
	margin: 0 10px 0 0;
	display: inline-block;
}
.content .city_sort .hold {
	width: 267px;
	height: 37px;
	text-align: left;
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.content .newsletter .input {
	width: 242px;
	height: 37px;
	color: #7f8181;
	font: 16px OpenSans-Regular;
	background: url(../img/input_icons.png?v=3) no-repeat #fff right -52px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	padding: 7px 40px 7px 10px;
	display: inline-block;
}
.content .new_projects {
	margin: 0 0 0 -81px;
	display: block;
}
.content .new_projects li {
	width: 553px;
	margin: 0 0 30px 81px;
	float: left;
}
.content .new_projects li a {
	width: 100%;
	background: #ed2f27;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	overflow: hidden;
	float: left;
}
.content .new_projects li a img {
	width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
}
.content .new_projects li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
     transform: scale(1.3,1.3);
}
.content .new_projects li a .bottom {
	width: 100%;
	color: #fff;
	font: 20px/1.2 Arial;
	background: url(../img/news_box_bottom.png?v=3) repeat;
	background: rgba(237,47,39,0.95);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 13px 10px 14px 17px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.content .new_projects li a .bottom .price {
	font: 16px/1.4 Arial;
	padding: 0 0 0 26px;
	margin: 10px 0 0 0;
	position: relative;
	display: block;
}
.content .new_projects li a .bottom .price:before {
	width: 20px;
	height: 20px;
	content: "";
	background: url(../img/icons.png?v=3) no-repeat 0 -600px;
	position: absolute;
	top: 0;
	left: 0;
}
.news_box li a .bottom .price {
	padding: 0 0 5px 0;
	display: block;
}
.content .partners_list {
	text-align: center;
	margin: 10px 0;
	display: block;
}
.content .partners_list li {
	padding: 25px 30px;
	display: inline-block;
}
.content .partners_list li img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}
.content .partners_list + p {
	margin: 60px 0 0 0;
	clear: both;
}
.content .search {
	width: 100%;
	float: left;
}
.content .search .form {
	float: left;
}
.content .search .left {
	width: 390px;
}
.content .search .wide {
    width: 100%;
}
.content .search .mid {
	width: 452px;
	padding: 0 0 0 62px;
}
.content .search .right {
	width: 345px;
	padding: 0 0 0 36px;
}
.content .search .form li {
	width: 100%;
	padding: 0 0 10px 0;
	float: left;
}
.content .search .left li .hold, .content .search .mid li .hold {
	width: 265px;
	/*height: 37px;*/
	float: left;
        position: relative;
}
.content .search .right li .hold {
	width: 87px;
	height: 37px;
	float: left;
}
.content .search .form li .label_1 {
	width: 125px;
	color: #575757;
	font: 16px/36px OpenSans-Regular;
	text-align: right;
	padding: 0 10px 0 0;
	float: left;
}
.content .search .form li .label_2 {
	color: #575757;
	font: 16px/36px OpenSans-Regular;
	float: left;
}
.content .search .form li .input {
	height: 37px;
	color: #7f8181;
	font: 16px OpenSans-Regular;
	background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	padding: 7px 10px;
	float: left;
}
.content .search .wide li .input {
    width: 100%;
}
.content .search .left li .input, .content .search .mid li .input {
	width: 265px;
}
.content .search .form.right li .input {
	width: 87px;
}
.content .search .form li .input + .input, .content .search .form li .hold + .hold, .content .search .form li .hold + .input, .content .search .form li .input + .hold {
	margin: 0 0 0 10px;
}
.content .search .form li .radio {
	margin: 8px 0 0 4px;
	float: left;
}
.content .search .form li .radio + label {
	margin: 0 0 0 25px;
}
.content .search .hidden_blocks .block {
	margin: 20px 0 0 0;
	display: none;
}
.content .search .hidden_blocks .fix {
	width: 0;
	height: 0;
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.content .button_row {
	width: 100%;
	text-align: center;
	padding: 40px 0;
	float: left;
}
.content .contact_list {
	width: 100%;
	float: left;
}
.content .contact_list > li {
	width: 100%;
	border-top: 1px solid #d7d7d7;
	padding: 39px 0 0 0;
	float: left;
}
.content .contact_list > li:first-child {
	border-top: 0;
}
.content .contact_list > li .info {
	width: 370px;
	float: left;
}
.content .contact_list > li .info h4 {
	font: 16px/1.2 OpenSans-Bold;
	padding: 0 0 2px 0;
	display: block;
}
.content .contact_list > li .info .txt {
	color: #ed2f27;
	font: 14px/1.4 OpenSans-Regular;
	padding: 0 0 0 24px;
	margin: 11px 0 0 0;
	position: relative;
	display: block;
}
.content .contact_list > li .info .txt:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.content .contact_list > li .info .txt.address:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -650px;
}
.content .contact_list > li .info .txt.phone:before, .content .contact_list > li .team_box > li .phone:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -700px;
}
.content .contact_list > li .team_box {
	width: 884px;
	margin: 0 0 0 -67px;
	float: left;
}
.content .contact_list > li .team_box > li {
	width: 375px;
	padding: 0 0 0 115px;
	margin: 0 0 40px 67px;
	position: relative;
	overflow: hidden;
	float: left;
}
.content .contact_list > li .team_box > li.sep {
	width: 100%;
	padding: 0;
	margin: 0;
}
.content .contact_list > li .team_box > li .foto {
	margin: 0 0 0 -115px;
	float: left;
}
.content .contact_list > li .team_box > li .box {
	height: 141px;
	position: relative;
	display: block;
}
.content .contact_list > li .team_box > li h5 {
	font: 16px/1.2 OpenSans-Bold;
	padding: 0 0 2px 0;
	display: block;
}
.content .contact_list > li .team_box .phone, .content .contact_list > li .team_box .url {
	color: #ed2f27;
	font: 14px/1.4 OpenSans-Regular;
	padding: 0 0 0 24px;
	margin: 11px 0 0 0;
	position: relative;
	display: block;
}
.content .contact_list > li .team_box > li .phone:before, .content .contact_list > li .team_box > li .url:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.content .contact_list > li .team_box > li .url:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -550px;
}
.content .contact_list > li .team_box > li .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}
.content .contact_list > li .team_box > li .bottom a {
	color: #575757;
	font: 14px/20px OpenSans-Regular;
	vertical-align: top;
	margin: 0 15px 0 0;
	display: inline-block;
}
.content .contact_list > li .team_box > li .bottom a.icon_1 {
	width: 20px;
	height: 20px;
	background: url(../img/icons.png?v=3) no-repeat 0 -750px;
}
.content .contact_list > li .team_box > li .bottom a.icon_2 {
	height: 20px;
	background: url(../img/icons.png?v=3) no-repeat 0 -800px;
	padding: 0 0 0 32px;
}
.content .contact_list > li .team_box > li .review_form {
	margin: 0 0 0 -115px;
	display: none;
}
.content .contact_list > li .team_box > li .review_form.open {
	display: block;
}
.content .contact_list > li .team_box > li .review_form li {
	width: 100%;
	padding: 12px 0 0 0;
	float: left;
}
.content .contact_list > li .team_box > li .review_form li .input, .content .contact_list > li .team_box > li .review_form li textarea {
	width: 100%;
	color: #7f8181;
	font: 16px OpenSans-Regular;
	background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	float: left;
}
.content .contact_list > li .team_box > li .review_form li .input {
	height: 42px;
	padding: 9px 40px 9px 15px;
}
.content .contact_list > li .team_box > li .review_form li textarea {
	height: 129px;
	resize: none;
	overflow: auto;
	padding: 9px 15px;
}
.content .contact_list > li .team_box > li .review_list {
	background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	padding: 0 12px 12px 12px;
	margin: 12px 0 0 -115px;
	display: none;
}
.content .contact_list > li .team_box > li .review_list.open {
	display: block;
}
.content .contact_list > li .team_box > li .review_list li {
	width: 100%;
	font: 14px/1.2 OpenSans-Regular;
	padding: 12px 0 0 0;
	float: left;
}
.content .contact_list > li .team_box > li .review_list li .date {
	display: block;
}
.content .foto_block {
	width: 677px;
	margin: 24px 0 0 0;
	float: left;
}
.content .foto_block .bx_gallery li img {
	width: 100%;
	float: left;
}
.content .foto_block .bx_pager {
	margin: 18px 0 0 -23px;
}
.content .foto_block .bx_pager li {
	width: 20%;
	padding: 0 0 23px 23px;
	float: left;
}
.content .foto_block .bx_pager li img {
	width: 100%;
	float: left;
}
.content .foto_block .video {
	width: 100%;
	margin: 0 0 16px 0;
	float: left;
}
.content .foto_block .video img {
	width: 100%;
	float: left;
}
.content .contact_box {
	width: 677px;
	background: #f7f7f4;
	padding: 0 0 0 150px;
	margin: 10px 0 0 0;
	float: left;
}
.content .contact_box img {
	width: 132px;
	margin: 0 0 0 -150px;
	float: left;
}
.content .contact_box h4 {
	color: #ed2f27;
	font: 30px/1 OpenSans-Bold;
	padding: 11px 0 10px 0;
	display: block;
}
.content .contact_box .phone {
	font: 16px/1.5 OpenSans-Regular;
	padding: 0 0 0 28px;
	margin: 4px 0 8px 0;
	position: relative;
	display: block;
}
.content .contact_box .url {
	color: #575757;
	font: 16px/1.5 OpenSans-Regular;
	padding: 0 0 0 28px;
	position: relative;
	display: inline-block;
}
.content .contact_box .phone:before, .content .contact_box .url:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
}
.content .contact_box .phone:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -500px;
}
.content .contact_box .url:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -550px;
}
.content .contact_box .clear {
	display: none;
}
.content .desc {
	width: 474px;
	margin: 19px 0 40px 0;
	float: right;
}
.content .desc h1 {
	color: #ed2f27;
	font: 30px/1.24 OpenSans-Bold;
	padding: 0 0 28px 0;
	display: block;
}
.content .desc .list {
	display: block;
}
.content .desc .list > li {
	font: 16px/1.5 OpenSans-Regular;
	padding: 9px 10px;
	position: relative;
	display: block;
}
.content .desc .list > li:nth-child(odd) {
	background: #f8f7f5;
}
.content .desc .list > li.icon {
	padding: 9px 10px 9px 40px;
}
.content .desc .list > li.icon:before {
	width: 35px;
	height: 40px;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
}
.content .desc .list > li.icon.icon_1:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -850px;
}
.content .desc .list > li.icon.icon_2:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -900px;
}
.content .desc .list > li.icon.icon_3:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -950px;
}
.content .desc .list > li.icon.icon_4:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -1000px;
}
.content .desc .list > li.icon.icon_5:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -1050px;
}
.content .desc .list > li.icon.icon_6:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -1100px;
}
.content .desc .list > li.icon.icon_7:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -1150px;
}
.content .desc .list > li.icon.icon_8:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -1200px;
}
.content .desc .list > li.icon.icon_9:before {
	background: url(../img/icons.png?v=3) no-repeat 0 -1250px;
}
.content .desc .list > li strong {
	font: 16px/1.5 OpenSans-Bold;
}
.content .desc .list > li strong.title {
	padding: 0 0 5px 0;
	display: block;
}
.content .desc .list > li h3 {
	margin: 18px 0 0 0;
}
.content .desc .list > li .map {
	width: 440px;
	height: 272px;
	margin: 5px 0 13px 0;
	display: block;
}
.content .col_2 {
	width: 50%;
	margin: 20px 0 0 0;
	float: left;
}
.content .col_2 li {
	width: 100%;
	margin: 12px 0 0 0;
	float: left;
}
.content .col_2 li label {
	width: 225px;
	color: #575757;
	font: 16px/36px OpenSans-Regular;
	float: left;
}
.content .col_2 li .input, .content .col_2 li textarea {
	width: 280px;
	color: #7f8181;
	font: 16px OpenSans-Regular;
	background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	padding: 7px 10px;
	float: left;
}
.content .col_2 li .input {
	height: 37px;
}
.content .col_2 li textarea {
	height: 150px;
	resize: none;
	overflow: auto;
}
.content .col_2 li .hold {
	width: 280px;
	height: 37px;
	position: relative;
	float: left;
}
.content .pages {
	width: 100%;
	color: #a5a5a5;
	font: 16px/1.2 OpenSans-Regular;
	text-align: center;
	margin: -8px 0 50px 0;
	float: left;
}
.content .pages a, .content .pages .txt {
	color: #a5a5a5;
	font: 16px/1.2 OpenSans-Regular;
	vertical-align: top;
	margin: 0 8px;
	display: inline-block;
}
.content .pages a.prev, .content .pages a.next {
	width: 6px;
	height: 18px;
}
.content .pages a.prev {
	background: url(../img/icons.png?v=3) no-repeat 0 -295px;
}
.content .pages a.next {
	background: url(../img/icons.png?v=3) no-repeat 0 -345px;
}
.content .pages a.act {
	color: #575757;
	font: 16px/1.2 OpenSans-Bold;
}
.contact_form {
	width: 410px;
	float: right;
}
.contact_form h3 {
	color: #ed2f27;
	font: 16px/1.2 OpenSans-Bold;
	padding: 0 0 22px 0;
	display: block;
}
.contact_form li {
	width: 100%;
	padding: 0 0 12px 0;
	float: left;
}
.contact_form li.button {
	text-align: right;
	margin: 18px 0 0 0;
}
.contact_form li .input, .contact_form li textarea {
	width: 100%;
	color: #7f8181;
	font: 16px OpenSans-Regular;
	background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	float: left;
}
.contact_form li .input {
	height: 42px;
	padding: 9px 40px 9px 15px;
}
.contact_form li .input.icon_1 {
	background: url(../img/input_icons.png?v=3) no-repeat #fff right 0;
}
.contact_form li .input.icon_2 {
	background: url(../img/input_icons.png?v=3) no-repeat #fff right -50px;
}
.contact_form li .input.icon_3 {
	background: url(../img/input_icons.png?v=3) no-repeat #fff right -100px;
}
.contact_form li textarea {
	height: 129px;
	resize: none;
	overflow: auto;
	padding: 9px 15px;
}

.content .object_slider {
	width: 100%;
	margin: 24px 0 -10px 0;
	float: left;
}
.content .object_slider .box_1 {
	width: 612px;
	float: left;
}
.content .object_slider .box_2 {
	width: 509px;
	padding: 0 22px 0 22px;
	margin: -7px 0 0 0;
	position: relative;
	float: right;
}
.content .object_slider .bx_object_slider img {
	width: 100%;
	float: left;
}
.content .object_slider .object_slider_pager li .pager {
	width: 100%;
	float: left;
}
.content .object_slider .object_slider_pager li .pager li {
	width: 155px;
	padding: 7px;
	float: left;
}
.content .object_slider .object_slider_pager li .pager li a img {
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	float: left;
}
.content .object_slider .object_slider_pager li .pager li a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 0 3px 0 rgba(237,47,39,0.75);
}
.content .object_slider .box_2 .bx-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}
.content .object_slider .box_2 .bx-controls a {
	width: 14px;
	height: 21px;
	text-indent: -99999px;
	margin: -10px 0 0 0;
	position: absolute;
	top: 50%;
}
.content .object_slider .box_2 .bx-controls .bx-prev {
	background: url(../img/mini_slider_prev_next.png?v=3) no-repeat;
	left: 0;
}
.content .object_slider .box_2 .bx-controls .bx-next {
	background: url(../img/mini_slider_prev_next.png?v=3) no-repeat 0 -25px;
	right: 0;
}
.content .object_slider .box_2 .bx-controls a.disabled {
	display: none;
}
.content .object_left_block {
	width: 612px;
	float: left;
}
.content .object_left_block .desc, .content .object_right_block .desc {
	width: 100%;
	float: left;
}
.content .object_right_block {
	width: 509px;
	float: right;
}
.content .object_right_block .contact_box {
	width: 100%;
	background: none;
	margin: -10px 0 0 0;
}
.content .object_right_block .contact_box h4 {
	padding: 0 0 10px 0;
	margin: -3px 0 0 0;
}

.btn {
	min-width: 200px;
	height: 55px;
	color: #fff;
	font: 16px/54px OpenSans-Regular;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	background: url(../img/btn.png?v=3) repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	display: inline-block;
}
.btn-small {
    height: 35px;
    line-height: 34px;
}
.btn-clear {
    background:#cecece;
    
}

.btn:hover {
	background: url(../img/btn.png?v=3) repeat-x 0 -100px;
}
.btn-clear:hover {
     background:#a0a0a0;
}

.footer {
	width: 100%;
	background: #2a2a2a;
	padding: 57px 0 45px 0;
	float: left;
}
.footer .facebook_box {
	float: right;
}
.footer .facebook_box img {
	vertical-align: top;
}
.footer .info_box {
	float: left;
}
.footer .info_box li {
	width: 100%;
	padding: 31px 0 0 0;
	float: left;
}
.footer .info_box li:first-child {
	padding: 0;
}
.footer .info_box.wide {
	width: 600px;
	padding: 0 20px 0 0;
}
.footer .info_box.tight {
	width: 270px;
}
.footer .info_box h3 {
	color: #ed2f27;
	font: 16px/1.2 OpenSans-Bold;
	padding: 0 0 2px 0;
	display: block;
}
.footer .info_box p {
	color: #a7a7a7;
	font: 16px/1.63 OpenSans-Regular;
	display: block;
}
.copy {
	width: 100%;
	background: #171717;
	padding: 12px 0;
	float: left;
}
.copy .share {
	padding: 1px 4px 0 0;
	margin: 0 0 -20px 0;
	float: left;
}
.copy .share img {
	vertical-align: top;
}
.copy .url_made {
	float: right;
}
.copy .url_made img {
	vertical-align: top;
}
.copy .txt {
	width: 100%;
	color: #a6a6a6;
	font: 14px/22px OpenSans-Regular;
	text-align: center;
	margin: 0 0 -50px 0;
	float: left;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clearfix:after, .clear {
	height: 0;
	content: "";
	clear: both;
	display: table;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*icheck*/
.icheckbox_minimal {
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url(../img/radio_checkbox.png?v=3);
	border: none;
	display: inline-block;
}
.iradio_minimal {
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url(../img/radio_checkbox.png?v=3);
	border: none;
	display: inline-block;
}
.icheckbox_minimal {
	background-position: 0 0;
}
.icheckbox_minimal.checked {
	background-position: 0 -50px;
}
.iradio_minimal {
	background-position: 0 -100px;
}
.iradio_minimal.checked {
	background-position: 0 -150px;
}

/*  Selecter */ 
.selecter-element {
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	width: 100%;
	z-index: -1;
}
.selecter {
	width: 100%;
	display: inline-block;
	position: relative;
}
.selecter .selecter-selected {
	height: 37px;
	color: #7f8181;
	font: 17px/36px OpenSans-Regular;
	cursor: pointer;
	text-overflow: clip;
	background: url(../img/custom_select.png?v=3) no-repeat #fff right 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d0d0d0;
	padding: 0 25px 0 10px;
	overflow: hidden;
	position: relative;
	display: block;
}
.selecter .selecter-options {
	width: 100%;
	max-height: 200px;
	color: #7f8181;
	font: 17px/1.2 OpenSans-Regular;
	background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d0d0d0;
	padding: 5px 0;
	margin: 1px 0 0 0;
	overflow: auto;
	display: none;
	position: absolute;
	left: 0;
	z-index: 1;
}
.selecter .selecter-options .selecter-item {
	color: #7f8181;
	cursor: pointer;
	padding: 5px 10px;
	display: block;
}
.selecter .selecter-options .selecter-group {
	color: #7f8181;
	cursor: pointer;
	padding: 5px 10px;
	display: block;
           border-top: 1px solid #cccccc;
           border-bottom: 1px solid #cccccc;
           background: #eee;
    
    
    text-transform: uppercase;
}
.selecter .selecter-options .selecter-item:hover {
	background: #CCC;
}


/* Preload images */
body:after {
	content: url(../img/close.png?v=3) url(../img/loading.gif) url(../img/prev.png?v=3) url(../img/next.png?v=3);
	display: none;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	box-shadow: 0 0 98px 0px rgba(0,0,1,0.75);
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 50%;
	left: -50px;
	float: left;
	background: url(../img/prev.png?v=3) left 48% no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
	position: relative;
}
.lb-nav a.lb-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lb-nav a.lb-next {
	width: 50%;
	right: -50px;
	float: right;
	background: url(../img/next.png?v=3) right 48% no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
	position: relative;
}
.lb-nav a.lb-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 15px;
	*zoom: 1;
	width: 100%;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data .lb-details {
	width: 100%;
	float: left;
	text-align: center;
}
.lb-data .lb-caption {
	color: #fff;
	font: 20px/1.2 OpenSans-Regular;
}
.lb-data .lb-number {
	color: #fff;
	font: 20px/1.2 OpenSans-Regular;
	clear: left;
	display: block;
}
.lb-data .lb-closeContainer {
	float: right;
}
.lb-data .lb-close {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../img/close.png?v=3) no-repeat;
	margin: 0 0 0 -20px;
	position: absolute;
	top: -20px;
        z-index: 20;
}
iframe[id^="oauth2relay"] { position: fixed !important; }
#gatves, #mikrorajonai {
    width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #7f8181;
    font: 17px/36px OpenSans-Regular;
    height: 37px;
}
.chosen-container-multi .chosen-choices {
     border: 1px solid #d0d0d0;
    border-radius: 3px;
    
}
.chosen-container-multi .chosen-choices li.search-field {
    padding: 0 0 0 5px;
}
.chosen-container-multi .chosen-choices li.search-choice, 
.chosen-container .chosen-results li.active-result {
    padding: 5px;
}




#gatves_chosen ul li ,
#gatves_chosen ul li:first-child ,
#mikrorajonai_chosen ul li ,
#mikrorajonai_chosen ul li:first-child  {
    padding: 5px;
     float: none;
     margin: 0;
}

#gatves_chosen ul li.search-field ,
#mikrorajonai_chosen ul li.search-field {
    
    padding: 0 0 0 5px;
    float: none;
    width: 100%;
}
p.just_bold {
    text-align: justify;
    font-weight: bold;
}

@media screen {
    body .forprint {
        display: none;
    }
}

a.print_this {
    padding-left: 50px;
    line-height: 40px;
    display: inline-block;
    background: url('../img/print.png') no-repeat left center;
}