@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Medium.eot');
	src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),  url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),  url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'),  url('../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Nexa Light';
	src: url('../fonts/NexaLight.eot');
	src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/NexaLight.woff2') format('woff2'),  url('../fonts/NexaLight.woff') format('woff'),  url('../fonts/NexaLight.ttf') format('truetype'),  url('../fonts/NexaLight.svg#NexaLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

/*=======================================*/
* {
	margin: 0;
	padding: 0;
}
body.iosBugFixCaret.modal-open {
	position: fixed;
	width: 100%;
}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #111;
}
.mt-3 {
	margin-top: 4rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mb-3 {
	margin-bottom: 4rem;
}
.px-2 {
  padding-left: 2rem;
	padding-right: 2rem;
}
.px-2 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-1 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.p-2{
	padding: 2rem;
}

.pr-2{
	padding-right: 2rem;
}

.light-grey-bg {
	background-color: #f1f1f1;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
	outline: none;
}
.slick-slide img {
	display: inline-block;
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1;
	font-weight: 600;
	font-family: 'Domine', serif;
}
strong,b {
	font-family: 'Domine', serif;
}
a.img_cont:hover {
	opacity: 0.9;
}
.block {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*==========================*/
.menu_button {
	height: 50px;
	width: 60px;
	left: 10px;
	top: 7px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 6px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #000;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
/*=====================*/
@media (max-width: 992px) {
.navbar-nav {
	margin-top: 54px;
}
}
/*--------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*==================*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	margin-top: 75px;
	background: white;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
 @media (min-width: 992px) {
.navbar-nav {
	display: table;
	width: 100%;
}
.navbar-nav>li {
	display: table-cell;
	float: none;
	text-align: center;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>.active>a:focus:before, .navbar-default .navbar-nav>.active>a:hover:before {
	content: '';
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.navbar-default .navbar-nav>li:before {
	content: '';
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.navbar-default .navbar-nav>li:focus:before, .navbar-default .navbar-nav>li:hover:before {
	background: #fff;
}
}
/* =Header
-------------------------------------------------------------- */
body {
	padding-top: 248px;
}
header {
	width: 100%;
	height: 248px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #adadad;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header.smaller {
	height: 56px;
}
header.smaller .top_logo {
	display: none;
}
.logo {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.logo a img {
	width: 100%;
	-webkit-transition: height width 0.3s;
	-moz-transition: height width 0.3s;
	-ms-transition: height width 0.3s;
	-o-transition: height width 0.3s;
	transition: height width 0.3s;
}
/*================*/
.top_logo {
	padding-top: 3px;
}
.top_logo>a {
	display: table;
	width: 100%;
	color: #000;
	overflow: hidden;
}
.top_logo>a>span {
	display: table-cell;
	vertical-align: middle;
}
.top_logo>a>span:last-child {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.logo_txt {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	padding-top: 28px;
	padding-bottom: 10px;
	background-color: #adadad;
	font-size: 70px;
	font-family: 'Nexa Light';
	position: relative;
	z-index: 2;
	line-height: 1;
}
.top_logo .logo_txt img {
	max-width: 320px;
}
.logo_img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/*.logo_img span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 100%;
	bottom: 59.4px;
	width: 1000px;
	height: 1px;
	background-color: #000;
}*/
/*================*/
.navbar-default {
	margin: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
	font-weight: 600;
	background-color: transparent;
	position: relative;
}
.navbar-default .navbar-nav>li>a {
	color: #333;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #000;
	background-color: transparent;
}
/*======================*/
.has_child {
	position: relative;
}
@media all and (min-width: 992px) {
.sub_menu {
	text-align: left;
	width: 2500px;
	padding: 0px 10px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 20;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	-moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	-o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	pointer-events: none;
}
.sub_menu>li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2;
	float: none;
	position: relative;
	padding-right: 15px;
	padding-left: 5px;
}
.sub_menu>li:after {
	content: '|';
	position: absolute;
	right: 0;
	top: 9px;
	color: #ccc;
}
.sub_menu>li:last-child:after {
	content: '';
}
.has_child:hover .sub_menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	pointer-events: auto;
}
}
.sub_menu a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
}
.sub_menu a:hover, .sub_menu a:focus {
	text-decoration: none;
	color: #bfb16e;
}
@media only screen and (min-width : 992px) {
.sub_menu {
	display: block !important;
}
}
@media only screen and (max-width : 992px) {
.sub_menu, .sub_menu2 {
	width: auto;
	max-width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: static;
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	background: #adadad;
}
.has_child:hover .sub_menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.sub_menu {
	display: none;
}
.sub_menu ul {
	width: 100%;
}
.has_child a:hover {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
}
/*---------------------*/
.main_menu .container {
	overflow: hidden;
	padding-bottom: 36px;
}
.main_slider_item {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
}
.main_slider_item.bg_1 {
	background-image: url(../img/main_slider/1.jpg);
}
.main_slider_item.bg_2 {
	background-image: url(../img/main_slider/2.jpg);
}
.main_slider_item.bg_3 {
	background-image: url(../img/main_slider/3.jpg);
}
.main_slider_item.bg_4 {
	background-image: url(../img/main_slider/4.jpg);
}
/*--------------------*/
.main_slider_wrapper {
	position: relative;
}
.slider_nav .prev, .slider_nav .next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 0px #000;
	background: rgba(0,0,0,0.5);
}

.slider_nav .prev .glyphicon , .slider_nav .next .glyphicon {

	top: 20%;
}

.slider_nav .prev:hover, .slider_nav .next:hover, .slider_nav .prev:focus, .slider_nav .next:focus {
	color: #adadad;
}
.slider_nav .next {
	right: 0;
}
.slider_nav .prev {
	left: 0;
}
.slider_nav {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
.slider_nav .row {
	position: relative;
}
.ms_caption {
	position: relative;
	height: 100%;
}
.ms_caption_body {
	max-width: 350px;
	font-size: 32px;
	font-family: 'HelveticaNeueCyr';
	position: absolute;
	text-shadow: 1px 1px 0px #000;
}
.ms_caption_body.top_right {
	right: 100px;
	top: 50px;
	text-align: right;
}
.dark_grey_color {
	color: #818280;
}
.white_color {
	color: white;
}
.ms_caption_body.top_left {
	left: 100px;
	top: 50px;
}
.ms_caption_body.bottom_right {
	right: 100px;
	bottom: 50px;
	text-align: right;
}
.ms_caption_wrapper, .ms_caption_wrapper .container, .ms_caption_wrapper .row {
	height: 100%;
}
.ms_caption_body.bottom_left {
	left: 100px;
	bottom: 50px;
}
/*=======================*/
.wellcome_header {
	margin-top: 40px;
	display: table;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}
.wellcome_header>div {
	display: table-cell;
	vertical-align: bottom;
}
/*=================*/
.bronse_color {
	color: #bfb16e;
}
.page_header h2, .page_header h1 {
	font-size: 46px;
	font-weight: normal;
	padding-top: 10px;
}

.accentuation {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
.red_bg {
	background-color: #EB2C24;
}
.green_bg {
	background-color: #45742E;
}
.yellow_bg {
	background-color: #FED917;
}
/*================*/
.links_greed_title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #adadad;
}
.links_greed_title h3 {
	font-size: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: normal;
}

.links_greed_title h3:hover{
	color: #6a6a6a;
}

.links_greed_title span {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.links_greed {
	margin-bottom: 50px;
}
/*====================*/
footer {
	background-color: #1E252D;
	color: white;
}
footer a {
	color: white;
}
footer a:hover, footer a:focus {
	color: #998754;
	text-decoration: none;
}
.footer_body {
	display: table;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer_body>div {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.footer_body>div:last-child {
	padding-right: 0px;
	position: relative;
	padding-bottom: 200px;
}
.footer_contact h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer_contact_body {
	font-family: 'HelveticaNeueCyr';
}
.footer_contact_body>ul:first-child {
	margin-bottom: 40px;
}
.footer_contact_body>ul>li {
	margin-bottom: 10px;
}
/*-------------------------*/
.open_list {
	background: transparent;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 5px;
}
.open_list>div {
	display: table;
	padding: 5px;
}
.open_list>div>span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.links_greed_box {
	margin-bottom: 30px;
}
.footer_menu {
	text-transform: uppercase;
}
.footer_menu ul li {
	margin-bottom: 10px;
}
.footer_menu li a:hover, .footer_menu li a:focus {
	color: #998754;
	text-decoration: none;
}
/*-------------*/
.social_buttons ul {
	white-space: nowrap;
	text-align: center;
}
.social_buttons li {
	width: 20px;
	height: 20px;
	margin-left: 17px;
	display: inline-block;
}
.social_buttons li a {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.social_buttons li a:hover, .social_buttons li a:focus {
	color: #998754;
	text-decoration: none;
}

.blackFont .social_buttons li a {
	color: #000;
}

.footer_logo {
	width: 220px;
	position: absolute;
	right: 0;
	padding-top: 40px;
}
.footer_logo img {
	width: 100%;
	height: auto;
}
.footer_col .fa-inverse {
	color: #000;
}
.bmlogo {
	display: block;
	width: 220px;
}
.bmlogo img {
	height: auto;
	width: 100%;
}
#toTop {
	width: 47px;
	height: 47px;
	background: #777;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
	display: block;
	margin: 6px 0 0 0;
	font-size: 24px;
}
#toTop:hover {
	color: #666;
	text-decoration: none;
	background-color: #fff;
}
/*--------alt---------------*/
#toTop span {
	display: block;
	margin: 8px 0 0 0;
	font-size: 30px;
}
/*========================*/
.banner {
	min-height: 400px;
	background: transparent;
}
.block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ph_nav>ul>li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2;
	float: none;
	position: relative;
	padding-right: 7px;
	padding-left: 0px;
}
.ph_nav>ul>li:after {
	content: '|';
	position: absolute;
	right: 0;
	top: 9px;
	color: #ccc;
}
.ph_nav>ul>li:last-child:after {
	content: '';
}
.ph_nav {
	border-top: 1px solid #B6A36E;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ph_nav>ul>li> a {
	display: block;
	padding: 10px;
	color: #333;
}
.ph_nav>ul>li> a:hover, .ph_nav>ul>li> a:focus, .ph_nav>ul>li.active> a {
	color: #bfb16e;
	text-decoration: none;
}
.txt_v_list a {

}
.txt_v_list a:hover, .txt_v_list a:focus {
	color: #000;
 'Domine', serif;
	font-weight: bold;
	text-decoration: none;
}
/*-----------------*/
.txt_v_list {
	margin-bottom: 30px;
}
.txt_v_list>li {
	margin-bottom: 5px;
	font-size: 20px;
	font-family: 'HelveticaNeueCyr';
	position: relative;
	padding-left: 30px;
}
.txt_v_list>li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 13px;
	height: 13px;
	background-color: #D2E9EF;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}
/*-------------------*/
.team_greed {
	padding-top: 15px;
}
.team_box_txt {
	margin-top: 20px;
}
.team_box_txt .personal {
	font-size: 24px;
	margin-bottom: 10px;
}
.team_box_txt .phones {
	font-size: 20px;
	margin-bottom: 10px;
}
.team_box_txt .phones a {
	color: #555;
}
.team_box_txt .phones a:hover, .team_box_txt .phones a:focus {
	color: #B6A36E;
	text-decoration: none;
}
.team_box {
	margin-bottom: 50px;
}
/*--------------------*/
.news_box {
	display: table;
	width: 100%;
	margin-top: 40px;
}
.news_box>div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.news_box>div:first-child {
	padding-left: 20px;
}
.news_box>div:last-child {
	padding-right: 20px;
}
.news_txt h3 {
	font-size: 44px;
	color: #bfb16e;
	margin-bottom: 35px;
	font-weight: bold;
}
.news_txt h3 >a {
	color: #BAA97C;
}
.news_txt h3 >a:hover, .news_txt h3 >a:focus {
	color: #BAA97C;
	text-decoration: none;
}
.date {
	font-size: 24px;
	font-weight: bold;
}
.news_txt p {
	font-size: 18px;
	line-height: 1.7;
}
.news_txt p>a {
	color: #555;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
}
.news_txt p>a:hover, .news_txt p>a:focus {
	color: #BAA97C;
	text-decoration: none;
}
.news_greed_wrapper {
	margin-bottom: 50px;
}
/*=================*/
.gallery_body .tab-content {
	margin-top: 30px;
}
.gallery_slider_item {
	height: 760px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gallery_body .nav-tabs>li>a {
	margin-right: 0px;
	border: 0px;
	border-radius: 0px;
	font-family: 'LubalGraph Bk BT';
	font-size: 36px;
	color: #D6D6D5;
}
.gallery_body .nav-tabs>li:first-child>a {
	padding-left: 0;
}
.gallery_body .nav-tabs {
	border: 0px;
}
.gallery_body {
	margin-bottom: 60px;
}
/*====================*/
.gallery_slider .prev, .gallery_slider .next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 0px #000;
	margin-top: -25px;
}
.gallery_slider .prev:hover, .gallery_slider .next:hover, .gallery_slider .prev:focus, .gallery_slider .next:focus {
	color: #adadad;
}
.gallery_slider .next {
	right: 0;
}
.gallery_slider .prev {
	left: 0;
	z-index: 1;
}
.gallery_body .nav-tabs>li.active>a, .gallery_body .nav-tabs>li.active>a:focus, .gallery_body .nav-tabs>li.active>a:hover {
	color: #555;
	background-color: transparent;
	border: 0px;
}
.gallery_body .nav>li>a:focus, .gallery_body .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #555;
}
/*----------------*/
.contact_body {
	display: table;
	width: 100%;
}
.contact_body>div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.contact_body>div:first-child {
	padding-right: 70px;
}
.contact_body>div:last-child {
	padding-left: 70px;
}
/*================*/
.under_title {
	font-size: 18px;
	margin-top: 10px;
}
.cont_info .page_header {
	margin-bottom: 100px;
	padding: 0;
}
.cont_info .page_header h2 {
	padding-top: 0px;
}
/*================*/
input[type=text], input[type=email], input[type=tel], input[type=password] {
	border: 1px solid #DADBDC;
	outline: none;
	margin-bottom: 10px;
	color: #000;
	background: #FFF;
	background: -moz-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,233,234,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* ie10+ */
	background: linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E9EA', GradientType=0 ); /* ie6-9 */
	height: 45px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	padding: 10px 15px;
}
textarea {
	border: 1px solid #DADBDC;
	outline: none;
	margin-bottom: 10px;
	color: #000;
	background: #FFF;
	background: -moz-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,233,234,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* ie10+ */
	background: linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E9EA', GradientType=0 ); /* ie6-9 */
	height: 250px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	padding: 10px 15px;
}
/*----------------------*/
.right_contact {
}
.right_contact h3 {
	margin-bottom: 15px;
}
.right_contact .footer_contact_body>ul>li {
	margin-bottom: 5px;
}
.right_contact a {
	color: #555;
}
.right_contact a:hover, .right_contact a:focus {
	color: #A19259;
}
.right_contact .social_buttons ul {
	text-align: left;
	margin-top: 40px;
}
.right_contact .social_buttons li a {
	color: #555;
}
.right_contact .social_buttons li a:hover, .right_contact .social_buttons li a:focus {
	color: #A19259;
}
.right_contact .map {
	max-width: 400px;
	margin-top: 60px;
}
/*===================*/
.gallery_slider_item {
  position: relative;
}
.gallery_slider_item >a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}