.b-main{
	padding-bottom: 60px;
}


/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header__line{
	background-color: #3a3a3a;
	color: #a6a6a6;
}
.b-header__main{
	padding: 15px 0;
}



/****** b-langs BEGIN ******/
.b-langs{
	font-size: 13px;
}
.b-langs__item{
	padding: 10px;
	border-right: 1px solid #606060;
}
.b-langs__item:first-child{
	border-left: 1px solid #606060;
}
.b-langs__link{
	color: #fff;
	text-decoration: none;
}
.b-langs__link:hover{
	color: #fff;
	text-decoration: underline;
}
/****** END b-langs ******/



/****** b-siteinfo BEGIN ******/
.b-siteinfo{
	font-size: 0;
}
.b-siteinfo__item {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
}
.b-siteinfo__item:first-child{
	margin-left: 0;
}
@media(max-width:960px){
	.b-siteinfo__item_schedule{
		display: none;
	}
}
@media(max-width:768px){
	.b-siteinfo__item_address{
		display: none;
	}
}
.b-siteinfo__ico {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.b-siteinfo__text {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
	font-size: 24px;
}
.b-siteinfo__text_phone {
	white-space: nowrap;
	color: #fff;
}
/****** END b-siteinfo ******/



/****** b-logo BEGIN ******/
.b-logo {
	font-size: 0;
}
/* L */
@media(max-width:1200px){
	.b-logo{
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-logo{
		text-align: left;
	}
}
/****** END b-logo ******/



/****** toggle-menu BEGIN ******/
.b-toggle-menu{
	display: none;
	cursor: pointer;
}
@media(max-width:768px){
	.b-toggle-menu{
		display: inline-block;
		text-align: right;
	}
}
/****** END toggle-menu ******/

/*********************************************/
/***** END Header *****/
/*********************************************/





/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{
	font-size: 0;
	text-align: left;
}
/* L */
@media(max-width:1200px){
	.b-menu{
		margin-top: 12px;
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-menu.js-toggle{
		margin-top: 0;
		height: 0;
		overflow: hidden;
	}
}

.b-menu__item{
	position: relative;
	display: inline-block;
	margin: 8px 0 8px 0px;
	border-right: 1px solid #6f787f;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}
.b-menu__item:first-child{
	margin-left: 0;
}
.b-menu__item:hover .b-menu__submenu{
	display: block;
}
.b-menu__item_rtl .b-menu__submenu{
	right: 0;
	left: auto;
}
.b-menu__item_rtl .b-submenu__submenu{
	right: 100%;
	left: auto;
}
/* L */
@media(max-width:1200px){
	.b-menu__item{
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* S */
@media(max-width:768px){
	.b-menu__item{
		display: block;
		margin: 0;
		border-top: 1px solid #e4e4e4;
	}
	.b-menu__item_arrow:after{
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 15px;
		font: normal normal normal 14px/1 FontAwesome;
		line-height: 1;
		color: #999;
	}
	.b-menu__item_arrow:hover:after{
		content: '\f107';
	}
}

.b-menu__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 3px 23px 0 23px;
	text-decoration: none;
	color: #fff;
}
.b-menu__link:hover{
	color: #e4e4e4;
}
.b-menu__item_active .b-menu__link:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background: #5cabd6;
}
/* S */
@media(max-width:768px){
	.b-menu__link{
		display: block;
		padding: 15px 0;
	}
	.b-menu__item_active .b-menu__link:after{
		display: none;
	}
}


.b-menu__submenu{
	display: none;
	position: absolute;
	z-index: 10;
	top: 13px;
	left: 0;
	padding-top: 15px;
}
/* S */
@media(max-width:768px){
	.b-menu__submenu{
		position: static;
		padding: 0;
	}
}



/***** Submenu BEGIN *****/
.b-submenu{
	border: 1px solid #e4e4e4;
	background: #fff;
}
/* S */
@media(max-width:768px){
	.b-submenu{
		border: 0;
	}
}


.b-submenu__item{
	position: relative;
}
.b-submenu__item:hover > .b-submenu__submenu{
	display: block;
}
.b-submenu__item_arrow:after{
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 8px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 1;
	color: #999;
}
/* S */
@media(max-width:768px){
	.b-submenu__item{
		padding-left: 30px;
	}
	.b-submenu__item_arrow:hover:after{
		content: '\f107';
	}
}


.b-submenu__link{
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

.b-submenu__link:hover{
	background-color: #f4f4f4;
	border-left: 2px solid #378ac1;
}
@media(max-width:768px){
	.b-submenu__link{
		padding: 10px 0;
		white-space: normal;
	}
	.b-submenu__link:hover{
		background: none;
	}
}


.b-submenu__submenu{
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
}
@media(max-width:768px){
	.b-submenu__submenu{
		position: static;
	}
}
/*********************************************/
/***** END Menu *****/
/*********************************************/





/*********************************************/
/***** Banner BEGIN *****/
/*********************************************/
.b-banner-main{
	margin: auto;
}

.b-banner-main__item{
	position: relative;
}
/* Only one banner is visible while js is loading */
.b-banner-main.no-js .b-banner-main__item:not(:first-child){
	display: none;
}

.b-banner-main__image{
	margin: 0 auto;
}

.b-banner-main__info{
	text-align: center;
	position: absolute;
	top: 0;
	height: 100%;
}
.b-banner-main__info-helper{
	display: table;
	height: 100%;
	width: 65%;
	margin: auto;
}
.b-banner-main__info-helper-2{
	display:table-cell;
	vertical-align: middle
}

.b-banner-main__title{
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
}
/* S */
@media(max-width:768px){
	.b-banner-main__title{
		font-size: 35px;
	}
}
/* XS */
@media(max-width:480px){
	.b-banner-main__title{
		font-size: 20px;
	}
}



.b-banner-main__text{
	margin-bottom: 25px;
	color: #fff;
}
/* M */
@media(max-width:960px){
	.b-banner-main__text{
		display: none;
	}
}


.b-banner-main__button{
	padding: 15px 30px;
}
/* L */
@media(max-width:768px){
	.b-banner-main__button{
		/* Link on whole image instead a single button */
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 0;
		background-color: transparent;
		background-color: rgba(0,0,0,0);
	}
	.b-banner-main__button:hover{
		background-color: transparent;
		background-color: rgba(0,0,0,0);
	}
}

.b-banner-main__prev,
.b-banner-main__next{
	position: absolute;
	top: 45%;
	display: block;
}
.b-banner-main__prev{
	left: 5%;
}
.b-banner-main__next{
	right: 5%;
}


.b-banner-main .slick-dots{
	position: absolute;
	bottom: 5%;
	display: block;
	width: 100%;
	text-align: center;
}
.b-banner-main .slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.b-banner-main .slick-dots button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}
.b-banner-main .slick-dots .slick-active button{
	background-color: #fff;
}

/*********************************************/
/***** END Banner *****/
/*********************************************/





/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{

}
.b-dashboard__item{
	margin-bottom: 50px;
}
.b-dashboard__item:after{
	content: "";
	display: table;
	clear: both;
}
.b-dashboard__ico{
	float: left;
	margin-right: 20px;
}
.b-dashboard__info{
	overflow: hidden;
}
.b-dashboard__title{
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #000
}
.b-dashboard__link{
	color: #000;
	text-decoration: underline;
}
.b-dashboard_ico-color:nth-child(3n-2) .b-dashboard__ico{
	color: #3e9bd8;
}
.b-dashboard_ico-color:nth-child(3n-1) .b-dashboard__ico{
	color: #6ab521;
}
.b-dashboard_ico-color:nth-child(3n) .b-dashboard__ico{
	color: #f27a21;
}

.b-dashboard h3 {
    font-size: 1.4em;
	margin: 0em;
}


/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{

}
.b-hometext__title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.b-hometext__btn{
	margin-top: 25px;
}
/* S */
@media(max-width:768px){
	.b-hometext__image{
		display: none;
	}
}
/*********************************************/
/***** END Hometext *****/
/*********************************************/





/*********************************************/
/***** Gallery widget BEGIN *****/
/*********************************************/
.b-gallery-w{

}
.b-gallery-w:after{
	content: "";
	display: table;
	clear: both;
}
.b-gallery-w__item{
	position: relative;
	/* Styles while js loading */
	float: left;
	width: 20%;
}
/* XS */
@media(max-width:480px){
	.b-gallery-w__item:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}
.b-gallery-w__item:hover .b-gallery-w__zoom{
	display: block;
}
.b-gallery-w__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery-w__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery-w__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.b-gallery-w__image{
	display: block;
}
/*********************************************/
/***** END Gallery widget *****/
/*********************************************/





/*********************************************/
/***** Review widget BEGIN *****/
/*********************************************/
.b-review-w {
	text-align: center;
}

.b-review-w__photo{
	margin-bottom: 10px;
}
.b-review-w__img{
	/* cancel slick-carusel default img display block */
	display: inline !important;
	border-radius: 50%;
}
.b-review-w__desc{
	font-size: 16px;
	margin-bottom: 15px;
}
.b-review-w__name{
	font-weight: bold;
	color: #000;
}
.b-review-w__url{
	color: #1779b9;
	margin-left: 5px;
}

.b-review-w__prev,
.b-review-w__next
{
	margin: 35px 5px 0;
	display: inline-block;
}
/*********************************************/
/***** END Review widget *****/
/*********************************************/





/*********************************************/
/***** Blog widget BEGIN *****/
/*********************************************/
.b-blog-w {

}

.b-blog-w__item{
	margin-bottom: 50px;
}
.b-blog-w__image{
	margin-bottom: 15px;
}
.b-blog-w__date{
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.b-blog-w__title{
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.3;
}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/





/*********************************************/
/***** Partner widget BEGIN *****/
/*********************************************/
.b-partner-w {
	padding: 0 35px;
	text-align: center;
}

.b-partner-w__item{
	margin: 0 20px 0 20px;
}

.b-partner-w__prev,
.b-partner-w__next{
	position: absolute;
	top: 0;
	display: inline-block;
	margin: 40px 0;
}
.b-partner-w__prev{
	left: 0;
}
.b-partner-w__next{
	right: 0;
}
/*********************************************/
/***** END Partner widget *****/
/*********************************************/





/*********************************************/
/***** Footer BEGIN *****/
/*********************************************/

.b-footer-bottom-helper{
	min-height: 100%;
	overflow: hidden;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper{
		min-height: auto;
		overflow: auto;
	}
}
.b-footer-bottom-helper-2{
	padding-bottom: 300px;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper-2{
		padding-bottom: 0;
	}
}



.b-footer{
	height: 210px;
	margin-top: -210px;
	background-color: #222;
	color: #a6a6a6;
}
/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__inner{
	height: 210px;
}
/* M */
@media(max-width:960px){
	.b-footer__inner{
		height: auto;
	}
}

.b-footer__section{
	padding-top: 3em;
	font-size: 0.9em;
}

.b-footer__title{
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #fff;
}
.b-footer__item{
	margin-top: 1em;
}


/****** b-socgroups BEGIN ******/
.b-socgroups{
	margin-left: -10px;
}
.b-socgroups:after{
	content: "";
	display: table;
	clear: both;
}
.b-socgroups__item{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.b-socgroups__item_vk{
	background-color: #4c89b8;
}
.b-socgroups__item_fb{
	background-color: #3b5998;
}
.b-socgroups__item_gp{
	background-color: #dd4b39;
}
.b-socgroups__item_yt{
	background: #CC181E;
}
/****** END b-socgroups ******/



/****** b-menu-footer BEGIN ******/
.b-menu-footer__item{
	margin-bottom: 0.5em;
}
/****** END b-menu-footer ******/


.b-footer__line{
	border-top: 1px solid #494949;
	padding: 14px 0 10px;
}
.b-footer__line-right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-footer__line-left{
		text-align: center;
		margin-top: 20px;
	}
	.b-footer__line-right{
		float: none;
		text-align: center;
		margin: 20px 0 10px;
	}
}


/****** b-userbar BEGIN ******/
.b-userbar{
	font-size: 0;
}
.b-userbar__item{
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 20px;
	border-left: 1px solid #494949;
	vertical-align: middle;
	max-width: 200px;
}
.b-userbar__item:first-child{
	border-left: 0;
	padding-left: 0;
}
.b-userbar__item:last-child{
	padding-right: 0;
}
.b-userbar__icon{
	display: inline-block;
	vertical-align: middle;
}
.b-userbar__link{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
/****** END b-userbar BEGIN ******/


/****** b-engine BEGIN ******/
.b-engine{
	font-size: 0.9rem;
}
/****** END b-engine ******/
/*********************************************/
/***** END Footer *****/
/*********************************************/





/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{
	border-top: 2px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	font-size: 0.9em;
	color: #999;
}
.b-breadcrumbs__item{
	float: left;
}
.b-breadcrumbs__item:not(:last-child):after{
	content: '/';
	margin: 0 0.5em 0 0.5em;
}
/* S */
@media(max-width:768px){
	.b-breadcrumbs__item:last-child{
		display: none;
	}
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/





/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{
	padding-top: 2.6em;
}
.b-content__title{
	font-size: 2.1em;
	color: #000;
	line-height: 1;
	margin-bottom: 1em;
	font-size: 2em;
}
.b-content__description{
	margin-bottom: 2em;
}
.b-content__item{
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #e4e4e4;
}
.b-content__item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-content__item-image{
	float: left;
	margin: 0.5em 2.5% 0 0;
	max-width: 30%;
}
.b-content__item-title{
	font-size: 1.7em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

.b-content__item-title-link{
	color: #105787;
}
.b-content__item-title-link:hover{
	color: #1779b9;
}
/* S */
@media(max-width:768px){
	.b-content__item-text{
		display: none;
	}
}

.b-content__item-category{
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}
.b-content__item-category-title{
	margin-right: 5px;
}
.b-content__item-category-link{
	color: #999;
}
.b-content__noitems{

}
.b-content__pagination{
	margin-top: 2em;
}

.b-content__section{

}

.b-content__addinfo{
	margin-top: 0.8em;
}



.b-content__bloginfo{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	margin-top: 2em;
}
.b-content__bloginfo-section{
	font-size: 0;
	white-space: nowrap;
}
.b-content__bloginfo_right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-content__bloginfo_left{
		margin-bottom: 20px;
	}
	.b-content__bloginfo_right{
		float: none;
	}
}
.b-content__bloginfo-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1rem;
}
.b-content__bloginfo-list{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}



/* Tags */
.b-tags{
	margin:-5px 0 0 -5px;
}
.b-tags:after{
	content: "";
	display: table;
	clear: both;
}
.b-tags__item{
	float: left;
	margin:5px 0 0 5px;
	padding: 0.4em 0.8em;
	background: #f7f7f7;
	border-radius: 5px;
	font-size: 0.9em;
}

.b-share{
	margin-left: -5px;
}
.b-share__handle{
	margin-left: 5px;
}

/* Content Addinfo */
.b-addinfo{
	color: #999;
	font-size: 0.9em;
}
.b-addinfo__item{
	float: left;
	margin-right: 1em;
}
.b-addinfo__list .b-addinfo__item:last-child{
	margin-right: 0;
}
.b-addinfo__item-icon{
	color: #d0d0d0;
}



/* Sub categories Menu */
.b-subcats{

}
.b-subcats__item:not(:last-child){
	margin-bottom: 0.5em;
}



/* Popular Items, sorted by amount of views */
.b-blog-popular-w{

}
.b-blog-popular-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}
.b-blog-popular-w__item-title{
	margin-bottom: 0.4em;
}



/* Latest comments to all articles */
.b-comment-w{

}
.b-comment-w__item-text{
	margin-bottom: 0.4em;
	font-size: 0.9em;
}
.b-comment-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}

/*********************************************/
/***** END Content *****/
/*********************************************/





/*********************************************/
/***** Pagination BEGIN *****/
/*********************************************/
.b-pagination{

}
.b-pagination__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.b-pagination__item:first-child{
	margin-left: 0;
}
.b-pagination__item a,
.b-pagination_page-active{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
.b-pagination_page a,
.b-pagination_page-active
{
	width: 35px;
	text-align: center;
}
.b-pagination_page-active{
	background-color: #f4f4f4;
}
.b-pagination__arrow{
	color: #999;
	position: relative;
	top: 3px;
}
.b-pagination_first{
	margin-right: 20px;
}
.b-pagination_last{
	margin-left: 20px;
}
/*********************************************/
/***** END Pagination *****/
/*********************************************/



/*********************************************/
/***** Comments BEGIN *****/
/*********************************************/
.b-comments{

}
.b-comments__message_info{
	margin-bottom: 1.5em;
}
.b-comments__form{
	margin-bottom: 2em;
}
#b-comments__form-anchor{
	position: absolute;
	margin-top: -250px;
}
/* S */
@media(max-width:768px){
	#b-comments__form-anchor{
		margin-top: -50px;
	}
}

.b-comments__list{
	margin-bottom: 2em;
}

.b-comments__post{
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e4e4e4;
}
.b-comments__post:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-comments__post-header{
	padding-bottom: 5px;
	font-size: 0;
}
.b-comments__post-author{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.b-comments__post-date{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
}
.b-comments__post-rate{
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	font-size: 1rem;
}
.b-comments__post-text{
	margin-bottom: 10px;
}
.b-comments__post-vote{
	font-size: 0;
	color: #999;
}
.b-comments__post-vote-item{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
	text-decoration: none;
}

.b-star-number{

}
.b-star-number__ico{
	float: left;
	margin-left: 1px;
	color: #FFB300;
}
.b-star-number__ico:first-child{
	margin-left: 0;
}


.b-star-rating{
	font-size: 0;
}
.b-star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.b-star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.b-star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.b-star-rating__ico:last-child{
	padding-left: 0;
}
.b-star-rating__input{
	display: none;
}
.b-star-rating__ico:hover:before,
.b-star-rating__ico:hover ~ .b-star-rating__ico:before,
.b-star-rating__input:checked ~ .b-star-rating__ico:before
{
	content: "\f005";
}
/*********************************************/
/***** END Comments *****/
/*********************************************/





/*********************************************/
/***** Gallery BEGIN *****/
/*********************************************/
.b-gallery{

}

.b-gallery__menu{
	margin-bottom: 1em;
	font-size: 0.9em;
	text-align: right;
	text-transform: uppercase;
}
/* M */
@media(max-width:960px){
	.b-gallery__menu{
		text-align: left;
	}
}


.b-gallery__menu-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.5em 1em;
}
.b-gallery__menu-item:first-child{
	margin-left: 0;
}
.b-gallery__menu-link.mod-active{
	border-bottom: 2px solid #5cabd6;
}

.b-gallery__description{
	margin-bottom: 2em;
}

.b-gallery__category-album{
	text-align: center;
	margin-bottom: 4em;
}
.b-gallery__category-album-image{
	display: block;
	position: relative;
	margin-bottom: 1.5em;
}

.b-gallery__category-album-img,
.b-gallery__category-album-image-link{
	display: block;
}

.b-gallery__category-album-title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.b-gallery__category-album-text{
	font-size: 0.9em;
}

.b-gallery__photo{
	position: relative;
	margin-bottom: 4em;
}
/* XS */
@media(max-width:480px){
	.b-gallery__photo:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}

.b-gallery__photo-link,
.b-gallery__photo-img{
	display: block;
}
.b-gallery__photo-text{
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.b-gallery__photo-link{
	position: relative;
}
.b-gallery__photo-link:hover .b-gallery__zoom{
	display: block;
}

.b-gallery__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*********************************************/
/***** END Gallery *****/
/*********************************************/





/*********************************************/
/***** Sidebar BEGIN *****/
/*********************************************/
.b-sidebar{
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
}
/* M */
@media(max-width:960px){
	.b-sidebar{
		display: none;
	}
}
.b-sidebar__section{
	margin-bottom: 3.5em;
}
.b-sidebar__section_search-w{
	margin-bottom: 2em;
}

/* Search Form */
.b-search-w_blog{

}
.b-search__info{
	margin-bottom: 2em;
}
.b-search-w_blog__submit{
	border: 0;
	background-color: transparent;
}
/*********************************************/
/***** END Sidebar *****/
/*********************************************/





/*********************************************/
/***** fancyBox BEGIN *****/
/*********************************************/
.fancybox-overlay{
	background: rgba(0,0,0,0.7);
}
.fancybox-nav span{
	font-size: 3em;
	margin-top: -1em;
	display: block;
}
.fancybox-nav.fancybox-prev{
	left: 0;
}

.fancybox-nav.fancybox-next{
	right: 0;
}
.fancybox-nav.fancybox-prev span:before{
	content: "\f104"
}
.fancybox-nav.fancybox-next span:before{
	content: "\f105";
}
.fancybox-nav.fancybox-prev span{
	left: 10px;
}
.fancybox-nav.fancybox-next span{
	right: 10px;
}
.fancybox-nav span {
	visibility: visible;
}
#fancybox-loading div:before{
	content: "\f110";
	font-size: 3em;
	color: #fff;
	-webkit-animation: fa-spin 1.5s infinite linear;
  	animation: fa-spin 1.5s infinite linear;
}
#fancybox-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close:before{
	padding: 10px;
	content: "\f00d";
	font-size: 2em;
}
.fancybox-close{
	position: absolute;
	top: 35px;
	right: 25px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-inner p{
	padding-right: 20px; /*close button over text*/
}
.fancybox-title{
	padding: 5px;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/



/*********************************************/
/***** header_menu BEGIN *****/
/*********************************************/

.b-header__line2{
	background-color: #424d5b;
	color: #a6a6a6;
}

#header_menu {
    height:31px;
    text-transform:uppercase;
    color:#fff;
}
#header_menu a {
    font-size:12px;
    color:#ffffff;
    text-decoration:none;
}
#header_menu ul li {
    float:left;
    border-right:1px solid #6f787f;
    padding:2px 1px;
    position:relative;
}

#header_menu ul li ul li {
    float:none;
    border-right:0;
    padding:1px 0;
    border-bottom:1px solid #e3e3e3;
}
#header_menu ul li a {
    display:block;
    padding:8px 23px 0 23px;
    height:31px;
    color:#ffffff;
    font-size:12px;
}
#header_menu ul li ul li a {
    padding:10px;
    display:block;
    color:#444444;
    text-decoration:none;
    height:auto;
    font-size:11px;
    margin:0;
}
#header_menu ul li a:hover {
    color:#ccceef
}
#header_menu ul li ul li a:hover {
    color:#FFFFF9;
}  
#header_menu ul li.home {
    padding: 0 1px 0 0;
}
#header_menu ul li.home a {
    padding:23px 33px 2px 33px;
}
#header_menu ul li.home a:hover {
    color:#fff78e
}
#header_menu ul li ul {
    padding:15px;
    position:absolute;
    top: 58px;
    background:#FFFAFA;
    z-index:99;
    left:-1px;
    width:180px;/* MOD */
}
#header_menu ul li ul .last {
    border-bottom:0;
}
/*********************************************/
/***** END header_menu *****/
/*********************************************/