﻿/* Reset Css */
*{
	border:0;
}
html {
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
	margin:0;
	padding:0;
	font-family: "Open Sans";
}
html, body, div, span, hr, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video{
	word-wrap: break-word;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}

a{
	text-decoration:none;
	display: block;
}
ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
    display: table;
    content: " ";
}
.clearfix:after, .container:after, .row:after {
    clear: both;
}
.clearfix{
	clear:both;
}

/* Genel Css */
p i{
	padding-right:5px;
}
.dt{
	display: table !important;;
}
.di{
	display: inline-block !important;;
}
.dt > p, .dt > a, .dt > span{
	display: table-cell;
    vertical-align: middle;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}
.pt60{
	padding-top:60px;
}
.pt70{
	padding-top:70px;
}
.pt80{
	padding-top:80px;
}
.pt90{
	padding-top:90px;
}
.pt100{
	padding-top:100px;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
.pb50{
	padding-bottom:50px;
}
.pb60{
	padding-bottom:60px;
}
.pb70{
	padding-bottom:70px;
}
.pb80{
	padding-bottom:80px;
}
.pb90{
	padding-bottom:90px;
}
.pb100{
	padding-bottom:100px;
}
.fr{
	float:right !important;
}
.fl{
	float:left !important;
}
.text-center{
	text-align:center;
}
.bgw{
	background-color:#fff !important;
}
header{
	position: relative;
    width: 100%;
    z-index: 99;
}
.top-line{
	color:#fff;
}
.top-line p{
	float:left;
	font-size: 13px;
    line-height: 48px;
}
.top-line ul{
	float:right;
}
.top-line li{
	float:left;
}
.top-line li a{
	color: #ECEBEB;
    padding: 15px;
    font-size: 13px;
}
.top-line li a i{
    padding-right: 8px;
    font-size:12px
}
.dil{
	position:absolute;
}
.dil li{
	display:none;
}
.dil li:first-child{
	display:block;
}
.dil:hover li{
	display:block;
}
.dil li a i {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 12px;
}
.top-adres{
	margin-left:150px;
}
.top-tel,.top-mail{
	margin-left:50px;
}
.header{
	display: block;
	height:110px;
	border-bottom:1px solid rgba(0, 0, 0, 0.27);
	background: rgba(255, 255, 255, 0.74);
}
.logo{
	width:260px;
	height:110px;
	float: left;
	padding-top: 28px;
}
.header nav{
	float:right;
	height:110px;
}
.header nav ul li{
	float:left;
}
.header nav ul li a{
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 111px;
    border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.header nav ul li a:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.78);
}
.contact-line{
	padding:10px 0;
}
.row-h{
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    padding: 0 0 30px 0;
}
.row-h:after {
	content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 5px auto 0 auto;
}
.imgbg{
	overflow:hidden;
	position: relative;
}
.imgbg > img{
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	margin-top:0;
}
.imgbg > .container{
	z-index:0;
}

footer{
	color:#fff;
	font-size:14px;
}
footer img{
	width:100%;
	height:auto;
	padding-right:70px;
	margin-bottom:10px;
}
.footer-h{
    font-size: 2em;
    font-weight: 300;
    padding: 0 0 15px 0;
}
.footer-h:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 10px;
}
footer ul li a:before{
	content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right:10px;
}
footer ul li a{
	color:#fff;
	padding:8px 0;
}
footer p{
	margin-top:12px;
}
footer>.marka{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid rgba(0, 0, 0, 0.12);
}
.up-link{
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 10px 13px;
	color:#fff;
	display:none;
}
.icsayfa-h{
    font-size: 2em;
    font-weight: 300;
    padding: 0 0 15px 0;
}
.icsayfa-h:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 10px;
}
.dokuman-link{
	padding:10px;
}
.dokuman-link i{
	padding:5px;
}


/* Breadcrumb */
.breadcrumb>li{
	float:left;
}
.breadcrumb>li>a{
	padding:8px;
	color:#A7A7A7;
	font-size:14px;
}
.breadcrumb>li:first-child>a{
	padding-left:0px;
}
.breadcrumb>li>a:after{
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left:16px;
}
.breadcrumb>li:last-child>a:after{
	content: "";
}

/* Page Menu */
.page-menu li a{
	position:relative;
	display:block;
	padding:10px;
	color:#000000;
	text-indent:10px;
	z-index:1;
}
.page-menu li a{
	border-bottom:2px solid #ffffff;
}
.page-menu li a:hover,.page-menu .active a:hover{
	border-left:3px solid #34495E;
	text-indent:7px;
}
.page-menu .active a{
	text-indent:7px;
	border-left:3px solid #34495E;
}
.page-menu li a i{
	position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    text-indent: 0px;
    border-left: 2px solid white;
    line-height: 28px;
    width: 48px;
    text-align: center;
	z-index:2;
}

.page-menu ul{
	display:none;
}



/* Home Haber Box */
.haber-slider:hover{
	cursor:w-resize;
}
.haber-item{
	padding-left:15px;
	padding-right:15px;
}
.haber-resim{
	overflow:hidden;
	position: relative;
}
.haber-a i{
	font-size: 40px;
    color: #fff;
    margin-top: calc(50% - 60px);
}
.haber-a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	opacity:0.0;
}
.haber-a:hover{
	opacity:0.9;
	background:rgba(0, 0, 0, 0.52);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.haber-yazi a{
	font-size: 16px;
    padding: 10px 0;
    font-weight: 400;
    color: #000000;
}
.haber-yazi p{
	font-size: 12px;
    color: #7D7D7D;
}




/* Renkler Tanımlamamarı*/
.cw,.page-menu li a i:hover,.dokuman-link{
	color:#fff;
}
.t-renk1,footer p i,.icon-box i,.breadcrumb>li>a:hover{
	color:#006db5;
}

/* Renk Background Tanımlamaları */
.renk1,.row-h:after,.footer-h:after,.up-link,.icsayfa-h:after,.page-menu li a i:hover{
	background-color:#006db5;
}
.renk2,.dokuman-link{
	background-color:#34495e;
}
.renk3,.page-menu li a{
	background-color:#f2f2f2;
}

/* Buton Tasarımları */
.btn{
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
}
.btn-mavi {
    background-color:#3498db;
	color:#fff;
}
.btn-yesil {
    background-color:#40d47e;
	color:#fff;
}
.btn-kirmizi {
    background-color:#e74c3c;
	color:#fff;
}


/* İcon Box */
.icon-box{
	float:left;
	margin-bottom:40px;
}
.icon-box i{
	font-size:80px;
	width:80px;
	float:left;
}
.icon-box p{
	width:calc(100% - 80px);
	float:left;
}

/* Hover Class */
[class*="hvr-"]:before{
    background: #1D78A3 !important;
}

/* Teaser Box */
.t-box{
	position: relative;
	overflow:hidden;
    	margin-bottom: 20px;
}
.t-box:hover{
	cursor:pointer;
}
.t-box>div>h3 {
    padding: 10px 20px;
    margin: 0;
    font-size: 1.2em;
	font-weight:300;
    color: #fff;
	height:48px;
}
.t-box>div>h3 i{
    padding-right: 10px;
}
.t-box>div>p {
	margin: 0;
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.82);
	height:100%;
}
.t-box div{
	position: absolute;
    top: calc(100% - 48px);
    height: 100%;
}
.t-box:hover div{
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Number Box */
.number-box{
	text-align:center;
	font-size:30px;
}
.number-box i{
	font-size:60px;
	padding-bottom:20px;
	color:#3498db;
}
.number-box p{
	font-weight:300;
	padding-bottom:10px;
}
.number-box>span{
	font-size:50px;
	color: #FFFFFF;
}

/* İnput Tasarımı */
.form-input{
	width: calc(100% - 20px);
    text-indent: 15px;
    padding: 10px;
    margin-bottom: 10px;
}
    

/* Logo Slider */
.logo-slide>div img{
	width:200px;
	height:auto;
}
.logo-slide>div:hover{
	cursor:pointer;
}

/* Grayscale */
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}
img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/* Sosyal Medya */
.social {
	position: fixed;
	top: 400px;
	z-index: 9;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.51);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-box-sizing: initial !important;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.9);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.90);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-box-sizing: initial !important;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}

/* OWL Slider */
.owl-theme .owl-controls{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#fff;
	text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;cursor:default
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline
}
.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791
}

.owl-slider {
	position: relative;
	overflow: hidden;
}
.owl-controls{
    color: #ffffff;
    position: absolute;
    font-size: 1.5em;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.owl-prev{
	position:absolute;
	top:0;
	left:6%;
}
.owl-next{
	position:absolute;
	top:0;
	right:6%;
}

@media screen and (max-width: 500px) {
    .dil{display:none !important;}
	.top-adres {margin-left: 10px;height: 30px;overflow: hidden;}
.header nav{
	float:left;
	height:150px;
}
.header nav ul li{
	float:none;
	
}
.header nav ul li a{
    color: #000000;
    padding:6px 0 6px 0;
    border-right: 0;
    line-height: 24px;
}
.breadcrumb{    display: table;
    width: 100%;}
}