﻿@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&subset=latin-ext');


body,
html {width: 100%; height: 100%;  margin: 0px; padding: 0px;}
body {font-size: 12px; font-family: 'Montserrat', sans-serif;}
.px1330 {max-width: 1330px; margin: auto; height: auto; display: flow-root;}
.px1330x {max-width: 100%!important;}
strong {font-weight: 800;}


.ust-wr {
	position: fixed;
	min-height: 80px;
	width: 100%;
	top: 0;
	z-index:999;
	background-color:#fff;
}

.logo {
	margin-top: 10px;
	margin-left: 10px;
	float: left;

}



.logo img {
    width: 280px;
    height: auto;
}

.logo-yk {
	float: right;
    margin: 13px 10px;
}

.logo-yk img {
    width: 327px;
}
.ust-menu-wr {
	float:none;
    display: inline-block;
    margin-right: 20px;
}

.ust-menu-wr li {
	display: inline-block;
	height: 80px;
	margin: 0px;
	box-sizing: border-box;
	vertical-align: middle;transition: all 0.5s ease;
}

.ust-menu-wr > ul > li:hover {
	border-bottom: 3px solid #bc2e52;
}


.ust-menu-wr li a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0px 10px;
	font-weight:700;
	color: #778692;
	font-size: 14px;
	line-height: 80px;
	transition: all 0.5s ease;
    box-sizing: border-box;
}

.ust-menu-wr > ul > li a:hover{
	
	color: #bc2e52;
}
.ust-menu-wr > ul > li > ul > li a:hover{
	
	color: #000;
}

.ust-menu-wr > ul > li > ul {display:none;}
.ust-menu-wr > ul > li:hover > ul {
	position: absolute;
	display: block;
	z-index: 99;
	width: 250px;
	background-color: #b5a66b;
	margin-top: 3px;
}

.ust-menu-wr > ul > li > ul > li {
	width: 100%;
	display:block;
	height: 50px;
	border-bottom: 1px solid #a9995b;
}
.ust-menu-wr > ul > li > ul > li a{
	width: 100%;
	display:block;
	line-height: 50px!important;
}


.ust-tel {
	float:none;
    display: inline-block;
	font-weight: 800;
	line-height: 79px;
    margin-right: 30px;
}
.ust-tel img {
    width: 18px;
    height:auto;
    float:none;
    display: inline-block;
    
}

.ust-tel a {
    font-size: 14px;
	color: #778692;transition: all 0.5s ease;
}
.ust-tel a:hover {
	color: #bc2e52;
}

.ust-sosyal-wr {
	width: 100px;
	height: 80px;
	margin-right: 20px;
	float:none;
    display: inline-block;
}

.ust-sosyal-wr img {
    width: 18px;
    height:auto;
}
.ust-sosyal-wr a {
	display:inline-block;
	padding:4px;
	margin-top: 25px;
color: #fff;transition: all 0.5s ease;-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
    border: 2px solid #fff;
}

.ust-sosyal-wr a:hover {

    border: 2px solid #778692;
}

.ust-sosyal-wr a:nth-child(2):hover {

}


/*ana-silder*/
.html_carousel {margin: auto; width: 100%; height: calc(100vh - 80px); z-index:0; clear: both; overflow: hidden; margin-top: 80px; float:left; }
.html_carousel div.slide {position: relative; height: calc(100vh - 80px); float: left; cursor: pointer; z-index:0; background-position: middle center;}
.html_carousel div.slide > img {height: 100%; z-index:0;}
.slide {width: 100%; background-repeat: no-repeat; background-position: left bottom;}
.slide .px1200 {height: 100%; display: table;}
.slide-ic {float:left; z-index:200; text-align: center; color: #fff; position: relative; width: 100%; height: 100%; /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 42%, rgba(0,0,0,0) 43%, rgba(0,0,0,0.76) 100%);  FF3.6-15
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 42%,rgba(0,0,0,0) 43%,rgba(0,0,0,0.76) 100%); Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom, rgba(0,0,0,0) 42%,rgba(0,0,0,0) 43%,rgba(0,0,0,0.76) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 );  IE6-9  */ }
.slider-ozet {width: 100%; bottom: 100px; position:  absolute;}
.slider-ozet span {display: inline-block; background-color: #bc2e52; color: #fff; font-weight: 700; font-size: 22px; padding: 20px 30px; margin-top: 20px; opacity: 0.8; -webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;}
.slider-pager-wrapper {clear:both;}
.onceki-slider {position: absolute; margin-top: -25%;  left: 10px; z-index:998; }
.sonraki-slider {position: absolute; margin-top: -25%; right: 10px; z-index:998;}
/*ana-slider*/


.proje-mad-wr {
	width: 100%; float:left; padding: 70px 0px;
    line-height: 17px;
    font-size: 15px;
    text-align: center;
}

.proje-mad-wr a {padding: 20px 40px; border: 1px solid #778692; color: #162030; font-weight: 600; transition: all 0.5s ease;}
.proje-mad-wr a:hover {
    border: 1px solid #bc2e52;
    background-color: #bc2e52;
    color: #fff;
}

.proje-mad-wr li {
	display: inline-block;
    margin:0px 40px;
    text-align: left;
    min-width: 200px;
    
}

.proje-mad-wr li img{
	width: 40px; height:auto; float:none;
}

.proje-mad-wr li h4 {
    font-size: 16px;
    line-height: 40px;
}

.yki-ana-wr {
    width: 100%;
    padding: 70px 0px;
    height: auto;
    font-size: 15px;
    display: table;
}

.yki-ana-sol {
    width: 50%;
    padding: 90px;
    box-sizing: border-box;
    background-color: #162030;
    color: #fff;
    text-align: right;
    line-height: 17px;
    display: table-cell;
}
.yki-ana-sol h3 {
    font-size: 26px;
    margin-bottom: 60px;
}
.yki-ana-sol p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
}

.yki-ana-sag {
    height: 100%;
    display: table-cell;
    width: 50%;
    position: relative;
    background: url(../images/yki-sag-arka.jpg) bottom center;
    background-size: cover;
    
}

.gorsel-wr {
	width: 100%; float:left; padding: 70px 0px;
}

.gorsel-ic-wr {
    width: 100%; height: auto; display: table;
}

.ana-gorsel-ic {
    float:left;
    width: 50%;
    height: 420px;
    background-size: cover;
    transition: all 0.5s ease;
    text-align: center;
    vertical-align: middle;
}




.ana-gorsel-ic:hover .gorsel-arka1 {display: block; animation: fade-in 1s;}
.gorsel-arka1 {width: 100%; display:none; height: 100%; float:left; background-image: url(../images/gorsel-arka1.png); }
.gorsel-arka1 a {padding: 20px 40px; border: 1px solid #fff; color: #fff; font-weight: 500; font-size: 16px; transition: all 0.5s ease; margin-top: 25%; display:inline-block;}
.gorsel-arka1 a:hover { background-color: #162030;}



.harita-wr-ho {width: 100%; min-height: 600px; float:left; background-image: url(../images/harita-gorsel.jpg); background-position: center center; background-size: cover;}



.ana-iletisim-wr {width: 100%; float:left; background-color: #162030; padding-bottom: 30px;}

.ana-iletisim-wr > .px1330:first-child {text-align: center;}

.yol-tarifi-ho {background-color: #778692; padding: 20px 40px; border: 1px solid #162030; color: #fff; font-weight: 500; font-size: 18px; transition: all 0.5s ease; display:block;}
.yol-tarifi-ho:hover {background-color: #bc2e52;}
.yol-tarifi-ho img {width: 26px; height: auto;}


.ana-iletisim-sol {
    width: 33%; float:left; line-height: 18px; color: #fff;font-size: 14px; padding-right: 50px; box-sizing: border-box;
}

.ana-iletisim-sol img {width: 100px; height: auto;}
.ana-iletisim-sol a {color: #fff; transition: all 0.5s ease;}
.ana-iletisim-sol a:hover {color: #778692;}

.ana-iletisim-orta {
    width: 33%; float:left;  color: #fff;font-size: 14px; line-height: 19px; padding-right: 50px; box-sizing: border-box;
}

.ana-iletisim-orta a {color: #fff; transition: all 0.5s ease;}
.ana-iletisim-orta a:hover {color: #778692;}
.ana-iletisim-orta img {width: 16px; height: auto;}

.ana-iletisim-sag {
    width: 33%; float:left;  color: #fff; font-size: 14px; line-height: 19px; box-sizing: border-box;
    
}




.dip-wr {width: 100%;float:left; text-align: center;}

.alt-logo {width: 33%; float:left; text-align: left; padding-left: 20px; box-sizing: border-box;}
.alt-logo img {width: 180px; margin-top:20px;}
.top-hash { width: 33%; display: inline-block; margin-top: 20px;}
.top-hash a {opacity: 0.5; transition: all 0.5s ease;}
.top-hash a:hover {opacity: 1;}

.haklar { width: 33%; float:right; line-height: 65px;}
.alt-sosyal {width: 33%!important; margin-right: 0px!important; text-align: right; padding-right: 20px; box-sizing: border-box;}



.content-ust {
    width: 100%;
    height: 450px;
    float:left;
    margin-top: 80px;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}

.content-ust .px1330 {
    height: 100%;
    position: relative;
}

.content-ust h1 {
    font-size: 60px;
    color: #000;
    background-color: #fff;
    float:left;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    bottom: 0px;
}

.content-road {
    width: 100%;
    height: 60px;
    line-height: 60px;
    float:left;
    font-size: 14px;
}

.content-road a {
    font-weight: 700;
    color: #778692;
    transition: all 0.5s ease;
    vertical-align: baseline!important;
}

.content-road a:hover {
    color:#bc2e52;
}

.content-wr {
    float:left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.content-wr h2 {font-size: 22px; color: #bc2e52; border-left: 4px solid #bc2e52; padding-left: 8px;}
.content-wr h3 {font-size: 24px;}
.content-wr p {color: #4b4b4b;}
.proje-ul {float:left; width: 100%; margin: 50px 0px;}
.proje-ul li {float: left; width: 33%; color: #778692;}
.proje-ul li img {opacity: 0.5; margin-right: 10px;}

.proje-teknik h2 {border: 1px solid #dfd4d4; font-size: 24px; padding: 20px 10px; color: #778692; margin-bottom: 40px;}
.proje-teknik h3 {border: 1px solid #bc2e52;  background-color: #bc2e52; font-size: 18px; font-weight: 500; padding: 10px 10px; color: #fff; margin-top: 30px;}
.proje-teknik li {padding-top: 20px; font-size: 14px; list-style-type: initial; margin-left: 30px;}

.kat-planlari img {width: 100%; height: auto;}
.gallery-ic img {width: 100%; height: auto; position: absolute;
bottom: 0px;}
.gallery-ic .gallic {width: 425px; height: 290px; overflow: hidden; position: relative;}
.gallery a {color: #000; font-weight: 600;}

.iletisim-ic a {color: #bc2e52; font-weight: 500;}
.iletisim-ic a:hover {color: #000; font-weight: 500;}
/*
#snblMenu {padding: 0;	margin: 0;	color: #fff;	background: #ec2423;}
#snblMenu ul {display: none; padding: 0px;}
#snblMenu li ul li {border-bottom: 1px solid #efefef;}
#snblMenu li {margin: 0;padding: 0;list-style-type: none; line-height: 40px; position: relative;}
#snblMenu a {color: #fff; text-decoration: none; padding: 0 5px; display: block;}
#snblMenu .ok {position: absolute; right: 5px; width: 3em; height: 40px; top: 1px;	padding-right: 5px}
#snblMenu .acik {background: url(../images/down.png) no-repeat 95% center;}
#snblMenu .kapali {background: url(../images/left.png) no-repeat 95% center;}
#snblMenu .acikMenu {background-color: #efefef; font-weight: 700;color: #000;}
*/





.iletisim-sol-a {width: 50%; float:left;  color: #fff;font-size: 15px;}
.iletisim-sag-a {width: 50%; float:right;  color: #fff;font-size: 15px;}
.iletisim-sol-a h2 {font-size: 16px; color: #fff; border-bottom: 1px solid #fff; padding: 20px 0px 20px 20px; font-weight: 500}
.iletisim-sol-a h2 span{font-size: 30px;}
.ana-iletisim-wr span a {color: #fff;}
.ana-iletisim-wr span a:hover {color: #000;}
.iletisim-sag-a h2 {font-size: 16px; color: #fff; border-bottom: 1px solid #fff; padding: 20px 0px 20px 20px; font-weight: 500}
.iletisim-sag-a h2 span{font-size: 30px;}
.ana-iletisim-wr strong { clear:both; float:left; margin-top: 28px; line-height: 22px; margin-left: 20px;}
.iletisim-sol-a > span { clear:both; float:left;  line-height: 22px; margin-left: 20px;}
.iletisim-sag-a > span { clear:both; float:left;  line-height: 22px; margin-left: 20px;}

.mobil-menu-ikon {display:none;}

#mobilmenuu {display:none; position: fixed;  background-color: #fff; z-index: 999; width: 100%; margin-top: 62px; border-bottom: 2px solid #f0f0f0; box-sizing: border-box; padding-bottom: 25px; text-align:center;}
#mobilmenu {padding: 0;	margin: 0;	color: #fff; background: #bc2e52;}
#mobilmenu ul {padding: 0px; display:none;}
#mobilmenu li ul li {border-bottom: 1px solid #efefef;}
#mobilmenu li {margin: 0;padding: 0;list-style-type: none; line-height: 40px; position: relative;}
#mobilmenu a {color: #fff; text-decoration: none; padding: 0 5px; display: block; font-weight: 700;}
#mobilmenu .ok {position: absolute; right: 5px; width: 3em; height: 40px; top: 1px;	padding-right: 5px}
#mobilmenu .acik {background: url(../images/down.png) no-repeat 95% center;}
#mobilmenu .kapali {background: url(../images/left.png) no-repeat 95% center;}
#mobilmenu .acikMenu {background-color: #efefef; font-weight: 700;color: #000;}
.ust-sosyal-m img {width: 20px; height: auto;}

@media screen and (max-width: 1210px) {
    .mobil-menu-ikon {display:block; position: absolute; z-index: 998; right: 20px; top: 16px;}
    .ust-menu-wr, .ust-tel, .ust-sosyal-wr {display:none;}
    .ust-tel-m{display: block!important; float: none; margin-right: 0px; line-height: 30px;}
    .ust-tel-m .ust-tel {}
    .logo img {width: 200px; height: auto;}
    .ust-wr {min-height: 62px;}
    .html_carousel {margin-top: 62px; }
    .html_carousel div.slide {position: relative; background-size: cover;}
    .proje-mad-wr li {text-align: center; margin-top:20px;}
    .yki-ana-sol {width: 100%; padding: 40px 20px; display: block;}
    .yki-ana-sol h3 {line-height: 26px;}
    .yki-ana-sag {width: 100%; display: block; height: 300px;}
    .ana-gorsel-ic {float: left;  width: 100%; max-width: 400px; height: 280px;}
    .gorsel-arka1 {display: block;}
    .ana-iletisim-sol, .ana-iletisim-orta, .ana-iletisim-sag {width: 100%; text-align: center; padding: 10px;}
    .top-hash {display: none;}
    .content-wr .px1330 {padding: 0px 10px;}
    .content-road .px1330 {padding: 0px 10px;}
    .proje-ul li {padding-right: 10px; box-sizing: border-box;}
    .proje-ul li img {display: block; margin-bottom: 10px; }
    .ilet-img {width: 100%; margin-bottom: 10px;}
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 480px) {
    .photo-slide {width: 360px!important; height: 300px!important;}
}






