@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
header {
	width:100%;
	margin:0px auto;
	height:104px;
	position: fixed;
	z-index:1;
	background-image:url(maimages/header_bg.png);
}
p {max-width:600px;}
nav {
	float: right;
}
section {
	position:fixed;
}
a {
	text-decoration:none;
	color:inherit;
}
ul {
	float: right;
    list-style: none;
    margin: 0;
	padding:3em 5px 0px 0px;
}
li {
	color:#333;
    margin: 0px 0px 0px 0px;
	font-size:14px;
	padding:2px;
	float: left;
	border-right:1px solid #999;
	font-weight:400;
}
li a {
	padding:6px;
	transition:background-color ease 500ms;
}
li:last-child {
	border-right: none;
	border-bottom: none;
}
li a:hover, a:focus {
	background-color:#CCC;
	border-radius:3px;
}

#menu {
	position: relative;
}
#menuicon {
	position: relative;
	display:none;
}
#logo {
	float:left;
	width:381px;
	height:100px;
	margin: 0px auto;
	background-image:url(maimages/logo3renk.png);
	z-index:2;
	margin-left: 10px;
}
#logo:hover, #logo:focus {
	background-image:url(maimages/logo_siyah.png);
}
#slider {
	background-image:url(maimages/sera.jpg);
	width:100%;
	height:500px;
	position:relative;
	background-position: center top;
	background-size:cover;
	z-index:-1;
}
#genel {padding: 40px 50px 50px 50px;text-align:center;}
#genel h1 {font-weight:100;letter-spacing:1px;color:#999;font-size:30px;padding: 0px 0px 10px 0px;margin: 0px;}
#genel p {font-weight:100;letter-spacing:1px;color:#888;font-size:14px;margin:0px auto 0px auto;}
#genel p a {transition:color ease 500ms;}
#genel p a:hover {color:#333;}
#coversTitle h1 {
	color:#999;
	font-size:30px;
	font-weight:300;
	padding: 10px;
	margin: 0px;
	text-align:center;
	letter-spacing:1px;
}
.anasayfa.bodyText  {background:#007090;color:#99CDDB;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65) inset;}
.bodyText {padding: 40px 50px 50px 50px;text-align:center;position:relative;font-size:14px;font-weight:100;letter-spacing:1px;}
.sosyal.bodyText {padding: 40px 50px 40px 50px;}
.bodyText h1 {
	color:#99CDDB;
	font-size:30px;
	font-weight:300;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align:center;
	letter-spacing:1px;
}
.bodyText p {margin:0px auto 0px auto;}

.bodyText a {
	transition:color ease 500ms;
}

.bodyText a:hover {
	color:#333;
}

.fa-facebook {
	font-size:41px;
	color:#FFF;
	line-height:2em;
	border:1px solid #FFF;
	width:80px; height:80px;
	border-radius:50%;
	margin:10px;
	transition:all ease 500ms;
}
.fa-facebook:hover {
	background:#3b5998;
	border:1px solid #3b5998;
	color:#FFF;
}
.fa-twitter {
	font-size:41px;
	color:#FFF;
	line-height:2em;
	border:1px solid #FFF;
	width:80px; height:80px;
	border-radius:50%;
	margin:10px;
	transition:all ease 500ms;
}
.fa-twitter:hover {
	background:#00aced;
	border:1px solid #00aced;
	color:#FFF;
}
.fa-google-plus {
	font-size:41px;
	color:#FFF;
	line-height:2em;
	border:1px solid #FFF;
	width:80px; height:80px;
	border-radius:50%;
	margin:10px;
	text-indent:5px;
	transition:all ease 500ms;
}
.fa-google-plus:hover {
	background:#cc3732;
	border:1px solid #cc3732;
	color:#FFF;
}

#coversTitle p {
	color:#666;
	font-size:14px;
	padding: 0px 20px 20px 20px;
	margin: 0px;
	text-align:center;
	font-weight:300;
	letter-spacing: 1px;
}
#coversTitle p a {
	color:#AAA;
	padding:0px 3px;
	transition:all ease 500ms;
}
#coversTitle p a:hover {
	color:#000;
	border-radius:3px;
	padding:0px 3px;
}
#onizleme {
	position:relative;
	padding:40px 0px 50px 0px;
	width:100%;
	text-align:center;
}
#onizleme h1 {
	color:#999;
	font-size:30px;
	font-weight:300;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align:center;
	letter-spacing:1px;
}
#onizleme p {
	max-width:600px;
	color:#666;
	font-size:14px;
	padding: 0px 20px 20px 20px;
	margin:0px auto;
	text-align:center;
	font-weight:300;
	letter-spacing: 1px;
}
#onizleme li {
	display:inline-block;
	width:calc(31% - 8px);
	min-height:100px;
	background-color:#666;
	margin:0.8%;
	border:4px solid #FFF;
	box-shadow:0px 0px 3px #000;
	border-radius:5px;
	background-size:cover;
}
#onizlemeTasiyici {
	position:relative;
	max-width:600px;
	text-align:center;
	margin:0px auto;
	min-height:300px;
}
strong {
	font-weight:600;
}
footer {
	color: #FFF;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	background-color:#007090;
	position:relative;
	text-align:center;
	line-height:4em;
}
.coverIcon {
	width:22.5%;
	border:none;
	display: inline-table;
	text-align:center;
	margin:0px 1%;
}
.coverIcon:first-child {
	float:left;
	left:0px;
	margin-left:0px;
}
.coverIcon:last-child {
	float:right;
	right:0px;
	margin-right:0px;
}
.coverIcon a span {
	color:#999;
	padding:0px 8px;
	transition: background-color ease 500ms;
}
.coverIcon a:hover span {
	color:#666;
	background-color:#CCC;
	border-radius:3px;
}
#por {
	width:100%;
	min-height:240px;
	background-image:url(maimages/portakal2.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	opacity:1;
	transition:opacity ease 500ms;
}
#por:hover {
	opacity:0.5;
}
#zey {
	width:100%;
	min-height:240px;
	background-image:url(maimages/zeytin2.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	opacity:1;
	transition:opacity ease 500ms;
}
#zey:hover {
	opacity:0.5;
}
#cev {
	width:100%;
	min-height:240px;
	background-image:url(maimages/ceviz2.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	opacity:1;
	transition:opacity ease 500ms;
}
#cev:hover {
	opacity:0.5;
}
#avo {
	width:100%;
	min-height:240px;
	background-image:url(maimages/avokado2.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	opacity:1;
	transition:opacity ease 500ms;
}
#avo:hover {
	opacity:0.5;
}

/* --- SIMPLEST-CSS ONLY-LIGHTBOX --- */
.lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
	z-index:999;
}
button {
	width: 100%;
	height: 100%;
	min-height: 100px;
	padding: 0px;
	align-items: flex-start;
	border-image: none;
	border-radius: 0px;
	background-color: transparent;
	display: block;
	border: none;
	cursor:pointer;
}
button:focus {outline:0 !important;}

.fa-times-circle {
	position: fixed;
	right: 0px;
	top: 0px;
	font-size: 36px;
	padding: 10px;
	color: #FFF;
	cursor:pointer;
	text-shadow:0px 0px 6px #000;
	opacity:0.5;
}
.fa-times-circle:hover {
	opacity:1;
}
#lightbox1, #lightbox2, #lightbox3, #lightbox4, #lightbox5, #lightbox6, #lightbox7, #lightbox8, #lightbox9, #lightbox10, #lightbox11, #lightbox12, #lightbox13, #lightbox14, #lightbox15, #lightbox16 {
	display:none;
	background-size:70%;
	background-position:center;
	background-repeat:no-repeat;
}
#lightbox1 {
	background-image:url(fotogaleri/IMG_0982.jpg);
}
#lightbox2 {
	background-image:url(fotogaleri/IMG_0992.jpg);
}
#lightbox3 {
	background-image:url(fotogaleri/IMG_0984.jpg);
}
#lightbox4 {
	background-image:url(fotogaleri/IMG_0995.jpg);
}
#lightbox5 {
	background-image:url(fotogaleri/IMG_1003.jpg);
}
#lightbox6 {
	background-image:url(fotogaleri/IMG_0998.jpg);
}
#lightbox7 {
	background-image:;
}
#lightbox8 {
	background-image:;
}
#lightbox9 {
	background-image:;
}
/* --- SIMPLEST-CSS ONLY-LIGHTBOX --- */

/* --- SUB MENU -- */
#primary_nav_wrap
{
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:2.45em 5px 0px 0px;
	line-height:normal;
}

#primary_nav_wrap ul a
{
	display:block;
}

#primary_nav_wrap ul li {
	position:relative;
	float:left;
	margin:0;
	color:#333;
	font-size:14px;
	border-right:1px solid #999;
	font-weight:400;
	padding:0px 6px;
	background-color:transparent;
}
#primary_nav_wrap ul li ul {
	width:160px;
	left:-38px;
	padding:5px 10px 5px 10px;
	text-align:center;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background-color:rgba(255, 255, 255, 0.95);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.5);
}
#primary_nav_wrap ul li ul li {
	font-size:12px;
	padding:7px 0px 7px 0px;
	border-right:none;
	border-bottom:1px dashed #CCC;
}
#primary_nav_wrap ul li:last-child {
	border:none;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:red;
}

#primary_nav_wrap ul li:hover
{
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
}

#primary_nav_wrap ul ul a
{
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
/* --- SUB MENU --- */


.fa-home {font-size:20px;}

.harita {
	min-height: 660px;
	background-position: center top;
}


@media screen and (max-width: 1030px) {
	#primary_nav_wrap ul {padding: 2.45em 5px 0px 0px;}
	#logo {width: 350px;background-size: 100%;background-position: center center;background-repeat: no-repeat;}
	#slider {height:320px;}
	#onizleme li {
	width:calc(28% - 8px);
	min-height:100px;
	background-color:#666;
	margin:0.8%;
	border:4px solid #FFF;
	box-shadow:0px 0px 3px #000;
	border-radius:5px;
	background-size:cover;
	}
}
@media screen and (max-width: 999px) {
	.fa-home {font-size:16px;}
	#primary_nav_wrap ul {padding: 2.3em 5px 0px 0px;}
	#primary_nav_wrap ul li {font-size: 11px; padding:3px;}
	#logo {width: 260px;background-size: 100%;background-position: center center;background-repeat: no-repeat;}
	#slider {height:300px;}
	#onizleme li {
	width:calc(28% - 8px);
	min-height:100px;
	background-color:#666;
	margin:0.8%;
	border:4px solid #FFF;
	box-shadow:0px 0px 3px #000;
	border-radius:5px;
	background-size:cover;
	}
}
@media screen and (max-width: 767px) {
	header {height:74px;background-image:url(maimages/header_bg.png);background-position:bottom center;}
	#menu {display:none;}
	#menuicon {position:fixed; right:0px; display:block;float: right;text-align: right;width: 100%;top:-16px;}
	#logo {width: 230px;position:relative;top:-15px;}
	ul {padding: 5px 10px 0px 10px; background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5) inset;float: none;text-align: center;}
	li {font-size: 12px;float: none; display: block; line-height: 40px; border-bottom: 1px dashed rgba(0, 0, 0, 0.33); border-right:none; letter-spacing: 1px; border-top: 1px dashed #FFF;}
	li:first-child {border-top: 0px dashed #FFF;}
	.fa-bars {font-size: 36px;color:#666;padding: 1em 20px 14px 22px;line-height:1em;}
	.fa-bars:active {background-color: #FFF;}
	.coverIcon {width:40%;margin:0px auto; padding:0px 14px;}
	.coverIcon:nth-child(2) {float:right; right:0px;}
	#por, #zey, #cev, #avo {margin: 0px auto;min-height:150px;}
	nav ul, nav:active ul {display: none;}
	nav:hover ul {display: block;}
	.bodyText {padding: 30px 20px 30px 20px;}
	.sosyal.bodyText {padding: 20px;}
	.bodyText p {letter-spacing:0.6px;}
	#genel {padding:20px;}
	.fa-facebook, .fa-twitter, .fa-google-plus {font-size: 34px;width: 64px;height: 64px;margin: 8px;}
	#genel p {letter-spacing:0.6px;}
}
@media print
{
    * {-webkit-print-color-adjust:exact;}
	#logo {float:left;width:230px;height:100px;margin: 0px auto;background-image:url(maimages/logo3renk.png);background-size:100%; background-repeat:no-repeat; margin-left: 10px;}
	#primary_nav_wrap {top:-20px; position:absolute;right:0px;}
	#primary_nav_wrap ul {padding: 2.3em 5px 0px 0px;list-style:none;}
	#primary_nav_wrap ul li {font-size: 10px;padding: 0px;}
	header {height:64px; background-position:left bottom;}
}