/*
 * Theme Name: TatStudio Project
 * Theme URI: https://lux-studio.com.ua
 * Author: Lux
 * Author URI: https://lux-studio.com.ua
 * Description: Template for TatStudio Project v2.
 */





/* ========== [ General styles ] =========== */
html,
body {
	height: 100%;
	font-family: 'Montserrat_Alternates';
}

body {
	font-size: 13px;
	line-height: 1.5;
	color: #363636;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgb(40, 45, 51);
	background-color: #9ea4a4;
}
::-webkit-scrollbar-thumb {
	background: #282d33;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-button:hover {
	background-color: #f33434;
}
::-webkit-scrollbar-corner {
	background: #333333;
}
::-webkit-scrollbar-button {
	background-color: #ababab;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	/* overflow: hidden; */
}
a:focus, a:hover {
	outline: 0;
}

.page-wrapper {
}
/* ========= [ General styles end ] ======== */


/* ======== [ Framework styles ] =========== */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}
a.asc:after {
	content: "\e151";
}
a.desc:after {
	content: "\e152";
}
.sort-numerical a.asc:after {
	content: "\e153";
}
.sort-numerical a.desc:after {
	content: "\e154";
}
.sort-ordinal a.asc:after {
	content: "\e155";
}
.sort-ordinal a.desc:after {
	content: "\e156";
}
.grid-view td {
	white-space: nowrap;
}
.grid-view .filters input, .grid-view .filters select {
	min-width: 50px;
}
.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}
.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
.nav > li > form {
	/* padding: 8px; */
}
.nav > li > form > button:hover {
	text-decoration: none;
}
/* ======= [ Framework styles end ] ======== */



/* ============ [ Boxs styles ] ============ */

/* Backgrounds */
.bg-w {
	background: #fff;
}
.bg-g {
	background: #f7f7f7;
}
.bg-o {
	background: #363636;
}
.bg-d {
	background: #282D33;
}
.bg-r {
	background: #363636;
}

/* Colors */
.c-w {
	color: #fff;
}
.c-g {
	color: #f4f4f4;
}
.c-o, .c-r {
	color: #363636;
}
.c-d {
	color: #282D33;
}

.p-0 {
	padding: 0px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-30 {
	padding: 30px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}

/* Shadows */
.b-s {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.b-s:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;
}

@media (min-width: 990px) {
	.grid-box {
		display: grid;
		grid-template-columns: 0fr minmax(calc(100% - 300px), 4fr) minmax(300px, 1fr);
	}
	.post-page .grid-box {
		display: grid;
		grid-template-columns: 0fr minmax(calc(100% - 360px), 4fr) minmax(360px, 1fr);
	}
	.grid-box.catalog-content {
		display: grid;
		grid-template-columns: 0fr minmax(calc(100% - 260px), 4fr) minmax(260px, 1fr);
	}
}
@media (min-width: 500px) {
	.grid-box-media {
		display: grid;
		grid-template-columns: 0fr minmax(250px, 1fr) minmax(calc(100% - 250px), 1fr);
	}
}
.grid-style {
	display: grid;
	/* background: #222; */
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	grid-gap: 20px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
	position: relative;
}
.grid-style.videos {
	grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
	padding-top: 15px;
}
.grid-style .grid-item {
	width: 100%;
	position: relative;
	/* overflow: hidden; */
}
.grid-style .grid-item + .pagination {
	/* grid-column: 1 / f; */
}

.page-title {
	margin: 0;
	padding: 0;
}

.sweet-alert-style.sweet-alert {border-radius: 0;}
.sweet-alert-style.sweet-alert .sa-icon{
}
.sweet-alert-style.sweet-alert .sa-button-container {display: flex;justify-content: center;}
.sweet-alert-style.sweet-alert .sa-button-container .cancel {
	border-radius: 0;
	background: #777777;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	min-width: 150px;
}
.sweet-alert-style.sweet-alert .sa-button-container .cancel:focus,
.sweet-alert-style.sweet-alert .sa-button-container .cancel:hover {
	background: #282D33;
}
.sweet-alert-style.sweet-alert .sa-button-container .confirm {
	border-radius: 0;
	background: #777777;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	min-width: 150px;
}
.sweet-alert-style.sweet-alert .sa-button-container .confirm:focus,
.sweet-alert-style.sweet-alert .sa-button-container .confirm:hover {
	background: #282D33;
}


.modal-style.modal {
	z-index: 99999;
	text-align: center;
	position: fixed;
	padding: 70px 0;
	border-radius:0;
	background: rgba(0, 0, 0, 0.6);
}
.modal-style.modal .modal-dialog {
	background-color: white;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 0px;
	margin: 0 auto;
	width: 600px;
}
.modal-style.modal .modal-dialog .modal-content {border-radius: 0;border: none;text-align: center;}
.modal-style.modal .modal-dialog .modal-content .modal-header {border: none;border-radius: 0;position: relative;font-weight: 100;line-height: 50px;padding: 0 20px;background-color: #282d33;}
.modal-style.modal .modal-dialog .modal-content .modal-header span {color: #f7f7f7;font-size: 20px;text-align: left;font-weight: 400;text-transform: none;position: relative;margin: 0;padding: 0;display: block;}
.modal-style.modal .modal-dialog .modal-content .modal-header .close {
	font-size: 22px;
	position: relative;
	opacity: 1;
	color: #686868;
	line-height: 50px;
	text-shadow: none;
	margin: 0;
	z-index: 9999;
}
.modal-style.modal .modal-dialog .modal-content .modal-header .close:focus,
.modal-style.modal .modal-dialog .modal-content .modal-header .close:hover {
	opacity: 1;
}
.modal-style.modal .modal-dialog .modal-content .modal-body {
}
.modal-style.modal .modal-dialog .modal-content .form-control {
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
	box-shadow: none;
}
.modal-style.modal .modal-dialog .modal-content #applications-phone {border: none;border-bottom: 1px solid #333;border-radius: 0;box-shadow: none;width: 100%;color: #333;}

.modal-style.modal .modal-dialog .modal-content .help-block {
	text-align: left;
}
.modal-video.modal-style.modal {
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	/* max-width: 1300px; */
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100500;
	padding: 80px 0;
}
.modal-video.modal-style.modal .modal-dialog {width: 100%;max-width: 1300px;margin: 0 auto;position: relative;z-index: 100500;display: block;-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;-ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;-o-box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;}
.modal-video.modal-style.modal .modal-dialog .modal-content {
}
.modal-video.modal-style.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}
.modal-video.modal-style.modal .modal-dialog .modal-content .modal-footer {
	background: #efefef;
}
.modal-video.modal-style.modal .modal-dialog .modal-content .modal-footer .social-box-links a {/* font-size: 24px; */}
.modal-video.modal-style.modal .modal-dialog .modal-content .modal-header {
	border-bottom: 1px solid #9da3a3;
}
.modal-video.modal-style.modal .modal-dialog .modal-content .modal-header span {
	font-size: 20px;
	text-align: left;
	margin: 0;
	line-height: 30px;
}


.header-primary.modal-style .modal-content .modal-body .style-button {
	background-clip: padding-box;
	background: #282d33;
	border: 1px solid #282d33;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 2rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s ease-out;
}
.header-primary.modal-style .modal-content .modal-body .style-button:focus,
.header-primary.modal-style .modal-content .modal-body .style-button:hover {
	background-color: #ffffff;
	border: 1px solid #282d33;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #282d33;
	-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	outline: none;
	text-decoration: none;
}



.social-box-links {
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-content: space-between; */
	padding-bottom: 40px;
	text-align: center;
	margin: 0 auto;
}
.share-link {display: flex;margin-bottom: 30px;}
.share-link .form-style {
	border-radius:0;
	width: 59%;
	margin:0;
	display: inline-block;
}
.btn.btn-default.clipboard-js-init {
	border-radius: 0;
	color: #fff;
	background: #777777;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	min-width: 150px;
	border: none;
	width:40%;
	margin:0;
	display: inline-block;
	height: 46px;
	padding: 0px 16px;
	line-height: 46px;
	font-size: 15px;
}
.btn.btn-default.clipboard-js-init:hover {
	background: #282d33;
}

.social-box-links a {
	font-size: 26px;
	color: #ffffff;
	/* width: 100vw; */
	/* max-width: 80px; */
	float: none;
	display: inline-block;
	text-align: center;
	/* padding: 5px; */
	margin: 10px;
	background: rgb(255 255 255);
	color: #282d33;
	border: 1px solid #282d33;
	width: 60px;
	display: inline-block;
	line-height: 60px;
	border-radius: 50%;
}
a.share-btn.twitter:hover     {background: #55acee;border-color: #55acee;color: #fff;}
a.share-btn.google-plus:hover {background: #dd4b39;border-color: #dd4b39;color: #fff;}
a.share-btn.facebook:hover    {background: #3B5998;border-color: #3B5998;color: #fff;}
a.share-btn.pinterest:hover   {background: #bd081c;border-color: #bd081c;color: #fff;}
a.share-btn.reddit:hover      { background: #ff5700; }
a.share-btn.linkedin:hover    { background: #4875B4; }
a.share-btn.email:hover       { background: #444444; }

@media (max-width: 710px) {
	.modal-style.modal {
		width:auto;
		left: 10px;
		right: 12px;
		top: 20%;
		margin-left: 0;
		margin-top: 0;
	}
	.modal-style.modal .modal-dialog {
		width:auto;
	}
	.modal-style.modal .modal-dialog .modal-content .modal-header span {
		color: #575757;
		font-size: 20px;
	}
	.btn.btn-default.clipboard-js-init {
		font-size: 12px;
	}
	.social-box-links a {
		font-size: 26px;
	}
}

.btn-style {
	line-height: 30px;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	word-wrap: normal;
	border: none;
	font-size: 12px;
	word-break: normal;
	text-transform: uppercase;
}
.btn-style .icon-style {
	font-size: 28px;
	display: block;
	height: inherit;
	line-height: inherit;
}
.btn-style.lg {height: 46px;line-height: 46px;padding: 0px 15px;font-size: 16px;}
.btn-style:focus, .btn-style:hover {
	text-decoration: none;
}
.bg-r.btn-style:focus, .bg-r.btn-style:hover,
.bg-d.btn-style:focus, .bg-d.btn-style:hover {
	color: #ffffff;
	background: #40454a;

}

.btn-style.btn-o {
	color: #fff;
	background: #282D33;
	font-size: 18px;
	padding: 0 25px;
	height: auto;
	line-height: 48px;
}
.btn-style.btn-o:hover, .btn-style.btn-o:focus {
	color: #ffffff;
	background: #40454a;
}
.btn-style.btn-add {
	color: #fff;
	background: #282D33;
	margin-right: 15px;
}
.btn-style.btn-add:hover, .btn-style.btn-add:focus {
	color: #e7e7e7;
	background: #282d33;
}
/* ============ [ Boxs styles End ] ============ */


/* ============ [ Content styles ] ============ */

/* --- Header --- */
.header-style {
}

.header-style .navbar-style.navbar {
	border: none;
	border-radius: 0;
	border-bottom: 1px #303030 solid;
	background: #fff;
}
.header-style navbar-header {
}
.header-style .navbar-style.navbar .navbar-toggle {color: #303030;/* background: #333; */border-radius: 0;padding: 8px 10px !important;border: 2px solid #333;}
.header-style .navbar-style.navbar .navbar-toggle .icon-bar {background: #282d33;}
.header-style .navbar-style.navbar .navbar-nav.nav.content-center {
	margin: 0 auto !important;
	text-align: center;
	display: grid !important;
	float: none !important;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	grid-gap: 0;
	grid-auto-flow: dense;
	grid-template-columns: repeat(auto-fill,minmax(20%, 1fr));
	position: relative;
}
@media (max-width: 768px) {
	.header-style .navbar-style.navbar .navbar-nav.nav.content-center {
		display: block !important;
		text-align: center;
	}
}
.header-style .navbar-style.navbar .navbar-nav.nav.content-center:after,
.header-style .navbar-style.navbar .navbar-nav.nav.content-center:before {
	content:none;
}
.header-style .navbar-style.navbar .navbar-nav.nav.content-center li.link-style {
	display: table;
}
.header-style .navbar-style.navbar .navbar-nav.nav.content-center li.link-style a {
	color: #626262;
	font-size: 14px;
	font-weight: 600;
	transition: all 300ms;
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media (max-width: 1200px) {
	.header-style .navbar-style.navbar .navbar-nav.nav.content-center li.link-style a {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 15px 0px;
	}
}
.header-style .navbar-style.navbar .navbar-nav.nav.content-center li.link-style a:focus,
.header-style .navbar-style.navbar .navbar-nav.nav.content-center li.link-style a:hover {
	background: none;
	color: #000000;
}


.header-style .panel-logo {
	padding-top: 60px;
	padding-bottom: 15px;
	background: #f7f7f7;
	text-align: center;
	display:block;
}
.header-style .panel-logo .logo a {
	font-size: 32px;
	color: #363636;
	height: inherit;
	vertical-align: middle;
	align-content: center;
	justify-content: center;
	place-content: center;
	font-family: 'henri';
	letter-spacing: 6px;
	font-weight: 600;
}
.header-style .panel-logo .logo a:focus,
.header-style .panel-logo .logo a:hover {
	color: #000;
	text-decoration: none;
}

/* --- Header End --- */

/* --- Main --- */
.main-style {
	min-height: calc(100% - 232px);
}

.articles {position: relative;display: block;}
.articles.home-slider {
}
.articles.home-slider .slider {
	-webkit-transform: none;
	transform: none;
	width: 100%;
	height: 50vh;
	position: relative;
	display: block;
	overflow: hidden;
}
.articles.home-slider .slider .bg-overflow {
	margin-top: 0;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: block;
	-webkit-filter: contrast(70%);
	filter: contrast(70%);
	overflow: hidden;
	position: relative;
	transition: -webkit-filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.articles.home-slider .slider .carousel-inner,
.articles.home-slider .slider .carousel-inner .item {
	height: 100%;
}
.articles.home-slider .slider img {
	max-width: none;
	object-fit: cover;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	width: calc(100% + 60px);
	transition: transform 2.5s, filter 2.9s;
	-webkit-transform: translate3d(-60px, -30px, 0px);
	transform: translate3d(-60px, 0px, 0px);
	transition-timing-function: linear;
}
.articles.home-slider .slider .carousel-caption {margin: 0 auto;right: 0;left: 0;}
.articles.home-slider .slider .slide-content {
}
.articles.home-slider .slider .slide-content .title {font-size: 46px;font-weight: 400;text-transform: uppercase;letter-spacing: 0.05em;font-family: 'cormorant';font-style: normal;line-height: 1.1;}
.articles.home-slider .slider .slide-content .body {font-size: 18px;font-weight: 400;letter-spacing: 0.05em;font-family: 'cormorant';font-style: normal;line-height: 1.1;}
.articles.home-slider .slider .slide-content .link {padding-top: 15px;}
.articles.home-slider .slider .slide-content .link a {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: 'cormorant';
	font-style: normal;
	line-height: 1.1;
	font-size: 18px;
	text-transform: none;
}
.articles.home-slider .slider .slide-content .link a:focus,
.articles.home-slider .slider .slide-content .link a:hover {
}
.articles.home-slider .slider .carousel-control {
	background: none;
	width: 30%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	/* opacity: 1; */
	line-height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
}
.articles.home-slider .slider .carousel-control .arrow-box {width: 100%;height: 100%;/* overflow: hidden; */display: block;position: relative;}
.articles.home-slider .slider .carousel-control .glyphicon {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 36px;
}
.articles.home-slider .slider .carousel-control:hover,
.articles.home-slider .slider .carousel-control:focus {
}

.articles.home-text-content {
	text-align: center;
}
.articles.home-text-content .text-content {
	max-width: 60%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Montserrat_Alternates';
}
.articles.home-text-content .text-content p {
	padding: 30px 0;
}
.articles.home-text-content .show-modal {
	text-decoration: none;
	padding: 15px 25px;
	transition: all 0.6s;
	border: 1px solid #282d33;
	color: #282d33;
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'Montserrat_Alternates';
}
.articles.home-text-content .show-modal:hover {
	color: #ebebeb;
	background: #282d33;
}



.objects-list .post-item {
	position: relative;
}
.objects-list .post-item .status {
	position: absolute;
	z-index: 10;
	background: #fff;
	padding: 5px 10px;
	left: 0;
	right: 0;
	top: 150px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}
.objects-list .post-item .status.status-id-0 {
	background: #f92c2c;
	color: #fff;
}
.objects-list .post-item .status.status-id-1 {
	background: #f19f21;
	color: #fff;
}
.objects-list .post-item .status.status-id-2 {
	background: #46c730;
	color: #fff;
}
.objects-list .post-item .status.status-id-3 {
	background: #7d7d7d;
	color: #fff;
}
.objects-list .post-item .image {
	margin-top: 0;
	height: 60vh;
	min-height: 400px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: block;
	-webkit-filter: contrast(70%);
	filter: contrast(70%);
	overflow: hidden;
	position: relative;
	transition: -webkit-filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.6s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.objects-list .post-item .video-overlay-hover {
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	transition: all .5s ease-in-out;
}
.objects-list .post-item .video-overlay-hover:hover {
	background: rgba(0,0,0,.6);
}
.objects-list .post-item .video-overlay-hover:hover .icon-style {
	color: #f33434;
	background: rgb(255, 255, 255);
}
.objects-list .post-item .video-overlay-hover .icon-style {
	display: block;
	position: absolute!important;
	z-index: 100;
	color: #fff;
	left: calc(50% - 3rem);
	top: calc(50% - 3rem);
	font-size: 4rem;
	line-height: calc(6rem - 3px);
	text-align: center;
	width: 6rem;
	height: 6rem;
	/* border-radius: 50%; */
	border: 3px solid #fff;
	text-shadow: 0 1px 1px #000;
}
.objects-list .post-item .image:hover {
	-webkit-filter: contrast(100%);
	filter: contrast(100%);
	/* filter: brightness(1.2); */
	/* -webkit-filter: brightness(1.2); */
}
.objects-list .post-item .image img {
	max-width: none;
	object-fit: cover;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	width: calc(100% + 60px);
	transition: transform 2.5s, filter 2.9s;
	-webkit-transform: translate3d(-60px, -30px, 0px);
	transform: translate3d(-60px, 0px, 0px);
	transition-timing-function: linear;
}
.objects-list .video-item .post-item .image {
	-webkit-filter: contrast(90%);
	filter: contrast(90%);
}
.objects-list .video-item .post-item .image img {
	-webkit-transform: none;
	transform: none;
	width: 100%;
}
.objects-list .post-item .image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
}
.objects-list .post-item .image img.preview-youtube {
	visibility: hidden;
}
.objects-list .post-item .image img.image-style.image-hover:first-child:hover {
	-webkit-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
	visibility:hidden;
}
.objects-list .post-item .image:hover img.preview-youtube.image-hover:nth-child(2) {
	visibility:visible;
	-webkit-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.objects-list .post-item .details {
	padding: 10px;
	/* background: #40454a; */
}
.objects-list .post-item .item-content {
	padding: 15px 0;
}
.objects-list .post-item .item-content a {
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'cormorant';
	font-style: normal;
	text-decoration: none;
	color: #626262;
}
.objects-list .post-item .item-content a:hover,
.objects-list .post-item .item-content a:focus {
	color: #282d33;
	text-decoration: none;
	outline: none;
}

h1.price-title {
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: normal;
	text-decoration: none;
	color: #626262;
	text-align: center;
	padding: 25px 15px;
}
.price-content {
}
.price-content .price-item {
}
.price-content .price-item .item-content {text-align: center;}
.price-content .price-item .item-content .price-title {font-size: 26px;font-weight: 400;text-transform: uppercase;letter-spacing: 0.05em;font-style: normal;text-decoration: none;color: #626262;margin: 0;padding: 15px;}
.price-content .price-item .item-content .price-description {font-size: 16px;font-family: 'Montserrat_Alternates';text-align: left;}
.price-content .price-item .item-content .price-description p {
	margin-bottom: 5px;
}
.price-content .price-item .item-content .price-value {font-size: 26px;font-weight: 400;text-transform: uppercase;font-style: normal;text-decoration: none;color: #626262;margin: 0;padding-bottom: 15px;}
.price-content .price-item .item-content .price-value span {
	font-size: 15px;
	text-transform: none;
}


.page-contacts {
	font-family: 'Montserrat_Alternates';
	letter-spacing: 0.5px;
}
.page-contacts .page-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 25px;
}
.page-contacts .contact-info {
	text-align: center;
	font-size: 14px;
}
.page-contacts .contact-info a {
	text-decoration: none;
	color: #282d33;
}
.page-contacts .social-links {
	font-size: 22px;
	margin-top: 30px;
	display: block;
}
.page-contacts .social-links a {
	color: #282d33;
	border: 1px solid #282d33;
	width: 60px;
	display: inline-block;
	line-height: 60px;
	border-radius: 50%;
	margin: 0 10px;
}
.page-contacts .social-links a:hover,
.page-contacts .social-links a:focus {
	color: #8f8f8f;
	border-color: #8f8f8f;
}

.social-icon-style {
	width: 24px;
	height: 24px;
}

.post {text-align: left;margin-bottom: 30px;border-bottom: 1px solid #282d3126;}
.post:last-child {
	border-bottom: none;
}
.post .post-title h2 {
	font-size: 22px;
}
.post .post-title a {text-decoration: none;color: #363636;}
.post .post-title a:hover,
.post .post-title a:focus {color: #000;}
.post .post-date {
}
.post .post-image {
	margin-top: 0;
	height: 40vh;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
.post .post-image img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	width: 100%;
}
.post .post-description {
	/* max-width: 60%; */
	text-align: center;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Montserrat_Alternates';
	padding: 15px 0;
}
.post .post-bottom {
}
.post .post-bottom .post-link a {display: block;padding: 10px 0;color: #363636;}
.post .post-bottom .post-link a:focus,
.post .post-bottom .post-link a:hover {text-decoration: none;color: #000;font-weight: 600;}
.post .post-bottom .post-info {display: block;width: 100%;}
.post .post-bottom .post-info .post-share {display: inline-block;width: 30%;}
.post .post-bottom .post-info .post-share a {
	color: #282d33;
	width: 30px;
	display: inline-block;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
}
.post .post-bottom .post-info .post-share a:focus,
.post .post-bottom .post-info .post-share a:hover {
	color: #000;
}
.post .post-bottom .post-info .post-tags {display: inline-block;width: 69%;text-align: right;}
.post .post-bottom .post-info .post-tags .tag-link {
	color: #282d33;text-decoration: none;padding: 0 4px;
	font-weight: 400;
}
.post .post-bottom .post-info .post-tags .tag-link:focus,
.post .post-bottom .post-info .post-tags .tag-link:hover {
	color: #000;
	font-weight: 600;
}

.text-content.title-block {
	text-align: center;
}

/* --- Main End --- */

/* --- Footer --- */
.footer-style {padding: 25px 0;}
.footer-style .text {
	padding: 20px 0;
	color: #cdcdcd;
	min-height: 60px;
}
.footer-style .footer_social.nav-pills {min-height: 60px;}
.footer-style .footer_social.nav-pills > li {float: right;}
.footer-style .footer_social.nav-pills > li > a {font-size: 30px;border-radius: 0;color: #f7f7f7;padding: 0px;width: 60px;text-align: center;min-height: 60px;line-height: 60px;}
.footer-style .footer_social.nav-pills > li > a:focus,
.footer-style .footer_social.nav-pills > li > a:hover {background: #565656;color: #fff;}
/* --- Footer End --- */