@charset "utf-8";

@font-face {
    font-family: 'sofia_prolight';
    src: url('fonts/sofia_pro_light-webfont.eot');
    src: url('fonts/sofia_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_pro_light-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_light-webfont.woff') format('woff'),
         url('fonts/sofia_pro_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_promedium';
    src: url('fonts/sofia_pro_medium-webfont.eot');
    src: url('fonts/sofia_pro_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_pro_medium-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_medium-webfont.woff') format('woff'),
         url('fonts/sofia_pro_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_proregular';
    src: url('fonts/sofia_pro_regular-webfont.eot');
    src: url('fonts/sofia_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_pro_regular-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_regular-webfont.woff') format('woff'),
         url('fonts/sofia_pro_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_prosemi_bold';
    src: url('fonts/sofia_pro_semi_bold-webfont.eot');
    src: url('fonts/sofia_pro_semi_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_pro_semi_bold-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_semi_bold-webfont.woff') format('woff'),
         url('fonts/sofia_pro_semi_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:320px;
}
body {
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:320px;
	background-color:#fff;
	font-family:'sofia_promedium', Tahoma;
	background-image: url(../images/background.jpg);
	background-position: center center;
}

img {
	border:0px;
}
*:focus {outline:0;}
#videopen {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	opacity:0;
	display:none;
	z-index:-1;
	overflow:hidden;
}
#videopen .golge {
	float:left;
	display:inline;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
}
#videopenic {
	position:absolute;
	float:left;
	display:inline;
	z-index:9999;
	left:20%;
	width:60%;
}
#videopenic .kapat {
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	text-decoration:none;
	display:inline;
	cursor: pointer;
}
.orta {
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.bilgidevam {
	float:left;
	display:inline;
	width:100%;
    height: 160px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	font-size:14px;
	line-height:20px;
}
.bilgidevam2 {
	height:200px;
}
.bilgidevam h2 {
	font-size:16px;
	line-height:20px;
}
.bilgidevam h3 {
	font-size:15px;
	line-height:20px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.devam {
	float:left;
	clear:left;
	margin-top:8px;
	display:inline-block;
	font-size:14px;
	border:1px solid #3a8239;
	padding:3px 10px;
	cursor:pointer;
	color:#3a8239;
}
.devam:hover {
	background-color:#3a8239;
	color:#ffffff;
}
.ustbar {
	background-image: url(../images/menuback.png);
	position:absolute;
	width:100%;
	height:118px;
	top:0px;
	left:0px;
	z-index:1;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}
.ustbar .logo {
	float:left;
	display:inline;
	width:180px;
	position:relative;
	z-index:200;
	margin-top:25px;
	margin-left:20px;
}
.ustbar .logo img {
	width:100%;
}
.ustbar .ustbilgi {
	float:right;
	margin-top:20px;
	margin-right:10px;
}
.ustbar .ustbilgi .yer {
	float:left;
	color:#2e6d30;
    margin-right: 20px;
	font-size:22px;
	line-height:30px;
	text-shadow:1px 1px #999999;
}
.ustbar .ustbilgi .yer span {
	font-family: 'sofia_prosemi_bold';
}
.ustbar .ustbilgi .telbaslik {
	float:left;
	font-family: 'sofia_prosemi_bold';
	font-style:italic;
    margin-right: 15px;
	font-size:22px;
	line-height:30px;
	text-shadow:1px 1px #999999;
}
.ustbar .ustbilgi .telefon {
	float:left;
	margin-right:10px;
	font-size:20px;
	line-height:30px;
	color:#000;
	text-decoration:none;
	text-shadow:1px 1px #999999;
}
.ustbar .ustbilgi .cizgi {
	font-family: 'sofia_prolight';
	float: left;
    font-size: 30px;
	line-height:30px;
    margin-right: 10px;
	color:#89aab9;
	text-shadow:1px 1px #999999;
}
.ustbar .menu2 {
	display:none;
}
.ustbar .menu {
	float:right;
}
.ustbar .menu a {
	float:right;
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	font-size:17px;
	font-style:normal;
	color:#3a3a3a;	
	text-shadow: 0px 0px #5d5d5d;
	text-decoration:none;
}
.ustbar .menu a:after {
	content: '';
	display: block;
	margin: auto;
	margin-top:1px;
	height: 3px;
	width: 	0px;
	background: transparent;
	transition: width .3s ease, background-color .3s ease;
}
.ustbar .menu a:hover:after, .ustbar .menu .secili:after {
	width: 100%;
	background: #3a3a3a;
}
.banner {
	width:960px;
	height:500px; 
	float:left;
	margin-top:118px;
}
.banner .item img {
	float:left;
	width:100%;
}
.banner .owl-controls {
    float: left;
    display: inline;
    position: absolute;
    top: calc(50% - 68px);
    left: 0px;
    width: 100%;
}
.banner .owl-buttons {
    float: left;
    display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.banner .owl-next {
	position:absolute;
	right:7px;
	top:0px;
	display:block;
	width:100px;
	height:135px;
	background:url(../images/arrows.png) no-repeat;
	background-position:-97px 0;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner:hover .owl-next {
	opacity:1;
}
.banner .owl-prev {
	position:absolute;
	left:7px;
	top:0px;
	display:block;
	width:100px;
	height:135px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner:hover .owl-prev {
	opacity:1;
}
.banneralt {
	float:left;
	display:inline;
	width:100%;
	height:162px;
	margin-top:2px;
	background:url(../images/banneralt.jpg) no-repeat;
}
.banneralt .resmi {
	float:left;
	width:158px;
	height:158px;
	margin-top:2px;
	margin-left:8px;
}
.banneralt .resmi img {
	width:100%;
}
.banneralt .spot {
	float:left;
	width:780px;
	text-align:center;
	color:#FFF;
	font-size:28px;
	line-height:36px;
	font-style:italic;
	margin-top:20px;
	text-shadow:-2px -2px #666666;
}
.banneralt .telefon {
	font-family: 'sofia_prosemi_bold';
	float:left;
	color:#FFF;
	font-size:40px;
	line-height:56px;
	margin-left:22px;
	text-shadow:-2px -2px #666666;
	text-decoration:none;
}
.banneralt .telicon {
	float:left;
	width:56px;
	height:56px;
	background-image: url(../images/telicon.png);
	background-repeat: no-repeat;
	background-size:contain;
	margin-left:30px;
	margin-right:8px;
}
.videoalan {
	float:left;
	width:100%;
	height:0px;
	padding-bottom:56%;
	position:relative;
}
.videoalan iframe {
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.govde {
	float:left;
	display:inline;
	width:930px;
	padding:15px;
	background-color:#e8e8e8;
}
.govdealt {
	margin-top:118px;
}
.govde h1 {
	float:left;
	padding:0px;
	margin:0px;
	font-size:40px;
	line-height:40px;
	color:#3a8239;
	text-shadow:-1px -1px #cccccc;
}
.govdealt h1 {
	font-size:25px;
	line-height:25px;
	width:100%;
}
.govdealt h2 {
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}
.govde .slogan {
	float:right;
	font-size:15px;
	line-height:18px;
	color:#3a8239;
	text-shadow:-1px -1px #cccccc;
	margin-top:22px;
}
.govde .yildiz {
	float:right;
	background-image: url(../images/yildiz.png);
	background-repeat: no-repeat;
	background-size:contain;
	display: inline;
	height: 18px;
	width: 19px;
	margin-left:10px;
	margin-right:10px;
	margin-top:22px;
}
.govde .projeler {
	float:left;
	display:inline;
	width:calc(100% + 30px);
	margin-top:16px;
	margin-left:-15px;
}
.govde .projeler .projebar {
	float:left;
	width:220px;
	height:180px;
	margin-left:16px;
	margin-top:16px;
	position:relative;
}
.govde .projeler .projebar .resim {
	float:left;
	display:inline;
	position:absolute;
	top:0px;
	left:0px;
}
.govde .projeler .projebar .resim img {
	width:100%;
}
.govde .projeler .projebar .pbaslik {
	font-family: 'sofia_prosemi_bold';
	float:left;
	display:inline;
	width:calc(100% - 20px);
	position:absolute;
	z-index:1;
	left:0px;
	bottom:15px;
	font-size:16px;
	color:#393939;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	
	background-image: url(../images/menuback.png);
}
.govde .projeler .projebar .pbaslik h2 {
	font-family: 'sofia_prosemi_bold';
	font-size:16px;
	color:#393939;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.owl-carousel .owl-wrapper-outer {
	height:100%;
}
.owl-carousel .owl-wrapper {
	height:100%;
}
.owl-carousel .owl-item {
	height:100%;
}
.govde .videolar {
	float:left;
	width:456px;
	height:273px;
	margin-top:16px;
	margin-right:16px;
	margin-bottom:20px;
	position:relative;
}
.govde .videolar .videoic {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.govde .videolar .item {
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.govde .videolar .item img {
	float:left;
	width:456px;
	height:273px;
}
.govde .videolar .videobut {
	cursor:pointer;
	background-image: url(../images/videobut.png);
	background-repeat: no-repeat;
	background-position:center center;
	display: inline;
	float: left;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.govde .neden {
	float:left;
	width:456px;
	height:273px;
	margin-top:16px;
	background-image: url(../images/neden_karasu.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.govde .resimler {
	float:left;
	display:inline;
	width:calc(100% + 10px);
	margin-top:40px;
}
.govde .resimler img {
	float:left;
	margin-top:5px;
	margin-right:5px;
	width:227.5px;
}
.govde .icerik {
	font-size:15px;
	line-height:20px;
	font-family: 'sofia_prolight';
	float:left;
	width:100%;
	margin-top:20px;
}
.ibaslik {
	font-family: 'sofia_prosemi_bold';
	float:left;
	display:inline;
	width:100%;
	margin-top:40px;
	font-size:17px;
	color:#3a8239;
}
.videobar {
	float:left;
	width:50%;
}
.videobar .vresim {
	float:left;
	width:100%;
	height:0px;
	padding-bottom:56%;
	position:relative;
	cursor:pointer;
}
.videobar .vresim img {
	float:left;
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0px;
	top:0px;
}
.videobar .icon {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:140px;
	z-index:1;
}
.adres {
	float:left;
	width:100%;
	margin-top:10px;
	color:#4b4b4b;
	font-size:17px;
}
.harita {
	float:left;
	width:calc(100% + 30px);
	height:280px;
	margin-left:-15px;
	margin-top:10px;
}
.emailbar {
	float:left;
	display:inline;
	width:50%;
	padding-bottom:40px;
}
.emailbar .bilgi {
	font-weight:bold;
	float:left;
	display:inline;
	width:50%;
	font-size:25px;
	color:#000000;
	text-decoration:none;
}
.altbar {
	float:left;
	width:100%;
	background-color:#95b1b9;
	margin-top:1px;
}
.altbar .logo {
	background-image: url(../images/logoyeni.png);
	background-repeat: no-repeat;
	background-size:contain;
	display: inline;
	float: left;
	height: 54px;
	width: 150px;
	margin-top:14px;
	margin-bottom:14px;
	margin-left:15px;
}
.altbar .temel {
	background-image: url(../images/temelinde_guven_ve_huzur_var.png);
	background-repeat: no-repeat;
	background-size:contain;
	display: inline;
	float: left;
	width: 362px;
	height: 40px;
	margin-top:23px;
	margin-left:100px;
}
.altbar .sosyal {
	float:right;
}
.altbar .sosyal a {
	float:left;
	width:52px;
	height:52px;
	margin-top:18px;
	margin-right:15px;
	background-repeat:no-repeat;
	background-size:contain;
}
.altbar .facebook {
	background-image: url(../images/facebook.png);
}
.altbar .twitter {
	background-image: url(../images/twitter.png);
}
.altbar .youtube {
	background-image: url(../images/youtube.png);
}
.altbar .instagram {
	background-image: url(../images/instagram.png);
}
.altyazi {
	font-family: 'sofia_prosemi_bold';
	font-size:13px;
	float:right;
	margin-top:16px;
	padding-bottom:16px;
}

.whatsappbut {
	position:fixed;
	bottom:30px;
	left:10px;
	font-size:15px;
	line-height:20px;
	z-index:105;
	text-decoration:none;
}
.whatsappbut span {
	background-color:#189d03;
	color:#ffffff;
	text-decoration:none;
	padding:5px 15px;
	padding-right:50px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.whatsappbut .logo {
	width:30px;
	height:30px;
	position:absolute;
	top:-10px;
	right:0px;
	padding:5px;
	background-color:#189d03;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.whatsappbut img {
	float:left;
	width:30px;
	height:30px;
}




.hemenara {
	position:fixed;
	bottom:30px;
	right:10px;
	font-size:15px;
	line-height:20px;
	z-index:105;
	text-decoration:none;
	display: none;
}
.hemenara span {
	background-color:#b40505;
	color:#ffffff;
	text-decoration:none;
	padding:5px 15px;
	padding-right:50px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.hemenara .logo {
	width:30px;
	height:30px;
	position:absolute;
	top:-10px;
	right:0px;
	padding:5px;
	background-color:#b40505;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.hemenara img {
	float:left;
	width:30px;
	height:30px;
}