@import url(reset.css);
@import url(fontawesome.css);
@import url(../fonts/roboto/roboto.css);
/*
@font-face {
    font-family: 'blogger';
    src: url('../fonts/blogger/blogger.eot');
    src: url('../fonts/blogger/blogger.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blogger/blogger.woff2') format('woff2'),
         url('../fonts/blogger/blogger.woff') format('woff'),
         url('../fonts/blogger/blogger.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'blogger';
    src: url('../fonts/blogger/blogermedium.eot');
    src: url('../fonts/blogger/blogermedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blogger/blogermedium.woff2') format('woff2'),
         url('../fonts/blogger/blogermedium.woff') format('woff'),
         url('../fonts/blogger/blogermedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'blogger';
    src: url('../fonts/blogger/bloggerbold.eot');
    src: url('../fonts/blogger/bloggerbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blogger/bloggerbold.woff2') format('woff2'),
         url('../fonts/blogger/bloggerbold.woff') format('woff'),
         url('../fonts/blogger/bloggerbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


*/
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 0.875em "roboto", sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 130px;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	width: 980px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	.text{
		font: 500 1em/1.8671em roboto;
	}
	.text > *:first-child{
		margin-top: 5px;
	}
	.wrap_inside .text > *:first-child{
		margin-top: 0;
	}
	p,
	.text ul,
	.text ol,
	.text dl{
		margin:26px 0 22px;
	}
	.text ul,
	.text ol,
	.text dd{
		padding-left:40px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin: 28px 0;
		font-weight:bold;
	}
	h1,
	h2{font-size: 2.1428em;}
	h3{font-size:1.17em;}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	.text ul{list-style-type: disc;}
	.text ol{list-style-type: decimal;}
	a{
		color: #2574a9;
		text-decoration: none;
	}
	.text a:hover:not(.btn){
		color: #59adeb;
	}
	/* |===============| Отмена сбросса стилей end |===============| */
	
	/* |===============| form start |===============| */
	form input[type="checkbox"],
	form input[type="radio"] {
		display: none;
	}
	form input[type="checkbox"] + label,
	form input[type="radio"] + label {
		display: inline-block;
		vertical-align: middle;
		background: url(../img/radio.png) no-repeat 0 2px;
		cursor: pointer;
		margin: 0 36px 5px 0;
		padding: 0 0 0 19px;
	}
	
	form input[type="radio"]:checked + label {
		background-image: url(../img/radio_checked.png);
	}
	form input[type="checkbox"] + label {
		background: url(../img/checkbox.png) no-repeat 0 2px;
	}
	form input[type="checkbox"]:checked + label {
		background-image: url(../img/checkbox_checked.png);
	}
	input,
	textarea{
		font: 1em/1.4285em roboto, sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		vertical-align: bottom;
		padding: 8px 10px 7px;
		border: 1px solid #d9dedf;
		width: 173px;
		max-width: 100%;
		font-weight: 500;
		height: 33px;
		background: #fff;
		color: #2e2e2e;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
	textarea:hover{
		border-color: #ced4d5;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
	textarea:focus{
		border-color: #2574a9;
	}
	textarea{
		height: 140px;
		resize: none;
	}
	.infofield{
		display: block;
		margin: 0 0 8px;
	}
	#wrapper .error_input{
		background: #ffeff3;
	}
	::-webkit-input-placeholder {color:#9ca4a7;}
	::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
	:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#9ca4a7;}
	
	.btn,
	a.btn,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button{
		display: inline-block;
		font: bold 14px/32px roboto, sans-serif;
		border: 2px solid #2574a9;
		padding: 0 23px;
		height: 34px;
		color: #2574a9;
		background: none;
		text-decoration: none;
		text-transform: uppercase;
		
		-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
		border-radius: 500px;
	}
	.btn:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover{
		background: #2574a9;
		color: #fff;
	}
	.btn:active,
	input[type="button"]:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	button:active,
	.search .submit_search:active{
		-webkit-box-shadow: inset 0 3px 2px rgba(0,0,0, 0.16);
		-moz-box-shadow: inset 0 3px 2px rgba(0,0,0, 0.16);
		box-shadow: inset 0 3px 2px rgba(0,0,0, 0.16);
	}
	
	/* |===============| selectbox start |===============| */
	.selectbox {
		position: relative;
		top: -1px;
		margin: 0 4px;
		vertical-align: middle;
		cursor: pointer;
		color: #2e2e2e;
	}
	.selectbox .select{
		border: 1px solid #bbc3c6;
		padding: 3px 25px 3px 8px;
		text-shadow: 1px 1px #FFF;
		background: #fff;
	}
	.selectbox .select:active {
		background: #fcfcfc;
	}
	.selectbox.focused .select {
		border: 1px solid #8ec63f;
	}
	.selectbox .select .text {
		display: block;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.selectbox .trigger {
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height: 100%;
	}
	.selectbox .trigger .arrow {
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -2px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2e2e2e;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.selectbox .dropdown {
		z-index: 9;
		margin: -1px 0;
		padding: 4px 6px;
		background: #FFF;
		border: 1px solid #bbc3c6;
	}
	.selectbox .dropdown ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.selectbox li {
		border-top: 1px solid #ecf0f1;
		padding: 4px 0 3px;
	}
	.selectbox li:first-child{
		border-top: 0;
	}
	.selectbox li.sel,
	.selectbox li.sel:hover{
		cursor: default;
		color: #a8afb2;
	}
	.selectbox li:hover {
		color: #e31e25;
	}
	.selectbox li.disabled {
		color: #AAA;
	}
	.selectbox li.disabled:hover {
		background: none;
	}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
/* |===============| global end |===============| */


/* |===============| header start |===============| */
.header{
	margin: 0 0 50px;
}
/* |===============| header end |===============| */

/* |===============| nav start |===============| */
.nav{
	display: table;
	min-height: 50px;
}
.nav__list{
	display: table-cell;
}
.nav__item{
	position: relative;
	float: left;
	margin: 0 46px 0 0;
}
.nav__list a{
	display: block;
	position: relative;
	font-weight: bold;
	line-height: 52px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	-ms-word-wrap: none;
	white-space: nowrap;
}
.nav__item:hover > a{
	color: #59adeb;
}
.nav__item:after{
	content: "•";
	position: absolute;
	right: -24px;
	top: 19px;
	color: #fff;
}
.nav__item:last-child:after{
	display: none;
}
.nav__popup{
	z-index: 2;
	display: none;
	position: absolute;
	left: -22px;
	top: 100%;
	padding: 14px 0 21px;
	background: #2574a9;
}
.nav__popup a{
	padding: 0 36px 0 18px;
	height: auto;
	line-height: 46px;
	color: #fff;
}
.nav__popup a:hover{
	color: #59adeb;
}
.nav__popup a:after{
	display: none;
}
.nav__popup__item{
	position: relative;
	display: block;
	float: none;
}
.nav__popup .nav__popup{
	top: 0;
	left: 100%;
}
.nav__popup__item:hover .nav__popup{
	display: block;
}
.nav__activate,
.nav__toggle{
	display: none;
}
/* |===============| nav end |===============| */

/* |===============| soc start |===============| */
.soc{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 320px;
}
.soc__item{
	display: inline-block;
	margin: 8px 0 8px 6px;
	border: 2px solid #fff;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.soc .btn_white{
	margin: 0 0 0 15px;
}
.soc__item:hover,
#wrapper .btn_white:hover{
	color: #2574a9;
	background: #fff;
}
/* |===============| soc end |===============| */

/* |===============| popup start |===============| */
.popup{
	display: none;
	z-index: 99999;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -175px;
	padding: 45px 30px 50px;
	width: 349px;
	background: #fff;
	
	-webkit-box-shadow: 0 0 35px rgba(0,0,0, 0.35);
	-moz-box-shadow: 0 0 35px rgba(0,0,0, 0.35);
	box-shadow: 0 0 35px rgba(0,0,0, 0.35);
}
.popup .heading{
	margin: 0 0 31px;
	font-size: 2.1428em;
	line-height: 1.1333em;
}
.popup__close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 0 0 4px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-family: 'fontawesome';
	color: #a7afb2;
}
.popup__close:hover{
	color: #2574a9;
}
.popup__close:after{
	content: "\f05c";
}
.popup form > div{
	margin: 0 0 20px;
}
.popup input:not([type="submit"]):not([type="button"]):not([type="image"]){
	padding: 10px 12px 7px;
	height: 40px;
	width: 100%;
}
textarea{
	width: 100%;
}
.popup .popups__btn{
	margin: 40px 0 0;
}
.popups__btn .btn{
	padding: 0 28px;
}
/* |===============| popup end |===============| */

/* |===============| cols start|===============| */
.col-left{
	float: left;
	clear: left;
	margin-bottom: 31px;
	width: 230px;
}
.col-right{
	float: right;
	clear: right;
	margin: 0 0 51px -250px;
	padding: 0 0 0 250px;
	width: 100%;
}
/* |===============| cols end |===============| */

/* |===============| comany start |===============| */
.company{
	border: 4px solid #ecf0f1;
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.comany__info{
	position: relative;
	margin: 14px 0 0;
	padding: 19px 0 0;
}
.comany__tel{
	position: relative;
	margin: 14px 0 0;
	padding: 1px 0 0;
}
.comany__info:before,
.comany__tel:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	border-top: 1px solid #ecf0f1;
	width: 90px;
}
.wrap_inside .col-left .company{
	margin-bottom: 51px;
}
/* |===============| comany start |===============| */

/* |===============| slider start |===============| */
.slider{
	position: relative;
	overflow: hidden;
	height: 318px;
}
.slider__list{
	position: relative;
}
.slider__item{
	position: relative;
	display: block;
	height: 318px;
	
	background: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.slider__info{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(0,0,0, 0.4);
	
}

.slider__unit > span{
	background-color: #59ADEB;
	padding: 5px;
}
.slidenator{
	position: absolute;
	left: 8px;
	top: 50%;
	width: 18px;
}
.slidenator__item{
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 0 2px;
	border: 1px solid transparent;
	width: 18px;
	height: 18px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}
.slidenator__item,
.slidenator__item:after{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.slidenator__item:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	background: #fff;
}
.slidenator__item.active{
	border-color: #fff;
}
.slider__unit{
	float: right;
	position: relative;
	margin: 65px 0px 0 40px;
	padding: 10px 27px;
	max-width: 330px;
	min-height: 161px;
	font: bold 2.5714em/1.2322em roboto;
	text-shadow: -1px -1px 0px rgb(89, 111, 136);
	color: #fff;
}
.slider__info .btn_white{
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
}
/* |===============| slider end |===============| */

/* |===============| services start |===============| */
.services{
	overflow: hidden;
	float: left;
	margin: 0 0 45px;
	padding: 0 0 0 12px;
	width: 100%;
	background: #ecf0f1;
	min-height: 50px;
}
.services a{
	display: inline-block;
	position: relative;
	padding: 0 9px 0 23px;
	font: 500 1em/50px roboto;
	color: #2e2e2e;
}
.services a:hover{
	opacity: 0.6;
}
.services a:after{
	content: "";
	position: absolute;
	right: -3px;
	top: 18px;
	border-right: 1px solid #bbc3c6;
	height: 14px;
}

.services a:last-child:after {
    border-right: none;
}

.col-left .services{
	float: none;
	padding: 15px 34px;
	width: 230px;
}

.col-left .services .services {
    width: 100%;
    padding: 0;
    
    margin: 0;
    padding-left:15px;
}

.col-left .services a{
	display: block;
	border-top: 1px solid #bbc3c6;
	padding: 9px 0 8px;
	line-height: 22px;
}
.col-left .services a:after{
	display: none;
}
.col-left .services a:first-child, .col-left .services .services a {
	border-top: 0;
}

/* |===============| services end |===============| */

/* |===============| block start |===============| */
.block_header{
	margin: 0 0 26px;
	font: bold 2.1428em/1.2em roboto;
}
.col-left .block-row{
	position: relative;
	overflow: hidden;
	margin: 0 0 15px;
	border-bottom: 1px solid #bbc3c6;
	padding: 6px 0 2px;
	color: #2e2e2e;
}

.col-left .block-row .news_anons {
    display: none;
}

.col-left .block-row:last-child{
	border-bottom: 0;
}
.col-left .block-row-img{
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	background: #ccc;
}
.col-left img.block-row-img {
	width: 100%;
	height: auto;
}
.col-left .block-text h4{
	margin: 0 0 9px;
	font-weight: 500;
}
.col-left .block-text h4 a{
	display: inline-block;
	font: 500 1em/1.1628em roboto;
	color: #2574a9;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.col-left .block-text h4 a:hover{
	color: #59adeb;
}
.col-left .block-text{
	overflow: hidden;
	position: relative;
	top: -3px;
}
.col-left .block .anons,
.col-left .block .anons p,
.col-left .block .date,
.col-left .block .rate{
	margin: 0 0 12px 0;
}
.news_block,
.faq_block{
	margin: 0 0 26px;
}
.col-left .faq_block .block-text h4{
	margin: 0 0 4px;
}
.col-left .block .anons{
	padding-right: 1px;
	font-weight: 500;
	line-height: 20px;
	font-style: italic;
}
/* |===============| block end |===============| */

/* |===============| igallery start |===============| */
.igallery{
	position: relative;
	overflow: hidden;
	margin: 48px 0 0;
	text-align: center;
}
.igallery__crop{
	overflow: hidden;
}
.igallery__item{
	position: relative;
	float: left;
	margin: 0 20px 15px 0;
	width: 129px;
	height: 129px;
}

.igallery__item:after{
	content: "\f00e";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 42px 0 0;
	background: rgba(0,0,0, 0.5);
	text-align: center;
	font: 48px/48px fontawesome;
	color: #fff;
}
.igallery__item:hover:after{
	opacity: 1;
}
.igallery__item img{
	width: 100%;
	height: 100%;
}
.igallery__heading{
	text-align: left;
	margin: 0 0 35px;
}
.igallery__prev,
.igallery__next{
	cursor: pointer;
	display: inline-block;
	margin: 0 4px;
	font: 18px/20px fontawesome;
	color: #a8afb2;
}
.igallery__prev:hover,
.igallery__next:hover{
	color: #2574a9;
}
.igallery__prev:after{
	content: "\f137";
}
.igallery__next:after{
	content: "\f138";
}
.igallery__toggle{
	display: none !important;
}
/* |===============| igallery end |===============| */

/* |===============| footer start |===============| */
.footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 39px 0;
	background: #2574a9;
	font-size: 0.8571em;
	line-height: 2.2em;
	color: #fff;
}
.footer__copy{
	display: inline-block;
}
/* |===============| footer end |===============| */

/* |===============| search start |===============| */
.footer .search{
	position: absolute;
	right: 0;
	top: 0;
	margin: 7px 0 0;
}
#wrapper .footer .search input{
	margin: 0 -35px 0 0;
	padding: 10px 44px 7px 12px;
	font-size: 1.1666em;
	width: 309px;
	height: 40px;
	background-color: transparent;
	color: #fff;
}
#wrapper .footer .search input:focus{
	border-color: #fff;
}
.footer .submit_search,
.footer .submit_search:hover,
#wrapper .footer .submit_search:focus{
	position: relative;
	top: -2px;
	border: 0;
	padding: 0;
	width: auto;
	height: 40px;
	background: none;
	color: #fff;
}
.footer .submit_search:after{
	content: "\f002";
	font: 13px fontawesome;
	vertical-align: middle;
}
.footer .submit_search:hover,
#wrapper .footer .submit_search:focus{
	opacity: 0.6;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fa-search_resp{
	display: none;
	color: #fff;
	margin: 20px 0 0;
}
.search	::-webkit-input-placeholder {color:white;}
.search	::-moz-placeholder          {color:white;}/* Firefox 19+ */
.search	:-moz-placeholder           {color:white;}/* Firefox 18- */
.search	:-ms-input-placeholder      {color:white;}
/* |===============| search end |===============| */

/* |===============| other start |===============| */
.btn,
a,
input,
button,
textarea,
.popup__close,
.igallery__item:after,
.igallery__prev,
.igallery__next{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.wrap_blue{
	background: #2574a9;
}
#wrapper .btn_white:active,
#wrapper .btn_white{
	border-color: #fff;
	color: #fff;
}
/* |===============| other end |===============| */

/* |===============| adaptive start |===============| */
@media (max-width: 1012px) {
	[class*="__center"]{
		width: 100%;
		padding: 0 20px;
	}
	
	/* |===============| nav style start |===============| */
	.nav__activate{
		display: block;
		cursor: pointer;
		float: left;
		padding: 0 20px 0 0;
		height: 50px;
		color: #fff;
	}
	.nav__activate:before{
		content: "\f0c9";
		font: 24px/50px fontawesome;
	}
	.nav__activate_active:before{
		content: "\f05c";
	}
	.nav__list{
		clear: both;
		display: none;
		left: 0;
		padding: 29px 0 2px;
		width: 100%;
	}
	.nav__list_hide{
		display: none;
	}
	.nav__list_show{
		display: block;
	}
	.nav__item{
		margin: 0 0 2px;
		border-top: 1px solid #60acd0;
		padding: 9px 0 0;
		float: none;
		display: block;
	}
	.nav__item:first-child{
		border-top: 0;
	}
	.nav__item > a,
	.nav__item:hover > a{
		display: block;
		font-size: 1.2857em;
		line-height: 56px;
		height: auto;
		color: #fff;
		background: none;
	}
	.nav__item:after{
		display: none;
	}
	.nav__popup,
	.nav__item_pp:hover > .nav__popup,
	.nav__popup__item:hover .nav__popup{
		display: none;
		position: static;
	}
	.nav__popup{
		margin: -6px 0 4px 26px;
		padding: 0;
		display: block !important;
		opacity: 1 !important;
		background: none;
	}
	.nav__popup__item,
	.nav__popup__item:hover{
		background: none;
	}
	.nav__popup a,
	.nav__popup a:hover{
		padding: 0;
		height: auto;
		line-height: 46px;
	}
	.nav__popup .nav__popup{
		margin: 0 0 0 10px;
	}
	/* |===============| nav style end |===============| */
	
	.soc{
		overflow: hidden;
		position: absolute;
		right: 20px;
		top: 0;
		max-width: 212px;
	}
	.soc .btn_white{
		display: none;
	}
	
	/* |===============| services start |===============| */
	.wrap .services{
		float: left;
		padding: 15px 34px;
		width: 230px;
	}
	.wrap .services a{
		display: block;
		border-top: 1px solid #bbc3c6;
		padding: 9px 0 8px;
		line-height: 22px;
	}
	.wrap .services a:after{
		display: none;
	}
	.wrap .services a:first-child{
		border-top: 0;
	}
	/* |===============| services end |===============| */

	
	
	
	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.igallery__crop{
		margin: auto;
		width: 594px;
	}
}
@media (max-width: 880px) {
	.igallery__crop{
		width: 446px;
	}
}
@media (max-width: 720px) {
	.col-left,
	.col-right{
		float: none;
		margin: 0 0 50px;
		padding-left: 0;
		width: auto;
	}
	.slider{
		margin: 0 -20px;
	}
	.igallery__crop{
		width: 594px;
	}
	.wrap .services{
		float: none;
		width: auto;
	}
}
@media (max-width: 680px) {
	#wrapper{
		padding-bottom: 0 !important;
	}
	.footer{
		position: static;
	}
	.footer .search{
		position: static;
		display: block;
		margin: 26px 0 0;
	}
}
@media (max-width: 640px) {
	.igallery__crop{
		width: 446px;
	}
}
@media (max-width: 560px) {
	.slider__unit{
		margin-right: 22px;
	}
	.igallery__crop{
		width: 278px;
	}
}
@media (max-width: 380px) {
	.company{
		width: 230px;
		margin: auto;
	}
	.comany__info{
		display: none;
	}
	.comany__tel {
		padding: 24px 0 0;
	}
	.wrap .services{
		margin-left: auto;
		margin-right: auto;
		width: 232px;
	}
	.footer .search{
		display: none;
	}
	.fa-search_resp{
		display: block;
		float: right;
	}
}
/* |===============| adaptive end |===============| */


/* |===============| default reset start |===============| */

.photo_name {
    display:none;
}

.captcha_update .button-refresh {
    text-decoration: none;
    
}

.captcha_update .button-refresh:after {
    content: '\f021';
    font: 12px/12px FontAwesome;
    
}

[class$="_form"] .error.error_message {
    position: static;
}

/* |===============| default reset end |===============| */

/* |===============| style |===============| */
.clauses_all_img > a, .news_all_img > a {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    width: 180px;
    margin-right: 10px;
}

.clauses_all_img > a > img, .news_all_img > a > img {
    width: 100%;
    height: auto;
}

a[rel^="prettyPhoto"] {
    display: inline-block;
    position: relative;
}

a[rel^="prettyPhoto"] .zoom {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

a[rel^="prettyPhoto"] .zoom:after {
    content: "\f002";
    font-size: 30px;
    font-family: fontAwesome;
    color:#fff;
    background-color:rgba(0,0,0,0.35);
    width:60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

a[rel^="prettyPhoto"]:hover .zoom {
    opacity: 100;
}





.errors {
   
 
    color:#d35400;
}

.captcha {
    margin-top: 15px;
}

.captcha .captcha-image {
    margin-right: 15px;
}

.captcha input[name="captcha"] {
    width: 150px;
}



.previous_next_links:before, .previous_next_links:after {
    display: table;
    content: " ";
}

.previous_next_links:after {
    clear: both;
}

.previous_next_links {
    height: auto;
}

[class$="_list"] .block:before, [class$="_list"] .block:after {
  display: table;
  content: " ";
}

[class$="_list"] .block:after {
  clear: both;
}

[class$="_list"] .block {
  margin-bottom: 20px;
}

[class$="_list"] .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden;
}

[class$="_list"] .block-row-img img {
  width: 100%;
  height: auto;
}

[class$="_list"] .block-text {
  float: left;
  width: 81%;
}

[class$="_list"] .block h4 {
  margin:0 0 10px;
}

/*.date,[class$="_date"] {
    font: 14px/20px clear;
    color: #a8afb2;
}*/



.search_list .search_text {
    margin-bottom: 20px;
}

/* |===============| style end |===============| */