/*
   - BULUTOMO / Web Tasarım Fabrikası -
   - İPEKYOLU Mühendislik -
   - 10 Eylül 2014 - 14:05 -
 
*/


@font-face {
  font-family: 'ozel';
  src: url('../font/00297.eot');
  src: url('../font/00297.eot?#iefix') format('embedded-opentype'),
       url('../font/00297.woff') format('woff'),
       url('../font/00297.ttf') format('truetype'),
       url('../font/00297.svg#Raleway-Bold') format('svg');
}

.solalan{
    float: left;
    background:url("../images/solalan.png") no-repeat top right;
    position: fixed;
    height: 100%;
    width: 277px;
    top: 0;
    left: 0;
    z-index: 9999;
}


.logo{
    position: absolute;
    top: 70px;
    left: 0;
    float: left;
}

.yaprak{
    float: left;
    position: absolute;
    left: 4px;
    top: 5px;
}

.menu{
    float: left;
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -80px;
}

.menu ul li{
    width: 80%;
    float: right;
    list-style: none;
}

.menu ul li a{
    text-decoration: none;
    color: #747474;
    font:18px/18px 'ozel';
    display: block;
    padding:17px 20px 17px 0px;
    text-align: right;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #fff;
    letter-spacing: 2px !important;
}

.menu ul li a:hover {
    border-bottom:1px solid #7ac154;
    color: #000;
}
a.aktif {
    border-bottom:1px solid #7ac154 !important;
    color: #000 !important;
}

.dil{
    float: left;
    position: absolute;
    bottom: 60px;
    left: 100px;
}

.dil a{
    text-decoration: none;
    font: 14px 'ozel';
    color: #333;
    padding: 2px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.dil a:hover{
    color: #7ac154;
}

.copy{
    float: left;
    position: absolute;
    bottom: 12px;
    left: 23px;
    font: 11px 'Arial';
	z-index:9999;
}

.copy a{
    text-decoration: none;
    color: #9b9a9a;
}

.copy a span{
    color: #4e8332 !important;
}

.sagalan{
    width: 100%;
    height: 100%;
    float: left;
    padding-left: 211px;
    position: fixed;
    left: 0;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#holder {
	overflow: hidden;
	width:100%;
}
#aslider{
	overflow: hidden;
	width:100%;
	height:100%;
}
.nokta{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/pattern.png);
	z-index:99;
}
#maximage {
position:relative !important;
}

.sagalanic{
    width:100%;
    height: 100%;
    float: left;
	overflow-y: scroll;
	 overflow-x: hidden;
}

.slideralani{
    width: 100%;
    height: 100%;
}

 .hakkimizda{
     float: left;
     position: relative;
     width: 100%;
	 height:100%;
 }

.hakkimizdasol{
    width: 45%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 0px 0px 15px;
    position: relative;
    display: block;
}

.hakkimizda img{
    max-width: 100%; 
    display:block; 
    height: auto;
}

.hakkimizdasag{
    float: left;
    width: 55%;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px;
}

.hakkimizda ul li{
    background: url("../images/nokta.png") no-repeat left;
    padding-left: 15px;
    font: 18px 'Century Gothic';
    color:#535353;
    margin: 5px 0;
}

.hakkimizda h2{
    color:#6e6e6d;
    font: bold 18px 'Century Gothic';
    margin-bottom: 15px;
}

.proje {
    width: 24.80%;
    height: 33.11%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 0.2%;
    margin-bottom: 0.1%;
}

.proje img{
    width: 100%;
    height: 100%;
}

.detay{
    position: absolute;
    height: 100%;
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    background: url(../images/pattern.png) rgba(0,0,0,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
      transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.detayic{
    width: 100%;
    position: absolute;
    top: 20%;
    text-align: center;
    left: 0;
}

.proje a{
    text-decoration: none;
}

.detayic h2{
    color: #fff;
    font:20px 'ozel';
    text-transform: uppercase;
    line-height: 26px;
    padding: 0px 35px;
}

.detayic p{
    color: #fff;
    font: 18px 'ozel';
    background: url("../images/detay.png") no-repeat center center;
    float: left;
    height: 33px;
    width: 110px;
    position: relative;
    left: 50%;
    margin-left: -57px;
    margin-top: 7px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.detayic p:hover{
    background: url("../images/detayh.png") no-repeat center center;
}

.proje a:hover .detay{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.projedetay{
    width: 100%;
    float: left;
    height: 200px;
}

.sld{
    float: left;
    width: 100%;
    height: 100%;
}

.projedetay{
    float: left;
    position: fixed;
    /*background: rgba(255,255,255,0.7);*/
    height: 60px;
    bottom:0px;
}

.projedetay h2{
    color: #707070;
    font: 18px/60px 'ozel';
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.geri{
    background: url(../images/geri.png) center left  no-repeat;
    width:90px;
    height: 60px;
    float: left;
   	position: fixed;
    right: 0;
    display: block;
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.geri:hover{
    background: url(../images/geri.png) #fff  center left 20px no-repeat;
}
.iletisim{
    width: 50%;
    position: relative;
    left: 110px;
    top: 25px;
    float: left;
}

.iltsol{
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    top: 80px;
}

.iletisim p, .iletisim h2{
    font: 19px 'ozel';
	margin-bottom: 25px;
}
.iletisim i, .iletisim h2{
    font: 19px 'ozel';
}
.iletisim i{
	color:#707070;
}
.iletisim li{
    margin-bottom: 25px;
}
.adres{
    background: url("../images/adres.png") no-repeat center left;
    padding-left: 37px;
    color: #707070;
    line-height: 22px;
}

.tel{
    background: url("../images/telefon.png") no-repeat center left;
    padding-left: 37px;
    color: #707070;
    line-height: 22px;
	width:230px;
}

.mail{
    background: url("../images/mail.png") no-repeat center left;
    padding-left: 37px;
    color: #707070;
    line-height: 22px;
}

.iletisimbaslik{
    background: url("../images/iletisim.png") no-repeat right;
    height: 55px;
    width: 321px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.iltsag{
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    top: 80px;
}

.iltsag input[type="text"]{
    width: 100%;
    height: 18px;
    padding: 5px;
    background: #769144;
    border:none;
    -webkit-border-radius:4px; 
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
    margin-bottom:5px;
     font: 12px 'Arial';
    color:#fff;
}

.iltsag textarea{
    width: 100%;
    height: 130px;
    padding: 5px;
    background: #769144;
    border:none;
    -webkit-border-radius:4px; 
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
    margin-bottom:5px;
    font: 12px 'Arial';
    color:#fff;
}

.iltsag input[type="submit"]{
    background:  #fff;
    text-align: center;
    height: 25px;
    width: 80px;
    border: none;
    -webkit-border-radius:4px; 
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
    float: right;
    margin-right: -10px;
    cursor: pointer;
    font: 15px 'ozel';
     transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    line-height: 25px;
}

.iltsag input[type="submit"]:hover{
    background: #707070;
    color: #fff;
}

.yurtdisi{
    width: 100%;
    position: relative;
    top: 50px;
    float: left;
    height: 260px;
    margin-top: 40px;
}

.yurtdisibaslik{
    float: left;
    background: url("../images/tem.png") no-repeat left;
    position: relative;
    height: 29px;
    width: 245px;
    display: block;
    width: 100%;
}

.ytic{
    float: left;
    margin-top: 10px;
    height: 120px;
    width: 100%;
}

.ytic h2{
    width: 50%;
    display: block;
}

.ytic ul li{
    display: block;
    width: 50%;
    float: left;
}

.ytic ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.fotogaleri{
    width: 735px;
    position: absolute;
    height: 100%;
    padding-top:150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.fgbaslik{
    background: url("../images/fotogaleri.png") no-repeat right;
    height: 55px;
    position: relative;
    float: right;
    display: block;
    width: 100%;
    margin-top: -75px;
}

.gresim{
    float: left;
    width: 50%;
    height:200px;
    overflow: hidden;
    position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.gresim img{
    width: 100%;
	height:200px;
    float: left;
    position: absolute;
}

.gresim b{
    background:rgba(0, 0, 0, 0.5) url("../images/buyut.png") no-repeat top;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
       transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
    top: -200px;
    z-index: 99;
}

.gresim:hover b{
   background:rgba(0, 0, 0, 0.8) url("../images/buyut.png") no-repeat center;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: 0px;
}

.fotogaleriic{
    width: 100%;
    height: 100%;
	float:left;
    /*background:  #7eab68;
    border-top: 2px solid #7eab68;
    border-bottom: 2px solid #7eab68*/
}

@media only screen and (max-width: 1280px){
    
        .hakkimizdasol{
        width: 75%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding:30px 0px 0px 15px;
        position: relative;
        display: block;
            margin-left: 30px;
    }

        .hakkimizda img{
        max-width: 100%; 
        display:block; 
        height: auto;
    }
    
    .hakkimizdasag{
        margin-left: 35px;
        margin-top: 40px;
        width: 100%;
    }
    
}

@media only screen and (max-width: 1024px){
    
 .detayic h2{
    color: #fff;
    font:18px 'ozel';
    text-transform: uppercase;
    line-height: 26px;
}
    
}


@media only screen and (max-width: 960px){
    
.hakkimizda ul li{
    background: url("../images/nokta.png") no-repeat left;
    padding-left: 15px;
    font: 15px 'Century Gothic';
    color:#535353;
    margin: 5px 0;
}
    
    .hakkimizda h2{
    font:bold 15px 'Century Gothic';

}
    
     .detayic h2{
    color: #fff;
    font:13px 'ozel';
    text-transform: uppercase;
    line-height: 26px;
}
    
.fotogaleri{
    width: 520px;
    position: absolute;
    height: 100%;
    padding-top:150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
    .gresim{
    float: left;
    width: 50%;
    height:160px;
    overflow: hidden;
    position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.gresim img{
    width: 100%;
    float: left;
    position: absolute;
}
    .gresim b{
    background:rgba(0, 0, 0, 0.5) url("../images/buyut.png") no-repeat top;
    display: block;
    width: 100%;
    height: 210px;
    position: absolute;
       transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
    top: -200px;
    z-index: 99;
}
    
.iletisim{
    width: 50%;
    position: relative;
    left: 110px;
    top: 25px;
    float: left;
}

.iltsol{
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    top: 80px;
}
    
    .iltsag{ 
        width: 100%;
    }
    
    
.ytic ul li{
    display: block;
    width: 100%;
    float: left;
}

.ytic ul {
    width: 100%;
    float: left;
    margin-top: 10px;
    
}