#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 100000;
}
#outer-wrapper {
	padding-top: 105px;
}
@media (max-width: 1023px) {
	#outer-wrapper {
		padding-top: 60px;
	}
}

table {
	margin: 10px 0;
}
table tr td,
table tr th {
	padding: 3px 10px;
}
table tr td:first-child,
table tr th:first-child {
	padding-left: 0;
}
table tr td:last-child,
table tr th:last-child {
	padding-right: 0;
}
.map-container {
	height: 300px;
}

/* table */
/* form */
.form-group .col-form-label {
	font-weight: 500;
}

/*Slider initialization (owl-carousel)*/
.owl-carousel {
	visibility: hidden;
	display: none;
}
.owl-carousel.owl-loaded {
	visibility: visible;
	display: block;
}
.slick {
	visibility: hidden;
}
.slick.slick-initialized {
	visibility: visible;
}
/* slider */
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

.owl-carousel .owl-dots .owl-dot + .owl-dot {
	margin-left: 0.6rem;
}

.owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	background-color: #000;
	opacity: 0.5;
	width: 5px;
	height: 5px;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active span {
	opacity: 1;
}

/* mobile subnavi */
[data-mobile-dropdown-nav] .active-item {
	display: none;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled {
	background-color: #d9ac5d;
	color: #fff;
	padding: 0.7rem 1rem;
	position: relative;
	margin-bottom: 1rem;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled a,
[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-link {
	color: inherit;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled a:hover,
[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-link:hover {
	color: #fff;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-item.active > a,
[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .nav-item.active > .nav-link {
	color: #fff !important;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled .active-item {
	display: block;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled > .nav {
	display: none;
	border-top: 1px solid #fff;
	padding-top: 0.5rem;
	position: absolute;
	top: 100%;
	background-color: #d9ac5d;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 0.7rem 1rem;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled.open .nav {
	display: block;
}

[data-mobile-dropdown-nav].mobile-dropdown-nav-enabled [data-mobile-dropdown-nav-toggle] a:after {
	content: '\f078';
	font-family: 'FontAwesome';
	float: right;
}

/* responsive collapse */
.responsive-toggle-indicator {
	display: inline-block;
}

.responsive-toggle-indicator:before {
	content: '\f068';
	font-size: 0.85em;
	font-family: 'FontAwesome';
	display: inline-block;
}

.collapsed .responsive-toggle-indicator:before {
	content: '\f067';
}

.responsive-collapse:not(.init).hidden-until-init {
	display: none !important;
}

@media (min-width: 576px) {
	.responsive-collapse:not(.init).hidden-sm-until-init {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.responsive-collapse:not(.init).hidden-md-until-init {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.responsive-collapse:not(.init).hidden-lg-until-init {
		display: none !important;
	}
}

@media (min-width: 1250px) {
	.responsive-collapse:not(.init).hidden-xl-until-init {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.responsive-collapse:not(.init).hidden-until-init-auto {
		display: none !important;
	}
}

.emo-container {
	width: 100%;
	max-width: 1770px;
	position: relative;
}

.emo-container .emo-title {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(9,9,9,.52);
	font-weight: 500;
	text-transform: uppercase;
	transform: translateY(-50%);
}

@media (max-width: 1250px) {
	.emo-container .emo-title {
		font-size: 30px;
	}
}
@media (max-width: 1023px) {
	.emo-container .emo-title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.emo-container .emo-title {
		position: relative;
		text-align: center;
		top: auto;
		left: auto;
		text-shadow: none;
		color: #d9ac5d;
		background-color: #191919;
		padding: 15px 10px 30px;
		transform: none;
	}
}

.emo-container .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.emo-container .owl-dots .owl-dot span {
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	opacity: 1;
}

.emo-container .owl-dots .owl-dot.active span {
	background-color: #d9ac5d;
}

@media (max-width: 768px) {
	.emo-container .owl-dots {
		bottom: 5px;
	}
}

.emo-container.product-emo {
	padding-bottom: 50px;
}

.emo-container.product-emo:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../img/gray-emo-layer.png") no-repeat center center;
	background-size: cover;
	z-index: 50;
}

.emo-container.product-emo .special-content {
	z-index: 75;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.emo-container.product-emo .special-content .breadcrumb {
	margin: 0;
	padding: 0;
}

.emo-container.product-emo .special-content .backlink {
	color: #000;
	font-size: 13px;
	font-weight: 300;
}

.emo-container.product-emo .special-content .backlink a {
	color: inherit;
	transition: color 0.2s ease;
}
.emo-container.product-emo .special-content .backlink a:hover,
.emo-container.product-emo .special-content .backlink a:focus {
	color: #d9ac5d;
	text-decoration: none;
}

@media (max-width: 1023px) {
	.emo-container.product-emo .special-content {
		position: relative;
		top: auto;
		padding: 0;
	}
}

.emo-container.product-emo .img-content {
	z-index: 25;
}

.emo-container.product-emo .text-content-container {
	z-index: 100;
}
.emo-container.product-emo .text-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
	z-index: 75;
}

@media (max-width: 1023px) {
	.emo-container.product-emo .text-content {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.news-block .news-item > a {
	font-size: 14px;
	text-transform: uppercase;
}
.news-block .news-item h5 a {
	color: inherit;
}
.news-block .news-item h5 a:hover,
.news-block .news-item h5 a:focus {
	color: inherit;
	text-decoration: none;
}

.breadcrumb {
	font-size: 13px;
	font-weight: 300;
}

.breadcrumb .breadcrumb-item {
	color: #828282;
}

.breadcrumb .breadcrumb-item a {
	color: inherit;
	transition: color 0.2s ease;
}
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus {
	color: #d9ac5d;
	text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
	color: #000;
}

.product-list .product-item {
	-webkit-transition: all 0,3s ease;
	-o-transition: all 0,3s ease;
	transition: all 0,3s ease;
	text-decoration: none;
	color: inherit;
}

.product-list .product-item:hover, .product-list .product-item:focus {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(9,9,9,.12);
	box-shadow: 0px 0px 6px 0px rgba(9,9,9,.12);
}

.disturber {
	border-top: 1px solid #ccc;
}

.disturber .text-content {
	position: absolute;
	top: 270%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 1rem;
}

.disturber .text-content h4 {
	font-size: 25px;
	margin-bottom: 8px;
}

@media (max-width: 1023px) {
	.disturber {
		text-align: center;
	}
	.disturber .text-content {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		padding: 1rem 0;
	}
}

.seo-content {
	border-top: 1px solid #ccc;
	color: #878787;
}

.mobile-subnavi > .nav > .nav-item {
	padding: 0.5rem 1rem 5px 0;
	color: #000;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mobile-subnavi > .nav > .nav-item .nav-link:hover, .mobile-subnavi > .nav > .nav-item .nav-link:focus {
	color: #d9ac5d !important;
}
@media (max-width: 1024px){
	.mobile-subnavi > .nav > .nav-item:hover,
	.mobile-subnavi > .nav > .nav-item:focus {
		color: #fff;
	}
}

.mobile-subnavi > .nav > .nav-item.active {
	color: #d9ac5d;
}

.mobile-subnavi > .nav > .nav-item > .nav-link {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
	font-size: 15px;
	font-weight: 400;
	color: inherit !important;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mobile-subnavi > .nav > .nav-item > .nav-link:before {
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
}

.mobile-subnavi > .nav > .nav-item > .sub-subnavi {
	padding: 17px 0 17px 30px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 300;
}

.mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item {
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item:hover, .mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item:focus {
	color: #d9ac5d;
}

@media (max-width: 1023px) {
	.mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item:hover,
	.mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item:focus {
		color: #fff;
	}
}

.mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item.active {
	color: #d9ac5d;
}

.mobile-subnavi > .nav > .nav-item > .sub-subnavi > .nav-item > .nav-link {
	padding: 6px 10px;
	color: inherit !important;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.mobile-subnavi.mobile-dropdown-nav-enabled > .nav > .nav-item.active {
	color: #fff;
}

.mobile-subnavi.mobile-dropdown-nav-enabled > .nav > .nav-item > .nav-link {
	color: inherit !important;
}

.mobile-subnavi.mobile-dropdown-nav-enabled > .nav > .nav-item > .sub-subnavi > .nav-item.active {
	color: #fff;
}

.mobile-subnavi.mobile-dropdown-nav-enabled > .nav > .nav-item > .sub-subnavi > .nav-item > .nav-link {
	color: inherit !important;
}

.img-navi .overlay-text {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0px 0px 10px rgba(9,9,9,.75);
	color: #fff;
	z-index: 75;
	
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.services .service-img {
	max-width: 66%;
}
.services .service-container > a {
	text-decoration: none;
}
.services .service-container h5 {
	color: #000;
}

a.hover-dark {
	position: relative;
	display: block;
}

a.hover-dark:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 50;
}

a.hover-dark:hover:after, a.hover-dark:focus:after {
	opacity: 0.3;
}


/* cookie */
#cookie.show {
    display: block;
}

#cookie {
    background-color: #d9ac5d;
    color: #000;
    display: none;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500000;
    padding: 16px 0;
    text-align: center;
	
	line-height:1.6;
}

#cookie a {
	color: #fff;
	text-decoration: underline;
}

#cookie a:hover {
	text-decoration: none;
}


.wrapper-cookie {
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#cookie .dics_agreed {
    padding: 0 9.5px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-weight: bold;
    text-transform: none;
    margin-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
	border-radius: 5px;
}

#cookie .dics_agreed:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.banner {
	padding: 15px;
	background-color: #d9ac5d;
	margin-top: 40px;
}

.banner p {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.disturber {
		margin-bottom: 150px;
	}
}

@media (min-width: 1400px) {
	.disturber {
		margin-bottom: 150px;
	}
}