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


/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header{
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.b-header__main{
    padding: 16px 0;
}



/****** b-langs BEGIN ******/
.b-langs{
    position: fixed;
    top: 2.5px;
    right: 0;
    font-size: 13px;
}
.b-langs__item{
    float:none;
    display:block;
    width:32px;
    height:32px;
    background-color:#FFF;
    border:1px solid #E4E4E4;
    padding:6px;
}
.b-langs__item:last-child{
    margin-top: -1px;
}
.b-langs__link, .b-langs__link span{
    color: #4F3F39;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.b-langs__link:hover{
    color: #FFF;
    text-decoration: underline;
}

.b-langs__item .b-langs__link span{
    cursor: pointer;
    opacity: 1;
}
.b-langs__item span{
    cursor: inherit;
    opacity: 0.5;
}
/****** END b-langs ******/



/****** b-siteinfo BEGIN ******/
.b-siteinfo{
    max-width: 120px;
	font-size: 0;
}
@media(max-width:768px){
    .b-siteinfo {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }
}
.b-siteinfo__item{
    position: relative;
	display: inline-block;
    margin-bottom: 2px;
    vertical-align: middle;
    white-space: nowrap;
    color: #666;
	font-size: 14px;
    font-weight: 400;
}
@media(max-width:768px){
    .b-siteinfo__item{
        position: relative;
        margin-right: 12px;
        margin-bottom: 0;
    }
}
@media(max-width:768px){
    .b-siteinfo__item:before{
        content: '/';
        position: absolute;
        top: 0;
        right: -16px;
        margin: 0 0.5em 0 0.5em;
    }
}
.b-siteinfo__item-email{
    display: none;
    }
@media(max-width:768px){
    .b-siteinfo__item-email{
        display: inline-block;
    }
}
.b-siteinfo__link{
    color: #1779B9;
    text-decoration: none;
}
.b-siteinfo__link:hover{
    color: #4F3F39;
}
/****** 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;
	}
}



/****** 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: right;
}
/* L */
@media(max-width:1200px){
	.b-menu{
		margin-top: 12px;
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
    .b-menu{
		text-align: left;
	}
}
@media(max-width:768px){
	.b-menu.js-toggle{
		margin-top: 0;
		height: 0;
		overflow: hidden;
        text-align: left;
	}
}

.b-menu__item{
	position: relative;
	display: inline-block;
	margin: 8px 0 8px 30px;
	vertical-align: middle;
	line-height: 1;
    font-size: 16px;
    text-align: left;
}
.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__siteinfo{
    position: relative;
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.1); 
	margin: 0 0 0 15px;
    padding: 0 0 0 15px;
	vertical-align: middle;
	line-height: 1;
    text-align: left;
}
@media(max-width:768px){
    .b-menu__siteinfo {
        display: block;
        border-left: 0 none;
        border-bottom: 1px solid #E4E4E4;
        margin: 0;
        padding: 15px 0;
    }
}

.b-menu__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #4F3F39;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.b-menu__link:hover{
	color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}
.b-menu__item_active .b-menu__link{
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}
/* 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: 7px;
}
/* S */
@media(max-width:768px){
	.b-menu__submenu{
		position: static;
		padding: 0;
	}
}



/***** Submenu BEGIN *****/
.b-submenu{
	background-color: #FFF;
    border: 1px solid #E4E4E4;
}
/* 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;
	line-height: 1;
	color: #999;
    font: normal normal normal 14px/1 FontAwesome;
}
/* 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;
	color: #000;
    text-decoration: none;
}

.b-submenu__link:hover{
	background-color: #F4F4F4;
}
@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 *****/
/*********************************************/





/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{
}
.b-dashboard__item{
	text-align: center;
}
/* S */
@media(max-width:768px){
    .b-dashboard__item{
		margin-bottom: 2em;
	}
}
.b-dashboard__item:after{
	content: "";
	display: table;
	clear: both;
}
.b-dashboard__info{
	overflow: hidden;
}
.b-dashboard__title{
    margin: 0 0 10px 0;
    line-height: 1;
	color: #FFF;
    font-size: 28px;
	font-weight: 200;
}
.b-dashboard__text{
    color: rgba(255, 255, 255, 0.65);
}
.b-dashboard__link{
	color: #000;
	text-decoration: underline;
}
.b-dashboard__ico{
    display: inline-block;
    width: 89px;
    height: 86px;
    border: 1px solid rgba(255, 2555, 255, 0.25);
    border-radius: 50%;
    margin: 0 0 10px 0;
    padding: 0.5em;
    vertical-align: middle;
    color: #F2EBBD;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.b-dashboard__ico:hover{
    background-color: rgba(255, 2555, 255, 0.75);
    color: #4F3F39;
}
/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{
}
.b-hometext__title{
    margin-bottom: 16px;
    line-height: 1;
    color: #4F3F39;
    font-size: 48px;
    font-weight: 400;
}
.b-hometext__text{
    color: #666;
    font-size: 16px;
    font-weight: 200;
}
.b-hometext__btn{
	margin-top: 25px;
}
.b-hometext__image{
    display: block;
}
/* S */
@media(max-width:768px){
	.b-hometext__image{
		display: none;
	}
}
.b-hometext__img{
    display: block;
    margin: 0 auto;
}
/* S */
@media(max-width:768px){
    .b-hometext__img{
		display: none;
	}
}



/***** Quote *****/
.b-quote{
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 60px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 200;
    text-align: left;
}
@media(max-width:768px){
    .b-quote{
		margin-bottom: 80px;
	}
}
.b-quote strong{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}
.b-quote:after{
    content: "";
    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: 10px;
    right: 10px;
    bottom: 10px;
	left: 10px;
    background-color: rgb(79, 63, 57);
    background-color: rgba(79, 63, 57, 0.75);
	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 *****/
/*********************************************/





/*********************************************/
/***** Service widget BEGIN *****/
/*********************************************/
.b-service-w{
}
.b-service-w__item{
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}
.b-service-w__image{
    position: relative;
    z-index: 1;
}
.b-service-w__image:after{
    content: "";
    display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}
.b-service-w__image img{
    display: block;
}
.b-service-w__info{
    position: absolute;
    top: 80px;
    right: 80px;
    left: 80px;
    z-index: 3;
}
.b-service-w__title{
    display: block;
    margin-bottom: 1em;
    line-height: 1.1;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
}
.b-service-w__title-link{
    color: #FFF;
    text-decoration: none;
}
.b-service-w__text{
    display: block;
    margin-bottom: 2em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 200;
}
.b-service-w__btn{
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    padding: 10px 30px;
    z-index: 5;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.b-service-w__btn:hover{
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #4F3F39;
}
/*********************************************/
/***** END Service 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: 238.58px;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper-2{
		padding-bottom: 0;
	}
}



.b-footer{
	height: 238.58px;
    background-color: #4F3F39;
    border-top: 4px solid #459FDA;
	margin-top: -238.58px;
	color: rgba(255, 255, 255, 0.5);
}
/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__inner{
	height: 234.58px;
	padding-bottom: 3em;
}
/* M */
@media(max-width:960px){
	.b-footer__inner{
		height: auto;
	}
}

.b-footer__line-center{
    padding-top: 3em;
    font-size: 0.9em;
    text-align: center;
}
.b-footer__title{
	color: #FFF;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
}
.b-footer__item{
	margin-top: 1em;
}




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





/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{
	border-bottom: 1px solid #E4E4E4;
    margin-bottom: 1.3em;
	padding: 1.3em 0 1.3em 0;
    color: #999;
	font-size: 0.9em;
}
.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{
	}
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/





/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{
	padding-top: 0;
}
.b-content__title{
	margin-bottom: 1em;
	line-height: 1.1;
    color: #4F3F39;
	font-size: 48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
.b-content__description{
	margin-bottom: 2em;
}
.b-content__item{
    min-height: 184.27px;
	margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #E4E4E4;
}
.b-content__item-image{
	float: left;
	max-width: 30%;
    margin: 0.5em 2.5% 0 0;
    overflow: hidden;
}
/* S */
@media(max-width:768px){
	.b-content__item-image{
		display: none;
	}
}
.b-content__item-image img {
    display: block;
}
.b-content__item-title{
	margin-bottom: 0.6em;
	line-height: 1.2;
    font-size: 1.7em;
}

.b-content__item-title-link{
	color: #1779B9;
}
.b-content__item-title-link:hover{
	color: #222;
}

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

.b-content__section{
    padding-top: 1.3em;
}
.b-content__section-about{
    margin-bottom: 80px;
}

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



/****** Background Page Service BEGIN ******/
.b-content__title-bg{
    position: relative;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    background-size: cover!important;
    padding: 100px 0;
    z-index: 0;
}
.b-content__title-bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/uploads/images/bg/dotted.png");
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}
.b-content__title-bg .b-content__title{
    margin-bottom: 0;
    line-height: 1;
    color: #FFF;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    z-index: 1;
}



/****** Tags BEGIN ******/
.b-tags{
	margin: 0 0 0 -5px;
}
.b-tags:after{
	content: "";
	display: table;
	clear: both;
}
.b-tags__item{
	float: left;
    background-color: #FFF;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
	margin: 5px 0 0 5px;
	padding: 0.4em 0.8em;
    color: #4F3F39;
	font-size: 0.9em;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.b-tags__item:hover{
    background-color: #4F3F39;
    color: #FFF;
}
/*********************************************/
/***** END Content *****/
/*********************************************/





/*********************************************/
/***** Content Photo BEGIN *****/
/*********************************************/
.b-content__photo{
    position: relative;
    margin-top: 1em;
}
.b-content__photo__prev, .b-content__photo__next {
    position: absolute;
    top: 38%;
    display: inline-block;
    border: 0 none;
    margin: 0;
    z-index: 2020;
}
.b-content__photo__prev {
    left: -2px;
}
.b-content__photo__next {
    right: -2px;
}

.b-content__photo-title{
    position: relative;
    line-height: 1;
    color: #222;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-align: center;
}
.b-content__photo-title span{
    display: inline-block;
    background-color: #FFF;
    padding: 0 12px;
    z-index: 1;
}
.b-content__photo-title:after{
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #E4E4E4;
    z-index: -1;
}
/*********************************************/
/***** END Content Photo *****/
/*********************************************/





/*********************************************/
/***** 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;
    vertical-align: middle;
	color: #333;
	text-decoration: none;
}
.b-pagination_page a,
.b-pagination_page-active{
	width: 35px;
	text-align: center;
}
.b-pagination_page-active{
	background-color: #F5F5F5;
}
.b-pagination__arrow{
	position: relative;
	top: 3px;
    color: #999;
}
.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{
    background-color: #F5F5F5;
    border: 1px solid #E4E4E4;
	margin-bottom: 2em;
    padding: 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{
	border-top: 1px solid #E4E4E4;
    margin-top: 1.5em;
    padding-top: 1.5em;
}
.b-comments__post:first-child{
	/*border-top: 0;
    margin-top: 0;
    padding-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;
    color: #000;
	font-size: 1rem;
	font-weight: bold;
}
.b-comments__post-date{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	color: #999;
    font-size: 1rem;
}
.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{
	color: #999;
    font-size: 0;
}
.b-comments__post-vote-item{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	color: #999;
    font-size: 1rem;
	text-decoration: none;
}
.b-star-number{
}
.b-star-number__ico{
	float: left;
	margin-left: 1px;
	color: #EA8917;
}
.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: #EA8917;
}
.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{
	margin-bottom: 4em;
    text-align: center;
}
.b-gallery__category-album-image{
    position: relative;
	display: block;
	margin-bottom: 1.5em;
}
.b-gallery__category-album-img,
.b-gallery__category-album-image-link{
	display: block;
}
.b-gallery__category-album-title{
    display: inline-block;
    margin-bottom: 0.5em;
    vertical-align: middle;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.5);
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.b-gallery__category-album-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 200;
    text-transform: lowercase;
}
.b-gallery__category-album-text{
	font-size: 0.9em;
}
.b-gallery__photo{
	position: relative;
    max-height: 158.38px;
    overflow: hidden;
}
/* 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-link{
	position: relative;
    max-height: 149.25px;
    overflow: hidden;
}
.b-gallery__photo-image{
    min-height: 149.25px;
}
.b-gallery__photo-text{
    margin-bottom: 0.5em;
	font-size: 0.9em;
}
.b-gallery__photo:hover .b-gallery__zoom{
	display: block;
    opacity: 1;
}
.b-gallery__zoom{
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
	left: 4px;
	display: block;
    max-height: 150.38px;
    opacity: 0;
	background-color: rgb(79, 63, 57);
	background-color: rgba(79, 63, 57, 0.75);
	color: #FFF;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}
.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{
		border-top: 1px solid #EA8917;
        border-left: 0 none;
        margin-top: 3em;
        padding-top: 3em;
        padding-left: 0;
	}
}
.b-sidebar__section{
	margin-bottom: 3.5em;
}



/****** Sub categories Menu ******/
.b-subcats{
}
.b-subcats__item {
    border-bottom: 1px solid #E4E4E4;
    padding: 6px 0 6px 8px;
}
.b-subcats__item__active {
    background-color: #4F3F39;
}
.b-subcats__item__active .b-subcats__item-link{
    color: #FFF;
}



/****** Sub categories Menu ******/
.b-subcontact{
}
.b-subcontact__item {
    border-bottom: 1px dotted #E4E4E4;
    padding: 6px 0 6px 8px;
}
.b-subcontact__link{
    color: #1779B9;
	text-decoration: none;
}
.b-subcontact__link:hover{
	color: #4F3F39;
}


/* 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;
}
/*********************************************/
/***** 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;
    -moz-animation: fa-spin 1.5s infinite linear;
    -ms-animation: fa-spin 1.5s infinite linear;
    -o-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 *****/
/*********************************************/





/*********************************************/
/***** ScrollUp BEGIN *****/
/*********************************************/
#scrollUp {
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: url("/uploads/images/icon/totop.png") no-repeat rgba(69, 159, 218, .75);
    border: 1px solid #FFF;
    border-radius: 3px;
    opacity: 1;
}
#scrollUp:hover {
    background: url("/uploads/images/icon/totop.png") no-repeat rgba(234, 137, 23, .75);
}
/*********************************************/
/***** END ScrollUp *****/
/*********************************************/





/*********************************************/
/***** Map BEGIN *****/
/*********************************************/
.map {
    position: relative;
    height: 500px;
    z-index: 1;
}
.map_overlay {
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: visible;
    z-index: 2;
}
.map_contact__ico {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    background-color: #4F3F39;
    border: 1px solid rgba(255, 2555, 255, 0.5);
    border-radius: 50%;
    margin: 0;
    padding: 0.5em 0.75em;
    vertical-align: middle;
    cursor: pointer;
    z-index: 4;
    color: #FFF;
    text-align: center; 
}
.map_contact__ico.not-active{
    display: none;
}
.map_overlay.events{
    background: transparent;
    pointer-events: none;
}
.map_overlay.events:after{
    content: "";
    display: none;
}

/****** Map Contact BEGIN ******/
.map_contact {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 400px;
    background-color: #FFF;
    border: 1px solid #E4E4E4;
    margin: 0;
    padding: 1em;
    vertical-align: middle;
    z-index: 999;
    color: #4F3F39;
    font-size: 14px;
    text-align: left;
}
@media(max-width:768px){
    .map_contact{
    	width: auto;
        top: 10px;
        right: 10px;
        left: 10px;
        visibility: hidden;
        opacity: 0;
	}
}
@media(max-width:768px){
    .map_contact.visible{
    	width: auto;
        top: 61px;
        right: 10px;
        left: 10px;
        visibility: visible !important;
        opacity: 1;
	}
}
.map_contact__item{
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 16px;
}
.map_contact__item:first-child{
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 0.5em;
}
.map_contact__item strong{
    font-weight: 600;
    text-transform: uppercase;
}
.map_contact__item .fa{
    width: 16px;
    margin-right: 8px;
    text-align: center;
}

/******* Iframe *******/
.google-map {
    width: 100%;
    height: 500px;
}
/*********************************************/
/***** END Map *****/
/*********************************************/





/*********************************************/
/***** Contact widget BEGIN *****/
/*********************************************/
.contact{
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    width: 48px;
    height: 51px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #E4E4E4;
    padding: 10px;
    z-index: 999;
    color: #4C70AB;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
@media(max-width:768px){
    .contact{
        display: block;
        cursor: pointer;
    }
}
.contact.active{
    color: #EA8917;
}
.map_contact.js-toggle{
    right: 58px;
    visibility: visible !important;
    opacity: 1;
}
/*********************************************/
/***** END Contact widget *****/
/*********************************************/





/*********************************************/
/***** Feedback BEGIN *****/
/*********************************************/
.b-feedback__item{
    margin-bottom: 1.5em;
    vertical-align: middle;
    font-weight: 200;
}
.b-feedback__item:first-child{
	width: 90%;
    color: #222;
}
.b-feedback__item:last-child{
    margin-bottom: 0;
}
.b-feedback__text{
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: 24px;
}
.b-feedback__text span{
    display: block;
    color: #666;
    font-size: 16px;
}
.b-feedback__ico{
	display: inline-block;
    width: 46px;
    border: 1px solid #E4E4E4;
    margin-right: 8px;
    padding: 8px;
	vertical-align: middle;
    color: #EA8917;
    text-align: center;
}
.b-feedback__link{
    color: #1779B9;
    text-decoration: none;
}
.b-feedback__link:hover{
	color: #4F3F39;
}

/***** Placeholder Style *****/
::-webkit-input-placeholder{ /* для webkit браузеров */
    color: rgba(0, 0, 0, 0.5);
    color: #999;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
:-moz-placeholder{ /* для браузеров mozilla */
    color: rgba(0, 0, 0, 0.5);
    color: #999;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
input[type=number]{ /* для браузеров Opera */
    color: rgba(0, 0, 0, 0.5);
    color: #999;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-align: left;
}
/*********************************************/
/***** END Feedback *****/
/*********************************************/





/*********************************************/
/***** Video Player BEGIN *****/
/*********************************************/
.player{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}
@media(max-width:640px){
    .player{
    	display: none;
	}
}
.video-description{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
.video-title{
    position: relative;
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 20px 30px;
    line-height: 1;
    z-index: 2;
    letter-spacing: 0;
    color: #FFF;
    font-size: 96px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
@media(max-width:768px){
    .video-title{
		font-size: 48px;
	}
}
.video-title::before, .video-title::after {
    position: absolute;
    content: "";
    top: 0;
    width: 20%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.75);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video-title::before {
    left: 0;
    border-right: none;
}
.video-title::after {
    right: 0;
    border-left: none;
}
.video-title span{
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    text-transform: lowercase;
}
@media(max-width:768px){
    .video-title span{
    	font-size: 20px;
	}
}
/*********************************************/
/***** END Video Player *****/
/*********************************************/





/*********************************************/
/***** Search page BEGIN *****/
/*********************************************/
.b-search__info{
    border: 1px solid #E4E4E4;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    padding: 20px 40px;
}



/****** Search Form BEGIN ******/
.b-content__search{
    max-width: 50%;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}
.b-search__info-query, .b-search__info-results{
    display: block;
}
.b-search-w_blog__submit{
	border: 0;
	background-color: transparent;
}
/*********************************************/
/***** END Search page *****/
/*********************************************/



/*********************************************/
/***** ScrollUp BEGIN *****/
/*********************************************/
.totop{position:fixed;bottom:16px;right:16px;width:40px;height:40px;background-color:#4F3F39;margin:0;padding:0;line-height:40px;visibility:hidden;opacity:0;z-index:100;cursor:pointer;color:#FFF;text-align:center;text-decoration:none;-webkit-transition:all 0.5s linear 0s;-moz-transition:all 0.5s linear 0s;-ms-transition:all 0.5s linear 0s;-o-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.totop:hover{background-color:#333;color:#FFF;}
.totop.active{visibility:visible !important;opacity:1;}
/*********************************************/
/***** END ScrollUp *****/
/*********************************************/



/*********************************************/
/***** Sitemap Page BEGIN *****/
/*********************************************/
.sitemap{
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sitemap:first-child{
    margin-top: 32px;
    padding-top: 80px;
}
.sitemap:first-child:before{
    content: "Sitemap";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 1em;
	line-height: 1.1;
    color: #4F3F39;
	font-size: 48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
.sitemap li{
    margin-bottom: 0.25em;
    font-weight: 600;
}
.sitemap ul{
    margin-bottom: 1em;
    margin-left: 1em;
}
.sitemap ul li{
    font-weight: 200;
}
/*********************************************/
/***** END Sitemap Page *****/
/*********************************************/