body {
	font-family: "Work Sans", sans-serif;
	background-color: #fff;
}

/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
	display: block;
}

/* =RESET
===========================================*/
.margin0 {
	margin: 0px;
}

.padding0 {
	padding: 0px;
}

.map {
	height: 500px !important;
	position: relative;
	overflow: hidden;
}
.map #map {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 500px !important;
	overflow: hidden;
}

header {
	height: 80px;
	line-height: 80px;
	background: url(../img/header.png);
	position: fixed;
	width: 100%;
	z-index: 999999;
}
header .logo {
	float: left;
	padding-left: 30px;
}
header .menuAc {
	float: right;
	color: #fff;
	margin-right: 30px;
	display: none;
}
header .menuAc i {
	font-size: 38px;
	padding: 0px 10px;
	border: 1px solid #fff;
	cursor: pointer;
}
header .menu {
	float: left;
	height: 80px;
	line-height: 80px;
}
header .menu ul {
	list-style: none;
	margin-left: 200px;
}
header .menu ul li {
	display: inline;
}
header .menu ul li a {
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
header .menu ul li a i {
	font-size: 16px;
}
header .menu ul li a:hover {
	border-bottom: 5px solid #fff;
}
header .menu ul li.active a {
	border-bottom: 5px solid #fff;
}
header .lang {
	float: right;
	width: 120px;
	text-align: center;
}
header .lang a {
	display: inline-block;
	width: 120px;
	text-align: center;
	background-color: #344e70;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

@media (min-width: 767px) {
	.menu {
		display: block !important;
	}
}

@media (max-width: 1366px) {
	header .menu ul  {
		margin-left: 30px;
	}
	header .menu ul li a {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 11px;
	}
	header .lang  {
		width: 80px;
	}
	header .lang a {
		width: 80px;
		font-size: 14px;
	}
	header .logo img {
		width: 150px;
	}

}
@media (max-width: 767px) {
	.logo img {
		width: 200px;
	}

	.menuAc {
		display: block !important;
	}

	.menu {
		height: auto !important;
		background-color: #fff;
		width: 100%;
		margin-top: -10px;
		display: none;
	}
	.menu ul {
		margin: 0px !important;
	}
	.menu ul li {
		display: block !important;
	}
	.menu ul li a {
		display: block !important;
		margin: 0px !important;
		color: #333 !important;
		height: 48px !important;
		line-height: 48px !important;
		padding-left: 40px !important;
		border-bottom: 1px solid #eee !important;
	}
	.menu ul li a:hover {
		background-color: #eee;
	}

	.lang {
		display: none;
	}
}
.slider-bg {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 0px;
	background: url(../img/slider.png);
}

.slider {
	position: relative;
	z-index: 1;
}
.slider .item {
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.slider .item .slider-content {
	position: absolute;
	z-index: 3;
	width: 100%;
	margin-top: 20%;
	text-align: center;
}
.slider .item .slider-content h1 {
	font-weight: 300;
	font-size: 60px;
	color: #fff;
	max-width: 800px;
	margin: auto;
	line-height: 71px;
}
.slider .owl-controls {
	margin-top: -75px;
}

.tekne {
	position: absolute;
	z-index: 4;
	width: 100%;
	text-align: center;
	bottom: 130px;
}
.tekne img {
	cursor: pointer;
}

@media (max-width: 767px) {
	.slider .slider-content {
		margin-top: 40% !important;
	}
	.slider .slider-content h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
}
.about-us {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #F5F5F5;
}
.about-us h1 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	color: #344e70;
	letter-spacing: 3px;
}
.about-us .text {
	margin-top: 60px;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #333333;
}
.about-us .text p {
	margin-bottom: 27px;
}
.about-us .about-btn {
	position: relative;
	display: block;
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	border: 2px solid #344e70;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #344e70;
	margin-top: 60px;
	overflow: hidden;
}
.about-us .about-btn .btn-show {
	position: absolute;
	width: 100%;
	left: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-us .about-btn .btn-hide {
	position: absolute;
	width: 100%;
	left: -360px;
	background-color: #344e70;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-us .about-btn:hover .btn-show {
	left: 360px;
}
.about-us .about-btn:hover .btn-hide {
	left: 0px;
}

.home .home-item {
	min-height: 500px;
	padding: 70px;
	overflow: hidden;
}
.home .home-item h2 {
	font-size: 28px;
	font-weight: 400;
	color: #344e70;
	position: relative;
	text-transform: uppercase;
}
.home .home-item .text {
	margin-top: 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #333333;
	width: 70%;
}
.home .home-item .text p {
	margin-bottom: 27px;
}
.home .home-item-img {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.home .home-item-img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(../img/home.png);
}
.home .home-item-img .right {
	position: absolute;
	width: 29px;
	height: 58px;
	left: 0px;
	top: 70px;
	z-index: 99999;
	background: url(../img/right.png);
}
.home .home-item-img .left {
	position: absolute;
	width: 29px;
	height: 58px;
	right: 0px;
	top: 70px;
	z-index: 99999;
	background: url(../img/left.png);
}
.home .right {
	text-align: right;
}
.home .right h2:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 3px;
	background-color: #344e70;
	bottom: -10px;
	right: 0px;
}
.home .right .text {
	float: right;
}
.home .left {
	text-align: left;
}
.home .left h2:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 3px;
	background-color: #344e70;
	bottom: -10px;
	left: 0px;
}
.home .left .text {
	float: left;
}
.home .section-btn {
	position: relative;
	z-index: 999999;
	display: block;
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 220px;
	overflow: hidden;
}
.home .section-btn .btn-show {
	position: absolute;
	width: 100%;
	left: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home .section-btn .btn-hide {
	position: absolute;
	width: 100%;
	left: -360px;
	background-color: #fff;
	color: #344e70;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home .section-btn:hover .btn-show {
	left: 360px;
}
.home .section-btn:hover .btn-hide {
	left: 0px;
}
.home .home-footer {
	padding: 0px;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.home .home-footer .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/home-footer.png);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
}
.home .home-footer h2 {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-top: 200px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home .home-footer p {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 27px;
	padding-left: 200px;
	padding-right: 200px;
}
.home .home-footer .section-btn {
	position: relative;
	z-index: 999999;
	display: block;
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 50px;
	overflow: hidden;
	display: none;
}
.home .home-footer .section-btn .btn-show {
	position: absolute;
	width: 100%;
	left: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home .home-footer .section-btn .btn-hide {
	position: absolute;
	width: 100%;
	left: -360px;
	background-color: #fff;
	color: #344e70;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home .home-footer .section-btn:hover .btn-show {
	left: 360px;
}
.home .home-footer .section-btn:hover .btn-hide {
	left: 0px;
}
.home .home-footer:hover .bg {
	visibility: visible;
	opacity: 1;
}
.home .home-footer:hover h2 {
	margin-top: 150px;
}
.home .home-footer:hover .section-btn {
	display: block;
}

@media (max-width: 767px) {
	.home .home-item {
		padding: 40px 20px;
	}
	.home .home-item .text {
		width: 100% !important;
	}
	.home .home-item-img .left, .home .home-item-img .right {
		display: none;
	}
	.home .home-footer .bg {
		visibility: visible;
		opacity: 1;
	}
	.home .home-footer h2 {
		margin-top: 150px;
	}
	.home .home-footer p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .home-footer .section-btn {
		display: block;
	}
}
.cover {
	height: 420px;
	position: relative;
}
.cover .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/slider.png);
}
.cover h1 {
	position: absolute;
	width: 100%;
	top: 250px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 3px;
}

.cover .share-content {
	position: absolute;
	width: 100%;
	height: 32px;
	line-height: 32px;
	bottom: 0px;
	background: url(../img/share.png);
	text-align: center;
}
.cover .share-content a {
	color: #fff;
}
.cover .share-content .share {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
}

.cover .share-content .pdf {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
}


.cover.detay h1 {
	position: absolute;
	width: 100%;
	top: 170px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 3px;
}
.cover.detay strong {
	position: absolute;
	width: 100%;
	top: 220px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 3px;
}
.cover.detay span {
	position: absolute;
	width: 100%;
	top: 290px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 3px;
}

.info .home-item {
	min-height: 500px;
	padding: 70px;
	overflow: hidden;
	background-color: #F5F5F5;
}
.info .home-item h2 {
	font-size: 28px;
	font-weight: 400;
	color: #344e70;
	position: relative;
}
.info .home-item .text {
	margin-top: 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #333333;

}
.info .home-item .text p {
	margin-bottom: 27px;
	display: block;
}
.info .home-item-img {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.info .home-item-img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(../img/home.png);
}
.info .home-item-img .right {
	position: absolute;
	width: 29px;
	height: 58px;
	left: 0px;
	top: 70px;
	z-index: 99999;
	background: url(../img/right2.png);
}
.info .home-item-img .left {
	position: absolute;
	width: 29px;
	height: 58px;
	right: 0px;
	top: 70px;
	z-index: 99999;
	background: url(../img/left2.png);
}
.info .right {
	text-align: right;
}
.info .right h2:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 3px;
	background-color: #344e70;
	bottom: -10px;
	right: 0px;
}
.info .right .text {
	float: right;
}
.info .left {
	text-align: left;
}
.info .left h2:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 3px;
	background-color: #344e70;
	bottom: -10px;
	left: 0px;
}
.info .left .text {
	
}
.info .about-btn {
	position: relative;
	display: block;
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #344e70;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #344e70;
	margin-top: 60px;
	overflow: hidden;
	outline: none;
}
.info .about-btn .btn-show {
	position: absolute;
	width: 100%;
	left: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.info .about-btn .btn-hide {
	position: absolute;
	width: 100%;
	left: -360px;
	background-color: #344e70;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.info .about-btn:hover .btn-show {
	left: 360px;
}
.info .about-btn:hover .btn-hide {
	left: 0px;
}

.yachts {
	margin-top: 100px;
}
.yachts h1 {
	color: #344e70;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 20px;
}
.yachts h1:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 75px;
	height: 3px;
	background-color: #344e70;
	bottom: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.yachts h1:hover:after {
	width: 100px;
}
.yachts .yacht {
	display: block;
	height: 350px;
	overflow: hidden;
}
.yachts .yacht .tekne-bilgi {
	position: absolute;
	bottom: -106px;
	width: 94%;
	margin-left: 3%;
	padding: 20px;
	background-color: #F5F5F5;
	height: 178px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.yachts .yacht .tekne-bilgi .bilgi-baslik {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-bottom: 20px;
	height: 120px;
}
.yachts .yacht .tekne-bilgi .bilgi-baslik span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #344e70;
}
.yachts .yacht .tekne-bilgi .bilgi-baslik strong {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #344e70;
}
.yachts .yacht .tekne-bilgi .bilgi-baslik p {
	font-weight: 300;
	font-size: 22px;
	color: #344e70;
}
.yachts .yacht .tekne-bilgi .tekne-aciklama {
	padding-top: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #344e70;
}
.yachts .yacht:hover .tekne-bilgi {
	background-color: #344e70;
	bottom: 0px;
}
.yachts .yacht:hover .tekne-bilgi .bilgi-baslik span, .yachts .yacht:hover .tekne-bilgi .bilgi-baslik strong, .yachts .yacht:hover .tekne-bilgi .bilgi-baslik p {
	color: #fff;
}
.yachts .yacht:hover .tekne-bilgi .tekne-aciklama {
	color: #fff;
}

.teknik {
	padding-top: 60px;
	padding-bottom: 60px;
}
.teknik h2 {
	text-transform: uppercase;
	color: #344e70;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.teknik .konaklama {
	height: 45px;
	line-height: 43px;
	overflow: hidden;
	background-color: #344e70;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #344e70;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 10px;
}
.teknik .konaklama strong {
	float: left;
	font-weight: 400;
	font-size: 16px;
}
.teknik .konaklama span {
	float: right;
	font-weight: 300;
	font-size: 16px;
}
.teknik .konaklama:hover {
	background: none;
	color: #344e70;
}
.teknik .genel-ozellikler {
	margin-top: 60px;
}
.teknik .genel-ozellikler .tablo, .teknik .genel-ozellikler .tablo2 {
	margin-bottom: 30px;
}
.teknik .genel-ozellikler .tablo .tablo-item, .teknik .genel-ozellikler .tablo2 .tablo-item {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.teknik .genel-ozellikler .tablo .tablo-item strong, .teknik .genel-ozellikler .tablo2 .tablo-item strong {
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #344e70;
}
.teknik .genel-ozellikler .tablo .tablo-item span, .teknik .genel-ozellikler .tablo2 .tablo-item span {
	float: right;
	font-weight: 300;
	font-size: 16px;
	color: #9B9B9B;
}
.teknik .genel-ozellikler .tablo .tablo-item:hover, .teknik .genel-ozellikler .tablo2 .tablo-item:hover {
	background-color: #344e70 !important;
}
.teknik .genel-ozellikler .tablo .tablo-item:hover strong, .teknik .genel-ozellikler .tablo .tablo-item:hover span, .teknik .genel-ozellikler .tablo2 .tablo-item:hover strong, .teknik .genel-ozellikler .tablo2 .tablo-item:hover span {
	color: #fff;
}

.ekipmanlar {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.ekipmanlar .bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	background: url(../img/ekipmanlar.png);
}
.ekipmanlar .bilgiler {
	position: relative;
	z-index: 2;
}
.ekipmanlar .bilgiler h1 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
.ekipmanlar .bilgiler .item {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.ekipmanlar .bilgiler .item:before {
	float: left;
	content: '\f3fd';
	font-family: 'Ionicons';
	margin-right: 10px;
}

.foto-galeri {
	margin-top: 100px;
}
.foto-galeri h1 {
	text-align: center;
	color: #344e70;
	font-weight: 300;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
.foto-galeri .gal {
	padding: 0px;
}
.foto-galeri .galeri {
	display: block;
	height: 350px;
	overflow: hidden;
}

.text-container .text {
	padding-top: 100px;
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	line-height: 27px;
}
.text-container .text p {
	margin-bottom: 16px;
}

.contact {
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact h1 {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color: #344e70;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
.contact #map-canvas {
	height: 420px;
}

.iletisim {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #333333;
}
.iletisim p {
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.home-item {
		padding: 20px !important;
	}
	.home-item .text {
		width: 100% !important;
	}

.yachts .yacht .tekne-bilgi .bilgi-baslik {
	height: 90px;
}


}
.ilet-form {
	margin-top: 20px;
}
.ilet-form input {
	border: none;
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	color: #7F8084;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ilet-form input:focus {
	outline: none;
	border: 1px solid #344e70;
}
.ilet-form textarea {
	border: none;
	width: 100%;
	padding: 8px;
	background-color: #f5f5f5;
	color: #7F8084;
	height: 100px;
	resize: none;
	border: 1px solid #eee;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ilet-form textarea:focus {
	outline: none;
	border: 1px solid #344e70;
}
.ilet-form .emlak-kod {
	color: #344e70;
	font-weight: bold;
}

.ilet-btn {
	background-color: #344e70;
	color: #fff;
	border: none;
	padding: 10px 30px;
}

footer {
	min-height: 80px;
	background-color: #344e70;
	overflow: hidden;
}
footer .copyright {
	float: left;
	margin-left: 20px;
}
footer .copyright p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 33px;
}
footer .footer-menu {
	float: left;
	list-style: none;
	margin-left: 65px;
	margin-top: 30px;
}
footer .footer-menu li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
footer .footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer .bodrum-creative {
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}

@media (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer .copyright {
		float: none !important;
		margin: 0px !important;
		text-align: center;
	}
	footer .footer-menu {
		margin-left: 0px;
		margin-bottom: 20px;
	}
	footer .bodrum-creative {
		float: none !important;
	}
}


.search {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.search h2 {
	color: #344e70;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.search h2:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 75px;
	height: 3px;
	background-color: #344e70;
	bottom: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.search h2:hover:after {
	width: 100px;
}

.search label {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
	color: #344E70;
	font-size: 14px;
}

.search input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
}

.search .name {
	border: none;
	border: 1px solid #ddd;
	background-color: #fff;
}

.search .w50 {
	width: 48%;
	margin-right: 1%;
	float: left;
	-webkit-appearance: menulist-button;
	height: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.search .w100 {
	width: 100%;
	margin-right: 1%;
	float: left;
	-webkit-appearance: menulist-button;
	height: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.search button {
	float: right;
	margin-top: 30px;
	padding: 10px 20px;
	border: none;
	background-color: #344e70;
	color: #fff;
}


.sayfala {
	height: 80px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.sayfala .pages {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #344E70;
	border: 1px solid #344E70;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 18px;
}

.sayfala .activepages {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #344E70;
	color: #344E70;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 18px;
}















