﻿/* Netbizde Solutions */
html {
	font-size: 14px;
	-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: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1b2734;
	min-height: 100%;
	line-height: 1.5;
}
body.no-scroll {
	overflow-y: hidden;
}
::selection {
	background: #d8a622;
	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: 1200px;
	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 / 20%);
	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;
}
#section-o #wrapper {
	padding: 0px 0px 0px 0px;
}
@media (max-width: 992px) {
#wrapper {
	padding: 0px 0px 0px 0px;
}
}
#container {
	position: relative;
}
header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	height: 130px;
	z-index: 99;
	background-color: rgba(255,255,255,0.8);
	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.2);
}
#section-o header {
	position: absolute;
}
@media (max-width: 992px) {
header {
	height: 90px;
}
}
#header-content {
}
#header-top {
	background-color: rgba(16, 130, 182, 0.6);
	transition: margin-top 0.7s;
}
.head-padder {
	padding-left: 60px;
	padding-right: 60px;
}
@media (max-width: 992px) {
.head-padder {
	padding-left: 40px;
	padding-right: 40px;
}
}
@media (max-width: 650px) {
.head-padder {
	padding-left: 30px;
	padding-right: 30px;
}
}
@media (max-width: 992px) {
#header-top {
	display: none;
}
}
#header-top .header-top-content {
	display: flex;
	align-items: center;
	height: 40px;
}
#header-top ul li {
	line-height: 25px;
	color: #1082b6;
}
.header-top-content .socials {
	text-align: right;
	display: block;
	float: right;
}
.header-top-content .socials a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.header-top-content .socials a:last-child {
	margin-right: 0px;
}
.header-top-content .socials .fab {
	font-size: 15px;
	line-height: 30px;
}
.header-top-content .socials a:hover {
	color: #CCCCCC;
}
.header-top-content .socials a.facebook:hover {
	background-color: #3b5998;
	color: #FFFFFF;
}
.header-top-content .socials a.instagram:hover {
	background-color: #a82400;
	color: #FFFFFF;
}
.header-top-content .socials a.whatsapp:hover {
	background-color: #68BA59;
	color: #FFFFFF;
}
.header-top-content .socials a.twitter:hover {
	background-color: #1DA1F2;
	color: #FFFFFF;
}
.header-top-content .socials a.youtube:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
.ncms-logo {
	position: relative;
	z-index: 998;
	text-align: left;
	order: 1;
}
.ncms-logo a {
	display: block;
}
.ncms-logo img {
	margin-top: 10px;
	width: 165px;
	max-width: 165px;
}
.menu {
	text-align: right;
	order: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
body.header-open header {
	box-shadow: 0 1px 2px rgba(29,36,42,0.1);
	background-color: #FFFFFF;
	height: 90px;
}
body.header-open header #header-top {
	margin-top: -40px;
}
body.header-open header .logo img {
	margin-top: 12px;
}
p {
	line-height: 20px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
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 {
	margin-bottom: 40px;
}
.home-section-header .subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #C0C0C0;
	letter-spacing: 2px;
}
.home-section-header .title {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	font-size: 27px;
	font-weight: 600;
	color: #1082b6;
	display: inline-block;
}
.home-section-header .title:after {
	position: absolute;
	bottom: -.16em;
	font-weight: 400;
	content: "";
	font-size: 2em;
	width: 35%;
	height: 3px;
	left: 0;
	background-color: #d8a622;
}
.kd-home-module {
	margin-top: 70px;
}
#head-right {
	float: right;
	position: relative;
}
#main-menu {
	width: 100%;
	position: relative;
}
#jsddm {
	float: right;
}
#main-menu > ul {
}
#main-menu > ul > li {
	display: inline-block;
	margin-left: 15px;
	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;
	padding-right: 12px;
	padding-left: 12px;
	color: #2a3d53;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#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: 8px;
	margin-left: 3px;
	color: #a1d9f8;
	position: absolute;
	bottom: 5px;
}
#main-menu ul li.wide-open {
	background-color: #1082b6;
}
#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: #1082b6;
	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: #666666;
	padding: 20px 15px 20px 15px;
	display: none;
	position: absolute;
	background-color: #1082b6;
	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;
	color: #FFFFFF;
	transition: opacity .3s,border .3s;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#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;
}
footer {
	margin-bottom: 5px;
	margin-top: 50px;
	background-color: #1082b6;
}
footer #footer-in {
	position: relative;
	background-color: #1082b6;
	padding-bottom: 50px;
	padding-top: 50px;
}
.footer-header {
	font-size: 14px;
	color: #FFFFFF;
}
.footer-header .footer-logo img {
	width: 100%;
	max-width: 180px;
}
.foot-address {
	color: #FFFFFF;
	margin-top: 10px;
}
.foot-address ul li {
	margin-bottom: 10px;
	line-height: 20px;
}
.foot-address ul li a {
	color: #FFFFFF;
}
.footer-out {
	padding-top: 20px;
	padding-bottom: 0px;
}
.footer-color {
	height: 15px;
	background-color: #a1d9f8;
	border-radius: 50px 50px 0px 0px;
	margin-top: 25px;
}
footer .socials {
	margin-top: 25px;
}
footer .socials a {
	display: block;
	text-align: center;
	color: #1082b6;
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
}
footer .socials .fab {
	font-size: 20px;
	line-height: 34px;
}
footer .socials a:hover {
	color: #CCCCCC;
}
footer .socials a.facebook:hover {
	background-color: #3b5998;
	color: #FFFFFF;
}
footer .socials a.instagram:hover {
	background-color: #a82400;
	color: #FFFFFF;
}
footer .socials a.whatsapp:hover {
	background-color: #68BA59;
	color: #FFFFFF;
}
footer .socials a.twitter:hover {
	background-color: #1DA1F2;
	color: #FFFFFF;
}
footer .socials a.youtube:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
@media (max-width: 992px) {
.footer-out {
	padding-top: 20px;
	padding-bottom: 0px;
}
}
.foot-cards {
	text-align: right;
}
.foot-copyright {
	color: #6c6c6c;
}
@media (max-width: 768px) {
.foot-cards {
	display: none;
}
}
.foot-promo p {
	max-width: 300px;
}
.address_header {
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.footer-contacts {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 30px;
	height: max-content;
	color: #2a3d53;
	border-radius: 8px;
}
.footer-contacts .address_header {
	color: #2a3d53;
}
.address_header:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #1082b6;
}
.address_header:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background-color: #a1d9f8;
}
.footer-contacts ul li a {
	color: #2a3d53;
}
.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: #2A3D53;
	background-color: #a1d9f8;
	max-width: 250px;
	border-radius: 8px;
}
.kd-button.footer-call-button:hover {
	background-color: #2A3D53;
	color: #FFFFFF;
}
.foot-address ul.sublister li {
	margin-bottom: 7px;
}
#footer-out {
	background: #262830 url(/images/footer-top.png) repeat-y center top;
	padding-top: 10px;
}
#footer-out .foot-logo {
	text-align: right;
}
#footer-out .foot-logo img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer-out .foot-logo-right {
	text-align: right;
}
#footer-out .foot-logo-right img {
	margin-top: 10px;
}
.footer-out-content {
}
.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: #1082b6;
	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 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;
}
.form__label span {
	font-weight: normal;
	margin-left: 10px;
	font-style: italic;
}
.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;
}
#contactpage .mapAddress {
	color: #333333;
	width: 250px;
	height: 75px;
}
#contactpage .mapAddress p {
	margin: 0px;
	padding: 0px;
}
#contactpage .mapAddress strong {
	margin-bottom: 10px;
	font-weight: bold;
}
.mapAddress p:first-child {
	margin-bottom: 6px;
}
.hatali {
	display: none;
	margin-bottom: 5px;
}
.alert {
	color: #00CC66;
}
.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: 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;
}
.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: #333333;
	line-height: 35px;
	font-weight: 500;
}
.garticle p {
	line-height: 1.75em;
}
.garticle p, .garticle ul, .garticle ol {
	margin-bottom: 10px;
}
.garticle h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 25px;
}
.garticle strong {
	font-weight: 600;
}
.garticle h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 25px;
}
.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%;
}
.garticle .accordion-toggle {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #808080;
	cursor: pointer;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.garticle .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;
}
.garticle .accordion-toggle.active {
	color: #a1d9f8;
}
.garticle .accordion-toggle.active i {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.garticle .accordion-content {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.garticle .accordion-content.default {
	display: block;
}
#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: #a1d9f8;
}
#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;
}
.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;
	line-height: 1.3em;
}
.filter-content ul li.current a, .filter-content ul li a:hover {
	color: #a1d9f8 !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;
}
/* Extra styles @hasan*/
.filter-content ul li {
	margin: 0px;
	padding: 10px 7px 10px 7px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EEEEEE;
}
.filter-content > ul > li:nth-last-child(-n+2){
	border-bottom-width: 0px;
}
#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: #1082b6;
	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.dark-border th, .kd-table.dark-border td {
	border-top: 1px solid #dddddd;
	border-top-color: #999999;
	color: #333333;
}
.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-table.kd-stripe tr:nth-child(even) {background-color: #f2f2f2;}
.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) #1082b6;
}
#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: #808080;
	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, #subeler ul li .numbers .telefon a {
	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: #1082b6;
	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, #subeler ul li.current .numbers .telefon a {
	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;
}
/* /////////// 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: 100vh;
}
.kd-slide-video {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 100vh;
}
.kd-slide-video:before {
	display: block;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: 3;
	opacity: .8;
	background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0.4) 14%,rgba(0,0,0,0.2) 24%,rgba(0,0,0,0.01) 43.5%,rgba(0,0,0,0) 100%);
}
.kd-slide-video video {
	width: 100%;
	height: auto;
	max-width: 100%;
	height: auto;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
@media (max-width: 1300px) {
.kd-slide-image {
}
}
.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: 1;
	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: #1082b6;
	border: 1px solid #1082b6;
	padding: 5px;
	border-radius: 100px;
}
.home-slides .slick-prev:before, .home-slides .slick-next:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 15px;
	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: "\f060";
}
[dir=rtl] .home-slides .slick-prev:before {
	content: "\f060";
}
.home-slides .slick-next {
	right: 25px;
}
[dir=rtl] .home-slides .slick-next {
	right: auto;
	left: 25px;
}
.home-slides .slick-next:before {
	content: "\f061";
}
[dir=rtl] .home-slides .slick-next:before {
	content: "\f061";
}
/* Dots */
.home-slides.slick-dotted.slick-slider {
	margin-bottom: 50px;
}
.home-slides .slick-prev:hover, .home-slides .slick-prev:focus, .home-slides .slick-next:hover, .home-slides .slick-next:focus {
	border: 1px solid #a1d9f8;
	outline: none;
	background: #a1d9f8;
}
.home-slides .slick-prev:hover:before, .home-slides .slick-prev:focus:before, .home-slides .slick-next:hover:before, .home-slides .slick-next:focus:before {
	opacity: 1;
}
@media (max-width: 1000px) {
.home-slides .slick-arrow {
	display: none;
}
}
.home-slides .slick-dots {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
@media (max-width: 1500px) {
.home-slides .slick-dots {
	bottom: 50px;
}
}
.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: #1082b6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home-slides .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #a1d9f8;
}
.slide-header {
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	color: #2a3d53;
}
.slide-header .color {
	color: #a1d9f8;
}
.slide-detail {
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 27px;
	font-size: 22px;
	color: #2e3e52;
	font-weight: 500;
}
.slide-header .quote {
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
}
.kd-button.main-slider-button {
	color: #FFFFFF;
	background-color: #1082b6;
	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: #d8a622;
}
.kd-slide.white-theme .kd-button.main-slider-button:hover {
	background-color: #2A3D53;
}
.kd-slide-right {
	flex-direction: row-reverse;
}
#home-tedaviler {
	position: relative;
	margin-top: -115px;
	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: #1082b6;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
#home-tedaviler .tedavi-grup .grup-content h2 a {
	color: #1082b6;
}
#home-tedaviler .tedavi-grup .grup-content ul li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
#home-tedaviler .tedavi-grup .grup-content ul li:before {
	font-family: 'Font Awesome 5 Pro';
	color: #a1d9f8;
	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: #a1d9f8;
}
@media (max-width: 1500px) {
#home-tedaviler {
	margin-top: -60px;
	grid-gap: 20px;
}
#home-tedaviler .tedavi-grup .grup-gorsel {
	height: 130px;
}
#home-tedaviler .tedavi-grup .grup-gorsel img {
	height: 125px;
}
}
@media (max-width: 1250px) {
#home-tedaviler {
	margin-top: -50px;
	grid-gap: 15px;
}
}
@media (max-width: 1199px) {
#home-tedaviler {
	grid-gap: 60px;
}
}
@media (max-width: 1101px) {
#home-tedaviler {
	margin-top: -40px;
}
}
@media (max-width: 768px) {
#home-tedaviler {
	margin-top: -30px;
	grid-gap: 0px;
}
#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: #a1d9f8;
	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: 30px;
	background-color: #f9fafa;
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 1300px) {
#why-us {
	grid-gap: 10px;
}
}
@media (max-width: 1200px) {
#why-us {
	grid-gap: 0px;
}
}
@media (max-width: 768px) {
#why-us {
	grid-gap: 30px;
}
}
#why-us .why-left {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
}
#why-us .promo-image img {
	border-radius: 8px;
}
#why-us .why-left .promo-video {
	position: relative;
}
#why-us .why-left .play-button-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#why-us .play-button-container .play-button {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: #a1d9f8;
	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: #a1d9f8;
}
#why-us .why-left a:hover {
	text-decoration: none;
}
#why-us .why-right {
	padding: 55px;
}
@media (max-width: 990px) {
#why-us .why-right {
	padding: 20px;
}
}
@media (max-width: 650px) {
#why-us .why-right {
	padding: 25px 0px 0px 0px;
}
}
#why-us .why-right h3 {
	font-size: 30px;
	font-weight: 600;
}
#why-us .why-right h4 {
	font-size: 20px;
	font-weight: 600;
	color: #C0C0C0;
	letter-spacing: 2px;
}
#why-us .about-list {
	margin-top: 15px;
	margin-bottom: 15px;
}
#why-us .about-list li {
	line-height: 27px;
	font-weight: 500;
}
#why-us .about-list li svg {
	fill: #a1d9f8;
	width: 20px;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
#why-us .about-list li p {
	margin-bottom: 10px;
}
#why-us .about-list ul.lister {
	list-style-type: disc;
	list-style-position: inside;
}
#why-us .about-list ul.lister {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 0px;
}
#why-us .about-list ul.lister li {
	display: list-item;
	margin-bottom: 1px;
	line-height: 1.5em;
}
#why-us span.italic {
	font-style: italic;
}
#why-us .kd-button.video-promo-button {
	background-color: #a1d9f8;
	max-width: 250px;
	height: 47px;
	line-height: 47px;
	border-radius: 8px;
}
#why-us .kd-button.video-promo-button:hover {
	background-color: #0e1f3d;
}
#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 20%, rgba(19,37,115,0.9) 100%);
}
.video-group:hover .overlay {
	background-image: linear-gradient(to bottom, transparent 10%, rgba(19,37,115,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;
}
.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: 55px;
	min-width: 100px;
	background-color: #1082b6;
	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: 100px;
	width: 100px;
	background-color: #d8a622;
	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: #FFFFFF;
	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;
}
}
.doctors-slide-container .slide-nav .owl-prev, .doctors-slide-container .slide-nav .owl-next {
	display: inline-block;
	width: 45px;
	height: 45px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all .3s linear 0ms;
	border-radius: 54px;
	background: #1082b6;
	border: 1px solid #1082b6;
	padding: 5px;
	font-size: 0;
	z-index: 1;
	position: relative;
	outline: none;
}
.doctors-slide-container .slide-nav .owl-prev:hover, .doctors-slide-container .owl-next:hover {
	color: #fff;
	background-color: #a1d9f8;
	border-color: #a1d9f8;
}
.doctors-slide-container .slide-nav .owl-prev:before, .doctors-slide-container .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';
}
.doctors-slide-container .slide-nav .owl-prev:before {
	content: '\f060';
}
.doctors-slide-container .slide-nav .owl-next:before {
	content: '\f061';
}
.doctors-slide-container .slide-nav .owl-prev {
	margin-right: 10px;
}
.doctors-slide-container .slide-nav .owl-prev.disabled, .slide-nav .owl-next.disabled {
}
.doctors-slide-container .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;
}
@media (max-width: 1400px) {
#doctors-home ul li .doctor-image {
	height: 250px;
}
}
#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: #132573;
	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: 8;
	-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 {
	background-color: #f9fafa;
	padding: 50px 15px;
}
#tedavi-alanlari .tedavi-content {
	background-color: #fff;
	box-shadow: 0 0 30px 6px rgb(0 0 0 / 5%);
}
#tedavi-alanlari .tedavi-item {
	padding: 18px 15px;
	border-right: 2px dashed #afaaaa73;
	border-top: 2px dashed #afaaaa73;
	min-height: 220px;
	padding: 30px 1px 30px 10px;
}
#tedavi-alanlari .tedavi-item .item-content {
	padding-right: 15px;
	padding-left: 15px;
}
#tedavi-alanlari .tedavi-item .item-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#tedavi-alanlari .tedavi-item .item-icon {
	margin-right: 10px;
}
#tedavi-alanlari .tedavi-item .item-icon img {
	max-height: 45px;
}
#tedavi-alanlari .tedavi-item .item-name {
	font-size: 15px;
	font-weight: 600;
}
#tedavi-alanlari .tedavi-item .item-text {
	margin-top: 15px;
}
#tedavi-alanlari .tedavi-item .item-text ul li {
	font-weight: 500;
	line-height: 1.6em;
}
#tedavi-alanlari .tedavi-item .item-text ul li:before {
	font-family: 'Font Awesome 5 Pro';
	color: #a1d9f8;
	content: "\f111";
	margin-right: 8px;
	font-size: 10px;
}
#tedavi-alanlari .tedavi-item .item-text ul li:hover:before {
	content: "\f192";
}
#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: 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;
}
.content-grid .content-item .content-visual {
	margin: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 8px 8px 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: #1082b6;
}
.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;
	line-height: 1.3;
}
.content-grid .content-item .content-details .content-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}
.content-grid .content-item .content-details .content-description.no-clamp {
	overflow: visible;
	display: block;
	-webkit-line-clamp: unset;
}
.content-grid .content-item .content-details .content-link {
	margin-top: 10px;
}
.content-grid .content-item .content-details .content-link a {
	color: #a1d9f8;
}
.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;
}
.content-item-childs li {
	margin-bottom: 10px;
}
.content-item-childs li:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f324";
	display: inline-block;
	color: #a1d9f8;
	margin-right: 5px;
	font-size: 14px;
}
.content-grid .content-item-video {
	border-radius: 6px;
}
.content-grid .content-item-video .content-visual {
	margin: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 6px 6px 0px 0px;
	height: 150px;
}
.content-grid .content-item-video .content-visual .play-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
}
.no-left-menu .content-grid .content-item-video .content-visual {
	height: 190px;
}
.content-grid .content-item-video .content-details .content-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	line-height: 1.2;
	font-size: 13px;
	color: #808080;
}
#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;
}
}
.content-slide-container {
	position: relative;
	margin-bottom: 25px;
}
.content-slide-container .slide-nav {
	position: absolute;
	top: -75px;
	right: 0px;
}
@media (max-width: 600px) {
.content-slide-container .slide-nav {
	display: none;
}
}
.content-slide-container .slide-nav .owl-prev, .content-slide-container .slide-nav .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;
}
.content-slide-container .slide-nav .owl-prev:hover, .content-slide-container .owl-next:hover {
	color: #fff;
	background-color: #1082b6;
	border-color: #1082b6;
}
.content-slide-container .slide-nav .owl-prev:before, .content-slide-container .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';
}
.content-slide-container .slide-nav .owl-prev:before {
	content: '\f060';
}
.content-slide-container .slide-nav .owl-next:before {
	content: '\f061';
}
.content-slide-container .slide-nav .owl-prev {
	margin-right: 10px;
}
.content-slide-container .slide-nav .owl-prev.disabled, .content-slide-container .slide-nav .owl-next.disabled {
	visibility: hidden;
}
.content-slide-container .doctors-slide .owl-stage {
	padding-left: 0px!important;
}
.content-slide-container ul li {
	width: 100%;
}
.content-slide-container ul li:hover {
}
.content-slide-container ul li .content-image {
	height: 110px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
	border-radius: 10px;
}
.content-slide-container ul li .content-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	position: relative;
	z-index: 9;
}
.content-slide-container ul li .content-content {
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.content-slide-container ul li .content-name {
	font-size: 13px;
	margin-bottom: 10px;
	color: #1082b6;
	text-align: center;
}
.content-slide-container ul li .content-link {
	margin-top: 20px;
}
.content-slide-container ul li .content-link a {
	color: #a1d9f8;
}
.content-slide-container ul li .content-summary {
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.content-slide-container ul li .content-sum-txt {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	line-height: 20px;
	position: relative;
	z-index: 9;
}
.content-slide-container ul li .content-summary-overlay {
	content: "\00a0";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0px;
	transition: all .3s ease;
}
.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;
}
#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%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#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 {
	max-height: 130px;
}
.partners-slide-container .slide-nav {
	position: absolute;
	top: -85px;
	right: 0px;
}
@media (max-width: 600px) {
.partners-slide-container .slide-nav {
	display: none;
}
}
.partners-slide-container .slide-nav .owl-prev, .partners-slide-container .slide-nav .owl-next {
	display: inline-block;
	width: 45px;
	height: 45px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all .3s linear 0ms;
	border-radius: 54px;
	background: #1082b6;
	border: 1px solid #1082b6;
	padding: 5px;
	font-size: 0;
	z-index: 1;
	position: relative;
	outline: none;
}
.partners-slide-container .slide-nav .owl-prev:hover, .partners-slide-container .owl-next:hover {
	color: #fff;
	background-color: #a1d9f8;
	border-color: #a1d9f8;
}
.partners-slide-container .slide-nav .owl-prev:before, .partners-slide-container .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';
}
.partners-slide-container .slide-nav .owl-prev {
	margin-right: 10px;
}
.partners-slide-container .slide-nav .owl-prev:before {
	content: '\f060';
}
.partners-slide-container .slide-nav .owl-next:before {
	content: '\f061';
}
.joinchat {
	--bottom: 90px;
	--sep: 20px;
	--header: 70px;
	--red: 37;
	--green: 211;
	--blue: 102;
	--rgb: var(--red),var(--green),var(--blue);
	--color: rgb(var(--rgb));
	--dark: rgb(calc(var(--red) - 75),calc(var(--green) - 75),calc(var(--blue) - 75));
	--hover: rgb(calc(var(--red) + 50),calc(var(--green) + 50),calc(var(--blue) + 50));
	--bg: rgba(var(--rgb),0.04);
	--tolerance: 210;
	--bw: calc((var(--red)*0.2126 + var(--green)*0.7152 + var(--blue)*0.0722 - var(--tolerance))*-100000);
	--text: rgba(var(--bw),var(--bw),var(--bw),min(0.9,max(0.7,var(--bw))));
	--msg: var(--color);
	position: fixed;
	z-index: 1000;
	right: var(--sep);
	bottom: var(--bottom);
	color: var(--text);
	font: normal normal normal 16px/1.625em -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	letter-spacing: 0;
	transform: scale3d(0,0,0);
	transition: transform .3s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
}
.joinchat *, .joinchat :after, .joinchat :before {
	box-sizing: border-box;
}
.joinchat--show {
	transform: scaleX(1);
	transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
}
.joinchat.joinchat--left {
	right: auto;
	left: var(--sep);
}
@media (max-width:480px),(orientation:landscape) and (max-width:767px){
.joinchat {
	--bottom: 6px;
	--sep: 6px;
	--header: 55px;
}
}
.joinchat.joinchat--dark {
	--msg: var(--dark);
}
@media (color-index:48){
.joinchat.joinchat--dark-auto {
	--msg: var(--dark);
}
}
@media (prefers-color-scheme:dark){
.joinchat.joinchat--dark-auto {
	--msg: var(--dark);
}
}
.joinchat__button {
	display: flex;
	flex-direction: row;
	position: absolute;
	z-index: 2;
	bottom: 8px;
	right: 8px;
	height: 60px;
	min-width: 60px;
	max-width: 95vw;
	background: #25d366;
	color: inherit;
	border-radius: 30px;
	box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
	cursor: pointer;
	transition: background .2s linear;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	will-change: background-color,width;
}
.joinchat__button:hover {
	background: #128c7e;
	transition: background 1.5s linear;
}
.joinchat__button:active {
	background: #128c7e;
	transition: none;
}
.joinchat--chatbox .joinchat__button {
	background: var(--color);
	transition: background .2s linear;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
.joinchat--chatbox .joinchat__button:active, .joinchat--chatbox .joinchat__button:hover {
	background: var(--hover);
}
[dir=rtl] .joinchat__button {
	flex-direction: row-reverse;
}
.joinchat--left .joinchat__button {
	right: auto;
	left: 8px;
	flex-direction: row-reverse;
}
[dir=rtl] .joinchat--left .joinchat__button {
	flex-direction: row;
}
.joinchat__button__open {
	width: 60px;
	height: 60px;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E%3C/svg%3E") 50% no-repeat;
	background-size: 36px;
}
.joinchat--chatbox .joinchat__button__open {
	display: none;
}
.joinchat__button__image {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
}
.joinchat__button__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.joinchat--show .joinchat__button__image {
	animation: joinchat_image_loop 20s linear 5s infinite normal both;
}
.joinchat--image .joinchat__button__image {
	opacity: 1;
	animation: none;
}
.joinchat--chatbox .joinchat__button__image {
	display: none;
}
.joinchat__button__send {
	display: none;
	width: 60px;
	height: 60px;
	max-width: 60px;
	padding: 12px 11px 12px 13px;
	margin: 0;
	flex-shrink: 0;
}
.joinchat--chatbox .joinchat__button__send {
	display: block;
}
.joinchat__button__send path {
	fill: none!important;
	stroke: var(--text)!important;
}
.joinchat__button__send .joinchat_svg__plain {
	stroke-dasharray: 1097;
	stroke-dashoffset: 1097;
	animation: joinchat_plain 6s .2s ease-in-out infinite;
}
.joinchat__button__send .joinchat_svg__chat {
	stroke-dasharray: 1020;
	stroke-dashoffset: 1020;
	animation: joinchat_chat 6s 3.2s ease-in-out infinite;
}
.joinchat__button__sendtext {
	padding: 0;
	max-width: 0;
	font-weight: 600;
	line-height: 60px;
	white-space: nowrap;
	opacity: 0;
	overflow: hidden;
	transition: none;
}
.joinchat--chatbox .joinchat__button__sendtext {
	padding: 0 4px 0 24px;
	max-width: 200px;
	opacity: 1;
	transition: max-width .2s linear,opacity .4s ease-out .2s;
}
.joinchat--chatbox.joinchat--left .joinchat__button__sendtext {
	padding: 0 24px 0 4px;
}
.joinchat__badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	background: #e82c0c;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	box-shadow: none;
	opacity: 0;
	pointer-events: none;
}
.joinchat__badge.joinchat__badge--in {
	animation: joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both;
}
.joinchat__badge.joinchat__badge--out {
	animation: joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both;
}
.joinchat__tooltip {
	position: absolute;
	top: 14px;
	right: 76px;
	max-width: calc(100vw - 105px);
	height: 32px;
	padding: 0 14px;
	border: none;
	border-radius: 16px;
	background: #fff;
	color: rgba(0,0,0,.8);
	line-height: 31px;
	white-space: nowrap;
	opacity: 0;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
	transform: translateZ(0);
	pointer-events: none;
}
.joinchat__tooltip:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: -6px;
	border: 8px solid transparent;
	border-width: 6px 0 6px 8px;
	border-left-color: #fff;
}
.joinchat__tooltip div {
	overflow: hidden;
	text-overflow: ellipsis;
}
.joinchat--tooltip .joinchat__tooltip {
	animation: joinchat_tootlip 20s linear 5s 1 normal both;
}
.joinchat--chatbox .joinchat__tooltip {
	display: none;
}
.joinchat--left .joinchat__tooltip {
	right: auto;
	left: 76px;
}
.joinchat--left .joinchat__tooltip:after {
	left: -6px;
	right: auto;
	border-color: transparent;
	border-width: 6px 8px 6px 0;
	border-right-color: #fff;
}
.joinchat__box {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: calc(100vw - var(--sep)*2);
	max-width: 400px;
	min-height: 170px;
	max-height: calc(100vh - var(--bottom) - var(--sep));
	border-radius: 32px;
	background: transparent;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
	overflow: hidden;
	transform: scale3d(0,0,0);
	opacity: 0;
	transition: opacity .4s ease-out,transform 0ms linear .3s;
}
.joinchat--chatbox .joinchat__box {
	opacity: 1;
	transform: scaleX(1);
	transition: opacity .2s ease-out,transform 0ms linear;
}
.joinchat--left .joinchat__box {
	right: auto;
	left: 0;
}
.joinchat__header {
	flex-shrink: 0;
	height: var(--header);
	line-height: var(--header);
	padding: 0 26px;
	margin: 0;
	background: var(--color);
}
.joinchat--dark .joinchat__header {
	background: var(--dark);
}
.joinchat__copy {
	font-size: 11px;
	line-height: 18px;
	color: inherit!important;
	text-decoration: none!important;
	fill: currentColor;
	opacity: .7;
}
.joinchat__copy svg {
	display: inline-block;
	width: auto;
	height: 18px;
	vertical-align: -26%;
}
.joinchat__copy:active, .joinchat__copy:hover {
	color: inherit!important;
	text-decoration: none!important;
	opacity: .9;
}
.joinchat__close {
	position: absolute;
	top: 18px;
	right: 24px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M24 2.4L21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E%3C/svg%3E") 50% no-repeat;
	background-size: 12px;
	cursor: pointer;
	transition: background-color .3s ease-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.joinchat__close:hover {
	background-color: rgba(0,0,0,.6);
}
[dir=rtl] .joinchat__close {
	right: auto;
	left: 24px;
}
.joinchat__box__scroll {
	padding: 20px 0 80px;
	background: #fff linear-gradient(0deg,var(--bg),var(--bg));
	overflow-x: hidden;
	overflow-y: auto;
	will-change: scroll-position;
}
.joinchat__box__scroll::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}
.joinchat__box__scroll::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: transparent;
}
.joinchat__box__scroll:hover::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.2);
}
.joinchat--blur .joinchat__box__scroll {
	background: rgba(var(--rgb),.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.joinchat--dark .joinchat__box__scroll {
	background: #1a1a1a;
}
@supports (-webkit-overflow-scrolling:touch){.joinchat__box__scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}}
@media (max-width:480px),(orientation:landscape) and (max-width:767px){
.joinchat__close {
	top: 13px;
	width: 28px;
	height: 28px;
}
.joinchat__box__scroll {
	padding: 15px 0 70px;
}
}
@media (color-index:48){
.joinchat--dark-auto .joinchat__box__scroll {
	background: #1a1a1a;
}
.joinchat--dark-auto .joinchat__header {
	background: var(--dark);
}
}
@media (prefers-color-scheme:dark){
.joinchat--dark-auto .joinchat__box__scroll {
	background: #1a1a1a;
}
.joinchat--dark-auto .joinchat__header {
	background: var(--dark);
}
}
.joinchat__message {
	position: relative;
	min-height: 60px;
	padding: 17px 20px;
	margin: 0 26px 26px;
	border-radius: 32px;
	background: #fff;
	color: #4a4a4a;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	transform: translateZ(0);
}
.joinchat__message:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	left: -15px;
	width: 17px;
	height: 25px;
	background: inherit;
	-webkit-clip-path: url(#joinchat__message__peak);
	clip-path: url(#joinchat__message__peak);
}
.joinchat--dark .joinchat__message {
	background: #505050;
	color: #d8d8d8;
}
@media (color-index:48){
.joinchat--dark-auto .joinchat__message {
	background: #505050;
	color: #d8d8d8;
}
}
@media (prefers-color-scheme:dark){
.joinchat--dark-auto .joinchat__message {
	background: #505050;
	color: #d8d8d8;
}
}
@media (max-width:480px),(orientation:landscape) and (max-width:767px){
.joinchat__message {
	padding: 18px 16px;
	line-height: 24px;
	margin: 0 20px 20px;
}
}
@keyframes joinchat_badge_in{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}
@keyframes joinchat_badge_out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}
@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097}5%,45%{stroke-dashoffset:0}}
@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020}5%,45%{stroke-dashoffset:0}}
@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}
@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleY(1)}25%,to{opacity:0;transform:scaleY(1)}}
.page-links {
	z-index: 60;
	width: 100%;
	height: 12vh;
	min-height: 7em;
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	background-color: rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .17);
	position: absolute;
	top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
}
.page-links-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-links-item a {
	font-weight: 600;
	letter-spacing: 2px;
	transition: all 0.5s ease;
}
.page-links-item a:hover {
	letter-spacing: 4px;
}
.page-links-item .kd-button.page-links-button {
	color: #FFFFFF;
	background-color: #1082b6;
	max-width: 250px;
	border-radius: 8px;
}
.page-links-item .kd-button.page-links-button:hover {
	background-color: #2A3D53;
	color: #FFFFFF;
}
.comment-item {
	background: #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.10), 0 2px 4px 0 rgba(0,0,0,0.15);
	border-radius: 4px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.comment-item .comment-header {
	display: flex;
	flex direction: row;
}
.comment-item .comment-avatar {
	height: 40px;
	border-radius: 4px;
}
.comment-item .comment-name {
	margin-left: 10px;
}
.comment-item .comment-rating-container {
	margin-top: 0px;
	margin-bottom: 0px;
}
.comment-item .comment-rating-container a {
	color: #f2b600;
	font-size: 13px;
}
.comment-item .comment-rating-container a i {
	margin-right: 2px;
}
.comment-content {
	margin-top: 15px;
}
#lang-menu {
}
.sl-nav{
	display: flex;
}
.sl-nav svg {
	fill: #FFFFFF;
}
.header-open .sl-nav svg {
	fill: #000000;
}
.sl-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 999;
}
.sl-nav li {
	cursor: pointer;
}
.sl-nav li ul {
	display: none;
}
.sl-nav li:hover ul {
	position: absolute;
	top: 30px;
	right: 0px;
	display: block;
	background: #fff;
	padding-top: 0px;
	z-index: 48;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
	position: absolute;
	top: 19px;
	right: 0px;
	z-index: 50;
	height: 14px;
	overflow: hidden;
	width: 30px;
	background: transparent;
}
.sl-nav li:hover .triangle:after {
	content: '';
	display: block;
	z-index: 20;
	width: 15px;
	right: 5px;
	transform: rotate(45deg) translateY(0px) translatex(10px);
	height: 15px;
	background: #fff;
	border-radius: 2px 0px 0px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
	position: relative;
	text-align: left;
	background: transparent;
	padding: 15px 15px;
	padding-bottom: 0;
	z-index: 2;
	font-size: 15px;
}
.sl-nav li ul li:last-of-type {
	padding-bottom: 15px;
}
.sl-nav li ul li a {
	color: #000000;
}
.sl-nav li ul li span {
	padding-left: 5px;
	text-transform:uppercase;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {

}
.sl-flag {
	display: inline-block;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 15px;
	height: 15px;
	background: #aaa;
	border-radius: 50%;
	position: relative;
	top: 2px;
	overflow: hidden;
}
.sl-nav .current-lang {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 5px;
}
