@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
}
html {
	height: 100%;
}
* {
	text-decoration: none !important;
	outline: none !important;
}

/*----- OTALYA MOBILE MENU START -----*/
.mobil-nav ul{
	margin: 0;
}
.mobil-nav ul li{
	width: calc((100% / 4) - -2px);
	display: inline-block;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 7px 0;
	margin-right: -6px;
	background: #40A7B0 !important;
}
.mobil-nav ul li.harita{
	background: #555;
}
.mobil-nav ul li.harita a{
	color: #fff;
}
.mobil-nav ul li.telefon{
	background: #f78e19;
}
.mobil-nav ul li.telefon a{
	color: #fff;
}
.mobil-nav ul li.whatsapp{
	background: #00e676;
}
.mobil-nav ul li.whatsapp a{
	color: #fff;
}
.mobil-nav ul li.dil{
	background: #00a5ce;
}
.mobil-nav ul li.dil{
	color: #fff;
}
.mobil-nav ul li small{
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.mobil-nav {
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	box-shadow: 0px -1px 4px rgba(0,0,0,0.4);
	background: #fff;
	z-index: 999;
}
.mobil-nav svg , .mobil-nav i {
	font-size: 20px;
}
.mobil-nav ul li.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.mobil-nav ul li.instagram a {
	color: #fff;
}

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

/*----- OTALYA MOBILE MENU END -----*/

#main-nav {
	background: none;
	padding: 10px 0;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#main-nav.nav-fixed {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	animation-name: navfixanim;
	animation-duration: 0.4s;
}

@keyframes navfixanim {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 0;
	}
}

#main-nav > .container {
	flex-direction: column;
}

#main-nav.nav-fixed > .container {
	flex-direction: row;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.navbar-brand img {
	width: 280px;
}

#main-nav.nav-fixed .navbar-brand {
	margin-bottom: 0;
}

#main-nav.nav-fixed .navbar-brand img {
	filter: none;
	width: 200px;
}

#main-nav .navbar-nav .nav-item {
	margin-right: 10px;
}

#main-nav .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

#main-nav .navbar-nav .nav-item .nav-link {
	padding: 0;
	color: #fff !important;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	position: relative;
}

#main-nav.nav-fixed .navbar-nav .nav-item .nav-link {
	color: #222 !important;
}

#main-nav.nav-fixed .navbar-collapse {
	justify-content: flex-end !important;
}

#main-nav.nav-fixed .navbar-nav .nav-item .nav-link:before {
	border-color: #222;
}

#main-nav .navbar-nav .nav-item .nav-link:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	height: 100%;
	width: 0;
	border: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transition: 0.2s ease 0s;
}

#main-nav .navbar-nav .nav-item .nav-link:hover:before {
	width: 100%;
}

.dropdown > a {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-weight: 600;
}

.dropdown .dropdown-menu {
	padding: 0;
	margin: 0;
	border: solid 1px #ddd;
	border-radius: 0 !important;
	top: 100% !important;
	left: 50% !important;
	transform: translate(-50%, 0) !important;
	min-width: unset;
	width: auto;
	padding: 5px 0;
}

.dropdown .dropdown-menu > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #666 !important;
	white-space: nowrap;
}

.dropdown .dropdown-menu > a:hover {
	color: #222 !important;
	background: #f5f5f5;
}

.dropdown .dropdown-menu > a > i,
.dropdown > a > i {
	margin-right: 4px;
}

.dropdown-toggle::after {
	content: none;
}

.panel-text {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
}

.panel-text img {
	max-width: 100%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
}

.main-slider-container:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 10;
/*	background-image: url("../img/material/shape.png");*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.main-slider-container > .tns-outer > button {
	display: none;
}

.main-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-self: center;
	padding: 0 20px;
	pointer-events: none;
	margin-top: 0;
}

.main-slider-container > .tns-outer > .tns-controls > button {
	width: 50px;
	height: 50px;
	background: none;
	color: #fff !important;
	pointer-events: all;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 36px;
	border: none;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(740/1920*100%);
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background: linear-gradient(rgba(0,0,0,0.6) 30%, transparent 70%);*/
	z-index: 4;
}

.slide-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	margin-top: 0;
	z-index: 10;
	text-align: center;
}

.slide-text h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin: 10px 0;
}

.slide-text p {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.slide-text .main-btn {
	margin: 10px 0;
}

.main-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border: solid 1px #40A7B0;
	background: #40A7B0;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	transition: 0.2s ease 0s;
}

.main-btn:hover {
	background: #125a60;
	border-color: #125a60;
}

.main-btn.light {
	border-color: #fff;
	background: none;
}

.main-btn.light:hover {
	background: #fff;
	color: #222 !important;
}

.main-btn.white {
	background: #fff;
	border-color: #fff;
	color: #222 !important;
}

.main-btn.white:hover {
	background: #40A7B0;
	border-color: #40A7B0;
	color: #fff !important;
}

.main-btn.line {
	border-color: #40A7B0;
	background: none;
	color: #40A7B0 !important;
}

.main-btn.line:hover {
	background: #40A7B0;
	color: #fff !important;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.smt {
	margin-top: 40px;
}

.smb {
	margin-bottom: 40px;
}

.main-about-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.main-about-img img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	object-fit: cover;
	z-index: 10;
	filter: brightness(0.6);
}

.main-about-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #40A7B0;
}

.main-about-img:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: solid 2px rgba(255,255,255,0.2);
	z-index: 12;
	background: rgba(255,255,255,0.06);
}

.main-title {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 12px;
}

.main-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #40A7B0;
}

.main-about-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	color: #444;
	margin-bottom: 20px;
}

.badge-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}

.badge-item .icon {
	color: #40A7B0;
	font-size: 30px;
	line-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	height: 70px;
	position: relative;
	margin-bottom: 10px;
}

.badge-item .icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 5px);
	height: 100%;
	border: solid 2px #40A7B0;
	border-right: none;
}

.badge-item .icon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 5px);
	height: 100%;
	border: solid 2px #40A7B0;
	border-left: none;
}

.badge-item h2 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.badge-item h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 2px;
	width: 30px;
	background: #aaa;
}

.badge-item p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
}

hr {
	margin-top: 40px;
	margin-bottom: 0;
	border-color: #ddd;
}

.news-item {
	display: block;
	margin-bottom: 30px;
}

.news-item .news-img {
	width: 100%;
	display: block;
	padding: 4px;
	border: solid 1px #40A7B0;
	margin-bottom: 10px;
}

.news-item .news-img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.news-item .news-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.news-item .news-img:hover > div img {
	transform: scale(1.1);
}

.news-item .news-desc h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-item .news-desc h3 a {
	color: #222 !important;
}

.news-item .news-desc h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 30px;
	background: #aaa;
}

.news-item .news-desc p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
	margin-bottom: 10px;
}

.news-item .news-desc > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	font-weight: 600;
	padding-top: 10px;
	border-top: solid 1px #ddd;
	margin-bottom: 10px;
}

.prod-item {
	display: block;
	width: 100%;
	padding: 4px;
	background: #fff;
	border: solid 2px #eee;
	position: relative;
	margin-bottom: 30px;
}

.prod-item > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	object-fit: contain;
}

.prod-item > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.prod-item h3 {
	text-align: center;
	display: flex;
	width: calc(100% - 16px);
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 8px;
	left: 8px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #40A7B0;
	border: solid 1px #40A7B0;
	margin: 0;
	z-index: 4;
	background: rgba(255,255,255,0.8);
	transition: 0.2s ease 0s;
}

.prod-item:hover h3 {
	background: #40A7B0;
	color: #fff !important;
}

.prod-item h3 i {
	font-size: 4px;
	line-height: 10px;
}

.prod-slider-container {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.prod-slider-container > .tns-outer > button {
	display: none;
}

.prod-slider-container > .tns-outer .tns-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	pointer-events: none;
}

.prod-slider-container > .tns-outer .tns-nav > button {
	border: none;
	pointer-events: all;
	width: 20px;
	height: 8px;
	background: #aaa;
	margin: 0 5px;
}

.prod-slider-container > .tns-outer .tns-nav > button.tns-nav-active {
	background: #40A7B0;
}

.ftr-top {
	background: #eee;
	padding: 20px 0;
	border-bottom: solid 1px #ddd;
}

.social-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.social-bar a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 20px;
	color: #888 !important;
	border: solid 1px #aaa;
	width: 50px;
	height: 50px;
	transition: 0.2s ease 0s;
}

.social-bar a:hover {
	color: #222 !important;
}

.social-bar a:last-child {
	margin-right: 0;
}

.ftr-bottom {
	padding: 40px 20px;
	background: #f5f5f5;
}

.ftr-col {
	margin-bottom: 20px;
}

.ftr-title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #222;
}

.ftr-contact {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 10px;
}

.ftr-contact span:first-child {
	color: #222;
}

.ftr-contact span {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.ftr-contact span a {
	color: #666 !important;
	text-decoration: underline !important;
}

.ftr-contact span a:hover {
	color: #222 !important;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.ftr-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #666 !important;
	text-decoration: underline !important;
}

.ftr-links a:hover {
	color: #222 !important;
}

.copybox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	border-top: solid 1px #ddd;
	flex-wrap: wrap;
}

.copybox span {
	font-size: 11px;
	line-height: 17px;
	color: #444;
	margin-right: 10px;
	padding: 10px 0;
}

.copybox a img {
	width: 70px;
	filter: grayscale(1);
}

.copybox a:hover img {
	filter: none;
}

.navbar-toggler {
	padding: 10px 15px;
	border: none;
	background: #40A7B0;
	color: #fff !important;
	font-size: 20px;
	line-height: 26px;
	border-radius: 0;
}

.page-banner {
	display: block;
	padding-top: 160px;
	padding-bottom: 80px;
	position: relative;
	width: 100%;
	text-align: center;
}

.page-banner > .container {
	position: relative;
	z-index: 10;
}

.page-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.4) 70%);
	z-index: 4;
}

.page-banner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 8;
/*	background-image: url("../img/material/shape.png");*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	pointer-events: none;
}

.page-banner h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin: 10px 0;
}

.page-banner .links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-banner .links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	margin-right: 20px;
	position: relative;
	font-weight: 600;
}

.page-banner .links a:hover {
	text-decoration: underline !important;
}

.page-banner .links a:last-child {
	margin-right: 0;
}

.page-banner .links a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: -20;
	width: 20px;
	text-align: center;
	pointer-events: none;
}

.page-banner .links a:last-child:after {
	content: none;
}

.page-main-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(500/1200*100%);
	margin-bottom: 20px;
	z-index: 10;
}

.page-main-img img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	object-fit: cover;
}

.page-main-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #40A7B0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.gal-item {
	display: block;
	padding: 5px;
	border: solid 1px #ddd;
	background: #eee;
	margin-bottom: 30px;
}

.gal-item > div {
	background: #fff;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	border: solid 1px #ddd;
}

.gal-item > div:after {
	content: "\f00e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	transition: 0.2s ease 0s;
}

.gal-item:hover > div:after {
	background: rgba(0,0,0,0.8);
}

.gal-item:hover > div img {
	transform: scale(1.1);
}

.gal-item > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.2s ease 0s;
}

.gal-item > span {
	display: block;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin: 0;
	text-align: center;
	font-weight: 600;
}

.side-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.side-links a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #666 !important;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	transition: 0.2s ease 0s;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.side-links a:hover {
	padding-left: 20px;
	color: #40A7B0 !important;
}

.side-links a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: solid 1px #ddd;
	pointer-events: none;
}

.side-links a:last-child:before {
	content: none;
}

.side-links a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	text-align: center;
}

.modal-share {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.modal-share a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}

.modal-share a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
	right: 10px;
}

.modal-share a i {
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
}

#copy_box {
	background: #fbfbfb;
	border: solid 1px #eee;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}

#copy_box:hover {
	background: #f7f7f7;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	pointer-events: none;
}

#copy_box input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#copy_box span {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	z-index: 99999;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #666 !important;
}

.modal-top a:hover {
	color: #222 !important;
}

.modal-bottom {
	padding: 15px;
}

.news-bar .line {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.news-bar .line > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #666;
}

.news-bar .line > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border: solid 1px #40A7B0;
	color: #40A7B0;
	transition: 0.2s ease 0s;
}

.news-bar .line > a:hover {
	background: #40A7B0;
	color: #fff !important;
}

.news-bar > h2 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #222;
	margin-bottom: 20px;
}

.contact-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
	background: #fbfbfb;
	border: solid 1px #eee;
	margin-bottom: 10px;
}

.contact-item i {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40A7B0;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}

.contact-item span,
.contact-item span a {
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
}

.contact-item span a {
	text-decoration: underline !important;
}

.msg-box {
    padding: 10px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fbfbfb;
    border: solid 1px #eee;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.msg-box i {
	font-size: 16px;
	line-height: 22px;
	margin-right: 10px;
	display: none;
}

.msg-box.success i {
	display: block;
	color: #32cd32;
}

.msg-box.danger i {
	display: block;
	color: #b31b1b;
}

.form-label {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	margin-bottom: 2px;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
}

.form-group input,
.form-group textarea {
	display: block;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	border-radius: 0;
	border: solid 1px #ddd;
	resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #40A7B0;
}

.ctxt {
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
	color: #aaa;
	font-weight: 600;
	text-align: right;
}

.form-group span.error-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
	color: #b22222;
}

.form-group input.error-label,
.form-group textarea.error-label {
	border-color: #b22222;
}

.gcapbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#map {
	display: block;
	width: 100%;
	border: solid 1px #eee;
	height: 350px;
}

.cuneyt-slider-container {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.page-slide {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.page-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.page-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 4;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.cuneyt-slider-container:hover .page-slide:after {
	opacity: 1
}

.cuneyt-slider-container > .tns-outer > button {
	display: none;
}

.cuneyt-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	z-index: 10;
	pointer-events: none;
}

.cuneyt-slider-container > .tns-outer > .tns-controls > button {
	border: none;
	background: none;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	pointer-events: all;
	width: 30px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
}

.ref-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/5*100%);
	background: #fff;
	border: solid 1px #eee;
	margin-bottom: 20px;
}

.ref-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	object-fit: contain;
	filter: grayscale(1);
	transition: 0.2s ease 0s;
}

.ref-item:hover img {
	filter: none;
}



/* BURGER NAV START */

.burger-nav {
    padding: 15px;
    display: flex;
    justify-content: center;
/*    justify-content: space-between;*/
    align-items: flex-start;
    background: #fff;
    mix-blend-mode: normal;
    backdrop-filter: blur(50px);
}

.burger-nav.transparent {
    background: #416a1d29;
/*    background: none;*/
}

/*.burger-nav.transparent .bn-logo {
    filter: contrast(0) brightness(2);
}*/

.burger-nav.transparent .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.transparent .bn-links-desktop>a:after {
    border-bottom-color: #fff;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    border-bottom: solid 1px #222;
    padding: 10px 15px;
    background: #416a1de8;
    align-items: center;
}

@keyframes bnFixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.burger-nav.fixed .bn-logo {
    filter: none;
}

.burger-nav.fixed .bn-logo img {
    height: 35px;
    filter: contrast(0) brightness(2);
}

.burger-nav.fixed .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.fixed .bn-links-desktop>a:after {
    border-bottom-color: #222;
}

.burger-nav>.left,
.burger-nav>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bn-logo {
    display: block;
}

.bn-logo>img {
    height: 45px;
}

.bn-open,
.bn-close {
    font-size: 20px;
    line-height: 26px;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #96C94D;
    color: #fff !important;
    margin-left: 20px;
}

.bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px;
}

.bn-links-desktop>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222 !important;
    margin-left: 20px;
    padding: 5px 50px;
    position: relative;
    transition: 0.3s ease 0s;
}

.bn-links-desktop>a:hover {
    text-decoration: underline !important;
}

.bn-links-desktop>a:first-child {
    margin-left: 0;
}

.bn-btn {
    margin-left: 20px;
}

.bn-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.bn-menu-container.active {
    display: block;
}

.bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.bn-menu-box.active {
    width: 400px;
}

.bn-menu {
    display: block;
    width: 400px;
    height: 100%;
    background: #fff;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    padding: 30px;
    overflow-y: auto;
}

.bn-menu>h2 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

.bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.bn-menu-links {
    padding: 10px;
    background: #fbfbfb;
    border-radius: 10px;
    border: solid 1px #eee;
}

.bn-menu-links a {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222 !important;
    position: relative;
    padding-right: 30px;
    transition: 0.3s ease 0s;
}

.bn-menu-links a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #eee;
}

.bn-menu-links a:last-child:before {
    content: none;
}

.bn-menu-links a:last-child {
    margin-bottom: 0;
}

.bn-menu-links a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    transform: translate(0, -50%);
}

.bn-menu-link-dropdown {
    display: none;
    padding: 0 15px;
    margin-bottom: 15px;
}

.bn-menu-link-dropdown a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
}

.bn-menu-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.bn-menu-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin-right: 15px;
    margin-bottom: 15px;
}

.bn-menu-social>a>i {
    transition: 0.3s ease 0s;
}

.bn-menu-social>a:hover>i {
    transform: rotate(360deg);
}

/* BURGER NAV END */



.burger-nav .bn-links-desktop>a,
.burger-nav .bn-links-desktop>.bn-menu-dropdown>a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #fff !important;
    padding: 5px 0;
    margin-right: 20px;
    transition: 0.2s ease 0s;
}

 

.burger-nav .bn-links-desktop>a:hover:after,
.burger-nav .bn-links-desktop>.bn-menu-dropdown:hover>a:after {
    width: 20px;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown {
    position: relative;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown>.bn-menu-dropdown-menu {
    margin-top: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 20px;
    z-index: 20;
    background: #fff;
    border: solid 1px #eee;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown:hover>.bn-menu-dropdown-menu {
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown>.bn-menu-dropdown-menu > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    padding: 5px 0;
    margin-bottom: 5px;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown>.bn-menu-dropdown-menu > a:hover {
    padding-left: 25px;
    padding-right: 0;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown>.bn-menu-dropdown-menu > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 10px;
    height: 2px;
    background: #bbb;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown>.bn-menu-dropdown-menu > a:hover:before {
    width: 20px;
    background: #96c94d;
}

.burger-nav .bn-links-desktop>.bn-menu-dropdown>.bn-menu-dropdown-menu > a:last-child {
    margin-bottom: 0;
}