﻿/* Netbizde Solutions */
@font-face{
font-family: 'theme-icons';
src:url('/css/fonts/theme/theme-icons.ttf?5qazrx') format('truetype'),url(/css/fonts/theme/theme-icons.woff?5qazrx) format('woff'),url(/css/fonts/theme/theme-icons.svg?5qazrx#theme-icons) format('svg');font-weight:400;font-style:normal;font-display:swap}
[class^=dg-theme-], [class*=" dg-theme-"] {
	font-family: theme-icons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dg-theme-emergency-phone:before {
	content: "\e900";
}
.dg-theme-testimonials-bubles:before {
	content: "\e901";
}
.dg-theme-talk:before {
	content: "\e902";
}
.dg-theme-adults:before {
	content: "\e903";
}
.dg-theme-kids:before {
	content: "\e904";
}
.dg-theme-woman:before {
	content: "\e905";
}
.dg-theme-emergency:before {
	content: "\e906";
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	overflow-x: auto;
	overflow-y: auto;
	background-color: #FFFFFF;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #434341;
}
body.no-scroll {
	overflow-y: hidden;
}
::selection {
	background: #CCCCCC;
	color: #FFFFFF;
	text-shadow: none;
}
a {
	color: #2a3d53;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: 600;
}
/* LOADING */
#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fcfcfc;
	z-index: 10000;
	position: fixed;
	display: none;
}
body#section-o #preloader {
	display: block;
}
.adaptive {
	max-width: 1180px;
	margin: auto;
}
.padder {
	padding: 0px 0px 0px 0px;
	margin: auto;
}
@media (max-width: 1300px) {
.padder {
	padding-right: 70px;
	padding-left: 70px;
}
}
@media (max-width: 768px) {
.padder {
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 480px) {
.padder {
	padding-right: 30px;
	padding-left: 30px;
}
}
.widebox {
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
}
.shadowbox {
	border-radius: 8px;
	border: 0px solid #eee;
	-webkit-box-shadow: 0 8px 32px rgb(72 72 72 / 15%);
	padding: 35px 35px 35px 40px;
	width: 100%;
}
@media (max-width: 992px) {
.shadowbox {
	border: 1px solid #eee;
}
}
@media (max-width: 480px) {
.shadowbox {
	padding: 20px 15px 20px 15px;
}
}
#wrapper {
	padding: 0px 0px 0px 0px;
	position: relative;
}
@media (max-width: 992px) {
#wrapper {
	padding: 0px 0px 0px 0px;
}
}
#container {
	position: relative;
}
header {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 99;
	background-color: #FFFFFF;
	margin: auto;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
	box-shadow: 0 1px 2px rgba(29,36,42,0.1);
}
#header-content {
	position: relative;
	width: 100%;
}
#header-top {
	background-color: #CCCCCC;
	transition: margin-top 0.7s;
}
header-top-content {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header-top-content .header-slogan {
	margin-right: auto;
}
header-top-content .header-slogan span {
	font-family: 'Alex Brush', cursive;
	font-size: 20px;
}
.header-top-menu {
}
.header-top-menu li {
	display: inline-block;
	color: #333333;
	font-size: 13px;
	margin-left: 30px;
}
.header-top-menu li a {
	color: #333333;
}
.ncms-logo {
	position: relative;
	z-index: 999;
	text-align: left;
	order: 1;
	height: 100%;
}
.ncms-logo img {
	width: 130px;
}
.menu {
	text-align: right;
	order: 2;
	justify-self: end;
}
body.header-open header {
	box-shadow: 0 1px 2px rgba(29,36,42,0.1);
	background-color: #FFFFFF;
	height: 90px;
	position: fixed;
}
body.header-open header #header-top {
	margin-top: -26px;
}
body.header-open header .logo img {
	margin-top: 12px;
}
p {
	line-height: 20px;
}
.kd-button {
}
a.kd-button, .kd-button {
	letter-spacing: 1px;
	background-color: #999;
	border-radius: 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	transition: background-color 0.3s ease;
	outline: none;
}
.kd-button:hover, a.kd-button:hover {
	background-color: #666;
}
.kd-button:active {
	background-color: #333;
}
.kd-button + .kd-button {
	margin-left: 10px;
}
kd-button:disabled, .kd-button[disabled], .kd-button[disabled]:hover, .kd-button[disabled]:active, .kd-button-disabled, .kd-button-disabled:active, .kd-button-disabled:hover, a.kd-button-disabled, a.kd-button-disabled:active, a.kd-button-disabled:hover {
	cursor: default;
	background-color: #ccc;
	color: #f8f8f8;
}
.kd-button-left + .kd-button, .kd-button-middle + .kd-button {
	margin-left: 0;
}
a.kd-button-large, .kd-button-large {
	font-size: 13px;
	height: 44px;
	line-height: 44px;
	min-width: 60px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	width: 100%;
}
a.kd-button-auto, .kd-button-auto {
	width: auto;
}
a.kd-button-primary, .kd-button-primary {
	background-color: #666;
}
.kd-button-primary:hover, a.kd-button-primary:hover {
	background-color: #333;
}
.kd-button-primary:active, a.kd-button-primary:active {
	background-color: #000;
}
a.kd-button-green, .kd-button-green {
	background-color: #57c700;
}
a.kd-button-green:hover, .kd-button-green:hover {
	background-color: #51ba00;
}
a.kd-button-negative, .kd-button-negative {
	background-color: #ff4c4c;
}
.kd-button-negative:hover, .ncms-delete-button:hover {
	background-color: #dd4141;
}
.kd-button-negative:active, .ncms-delete-button:active {
	background-color: #bb3737;
}
a.kd-button-light, .kd-button-light {
	background-color: #CCCCCC;
}
a.kd-button-light:hover, .kd-button-light:hover {
	background-color: #CCCCCC;
}
a.kd-button-light:active, .kd-button-light:active {
	background-color: #CCCCCC;
}
.kd-button-chartadder, a.kd-button-chartadder {
	width: 100%;
	max-width: 200px;
	background-color: #df2628;
}
.kd-button-chartadder:hover {
	background-color: #E96B6B;
}
.kd-button-chartadder:active {
	background-color: #FF3764;
}
.kd-button-chartadder-list {
	width: 100%;
	margin: auto;
	max-width: 200px;
	background-color: #df2628;
	line-height: 35px;
}
.kd-button-chartadder-list:hover {
	background-color: #e96b6b;
}
.kd-button-outofstock {
	width: 100%;
	max-width: 200px;
	background-color: #CCCCCC;
}
.kd-button-outofstock:hover {
	background-color: #CCCCCC;
}
.kd-badge {
	padding: 5px 10px 5px 10px;
	color: #666666;
	background-color: #EAEAEA;
	text-align: center;
}
.home-section-header {
	font-size: 27px;
	font-weight: 600;
	color: #c29d39;
	text-align: center;
	margin-bottom: 40px;
}
.home-section-header span {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.home-section-header span:after {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: -.16em;
	font-weight: 400;
	content: "";
	font-size: 2em;
	width: 35%;
	height: 3px;
	background-color: #e2b82c;
}
.kd-home-module {
	margin-top: 50px;
}
#head-right {
	float: right;
	position: relative;
}
#main-menu {
	width: 100%;
	position: relative;
}
#jsddm {
	float: right;
}
#main-menu > ul {
	font-size: 0;
}
#main-menu > ul > li {
	display: inline-block;
	margin-left: 0px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 8px 8px 0px 0px;
}
#main-menu ul > li.menu-item > a {
	transition: opacity .3s,border .3s;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	position: relative;
	font-weight: 500;
}
#main-menu ul > li.menu-item:last-child > a {
	padding-right: 0px;
}
#main-menu ul li.menu-item a:hover, #main-menu ul > li.current > a {
	opacity: .7;
}
#main-menu ul > li.current > a i {
	font-size: 7px;
	margin-left: 2px;
	color: #c29d39;
	position: absolute;
	bottom: 7px;
}
#main-menu ul li.wide-open {
	background-color: #c29d39;
}
#main-menu ul > li.wide-open > a, #main-menu ul > li.wide-open > a.current {
	border-color: rgba(255,255,255,.0);
	color: #ffffff;
}
#main-menu ul li.wide-open a:hover {
	color: #ffffff;
}
#main-menu ul > li.shop-link > a {
	font-size: 13px;
	padding: 12px;
	padding-right: 12px!important;
	background-color: #c29d39;
	color: #FFFFFF;
	border-radius: 8px;
}
#main-menu ul > li.head-cart > a {
	font-size: 13px;
	padding: 12px;
	padding-right: 12px!important;
	background-color: #808080;
	color: #FFFFFF;
	border-radius: 8px;
}
.cart-counter {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-webkit-radius: 50%;
	zoom: 1;
	width: 20px;
	height: 20px;
	min-width: 20px;
	width: auto;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	border: 2px solid #919191;
	color: #919191;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
.cart-counter.active {
	border-color: #FFFFFF;
	background-color: #df2628;
	color: #FFFFFF;
}
.widemenu {
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #404041;
	padding: 20px 15px 20px 15px;
	display: none;
	position: absolute;
	background-color: #c29d39;
	margin-top: 20px;
	z-index: 99;
	min-width: 210px;
	border-radius: 0px 8px 8px;
}
.widemenu ul {
	padding: 0px;
}
.widemenu ul li {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #C0C0C0;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 10px;
	line-height: 20px;
}
.widemenu ul li:first-child {
	padding-top: 10px;
	border-width: 1px 0px 1px 0px;
}
.widemenu > ul > li > a {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: auto;
	font-size: 18px;
	color: #FFFFFF;
	transition: opacity .3s,border .3s;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
}
#main-menu > ul > li.wide-open > a:hover {
	opacity: 1;
}
#content {
	position: relative;
	min-height: 100%;
}
.content-in {
	position: relative;
	min-height: 100%;
}
.page-container {
	margin-bottom: 25px;
	margin-top: 50px;
}
.page-container.zero-top {
	margin-top: 0px;
}
.page-container .title {
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	background: #f6f6f6;
	position: relative;
}
.page-container .title span {
	font-size: 15px;
	padding-top: 12px;
	line-height: inherit;
	position: relative;
	padding-top: 20px;
	display: inline-block;
	margin: 0;
}
.page-container .title span:after {
	content: "";
	position: absolute;
	width: 50%;
	left: 25%;
	top: -1px;
	height: 4px;
	background: #df2628;
}
.page-container .title i {
	position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 20px;
	margin-right: 5px;
	right: 10px;
	color: #999999;
}
.home-slider {
	height: 100%;
	margin-bottom: 0px;
	background-color: #666666;
}
.slider-arrow {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 19px;
	height: 38px;
	margin-top: -19px;
	z-index: 777;
	font-size: 40px;
	cursor: pointer;
}
.slider-next {
	right: -35px;
}
.slider-prev {
	left: -35px;
}
.tile-module {
}
.tile-module .left-tiles {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 60%;
}
.tile-module .left-tiles .first {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: calc(50% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}
.tile-module .left-tiles .second {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: calc(50% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}
.tile-module .right-tiles {
	position: relative;
	float: right;
	width: calc(50% - 30px);
	padding-bottom: 60%;
}
.tile-module .right-tiles .first {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: calc(0% + 0px);
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom-tiles .left-tiles {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 60%;
}
.bottom-tiles .left-tiles .first {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: calc(50% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom-tiles .left-tiles .second {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: calc(50% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom-tiles .right-tiles {
	position: relative;
	float: right;
	width: calc(50% - 30px);
	padding-bottom: 60%;
}
.bottom-tiles .right-tiles .first {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: calc(0% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}
footer {
	margin-top: 50px;
	background-color: #191919;
}
footer #footer-in {
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
	background-image: url(/images/footerbg.png);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #999999;
}
.footer-logo {
	width: 135px;
	margin-bottom: 25px;
	text-align: center;
}
.footer-company {
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
}
.footer-header {
	font-size: 14px;
	color: #FFFFFF;
}
.foot-address {
	text-align: center;
}
.foot-address ul li {
	margin-bottom: 10px;
	line-height: 20px;
}
.foot-address ul li a {
	color: #ffffff;
	text-transform: uppercase;
}
.foot-address ul li strong {
	color: #c29d39;
	font-weight: normal;
	text-decoration: underline;
}
.footer-out {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333!important;
	border-top: 1px solid #394348;
}
@media (max-width: 992px) {
.footer-out {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.foot-cards {
	text-align: right;
}
.foot-copyright {
	color: #999999;
}
@media (max-width: 768px) {
.foot-cards {
	display: none;
}
}
.foot-promo p {
	max-width: 300px;
}
.address_header {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-contacts {
	margin-top: 0px;
	padding: 30px;
	height: max-content;
	background-color: rgba(255,255,255,0.9);
}
.footer-contacts .address_header {
	color: #c29d39;
}
.footer-contacts ul li a {
	color: #c29d39;
}
.foot-address ul li.footer-call {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-call i {
	font-size: 30px;
	color: #ffffff;
}
.footer-call-icon {
	margin-right: 15px;
}
.footer-call-number {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 20px;
	font-weight: 700;
}
.foot-address ul li.footer-call .footer-call-number a {
	color: #ffffff;
}
.kd-button.footer-call-button {
	color: #FFFFFF;
	background-color: #c29d39;
	max-width: 250px;
}
.kd-button.footer-call-button:hover {
	background-color: #2A3D53;
}
.foot-address ul.sublister li {
	margin-bottom: 10px;
	color: #FFFFFF;
}
.foot-address ul.sublister li:before {
	font-family: 'Font Awesome 5 Pro';
	color: #ffffff;
	content: "\f0da";
	font-weight: 900;
	margin-right: 5px;
}
#footer-out {
	padding-top: 10px;
}
.foot-logo {
}
.foot-logo img {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 200px;
}
.mobile-nav-overlay {
	left: 0;
	min-width: 100%;
	background: rgba(0,0,0,.4);
	z-index: 100;
	position: fixed;
	top: 0;
	height: 100%;
	display: none;
}
.mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -360px;
	width: 350px;
	height: 100%;
	padding: 40px 0 0 0px;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	transition: right .5s;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
.mobile-nav.is-active {
	right: 0px;
}
.mobile-nav .menu-closer {
	position: absolute;
	top: 20px;
	right: 20px;
}
.mobile-nav .menu-closer a {
	font-size: 30px;
	cursor: pointer;
}
.mobile-main-menu {
	margin-top: 25px;
}
.mobile-main-menu a {
	text-decoration: none;
}
.mobile-main-menu ul li:first-child {
	margin-top: 0px;
}
.mobile-main-menu > ul > li {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #E9E9E9;
	padding-top: 16px;
	padding-bottom: 16px;
}
.mobile-main-menu > ul > li a {
	padding-left: 25px;
	padding-right: 20px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 15px;
}
.mobile-main-menu li.level-2 > a {
	color: #c29d39;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-main-menu li.level-3 > a {
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.mobile-main-menu ul ul {
	padding-left: 25px;
}
.mobile-main-menu ul ul li:first-child {
	margin-top: 10px;
}
.mobile-main-menu ul ul li {
	margin-bottom: 13px;
	margin-top: 0px;
}
.mobile-main-menu ul ul li:last-child {
	margin-bottom: 0px;
}
.mobile-main-menu ul ul li a {
	font-size: 12px;
}
.mobile-address ul li {
	color: #F2F2F2;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
.mobile-address ul li a {
}
.mobile-social {
	margin-top: 20px;
	margin-bottom: 10px;
}
.mobile-social ul li {
	display: inline-block;
	margin-right: 10px;
}
.mobile-social ul li a {
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-align: center;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	display: block;
}
#hamburger {
	display: none;
}
#hamburger a {
	margin: 0;
	padding: 0;
	cursor: pointer;
	line-height: 60px;
	color: #666666;
}
#hamburger i {
	font-size: 30px;
}
#side-nav-container {
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 30px;
}
#side-nav-container h4 {
	color: #E6E6E6;
	font-size: 14px;
	margin-bottom: 35px;
	letter-spacing: 2px;
}
#side-nav-container ul {
	display: none;
}
#side-nav-container ul li {
	margin-bottom: 20px;
}
#side-nav-container ul li a {
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	transition: .3s;
}
#side-nav-container ul li a:hover {
	opacity: 0.7;
}
.side-nav {
	position: fixed;
	top: 70px;
	left: 50px;
	bottom: 0;
	width: 0;
	z-index: 998;
}
.side-nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1;
}
.side-nav.open .inner {
	transition-delay: 0s;
}
.side-nav.open .inner .mCustomScrollbar, .side-nav.open .inner .side-nav-list {
	opacity: 1;
	transition-delay: .3s;
}
.side-nav .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 90px 0;
	width: 0;
	background: rgba(0,0,0,.75);
	transition: width .5s cubic-bezier(.455,.03,.515,.955);
	transition-delay: .3s;
	overflow: hidden;
}
.side-nav.open .inner {
	width: 510px;
}
.side-nav .menu-closer {
	position: absolute;
	top: 20px;
	right: 20px;
}
.side-nav .menu-closer a {
	color: #FFFFFF;
	font-size: 30px;
	cursor: pointer;
}
#home-module {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
.home-title {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 66.7%;
	padding-right: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.home-title h3 {
	font-size: 30px;
}
.home-text {
	width: 66.7%;
	float: right;
	border-left: 1px solid #000;
	padding-left: 35px;
	border-left-color: #666666;
}
.home-text p {
	line-height: 28px;
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 10px;
}
.home-text p strong {
	font-weight: normal;
	color: #86754d;
}
.facility-area {
}
.facility-area .left-tiles {
	position: relative;
	float: left;
	width: 67%;
	padding-bottom: 45%;
}
.facility-area .left-tiles .first {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.facility-area .left-tiles .second {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: calc(50% + 10px);
	background-repeat: no-repeat;
	background-size: cover;
}
.facility-area .right-tiles {
	position: relative;
	float: right;
	width: calc(32% - 0px);
	padding-bottom: 45%;
}
.facility-area .right-tiles .first {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: calc(0% + 0px);
	background-repeat: no-repeat;
	background-size: cover;
}
.facility-area .room-box {
	transition: .3s;
	height: 100%;
}
.facility-area .room-box {
	background-color: rgba(255,255,255, 0.9);
	position: relative;
}
.facility-area .room-box .booker {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.facility-area .room-box .booker a {
	background-color: #a5936a;
	font-size: 25px;
	line-height: 100px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	transition: .3s;
}
.facility-area .room-box .booker a:hover {
	background-color: #918057;
}
.facility-area .room-box .booker ul li {
	background-color: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 25px;
	border-style: solid;
	border-width: 4px 0px 0px 0px;
	border-color: #FFFFFF;
	padding-left: 70px;
	font-size: 14px;
	color: #86754d;
	letter-spacing: 1px;
}
.facility-area .room-box .booker ul li.bedsize {
	background-position: 20px 15px;
	background-image: url('/images/bed.png');
	background-repeat: no-repeat;
	background-size: 32px 29px;
}
.facility-area .room-box .booker ul li.roomsize {
	background-position: 20px center;
	background-image: url('/images/room.png');
	background-repeat: no-repeat;
	background-size: 32px 29px;
}
.facility-area .room-box .booker ul li p {
	display: inline;
}
.facility-area .room-box .detailer {
	padding: 30px;
	position: absolute;
	top: 0px;
}
.facility-area .room-box .detailer h1 {
	font-size: 35px;
}
.facility-area .room-box .detailer h2 {
	font-size: 15px;
	color: #808080;
	margin-top: 10px;
}
.facility-area .room-box .detailer .detail-text {
	margin-top: 40px;
}
.facility-area .room-box .detailer .detail-text p {
	margin-bottom: 10px;
	line-height: 25px;
}
#contacts-container {
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 45;
}
#contacts p a {
	text-decoration: none;
}
#contactpage {
	margin: auto auto auto auto;
	position: relative;
	z-index: 46;
}
#contactpage h1 {
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #666666;
}
#contactpage h5 {
	font-size: 12px;
	margin-bottom: 8px;
	letter-spacing: 5px;
	color: #C0C0C0;
}
#contactpage p {
	margin-bottom: 12px;
}
#contacts span {
	font-family: 'heydings_iconsregular';
	font-size: 15px;
	margin-right: 5px;
}
.form__field {
	margin-bottom: 25px;
	vertical-align: top;
}
.form_hidden_element {
	display: none;
}
.form__label {
	display: block;
	color: #666666;
	margin-bottom: 3px;
	font-weight: bold;
}
.has-error .form__label {
	color: #dd4141; !important;
}
.has-error .form__input, .pd-field-error {
	background: #fff6f6 !important;
	border: 1px solid #ff4c4c !important;
	color: #ff4c4c !important;
	margin-bottom: 5px;
}
.has-error .form-error, .has-error .form__field__name {
	color: #E98181;
}
#formcontainer {
	margin-top: 0px;
}
#contactpage #formcontainer {
	margin-top: 0px;
	float: right;
}
#formcontainer ul li {
	margin-bottom: 10px;
}
#formcontainer ::-webkit-input-placeholder {
	color: #666666;
}
#formcontainer :-moz-placeholder {
	/* Firefox 18- */
   color: #666666;
}
#formcontainer ::-moz-placeholder {
	/* Firefox 19+ */
   color: #666666;
}
#formcontainer :-ms-input-placeholder {
	color: #666666;
}
.w-form-field {
	border: 1px solid #999999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	background-color: transparent;
	font-size: 14px;
}
.w-form-field.small {
	height: 34px;
	padding: 8px 10px;
}
.w-form-field.medium {
	height: 37px;
	padding: 10px 10px 9px;
}
.w-form-field.large {
	height: 37px;
	padding: 10px 10px 10px 10px;
	width: 600px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
.w-form-field.big {
	height: 40px;
	padding: 10px 10px;
	line-height: 18px;
	font-size: 14px;
}
textarea.w-form-field.large {
	height: 110px;
	padding: 10px 10px 9px 10px;
	padding: 10px 10px 9px 10px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 14px;
}
.w-form-field.huge {
	width: 320px;
}
.w-form-field.full {
	width: 100%!important;
}
.w-form-field.hover,.w-form-field:hover:not(:focus){}
.w-form-field.invalid, .w-form-field:invalid {
	border-color: #ff0000;
}
.w-form-field.focus, .w-form-field:focus {
}
.w-form-button {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	border-radius: 6px;
	line-height: 16px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.w-form-button.small {
	height: 34px;
	padding: 8px 10px;
}
.w-form-button.medium {
	height: 37px;
	padding: 10px 10px 9px;
}
.w-form-button.big {
	height: 40px;
	padding: 10px 10px;
	line-height: 18px;
	font-size: 14px;
}
.w-form-button.huge {
	height: 62px;
	padding: 19px 10px;
	line-height: 22px;
	font-size: 18px;
}
.w-form-button.input {
	-webkit-appearance: none;
}
.w-form-button:not([disabled]).hover,.w-form-button:not([disabled]):hover:not(:active){box-shadow:3px 5px 5px rgba(212, 218, 221, 0.5),inset 3px 5px 30px rgba(255, 255, 255, 0.5);}
.w-form-button:not([disabled]).hover.no-outer-shadow,.w-form-button:not([disabled]):hover:not(:active).no-outer-shadow{box-shadow:inset 3px 5px 30px rgba(255, 255, 255, 0.5);}
.w-form-button:not([disabled]).push,.w-form-button:not([disabled]):active{box-shadow:inset 3px 5px 10px rgba(0, 0, 0, 0.24);}
.w-form-button[disabled] {
	cursor: auto;
	background-color: #d1cfcf;
	border-color: #d1cfcf;
}
.w-form-button.red:not([disabled]){background-color:#017cba;border-color:#3396c8;}
.w-form-button.red:not([disabled]).hover,.w-form-button.red:not([disabled]):hover:not(:active){border-color:#3396c8;}
.w-form-button.red:not([disabled]).push,.w-form-button.red:not([disabled]):active{border-color:#3396c8;}
.submit {
	margin-top: 20px;
	padding-bottom: 15px;
}
#map {
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 44;
}
.mapAddress {
	color: #333333;
	width: 250px;
	height: 75px;
}
.mapAddress strong {
	margin-bottom: 10px;
	font-weight: bold;
}
.mapAddress p:first-child {
	margin-bottom: 6px;
}
.gmnoscreen, #map span, #map a img, #map div a, .gm-fullscreen-control {
	display: none;
}
.gmnoprint {
	display: none;
}
.hatali {
	display: none;
	margin-bottom: 5px;
}
.alert {
	color: #a5936a;
}
.snip1581 {
	position: relative;
	overflow: hidden;
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	height: 250px;
}
.snip1581 * {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snip1581 img {
	width: 100%;
	vertical-align: top;
}
.snip1581 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.snip1581 h3 {
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 3px 0;
}
.snip1581 .title1 {
	font-size: 20px;
}
.snip1581 .title2 {
	color: #f6d6d7;
	font-size: 13px;
	opacity: 0.6;
}
.snip1581 .title3 {
	font-size: 14px;
	text-transform: none;
	margin-top: 5px;
}
.snip1581 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.snip1581:hover img, .snip1581.hover img {
	-webkit-transform: scale(1.3) rotate(5deg);
	transform: scale(1.3) rotate(5deg);
}
#home-services {
	margin-top: 10px;
	grid-gap: 5px;
}
article p {
	line-height: 25px;
}
article .aimg {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
article .aimg img {
	max-width: 350px;
}
@media (max-width: 1300px) {
article .aimg img {
	max-width: 250px;
}
}
@media (max-width: 640px) {
article .aimg img {
	max-width: 100%;
	width: 100%;
}
article .aimg {
	float: none;
	margin-right: 0px;
	margin-bottom: 25px;
}
}
.article-gallery ul {
	width: 100%;
}
.article-gallery ul li .gallery-img {
	border: 1px solid #C0C0C0;
	width: 100%;
	height: 90px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: block;
}
#about-sines .sines-text {
	display: inline-block;
	width: 60%;
	position: relative;
	vertical-align: top;
	padding-right: 25px;
}
#about h3 {
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: 7px;
	color: #C0C0C0;
}
#about h1 {
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #666666;
}
.about-text p, .project-details p {
	font-size: 14px;
	margin-bottom: 20px;
}
.about-text p.bold {
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 26px;
}
#about .sines-images {
	display: inline-block;
	width: 40%;
	position: relative;
	vertical-align: top;
}
#about .about-images .image-container {
	text-align: right;
	position: relative;
}
#about .about-images .image-container img {
	width: 100%;
}
#about .sines-images .image-container-smaller {
	text-align: left;
	margin-top: -150px;
}
#architects {
	margin-top: 45px;
	margin-bottom: 50px;
}
#architects ul li {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}
#architects ul li.person {
	padding-left: 25px;
}
#architects ul li.person img {
	max-width: 100%;
}
#architects ul li.person .person-image {
	margin-bottom: 15px;
}
#architects ul li.person h5 {
	font-size: 15px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	color: #808080;
}
#architects ul li.person h5 span {
	color: #666666;
}
#architects ul li.person p {
	font-size: 13px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	color: #808080;
	line-height: 22px;
}
.bg {
	display: block;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
}
.box, .box-h {
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease-in 0.2s;
	position: relative;
}
.box {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	transition: all .2s;
	transition-delay: .1s;
	box-shadow: inset 0 0 150px #000;
}
.box:hover {
	box-shadow: inset 0 0 70px rgba(0,0,0,0.3);
}
.image-caption {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	background-color: rgba(0,0,0,0.3);
	transition: all ease-in 0.2s;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 2px;
	line-height: 50px;
}
.box:hover .image-caption {
	display: block;
}
.desc {
	position: absolute;
	width: 100%;
	bottom: 30%;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: transparent;
	transition: all ease-in 0.2s;
}
.legend {
	text-align: center;
	font-size: 11px;
	color: rgb(192,192,192);
}
.on {
	color: #ffffff;
}
div.imger {
	visibility: hidden;
	margin-bottom: 15px;
}
.overlay-desc.on div.imger {
	visibility: visible;
}
.overlay-desc p {
	color: transparent;
	margin-right: 5px;
	margin-left: 5px;
}
.overlay-desc.on p {
	color: #F3F3F3;
}
[class*='bit-'] {
	float: left;
	padding: 0.3em;
	margin: auto;
}
.bit-1 {
	width: 100%;
}
.bit-4 {
	width: 20%;
	height: 250px;
	transition: all ease-in 0.3s;
	position: relative;
	cursor: pointer;
}
.project-frame {
	padding-top: 10px;
	padding-right: 0px;
	margin-bottom: 15px;
}
.project-frame.preload {
	display: none;
}
#cookie-alert {
	background: url(/images/packman-v2.gif) 50% 10px no-repeat #003765 !important;
	width: 400px;
	height: auto;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 2px;
	z-index: 999;
	display: none;
	font-family: 'Roboto', sans-serif;
}
#cookie-alert-inner {
	margin: 90px 30px 30px 30px;
}
#cookie-alert-inner p {
	color: #FFFFFF;
	font-weight: 400;
	line-height: 19px;
}
#cookie-buttons {
	margin-top: 15px;
}
#cookie-buttons ul li {
	display: inline-block;
}
#cookie-buttons ul li a {
	display: block !important;
	white-space: nowrap;
	transition: background 142ms linear;
	background: #0168c1;
	border-radius: 2px;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}
#cookie-buttons ul li a:hover {
	background: #0089ff;
}
#not-found-module {
	background-color: #f2f2f2;
	text-align: center;
}
.not-found-image img {
	max-width: 768px;
	width: 100%;
}
.not-found-message {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #ef4836;
	text-align: center;
}
.not-found-detail {
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
#project-details {
	margin-top: 0px;
}
#project-details h5 {
	font-size: 15px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	color: #666666;
}
}
.sines-col {
	color: #d2232a;
}
.sines-pdf {
	text-align: right;
	margin-top: 15px;
}
.sines-pdf img {
	vertical-align: middle;
	margin-right: 5px;
}
.sines-pdf a {
	font-weight: bold;
	color: #d2232a;
}
#home-news {
	margin-top: 70px;
	margin-bottom: 70px;
}
.news-container {
	height: 40vh;
	grid-gap: 15px;
}
.news-item {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.news-item p {
	color: #666666;
	padding: 0px;
	margin: 0px;
}
.news-item .heading {
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
}
.bottom-caption {
	padding: 15px;
	position: absolute;
	bottom: 15px;
	background-color: rgba(255, 255, 255, 0.9);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
}
.bottom-caption p {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
}
.right-caption {
	padding: 15px;
	position: absolute;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
}
.right-caption p {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
}
.news-rows {
	height: 100%;
	grid-gap: 15px;
}
.module-header {
	border-width: 0px 0px 0px 5px;
	border-top-color: #df2628;
	border-right-color: #df2628;
	border-bottom-color: #df2628;
	border-left-color: #df2628;
	border-style: solid;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 20px;
	font-size: 17px;
}
.module-header span {
	opacity: 0.8;
}
#kd-partners {
	width: 100%;
	position: relative;
	z-index: 48;
	margin-right: auto;
	margin-left: auto;
}
#kd-partners ul {
}
#kd-partners ul li {
}
#kd-partners ul li .item-inside {
	padding: 0px 20px 0px 20px;
	text-align: center;
	width: 100%;
}
#kd-partners ul li .item-inside a {
	text-align: center;
}
#kd-partners h2 {
	padding: 0px;
	margin: 15px 0px 10px 0px;
	font-size: 15px;
	color: #666666;
	letter-spacing: 2px;
}
#kd-partners h4 {
	margin-bottom: 40px;
}
#kd-partners img {
}
#kd-partners .summary {
	margin-bottom: 15px;
}
#kd-partners .btn a {
	border: 1px solid #666666;
	display: inline-block;
	background-color: #FFFFFF;
}
#kd-partners .btn a:hover {
	background-color: #910a2d;
	color: #ffffff;
	border: 1px solid #910a2d;
}
.kd-partners .content-item {
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	overflow: hidden;
}
.kd-partners .content-item .content-visual {
	margin: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 8px 8px 0px 0px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kd-partners .content-item .content-visual img {
	max-height: 100px;
	max-width: 150px;
}
.kd-partners .content-item .content-details {
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.kd-partners .content-item .content-details .content-name {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
}
.kd-partners .content-item .content-details .content-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}
.partners-slide-container {
	position: relative;
}
.product-lister {
	padding: 0px;
	margin-bottom: 25px;
	grid-row-gap: 40px;
}
.product-lister .product {
	padding: 13px;
	margin: 0px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.product-lister > .product > a {
	display: block;
}
.product-lister .product:hover a {
	color: #df2628;
}
.product-lister .product figure {
	min-height: 170px;
	margin-top: 15px;
	text-align: center;
}
.product-lister .product figure img {
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
}
.product-lister .product .product-price {
	font-size: 19px;
	margin-top: 10px;
	color: #333333;
}
.product-lister .product .product-name {
	height: 45px;
	display: block;
	display: -webkit-box;
	text-align: left;
	margin: 12px 0 0 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	color: #484848;
	overflow: hidden;
	line-height: 17px;
}
.product-lister .product-cart-adder {
	margin-top: 15px;
}
#rightcontent {
	padding-top: 5px;
}
h1 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #4f3e27;
	line-height: 35px;
	font-weight: 600;
}
.garticle p {
	line-height: 25px;
}
.garticle p, .garticle ul, .garticle ol {
	margin-bottom: 20px;
}
.garticle h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
}
.garticle h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.garticle ul {
	list-style-type: disc;
	list-style-position: inside;
}
.garticle ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.garticle ul ul, .garticle ol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px;
}
.garticle ol ol, .garticle ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px;
}
.garticle li {
	display: list-item;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.garticle .full-img img {
	width: 100%;
	margin-bottom: 25px;
}
.garticle .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 40px;
	margin-top: 40px;
}
.garticle iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#leftcontent {
	padding-top: 5px;
}
#leftcontent .title {
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	background: #f6f6f6;
	position: relative;
}
#leftcontent .title span {
	font-size: 15px;
	padding-top: 12px;
	line-height: inherit;
	position: relative;
	padding-top: 20px;
	display: inline-block;
	margin: 0;
}
#leftcontent .title span:after {
	content: "";
	position: absolute;
	width: 50%;
	left: 25%;
	top: -1px;
	height: 4px;
	background: #c29d39;
}
#leftcontent .title i {
	position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 20px;
	margin-right: 5px;
	right: 10px;
	color: #999999;
}
#leftcontent .title.opened i {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter-content {
	margin-bottom: 30px;
}
#leftcontent .filter-content .helper {
	color: #999999;
	margin-left: 5px;
	margin-bottom: 5px;
	display: none;
}
.filter-content ul {
	padding-top: 10px;
}
.filter-content ul li {
	padding: 8px 7px 8px 7px;
	margin-bottom: 2px;
}
.filter-content ul li.current {
}
.filter-content ul li a {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
}
.filter-content ul li.current a, .filter-content ul li a:hover {
	color: #c29d39!important;
}
.filter-content ul li.filter-back {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #C0C0C0;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
#left-modules li {
	margin-bottom: 5px;
	text-align: center;
}
#left-modules li img {
	width: 100%;
	max-width: 350px;
}
#leftmenu {
	max-width: 240px;
	margin-top: 0px;
}
#leftmenu ul {
	margin: 0;
	padding: 0;
}
#leftmenu > ul {
	margin-bottom: 10px;
}
#leftmenu > ul > li {
	position: relative;
	margin-bottom: 1px;
}
#leftmenu > ul > li > a {
	display: block;
	outline: 0;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background: #999999;
	height: 37px;
}
#leftmenu > ul > li:first-child > a {
	border-radius: 4px 4px 0px 0px;
}
#leftmenu > ul > li > a > i {
	display: block;
	width: 45px;
	height: 30px;
	float: left;
}
#leftmenu > ul > li > ul {
	overflow: hidden;
	background: #fff;
	color: #ec2b48;
	width: 100%;
	display: none;
}
#leftmenu > ul > li > ul > li {
	counter-increment: items;
	padding: 1em 1.3em;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	cursor: pointer;
	background-color: #F3F3F3;
}
#leftmenu > ul > li > ul > li:hover {
	background: #E1E1E1;
}
#leftmenu .active {
	border-width: 0px 0px 1px 0px;
	background: #333333;
	border-bottom-color: #666666;
}
#leftmenu > ul > li > ul > li a {
	display: block;
}
#leftmenu .closed {
}
#product-detail {
	grid-gap: 70px;
}
#product-detail #product-info h1 {
	font-size: 20px;
}
#product-detail #product-info h6 {
	margin-bottom: 10px;
	color: #999999;
}
.package-security img {
	height: 90px;
}
.package-security p {
	margin-bottom: 10px;
}
.product-price-area {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-price-area .product-info-price {
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #df2628;
}
.product-price-area .product-info-price .curr-symbol-right {
	margin-left: 7px;
}
.product-price-area .product-info-price .curr-symbol-left {
	margin-right: 7px;
}
.product-rating-container {
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-rating-container a {
	color: #a3a3a3;
	font-size: 13px;
}
.product-rating-container a i {
	margin-right: 2px;
}
.product-stock-container span {
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.product-stock-container span.in-stock {
	background-color: #2ecc71 !important;
}
.product-stock-container span.out-of-stock {
	background-color: #e74c3c !important;
}
#product-detail #product-visuals {
	text-align: center;
}
.sp-quantity {
	position: relative;
	display: grid;
	grid-auto-flow: column;
	justify-items: stretch;
	grid-template-columns: 50px 1fr 50px;
}
.sp-minus {
	margin-right: -1px;
}
.sp-input {
}
.sp-plus {
	margin-left: -1px;
}
.sp-input input {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	display: block;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #dedede;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-align: center;
	font-size: 15px;
	outline: none;
	-webkit-appearance: none;
	width: 100%;
}
.sp-quantity button {
	margin-bottom: 0;
	color: #666666;
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: 1px solid #dedede;
	cursor: pointer;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
}
.sp-quantity button:hover {
	background-color: #E9E9E9;
}
#product-chart-area {
	grid-gap: 10px;
}
#product-chart-area .product-cart-addera button {
	font-size: 13px;
	color: #FFFFFF;
	padding: 9px 11px 9px 11px;
	border-radius: 0px;
	letter-spacing: 1px;
	border: 0px solid #E41060;
	transition: background-color 0.3s ease;
	width: 100%;
	background-color: #df2628;
	cursor: pointer;
	height: 44px;
}
#product-chart-area .product-cart-addera button:hover {
	background-color: #666666;
	color: #ffffff;
	border: 0px solid #5C5C5C;
}
#product-chart-area .product-cart-adder button i {
	margin-right: 10px;
}
.product-specifications .accordion-toggle {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #808080;
	cursor: pointer;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.product-specifications .accordion-toggle i {
	float: right;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.product-specifications .accordion-toggle.active i {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-specifications .accordion-content {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-specifications .accordion-content.default {
	display: block;
}
.product-specifications {
	margin-top: 25px;
	margin-bottom: 25px;
}
.kd-mobile-menu {
	padding: 25px;
	background-color: #c29d39;
	position: relative;
	z-index: 50;
	display: none;
}
.kd-mobile-menu .main i {
	float: right;
	font-size: 20px;
}
.kd-mobile-menu p {
	color: #666666;
}
.kd-mobile-menu ul .inner {
	display: none;
}
.kd-mobile-menu .listings {
	padding: 5px 0px 20px 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.kd-mobile-menu .listings ul {
	padding-right: 30px;
	padding-left: 30px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.kd-mobile-menu .listings ul li:not(ul.level-3 li) {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EEEEEE;
}
.kd-mobile-menu .listings ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.kd-mobile-menu ul .inner.show {
}
.kd-mobile-menu ul li {
	margin: 0px 0 0px 0;
}
.kd-mobile-menu > ul > li > ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.kd-mobile-menu > ul > li > a {
	width: 100%;
	display: block;
	color: #fefefe;
	padding: 15px 0px 15px 0px;
	transition: background .3s ease;
	font-size: 15px;
}
.kd-mobile-menu > ul > li > a.toggle.current {
}
.kd-mobile-menu > ul > li > a {
	width: 100%;
	display: block;
	color: #fefefe;
	padding: 13px 10px 13px 10px;
	transition: background .3s ease;
	border-radius: 5px;
}
.kd-mobile-menu > ul > li > a.toggle.current, .kd-mobile-menu > ul > li > a.toggle:hover {
	background-color: #7187DF;
}
.kd-mobile-menu > ul > li > ul > li > a i {
	float: right;
	font-size: 11px;
	line-height: 15px;
}
.kd-mobile-menu > ul > li > ul > li > a.toggle.current i {
	display: block;
}
.kd-mobile-menu ul.level-3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.kd-responsive-table {
	overflow-x: auto;
	overflow-y: hidden;
}
.kd-table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.kd-table th, .kd-table td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.kd-table thead th {
	vertical-align: middle;
}
.kd-cart-table td {
	vertical-align: middle;
}
.kd-cart-table .cartpic {
	width: 50px;
	height: 50px;
	text-align: center;
}
.kd-cart-table .cartpic img {
	max-width: 50px;
	max-height: 100%;
	object-fit: contain;
}
.kd-cart-table .cart-name {
}
.kd-cart-table .sp-quantity {
	grid-template-columns: 45px 1fr 45px;
}
.kd-cart-table .sp-input input {
	padding: 5px 0px 5px 0px;
	font-size: 14px;
}
.kd-badge.cart-price {
	color: #666666;
}
.kd-badge.cart-grand-total {
	padding: 10px;
	color: #666666;
	font-size: 16px;
	width: 100%;
}
.cart-totals {
	margin-top: 25px;
}
.cart-total-price-area, .cart-totals {
	align-items: center;
}
.empty-cart {
	text-align: center;
}
.empty-cart img {
	max-width: 130px;
}
.empty-cart h4 {
	color: #ff6889;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 23px;
}
.order-areas {
	grid-gap: 40px;
}
.payment-areas {
	margin-top: 0px;
	padding: 20px 25px 15px 25px;
	position: relative;
	background: url('/images/cartbanner_01.png') center top repeat;
}
.payment-areas h3 {
	margin-bottom: 15px;
}
.order-page .order-areas h3 i, .order-page .payment-areas h3 i {
	color: #df2628;
	margin-right: 5px;
	font-size: 18px;
}
.order-page .order-areas h3, .order-page .payment-areas h3 {
	font-weight: bold;
}
.payment-areas .w-form-field {
	background-color: #FFFFFF;
}
.order-page .delivery-areas h3 {
	margin-bottom: 5px;
}
.order-page .order-areas #formcontainer {
	margin-top: 15px;
}
.order-complete-areas {
	background: url('/images/cartbanner_03.png') center top repeat;
	height: 88px;
	padding: 15px 25px 0px 25px;
}
.tott {
	font-size: 13px;
	line-height: 100%;
	color: #606060;
}
.price {
	font-size: 22px;
	color: #db6363;
	line-height: 100%;
}
#subeler {
	position: relative;
	z-index: 999;
	width: 100%;
	margin-top: 0px;
}
#subeler ul {
	width: 100%;
	grid-gap: 50px;
}
#subeler ul li {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
}
#subeler ul li.current:after {
	border-style: solid;
	border-width: 16px 0 16px 16px;
	content: '';
	display: inline-block;
	height: 0;
	position: absolute;
	right: 20px;
	width: 0;
	top: -24px;
	transform: rotate(-90deg);
}
#subeler ul li.current:after {
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #c29d39;
}
#subeler ul li .ttk {
	padding: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-color: #808080;
}
#subeler ul li .branch {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	letter-spacing: 1px;
	font-weight: 600;
}
#subeler ul li p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 16px;
}
#subeler ul li .brimage {
	margin-bottom: 5px; /* IE 8 */;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 5-7 */;
	filter: alpha(opacity=40); /* Netscape */;
	-moz-opacity: 0.4; /* Safari 1.x */;
	-khtml-opacity: 0.4; /* Good browsers */;
	opacity: 0.4;
}
#subeler ul li .brimage img {
	width: 140px;
}
#subeler ul li .maplink span {
	color: #B7B7B7;
}
#subeler ul li.current .maplink {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#subeler ul li .numbers {
	margin-top: 7px;
}
#subeler ul li strong {
	color: #FFFFFF;
	font-weight: bold;
}
#subeler ul li .numbers .telefon {
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 10px;
}
#subeler ul li .numbers .faks {
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 3px;
}
#subeler ul li .numbers .faks a {
	color: #FFFFFF;
}
#subeler ul li .numbers .calisma {
	color: #FFFFFF;
	margin-top: 5px;
}
#subeler ul li .maplink {
	margin-top: 10px;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#subeler ul li.current .ttk {
	background-color: #4f3e27;
	position: relative;
}
#subeler ul li.current .brimage {
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */;
	filter: alpha(opacity=100); /* Netscape */;
	-moz-opacity: 1.0; /* Safari 1.x */;
	-khtml-opacity: 1.0; /* Good browsers */;
	opacity: 1.0;
}
#subeler ul li.current p {
	color: #FFFFFF;
}
#subeler ul li.current .numbers strong {
	color: #FFFFFF;
	font-weight: bold;
}
#subeler ul li.current .numbers .telefon {
	color: #FFFFFF;
}
#subeler ul li.current .numbers .faks {
	color: #FFFFFF;
	font-size: 11px;
}
#subeler ul li.current .numbers .faks a {
	color: #FFFFFF;
}
#subeler ul li.current .numbers .calisma {
	color: #FFFFFF;
}
#subeler ul li a {
	color: #B7B7B7;
}
#subeler ul li.current a {
	color: #ffffff;
}
.formmodule {
	margin-top: 50px;
}
.product {
	margin-bottom: 20px;
}
.product-image {
	background-position: center center;
	border: 1px solid #EAEAEA;
	height: 550px;
	background-repeat: no-repeat;
	background-origin: content-box;
}
.product-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-info p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.product-info-inner {
	max-width: 700px;
	text-align: center;
}
#socials {
	margin-top: 25px;
}
#socials a {
	display: block;
	text-align: center;
	color: #c29d39;
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
}
#socials .fab {
	font-size: 20px;
	line-height: 34px;
}
#socials a:hover {
	color: #CCCCCC;
}
#socials a.facebook:hover {
	background-color: #3b5998;
	color: #FFFFFF;
}
#socials a.instagram:hover {
	background-color: #a82400;
	color: #FFFFFF;
}
#socials a.whatsapp:hover {
	background-color: #68BA59;
	color: #FFFFFF;
}
#socials a.twitter:hover {
	background-color: #1DA1F2;
	color: #FFFFFF;
}
#socials a.youtube:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
	-webkit-animation-name: zoomInImage;
	animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
	-webkit-animation-name: zoomOutImage;
	animation-name: zoomOutImage;
}
.slick-slide img {
}
.kd-slide {
	position: relative;
}
.slides [data-animation] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-transition: opacity 0.5s ease 0.3s;
	transition: opacity 0.5s ease 0.3s;
}
.kd-slide-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 700px;
}
@media (max-width: 1300px) {
.kd-slide-image {
	height: 500px;
}
}
.kd-slide-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	height: auto;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition: all 1s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kd-slide-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
}
.kd-slide-text {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.kd-slide-text .animated {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.kd-slide-outer {
	position: absolute;
	right: 0;
	bottom: 0;
}
.kd-slide-outer img {
	opacity: 0.3!important;
	margin-right: 15px;
	margin-bottom: 15px;
}
.home-slides {
	position: relative;
}
.home-slides .slick-prev, .home-slides .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 99;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.home-slides .slick-prev:before, .home-slides .slick-next:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	opacity: 1.0;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home-slides .slick-prev {
	left: 25px;
}
[dir=rtl] .home-slides .slick-prev {
	right: 25px;
	left: auto;
}
.home-slides .slick-prev:before {
	content: "\f0d9";
}
[dir=rtl] .home-slides .slick-prev:before {
	content: "\f0d9";
}
.home-slides .slick-next {
	right: 25px;
}
[dir=rtl] .home-slides .slick-next {
	right: auto;
	left: 25px;
}
.home-slides .slick-next:before {
	content: "\f0da";
}
[dir=rtl] .home-slides .slick-next:before {
	content: "\f0da";
}
/* Dots */
.home-slides.slick-dotted.slick-slider {
	margin-bottom: 50px;
}
.home-slides .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.home-slides .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.home-slides .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.home-slides .slick-dots li button:hover, .home-slides .slick-dots li button:focus {
	outline: none;
}
.home-slides .slick-dots li button:hover:before, .home-slides .slick-dots li button:focus:before {
	opacity: 1;
}
.home-slides .slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	color: #c29d39;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home-slides .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #e2b82c;
}
.slide-header {
	font-size: 45px;
	font-weight: 600;
	line-height: 40px;
	color: #2a3d53;
}
.slide-detail {
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 27px;
	font-size: 20px;
	color: #2e3e52;
	font-weight: 500;
}
.quote {
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
}
.kd-button.main-slider-button {
	color: #FFFFFF;
	background-color: #c29d39;
	max-width: none;
	width: auto;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	display: inline-block;
}
.kd-button.main-slider-button:hover {
	background-color: #2A3D53;
}
.kd-slide-text-wrapper {
	max-width: 500px;
}
.kd-slide.white-theme .slide-header {
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}
.kd-slide.white-theme .slide-detail {
	color: #ffffff;
}
.kd-slide.white-theme .kd-button.main-slider-button {
	background-color: #c29d39;
}
.kd-slide.white-theme .kd-button.main-slider-button:hover {
	background-color: #2A3D53;
}
.kd-slide-right {
	flex-direction: row-reverse;
}
#home-tedaviler {
	position: relative;
	grid-gap: 30px;
}
#home-tedaviler .tedavi-grup {
	border-radius: 15px;
	background-position: center top;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #f5f5f5;
	box-shadow: 4px 4px 0 0 #f5f5f5;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	margin: 0;
}
#home-tedaviler .tedavi-grup:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #c5d7e0;
	box-shadow: 4px 4px 0 0 #c5d7e0;
	background-color: #fcfdfe;
}
#home-tedaviler .tedavi-grup .grup-gorsel {
	margin: 15px 15px 15px 15px;
	height: 130px;
	overflow: hidden;
	position: relative;
	border-radius: 15px 15px 0px 0px;
}
#home-tedaviler .tedavi-grup .grup-gorsel img {
	width: 100%;
	object-fit: cover;
	height: 133px;
	transition: 0.3s;
}
#home-tedaviler .tedavi-grup .grup-gorsel:after {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(/images/bottom-curve.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 9;
}
#home-tedaviler .tedavi-grup:hover .grup-gorsel img {
	transform: scale(1.1);
}
#home-tedaviler .tedavi-grup .grup-content {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
#home-tedaviler .tedavi-grup .grup-content h2 {
	color: #c29d39;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
#home-tedaviler .tedavi-grup .grup-content h2 a {
	color: #c29d39;
}
#home-tedaviler .tedavi-grup .grup-content ul li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
#home-tedaviler .tedavi-grup .grup-content ul li:before {
	font-family: 'Font Awesome 5 Pro';
	color: #318ca0;
	content: "\f111";
	margin-right: 8px;
	font-size: 10px;
}
#home-tedaviler .tedavi-grup .grup-content ul li:hover:before {
	content: "\f192";
}
#home-tedaviler .tedavi-grup .grup-content .vall {
	margin-top: 20px;
}
#home-tedaviler .tedavi-grup .grup-content .vall a {
	color: #1b8ea1;
}
@media (max-width: 1500px) {
#home-tedaviler .tedavi-grup .grup-gorsel {
	height: 130px;
}
#home-tedaviler .tedavi-grup .grup-gorsel img {
	height: 125px;
}
}
@media (max-width: 1250px) {
}
@media (max-width: 1199px) {
#home-tedaviler {
	grid-gap: 60px;
}
}
@media (max-width: 1101px) {
}
@media (max-width: 768px) {
#home-tedaviler .tedavi-grup {
	margin-bottom: 25px;
}
#home-tedaviler .tedavi-grup .grup-gorsel {
	height: 195px;
}
#home-tedaviler .tedavi-grup .grup-gorsel img {
	height: 100%;
}
}
.bggradient {
	background-color: transparent;
	background-image: linear-gradient(180deg,rgba(255,159,159,0) 75%,19,37,115,1 100%);
	opacity: .81;
}
#button {
	display: inline-block;
	background-color: #1b8ea1;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s,opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
#button::after {
	content: "\f077";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: 40px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: #333;
	text-decoration: none;
}
#button:active {
	background-color: #555;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
#why-us {
	grid-gap: 0px;
}
#why-us .why-left {
	background-image: url(/images/Untitled-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#why-us .why-left .play-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
}
#why-us .play-button-container .play-button {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: #1b8ea1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 20px;
	transition: all 0.3s ease;
}
#why-us .play-button-container:hover .play-button {
	background-color: #FFFFFF;
	color: #1b8ea1;
}
#why-us .why-left a:hover {
	text-decoration: none;
}
#why-us .why-right {
	padding: 55px;
	background-color: #c29d39;
	color: #FFFFFF;
}
#why-us .why-right h3 {
	color: #FFFFFF;
	font-size: 27px;
}
#why-us .about-list {
	margin-top: 35px;
	margin-bottom: 30px;
}
#why-us .about-list li {
	line-height: 27px;
}
#why-us .kd-button.video-promo-button {
	background-color: #1b8ea1;
	max-width: 250px;
	height: 47px;
	line-height: 47px;
}
#why-us .kd-button.video-promo-button:hover {
	background-color: #0e1f3d;
}
#why-us .about-list li:before {
	content: "\f324";
	font-family: 'Font Awesome 5 Pro';
	color: #1b8ea1;
	margin-right: 10px;
}
#videos {
}
.video-group {
	position: relative;
	height: 250px;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.video-group .overlay {
	background-color: transparent;
	transition: 0.3s;
	background-image: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
}
.video-group:hover .overlay {
	background-image: linear-gradient(to bottom, transparent 10%, rgba(0,0,0,1.0) 100%);
}
.overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 5;
}
.overlay a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.bg-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}
.bg-overlay img {
	width: 100%;
	object-fit: contain;
	transition: 0.3s;
}
.video-group:hover .bg-overlay img {
	transform: scale(1.1);
}
a.videolink {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.video-group-content {
	padding: 30px 30px 20px 30px;
	align-self: flex-end;
	position: relative;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.video-group-content .video-group-summary {
	padding-right: 0px;
}
.video-group-content .video-group-header {
	font-size: 19px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: 700;
}
.video-group-content .video-group-text {
	color: #FFFFFF;
	margin: 5px 0px 0 0px;
	font-size: 13px;
	font-weight: 200;
	opacity: 0;
	max-height: 0;
	transition: all 0.3s ease;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.video-group:hover .video-group-content .video-group-text {
	transition: all 0.3s ease;
	opacity: 1;
	max-height: 40px;
}
.video-group .video-group-content .video-watch-button a.kd-button {
	line-height: 35px;
	min-width: 100px;
	background-color: #c29d39;
	text-align: center;
}
.video-group .video-group-content .video-watch-button a.kd-button:hover, .video-group:hover .video-group-content .video-watch-button a.kd-button {
	background-color: #FFFFFF;
	color: #2A3D53;
}
.btn-video {
	text-align: center;
	height: 76px;
	width: 76px;
	background-color: #fff;;
	background-image: none;
	z-index: 1;
	font-size: 17px;
	border: none;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}
.btn-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 2px;
	color: #091d3e;
	z-index: 2;
}
.btn-video .line-video-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255,255,255,.3);
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	animation: squares 3.9s linear 0s infinite;
	-webkit-animation: squares 3.9s linear 0s infinite;
	-ms-animation: squares 3.9s linear 0s infinite;
	-o-animation: squares 3.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
}
.btn-video .line-video-animation.line-video-2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.btn-video .line-video-animation.line-video-3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s;
}
.btn-video:hover .line-video-animation {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
@-webkit-keyframes squares{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-moz-keyframes squares{0%{-moz-transform:scale(1);transform:scale(1);opacity:0}20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-o-keyframes squares{0%{-o-transform:scale(1);transform:scale(1);opacity:0}20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@keyframes squares{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
#doctors-home ul {
	position: relative;
/*
	grid-gap: 40px;
	grid-auto-rows: 1fr;
*/
}
.doctors-slide-container {
	position: relative;
}
#doctors-home .slide-nav {
	position: absolute;
	top: -75px;
	right: 0px;
}
@media (max-width: 600px) {
#doctors-home .slide-nav {
	display: none;
}
}
.slide-nav .owl-prev, .owl-next {
	display: inline-block;
	width: 45px;
	height: 45px;
	color: #091d3e;
	cursor: pointer;
	transition: all .3s linear 0ms;
	border-radius: 54px;
	padding: 0;
	background-color: #fff;
	border: 3px solid rgba(9,29,62,.1);
	font-size: 0;
	z-index: 100;
	position: relative;
}
.slide-nav .owl-prev:hover, .owl-next:hover {
	color: #fff;
	background-color: #c29d39;
	border-color: #c29d39;
}
.slide-nav .owl-prev:before, .slide-nav .owl-next:before {
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 13px;
	content: '\f060';
}
.slide-nav .owl-prev:before {
	content: '\f060';
}
.slide-nav .owl-next:before {
	content: '\f061';
}
.slide-nav .owl-prev {
	margin-right: 10px;
}
.slide-nav .owl-prev.disabled, .slide-nav .owl-next.disabled {
	visibility: hidden;
}
.doctors-slide .owl-stage {
	padding-left: 0px!important;
}
#doctors-home ul li {
	border-bottom: 3px solid rgba(0,0,0,0.03);
	width: 100%;
	transition: all .3s ease;
	border-left: 1px solid rgba(0,0,0,0.04);
	border-right: 1px solid rgba(0,0,0,0.04);
}
#doctors-home ul li:hover {
	background-color: #f7f7f7;
}
#doctors-home ul li .doctor-image {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#doctors-home ul li .doctor-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	position: relative;
	z-index: 9;
}
#doctors-home ul li .doctor-content {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#doctors-home ul li .doctor-name {
	font-size: 16px;
	margin-bottom: 15px;
	color: #c29d39;
	font-weight: 600;
}
#doctors-home ul li .doctor-link {
	margin-top: 20px;
}
#doctors-home ul li .doctor-link a {
	color: #1b8ea1;
}
#doctors-home ul li .doctor-summary {
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#doctors-home ul li .doctor-sum-txt {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	line-height: 20px;
	position: relative;
	z-index: 9;
}
#doctors-home ul li .doctor-summary-overlay {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	content: "\00a0";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0px;
	transition: all .3s ease;
}
#doctors-home ul li:hover .doctor-summary-overlay {
	background-image: linear-gradient(to bottom, transparent 40%, rgba(247, 247, 247, 1) 100%);
}
#tedavi-alanlari .hasta-yorumlari {
	background: #1b8ea1;
	padding: 55px;
	color: #FFFFFF;
}
#tedavi-alanlari .hastaliklar {
	background: #c29d39;
	padding: 55px;
	color: #FFFFFF;
}
#tedavi-alanlari .element-header {
	color: #FFFFFF;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
#tedavi-alanlari .element-header svg {
	width: 37px;
	fill: #FFFFFF;
	margin-right: 5px;
}
.hastalik-tags li {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 5px;
}
#top-button {
	display: inline-block;
	background-color: #FF9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#top-button i {
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 50px;
	color: #fff;
}
#top-button:hover {
	cursor: pointer;
	background-color: #333;
}
#top-button:active {
	background-color: #555;
}
#top-button.show {
	opacity: 1;
	visibility: visible;
}
.content-grid .content-item {
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	overflow: hidden;
}
.content-grid .content-item .content-visual {
	margin: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 15px 15px 0px 0px;
	height: 200px;
}
.content-grid .content-item .content-visual .play-btn {
	position: absolute;
	width: 75px;
	height: 75px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.content-grid .content-item .content-visual .play-btn svg {
	transition: all .2s ease;
	fill: #fff;
}
.content-grid .content-item .content-visual:hover svg, .content-grid .content-item .content-visual:focus svg {
	cursor: pointer;
	fill: #c29d39;
}
.content-grid .content-item .content-visual:hover img, .content-grid .content-item .content-visual:focus img {
	opacity: 0.7;
}
.content-grid .content-item .content-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all .2s ease;
}
.content-grid .content-item .content-details {
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.content-grid .content-item .content-details .content-name {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 15px;
}
.content-grid .content-item .content-details .content-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.content-grid .content-item .content-details .content-link {
	margin-top: 10px;
}
.content-grid .content-item .content-details .content-link a {
	color: #1b8ea1;
}
.content-grid.gallery .content-item {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	overflow: hidden;
}
.content-grid.gallery .content-item .content-visual {
	margin: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	height: 200px;
}
#breadcrumbs-container {
	position: relative;
	z-index: 47;
}
#breadcrumb {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
#breadcrumb:before, #breadcrumb:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	pointer-events: none;
}
/*
#breadcrumb:before {
	left: 0;
	background-image: linear-gradient(to right, rgba(255,255,255, 0.9), transparent);
}*/
#breadcrumb:after {
	right: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */;
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */;
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10 preview */;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#breadcrumb ul {
	display: flex;
	padding-left: 0;
	list-style: none;
	overflow-x: scroll;
	margin: 0;
}
#breadcrumb ul::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}
#breadcrumb ul li {
	color: #9499a8;
	white-space: nowrap;
}
#breadcrumb ul li.br-home i {
	margin-right: 5px;
}
#breadcrumb ul li:not(:last-child) {
  padding-right: 0;
}
#breadcrumb ul li:not(:last-child):after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.5;
}
@media (max-width: 768px) {
#breadcrumb ul li.br-home span {
	display: none;
}
#breadcrumb ul li.br-home i {
	margin-right: 0px;
}
}
.stats {
	padding: 40px;
	background-image: url('/images/stats_bg.jpg');
}
.numb_container {
	text-align: center;
}
.numb_container .numb-count {
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 0;
}
.numb_container .numb-title {
	font-size: 15px;
	color: #FFFFFF;
}
