body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family: 'Roboto', sans-serif;
}
.page-img{
	max-width:100%;	
}
/**/
.nav>li>a>img{
	height:32px;
	width:32px;
}
.home-banner{
	display:inline-block;
	width:100%;
	padding:40px 0;
	position:relative;
}
.home-banner img{
	width:100%!important;
	height:auto!important;
}
.home-banner-button{
	right:10%;
	bottom:15%;
	position:absolute;
	display:flex;
	align-items:center;
	
}
.form-item{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:20px 0;
}
.form-item label{
	margin:0;
}
.form-item input{
	height:60px;
}
.modal-form{
	display:inline-block;
}
#MailAdresi{
	max-width:600px;
}
.form-item input, .form-item textarea{
	border:none;
	border-bottom:1px solid #ddd;
	width:250px;
}
.urunlerimiz{
	display:inline-blockblock;
}
.urunlerimiz-wrapper{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.urun-item{
	box-sizing:border-box;
	border:5px solid #eee;
	padding:30px 10px;
	margin:20px 0;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.urun-stick{
	position:absolute;
	transition:all 0.4s ease-in-out;
	transition-delay:0.2;
	
}
#urun-stick-1{
	background:#1275bc;
	height:0;
	left:0;
	top:0;
	width:5px;
}
#urun-stick-2{
	background:#3ab449;
	height:5px;
	left:0;
	top:0;
	width:0;
}
#urun-stick-3{
	background:#f69322;
	height:0;
	right:0;
	top:0;
	width:5px;
}
#urun-stick-4{
	background:#ed1d25;
	height:5px;
	left:0;
	bottom:0;
	width:0;
}
.urun-item:hover #urun-stick-1{
	height:100%;
}.urun-item:hover #urun-stick-2{
	width:100%;
}.urun-item:hover #urun-stick-3{
	height:100%;
}.urun-item:hover #urun-stick-4{
	width:100%;
}
.urun-item a{
	color:#555;
	font-size:30px;
	text-align:center;
	width:100%;
	display:block;
}
.urun-item a:hover{
	color:#000;
	
}
.referanslar{
	display:inline-block;
	width:100%;
}
.referanslar-ul{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.referanslar-ul li{
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	border:5px solid #fff;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
}
.referanslar-ul li p{
	position:relative;
	padding-top:20px;
}
.referanslar-ul li:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:0;
	background:#37c386;
	transition:all 0.4s ease-in-out;
	transition-delay:0.2s;
	opacity:0.2;
}

.referanslar-ul li:hover:after{
	left:100%;
	opacity:0.7;
}
.referanslar-ul li:before{
	content:'';
	padding-top:100%;
	display:inline-block;
}
.ref-image img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.ref-image{
	display:inline-block;
	position:relative;
	width:100%;
}
.ref-image:before{
	content:'';
	padding-top:100%;
	display:inline-block;
	float:left;
}
.footer-item-ul{
	padding-top:20px;
}
.footer{
	min-height:350px;
	background:#3a3c3e;
	padding:70px;
}
.footer-item{
	padding:0 20px;
}
.footer-item img{
	
	width:100%;
	padding-bottom:20px;
}
.footer-item h3 {
	margin-top:0 !important;
	color:#ddd;
}
.footer-link{
	padding:5px 0;
}
.footer-link i{
	width:35px;
	display:inline-block;
	font-size:20px;
}
.footer-link a , .footer-item p{
	color:#ccc;
}
.footer-link a:hover{
	color:#37c386;
}
.footer-link {
	color:#ccc;
}


















.inner-align{
	width: 100%;
    display: inline-block;
}
.referanslar-item{
	display:flex !important;
	align-items:center;
	justify-content:center;
	position:relative;
}
.referanslar-item img{
	width:70%;
	position:relative;
}
.anasayfa-kategoriler{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	border-top:1px solid #ccc;
	margin:90px 0;
}
.anasayfa-kategoriler-item{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:40px;
	min-height:500px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.anasayfa-kategoriler-item:hover .anasayfa-kategoriler-resim{
	margin-bottom:20px;
	
}
.anasayfa-kategoriler-item:hover .anasayfa-kategoriler-yazi h2 {
	color:#37c386;
	
}
.anasayfa-kategoriler-resim{
	transition:all 0.4s ease-in-out;
	width:75%;
	overflow:hidden;
	position:relative;
	border-radius:50%;
}
.anasayfa-kategoriler-resim:before{
	content:'';
	padding-top:100%;
	display:inline-block;
	
}
.anasayfa-kategoriler-resim img{
	position:absolute;
	min-width:100%;
	height:100%;
	left:0;
	top:0;
}
.anasayfa-kategoriler-yazi h2{
	transition:color 0.4s ease;
}
.anasayfa-kategoriler-yazi{
	text-align:center;
	color:#000;
}
.anasayfa-icons{
	display:flex;
	align-items:center;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
.anasayfa-icons-item{
	padding:70px 0;
	display:flex;
	align-items:center;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
}
.anasayfa-icons-item:hover i{
	font-size:50px;
}
.anasayfa-icons-item i{
	transition:all 0.3s ease-in-out;
	font-size:45px;
	color:#fff;
	
}
.anasayfa-icon-text{
	color:#000;
	text-align:center;
}
.anasayfa-icon-text:hover{
	color:#000;
}
.anasayfa-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
	border-radius:50%;
}

.anasayfa-cover{
	position:relative;
	margin:50px 0;
}
.anasayfa-cover:before{
	content:'';
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	background:#37c386;
}
.anasayfa-cover p{
	font-size:18px;
	margin:0;
}
.anasayfa-cover a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	border:2px solid #fff;
	min-width:200px;
	padding:10px 20px;
	text-align:center;
	transition:all 0.3s ease-in-out;
}
.anasayfa-cover a:hover{
	background:#37c386;
	border-color:#37c386;
}

.anasayfa-cover-wrapper{
	position:relative;
	background:#3a3c3e;
	padding:20px;
	box-shadow:0px 0px 25px #999;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.anasayfa-cover-wrapper p{
	color:#fff;
	text-align:center;
}







.anasayfa-video-button{
    margin: auto;
    font-size: 75px;
    z-index: 9;
    left: 0;
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 50%;
    right: 0;
    top: 40%;
    position: absolute;
    color: #18469d;
}
.anasayfa-video-button::before{
    line-height: 90px!important;
}
.card-img-top{
    position: relative;
    margin: auto;
    height: auto;    
}
.urunBaslik{
    margin:25px 0px 15px 0px!important;
	box-sizing:border-box;
}
.urunBaslik a{
	
	color:#000;
}
.urun-detay-baslik{
    text-align: left;
    color: #555;
    font-size: 80px;
    font-weight: 900;
    margin: 0px;
	padding-bottom:5px;
}
.slick-prev,.slick-next{
	transition:all 0.2s ease;
	box-shadow:0px 1px 1px 2px #eee;
	border-radius:1px ;
}.slick-prev:hover, .slick-next:hover{
	background:#37c386 !important;
}
.urun-detay-alt-baslik{
    color:rgb(0, 171, 197);
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 900;
}
.urun-detay-uzunluk{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.urun-detay-ozellik{    
    padding: 20px 0px!important;
    border-bottom: 1px solid #eee;
    font-weight: 900;
    border-right: 1px solid #eee;
    text-transform: uppercase;
}
.urun-detay-ozellik p{
    margin: 0px!important;
}
.urun-detay-deger{    
    padding: 20px 0px!important;
    padding-left: 10px!important;    
    border-bottom: 1px solid #eee;
}
.urun-detay-deger p{
    margin: 0px!important;
}
.beyaz{
    color: #fff!important;
}
.flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alt-banner-box-link1{
    color: #000!important;
    display: block;
    width: 100%;
    height: 100%;
}
.ozel-div div {
    min-height: 200px;   
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items:center;
}
.yazilim-div div {
    min-height: 520px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}
.resimlere-ozel img {
    width: 100%!important;
}
.sayfa-ici{
    height: 500px;
    margin: 0 auto;
}
.sayfa-ici .slick-slide img{
    height: auto;
    float: none;
    margin: 0 auto;
}
.mx-img{
    max-width: 100%;
}
.absolute-left{
    position: absolute;
    left: 0;
    bottom: 0;
}
.absolute-right{
    position: absolute;
    right: 0;
    top: 0;
}
.txt-center{
    text-align:center;
}
.min-h{
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-detay{
    clear: both;
    margin: 0px;
    margin-top: 55px;
    
}
.row-detay td:first-child{
    padding: 25px;
    background: #e6e6e6;
}
.row-detay td:nth-child(3){
    padding-left: 25px;
}
.row-detay td:nth-child(2){
    padding: 15px;
    background: #e6e6e6;
}
.renkli{
    color: #ef4023!important;
    margin-bottom: 20px;
}
.tarama-height{
    height: 300px;
}
/**/
.baslik-bm{
    font-weight: 600;
    font-size: 25px;
    color: #333;
    margin-bottom: 20px;
}
.arabaslik-bm{
    font-size: 18px;
    font-weight: 600;
}
.row-mh {
    margin-top: 100px!important;
    margin: 0px;
}
.row-mh div{
    min-height: 300px;
}


.box-baslik-siyah{
    margin-top: 20px;
    color: #1a1a1a;
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
}
.baslik-renkli{
    color: #ef4023;
    margin: 30px 0px;
}
.aciklama-stil1{
    color: #666;
    padding-right: 15px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.box-ozellik-renk{
    color: #ef4023;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin:30px 0px;
    display: block;
}
.aciklama-stil{
    color: #666;
    padding-right: 15px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.urun-detay-aciklama{
    float: left;
    width: 55%;
}
.urun-detay-resim{
    width: 40%;
    float: right;
}
.urun-detay-tarama-content{
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.detay-tarama-box{
    width: 22%;
    float: left;
    margin: 0 1.5%;
}
.detay-tarama-box1{
    width: 45%;
    float: left;
    min-height: 380px;
    text-align: center;
    position: relative;
    margin: 0 2.5%;
}
.bx3::before{
    content: '';
    position: absolute;
    width: 60%;
    left: 75%;
    top: 0;
    margin: auto;
    bottom: 40%;
    height: 2px;
    z-index: -1;
    background: #ccc;
}
.bx1::before{
       content: '';
    position: absolute;
    width: 81%;
    left: -47%;
    top: -133%;
    margin: auto;
    transform: rotate(141deg);
    bottom: 0;
    height: 2px;
    z-index: -1;
    background: #ccc;
}
.detay-tarama-box1 img{
    margin-bottom: 25px;
}
.urun-detay-model-adimlari{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.ozellik-content2{
    margin-top: 75px;
    clear: both;
    display: flex;
    justify-content: space-between;
    
}
.ozellik-content2 h5{
     font-size: 17px;    
}
.ozellik-content2 p{
   font-size: 14px; 
}



.ozel-content {
    margin-top: 75px;
    clear: both;
    display: flex;
    justify-content: space-between;
    
}
.ozel-content div{
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    flex-flow: column wrap;
    display: flex;
    justify-content: center;
    min-height: 250px;
    padding: 25px;
    align-items: center;
}

.ozel-content div p{
    margin-top: 25px;
    text-align: center;
}

.urun-detay-bg-content{
    position: relative;
    width: 100%;
    min-height: 600px;
    height: auto;
    margin-top: 25px;
    display: inline-block;    
    background: url(images/Leo/Banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.urun-detay-bg-content1{
    position: relative;
    width: 100%;
    min-height: 600px;
    height: auto;
    margin-top: 25px;
    display: inline-block;    
    background: url(images/Leo/Banner5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
 

@media all and (max-width: 995px) {
.top-bar{
	display:none;
}
.anasayfa-cover{
	display:none;
}
.anasayfa-kategoriler{
	margin:10px 0px;
}
.absolute-left{
    position: relative;
    
}
.absolute-right{
    position: relative;
}    
.ozel-content{
   flex-flow: row wrap;
    width: 100%;
    margin: 0px;
    justify-content: center;
}
.ozel-content div{
    width: 100%;
    min-height: inherit;
    margin: 10px 0px;
}
.ozellik-content2{
   flex-flow: row wrap;
}
.ozellik-content2 div{
    width: 50%;
}
.ozelllik-content1 div{
    min-height: 400px;
}   
    
}
@media all and (max-width: 800px) {
.urun-detay-resim{
    width: 100%;
    text-align: center
}  
.urun-detay-resim img{
    width: auto!important;
    height: auto!important;
    float: none!important;
}    
.urun-detay-aciklama{
    width: 100%;
}    
.detay-tarama-box{
    width: 45%;
    margin: 10px 2.5%;
}    
.urun-detay-model-adimlari{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}
.ozellik-content div{
    width: 100%;
}
}
@media all and (max-width: 500px) {

.ozellik-content2 div{
    width: 100%;
}
}


.sayac{
    font-size: 10px!important;
}
.sayac a{
    font-size: 10px!important;
}

.slick-next{
    right: 0%!important;
}
.slick-prev{
    left: 0%!important;
}
.urun-resimleri .slick-next{
    right:0%!important;
}
.urun-resimleri .slick-prev{
    left: 0%!important;
}
.urun-detay-banner .slick-dots{
    bottom: 20px;
}
.markalar .slick-dots{
    bottom: -18%!important;
}
.slick-prev:before{
    content: "\f3cf"!important;
    font-family: "Ionicons"!important;
}
.slick-next:before{
    content: "\f3d1"!important;
    font-family: "Ionicons"!important;
}
.referanslar .slick-dots li{
    border: 2px solid #000!important;
}

.referanslar .slick-dots li.slick-active button
{
    background: #000!important;
}
/* Ürün Detay Buton */
.slick-prev, .slick-next{
    background: #fff!important;
    width: 50px!important;
    height: 50px!important;
    z-index: 9;
}
.slick-prev:before, .slick-next:before{
    color: #18469d!important;
}

header{
    position: relative;
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid #e5e7e9;
    height: auto;
    display: inline-block;
}
.footer-arama{
    width: 100%;
    min-height: 300px;
    height: auto;
    display: flex;
    background: #333333;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.footer-arama span{
    color: #fff;
}
.footer-arama-spn1{
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-arama-spn2{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
.footer-arama-buton img{
    margin-right: 10px;
}
.footer-arama-buton i::before{
    line-height: 10px;
}
.footer-arama-buton:hover{
    background: #577527!important;
    color: #fff!important;
}
.col-lg-4 {
    width: 31.333333%;
}
.p0{
    padding: 0px;
}
.page-inner{
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: inline-block;
}
.alt-banner-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ana-projeler-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}
.ana-projeler-inner2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0px!important;
}
.ana-projeler-inner2::before{ 
    display: none!important;
}
.ana-projeler-inner2::after{ 
    display: none!important;
}
.logo img{
    max-width: 100%;
    max-height: 100%;
}
/* Banner alanı*/

.giris{
    width: 100%;
    height: 80vh;
}  
.slide-image::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    z-index: 3;
}
.swiper-container {
    width: 100%;
    height: 80vh;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.banner-kutu{
	position:absolute;
	height:50px;
	width:50px;
}
#banner-kutu-1{
	left:0;
	top:0;
	border-top:2px solid #37c386;
	border-left:2px solid #37c386;
}
#banner-kutu-2{
	right:0;
	top:0;
	border-right:2px solid #37c386;
	border-top:2px solid #37c386;
}
#banner-kutu-3{
	bottom:0;
	left:0;
	border-left:2px solid #37c386;
	border-bottom:2px solid #37c386;
}
#banner-kutu-4{
	bottom:0;
	right:0;
	border-right:2px solid #37c386;
	border-bottom:2px solid #37c386;
}
.giris-yazi-baslik{
	position:relative;
	left:0;
	bottom:0;
	padding:50px;
	max-width:1000px;
}
.giris-yazi{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    position: absolute;
    z-index: 99999; 
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.3);
    transition: margin 0.4s 0.2s ease, opacity 0.6s ease;
}
.giris-yazi span{
    font-size:50px;
    font-weight: 600;
    margin-bottom: 2%;
    color: #fff !important;
	text-transform:uppercase;
}
.banner-baslik-ozel-aciklama{
	font-size:15px !important;
	font-weight:regular !important;
}
.baslik3{
    width: 100%;
    font-size: 45px;
    display: block;
    text-align: center;
    margin-bottom:100px;
    position: relative;
    color: #333;
    
}
.cozum-baslik{
    margin-top:50px;
    margin-bottom:00px;
}
.baslik2{
    width: 100%;
    font-size: 45px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom:100px;
    position: relative;
    color: #fff;
    
}
.giris-yazi p{
    font-size:20px;
    color: #000;
}
.proje-button{
    padding:2px 25px;
    border-radius:0px;
    letter-spacing: 2px;
    background:#18469d;
    text-decoration: none;
    position: relative;
    z-index: 2;
    color:#444!important;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.proje-button:hover{
    color:#fff!important; 
    background:#fff;
}
.ref-button{
    display: block;
    max-width: 300px;
    color: #fff!important;
    margin:20px auto;
    margin-bottom: 30px;
    
}
.ref-button:hover{
    color: #000!important;
    
}
.devam-button{
    margin-top: 50px!important;
    padding:2px 5px;
    border-radius: 40px;
    letter-spacing: 0px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    color:#0ba0b8!important;
    font-weight: 900;
    text-align: left;
    line-height:30px;
    font-size: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.devam-button:hover{
    color:#000!important; 
}
.ana-button{
	border:none;
	text-transform:uppercase;
    min-width: 200px;
    padding:2px 35px;
    letter-spacing: 2px;
    background:#83d0f5;
    text-decoration: none;
    position: relative;
    z-index: 2;
    color:#fff;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
	transition:all 0.3s ease-in-out;
	filter:brightness(110%);
}

.ana-button:hover{      
    filter:brightness(100%);
	background:#78c8e0;
	color:#fff;
}




.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow:none; 
    filter: none;
    opacity:1; 
}
.carousel-control.left{
    background: transparent;
}
.carousel-control.right{
    background: transparent;
}
.glyphicon-chevron-left:before{
    content: "\f3d2";
    font-family: "Ionicons";
    font-size: 50px;
}
.glyphicon-chevron-right:before{
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 50px;
}
html{
	height: 100%;
}

ul{padding:0px;}
a {text-decoration:none !important;}

.header-ust {
	height: 30px;
    background: #BDBDAE;
}
.header-ust-sol {
	float:left;
}
.header-ust-sol a {
	float: left;
    height: 30px;
    border-left: 1px solid #fff;
    padding:6px 10px;
}
.header-ust-sol a:last-child {
	border-right:1px solid #fff;
	padding-top:8px;
}
.header-ust-sag {
	float:right;
}
.header-katalog {
	float: left;
    background: #9C9C8F !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}
.header-ust-sag a {
	float: left;
    background: #7F7F74;
    color: #fff;
    font-size: 14px;
    padding: 9px;
    margin-left: 15px;
}

.anasayfa-rotate-div{
    width: 100%;
    z-index: 5;
    position: absolute;
    top: -35px;
    background: #f1efe0;
    padding: 40px 0;
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg,2deg);
}
.anasayfa-rotate-div-alt{
    width: 100%;
    z-index: 5;
    position: absolute;
    top: -35px;
    left: 0;
    background: #f1efe0;
    padding: 40px 0;
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg,2deg);
}

.banner-alti {
    background: #d1edf0;
    padding: 50px 0px;
}
.banner-alti-ic {
    margin: auto;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-flow: column wrap;
    float: none;
    font-size: 14px;
    height: 100%;
    color: #535353;
    font-weight: 400;
    line-height: 28px;
}
.banner-alti-ic h2{
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}
.banner-alti-ic h1 {
	font-size: 23px;
    color:#0ba0b8;
    margin: 50px 0px;
	font-weight: 600;
}
.banner-alti-ic a {
	display: block;
    font-size: 17px;
    color: #0ba0b8;
	font-weight: 300;
	margin-top:15px;
 }
.alt-banner {
    position: relative;
	height:auto;    
	font-size:14px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 70px;
    
}
.parallax-container{
    padding: 60px 0px!important;
    height: auto!important;
    display: inline-block!important;
}

.box-outline {
    text-align: left;
    padding: 12% 7%;
}

.box-outline h5 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
    
}
.box-outline p{
    color: #e5e3e3;
    
}
.box-outline {
  position: relative;
  padding: 30px 15px; }
  .box-outline::after, .box-outline::before,
  .box-outline .border-left-bottom,
  .box-outline .border-right-bottom {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0.47);
    border-style: solid; }
  .box-outline .border-left-bottom,
  .box-outline .border-right-bottom {
    bottom: 0; }
  .box-outline::after, .box-outline::before {
    content: '';
    top: 0; }
  .box-outline::before {
    left: 0;
    border-width: 4px 0 0 4px; }
  .box-outline::after {
    right: 0;
    border-width: 4px 4px 0 0; }
  .box-outline .border-right-bottom {
    right: 0;
    border-width: 0 4px 4px 0; }
  .box-outline .border-left-bottom {
    left: 0;
    border-width: 0 0 4px 4px; }
  @media (min-width: 992px) {
	 .anamenu{
		 border-bottom:4px solid #37c386;
	 }
    .box-outline {
      text-align: left;
      padding: 12% 7%; } }
  .box-outline h5 {
    margin-top: 20px;
    margin-bottom: 11px; }

.list-index > li .list-index-counter {
    color: #18469d;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
.box-outline h5 {
    margin-top: 20px;
    margin-bottom: 11px;
}



.alt-banner-box{
    clear: both;
    margin: 0 1%;
    z-index: 6;
    height: auto;
    background: #fff;
    overflow: hidden;
    float: left;
    position: relative;
    -webkit-box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    -moz-box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    min-height: 400px;
    transition: all 0.5s ease;
}
.alt-banner-box:before{   
    position: absolute;
    content: "";
    background:#fff;
    width: 0px;
    height:2px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    transition: all 0.5s 0.1s ease-in-out;
}
.alt-banner-box::after{
    position: absolute;
    content: "";
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #18469d;
}
.alt-banner-box:hover::before{
    background:#18469d;
    width: 100%;
    top: 0;;    
}
.alt-banner-box:hover{
    border: 0px;
}
.alt-banner-box:hover h2{
    color: #fff;
}
.alt-bannerbox-img{
    height:200px;    text-align: center; overflow: hidden; position: relative
}
.alt-banner-box-linkaa{
    color: #333;
}
.alt-banner-box-link{
    max-width: 200px;
    padding:2px 35px;
    letter-spacing: 0px;
    border: 2px solid #18469d!important;
    background:#18469d;
    text-decoration: none;
    position: relative;
    z-index: 2;
    color:#fff;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    float: none!important;
    font-size: 12px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin:auto auto 20px auto;
}
.alt-banner-box-link::before{
    position: absolute;
    content: "";
    background:#fff;
    width: 0%;
    height:100%;
    right: 0;
    z-index: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.alt-banner-box:hover .alt-banner-box-link::before{
    background:#fff;
    width: 100%;
    bottom: 0;
    height: 100%;
    z-index: -1;  
}
.alt-banner-box:hover .alt-banner-box-link{
    color: #444;  
    border: 2px solid #18469d!important;  
}

.alt-banner-box-link:hover{      
    color:#fff;
    border: 2px solid #18469d!important;  
}

.alt-banner-box img{
  max-width: 75%;
  max-height: 75%;
  margin: 20px auto;
}
.alt-banner-box h2{
    color:#18469d;
    margin-bottom: 30px;
    font-size: 20px!important;
    font-weight: 600;
    text-align: center;
}
.alt-banner-box p{
    width: 90%;
    margin: 0 auto;
    color:#656667;
    min-height: 100px;
    text-align: center;
}
.alt-banner h2{
    font-size: 35px;
    color: #444444;
    margin: 20px 0px!important;
}

.anasayfa-hakkimizda-img{
    width: 85%;
    padding-right: 10%;
    padding-left: 10%;
    height: 300px;
    display: flex;
    background: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.anasayfa-hakkimizda-img img{
    width: 100%;
}

.deneyimler {
	background:url('/images/deneyim-bg.png');
	background-repeat:repeat-x;
	background-position: bottom center;
	margin-bottom:50px;
}
.deneyimler-ic {
    background: #007480;
    text-align: center;
    margin: 0px 5px;
    width: 275px;
	position:relative;
}
.deneyimler-ic img {
	padding:15px;
}
.deneyimler-resim {
	float:left;
}
.deneyimler-icerik {
	float: left;
    padding: 15px 25px 50px 25px;
    font-size: 14px;
    color: #fff;
	height:250px;
}
.deneyimler-icerik h2 {
	padding: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom:20px;
}
.deneyimler-buton {
	float:left;
	width:100%;
	position:absolute;
	bottom:0px;
}
.deneyimler-buton a {
	background: #00C3E8;
    color: #fff;
    padding: 15px 50px;
    border-radius: 20px;
}
.danismanlik {
	background:#7F7F74;
}
.danismanlik-resim {
    transform: rotate(-2deg);
}
.danismanlik-resim img {
	padding: 20px 25px;
    transform: rotate(2deg);
}
.danismanlik-yazi {
    padding: 60px 0px 0px 100px !important;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.danismanlik-yazi h3 {
	font-size: 22px;
    color: #fff;
    margin: 50px 0px;
}
.danismanlik-yazi a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    display: block;
    float: left;
    border: 1px solid #FFF;
    padding: 10px 30px;
}
.projelerimiz-slider1{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items:center;
}
.ana-kutu-dis {
    background: #fff!important;
	position:relative;
    min-height: 450px;
    webkit-box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    -moz-box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    box-shadow:0px 1px 11px -2px rgba(130, 128, 128, 0.28);
	transition:all 0.4s ease-in-out;
	box-sizing:border-box;
	border:2px solid transparent;
	overflow:hidden;
}
.ana-kutu-dis:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:0;
	background:#90e5ff;
	transition:all 0.4s ease-in-out;
	transition-delay:0.2s;
	opacity:0.2;
}
.ana-kutu-dis:hover{
	border:2px solid #37c386;
}
.ana-kutu-dis:hover:before{
	left:100%;
	opacity:0.7;
}
.ana-kutu-dis:first-child {
    margin-left: 0px!important;
}
.ana-kutu-dis:last-child {
    margin-right: 0px!important;
}
.urun-detay-banner .slick-slide{
    margin: 0 0px!important;
}
.slick-slide{
    margin: 0 20px!important;
}
.projeTitle {
    position: relative;
    top: 100%;
    width: 100%;
    height: auto;
	transition:.5s;
}
.projeTitle a {
    font-size: 16px;
    color: #444;
    width: 70%!important;
    height: auto;
    display: flex!important;
    justify-content: center;
    flex-flow: column wrap;
	align-items: center;
    margin: 20px auto;
	text-align:center;
	transition:.5s;
}
.projeTitle img {
	width:auto !important;
	height:auto !important;
	display: block;
    margin: 100px auto 30px;
}
.projeTitlespan {
    padding:0px;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
	width: 100%;
	min-height:56px;
}
.ana-kutu-ic {
	overflow:hidden;
}
.ana-kutu-ic a:first-child{
	width: 100%;
    display: block;
    text-align: center;
}
.ana-kutu-ic-link{
    min-height: 260px;
}
.hizmet-kutu{
}
.ana-kutu-ic:hover .projeTitle {
	top:0px;
	transition:.5s;
}
.ana-kutu-ic img {
    max-width: 100%;
}
.hizmet-img{
    text-align: center;
}
.hizmet-img img{
    width: auto!important;
    max-width: 100%!important;
}
.anaProjeler {
    width: 100%;
    padding-bottom: 60px;
	background: #fff;
    float: left;
}
.baslik-bg{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.proje-box-baslik{
    color: #fff;
    float: left;
    padding: 2px 15px;
    padding-left: 0px;
    z-index: 2;
    background: transparent;
    font-size: 23px;
    font-weight: 600;
    margin-bottom:40px;
    margin-top: 40px;
    position: relative;
}
.proje-box-baslik a{
    color: #444;
}
.divider{
    position: absolute;
    content: "";
    margin: auto;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #9c9c9c;
}
.markalar {
	padding-bottom:50px;
}
.ana-kutu-ic img {
    padding: 20px;
    max-height:260px;
}
.markalar h4 {
    text-align: center;
    color: #00B6DA;
    font-weight: 400;
    margin: 50px 0px 20px 0px;
    font-size: 27px;
}
.markalar-ic {
    min-height: 200px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
	margin:19px 19px;
}
.markalar-ic a {
	padding:1px;
}
.footer-sosyal {
	text-align:right;
}
.footer-sosyal a {
	padding:0px 3px;
}
.projeTitle-ic {
	position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
	transition:.5s;
}
.anaDdisKutu:hover .projeTitle-ic {
	top:0px;
	transition:.5s;
}
.projeTitle-ic span {
	font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0px 50px !important;
}
.urunBaslik h3 {
	font-size: 20px;
    margin: 0px;
    padding: 10px 20px;
}
.markalar-ic {
    
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.markalar-ic:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.affix-top .logo img{
	-webkit-transition: all 0.5s ease;
    height: 80%;
}

.affix .ustAlan .ustMenu .ustSolMenu a{
	transition:0.5s;
    height: 60px;
    line-height: 60px;
}

.affix .ustAlan .ustOrtaMenu{
	height:60px;
	transition:0.5s;
}
.navbar{
	min-height:60px !important;
}
.affix .logo img{
	-webkit-transition: all 0.5s ease;
	width:75%;
}
.header-bg {
	padding: 0px 0px !important;
    position: relative;
    z-index: 9;
}
.affix .header-bg{
	-webkit-transition: all 0.5s ease;
	padding:0px !important;
}



.galeriKutusu a {
    float: left;
    margin: 12px 12px;
}
.galeriKutusu {
    padding: 20px 20px;
}
.top-bar{
    height: 40px;
    background:#3a3c3e;
    border-bottom: 1px solid #eee;
    position: relative;
}
.top-bar-iletisim a{
    padding-top: 9px;
    margin-right: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}
.top-bar-iletisim a i{
    color: #fff;
    padding-right:5px;
    font-size: 15px;
}
.top-bar-social{
    text-align: right;
}
.top-bar-social a{
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display:inline-block;
    background: #333;
}
.top-bar-social a i{
    transition:all 0.4s ease-in-out;
}
.top-bar-social a i::before{
    line-height: 30px;
}
.top-bar-social a i:hover{
	color:#37c386;
}
.topbar-left{
    height: 100%;
}
.topbar-left ul{
    list-style: none;
    width: 100%;
    height: auto;
	display:inline-block;
    margin-bottom: 0px;
}
.topbar-left ul li{
   float: left;
    height: auto;
}
.topbar-left-border{
    border-left: 1px solid #42839b;
    border-right: 1px solid #42839b;
}
.topbar-left ul li a{
    display: block;
    padding: 0px 15px;
    float: left;
    color: #c9dce2;
    font-size: 14px;
    height: 100%;
    line-height: 30px;    
    border-right: 1px solid #42839b;
}
.topbar-left ul li i{
    font-size: 19px;
}
.topbar-left ul li i::before{
    line-height: 30px;
}
.topbar-right{
    height: 100%;
}
.topbar-right ul{
    list-style: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}
.topbar-right ul li{
   float: right;
    height: 100%;
}
.topbar-right-border{
}
.topbar-right ul li a{
    display: block;
    padding: 0px 10px;
    float: right;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 25px;    
}
.topbar-right ul li i{
    font-size: 18px;
    margin-right:10px;
}
.topbar-right ul li i::before{
    line-height: 28px;
}
.container{
    width:80%!important;
}
.ustAlan{ 
    z-index: 1500;
    background:rgba(255, 255, 255, 0.88);
    width: 100%;
    padding:0px;
    margin: auto;
}
.header-danisma-flex{
    justify-content: center;
}
.header-danisma{
    display: flex;
    height: 50px;
    padding-left: 7px;
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
    float: right;
}
.header-danisma-baslik{
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9f9f9f;
    
}
.header-danisma-tel{
    color: #151515;
    letter-spacing: 0;
}
.sayac{
    float: right;
}

.ustAlan .navbar-default{background:transparent; box-shadow:none; border:none;margin: 0px;padding: 0px; justify-content: center;}
.ustAlan .ustMenu .ustSolMenu a{
	transition:0.5s;
    font-size: 15px;
    padding: 10px 15px !important;
    display: block;
    height:100px;
    line-height:100px;
    color: #85858A;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	border-bottom:7px;
    font-weight: 600;
    text-transform: uppercase;
    color: #454547;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.ustAlan .ustMenu .ustSolMenu a:hover{
	color:#37c386;
}
.ustAlan .ustMenu .ustSolMenu li:last-child a::after{
    width: 0px;
}
.navbar-default .navbar-nav>li>a:hover::before, .navbar-default .navbar-nav>li>a:focus::before{
    width: 100%; }
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#18469d; }
.ustAlan .ustMenu .ustSolMenu ul li{float:left; list-style-type:none;}
.ustAlan .ustOrtaMenu{height: 100px;display: flex;align-items: center; padding:0px; transition:0.5s;}
.ustAlan .ustOrtaMenu .logo{float:none; padding:0px; width:auto; margin: 0 auto; height: 100%;}
.ustAlan .ustOrtaMenu .logo a{ height: 100%;
display:flex;
align-items:center;
justify-content:center;}
.ustAlan .ustOrtaMenu .kategoriler{float:right;  padding:0px; text-align:right;}
.ustAlan .ustOrtaMenu .kategoriler h1{margin:0px; padding:0px 30px; float:right; font-size:23px;}
.ustAlan .ustOrtaMenu .kategoriler h1:first-child{padding-right:0px;}
.ustAlan .ustOrtaMenu .kategoriler h1 a{color:#2c2c2c; text-decoration:none; font-weight:bold;}
.navbar-nav>li>.dropdown-menu {min-width:180px !important;}
.urun-detay-banner{
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
}
.urun-detay-left{
    
}
#belge-img img{
    max-height: 250px;
}
.aaa::before{
   position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    width: 100%;
    align-items: center;
    display: flex;
    bottom: 0;
    justify-content: center;
    content: "Ada Granit Doğal Taşlar San.ve Tic.A.Ş.";
    margin: auto;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
}
.urun-sayfasi-gecis-box{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 320px;
    margin-bottom: 20px;
    background-position: center;
}
.urun-sayfa-a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.text-left{
    text-align: left;
}
.urunBaslik{
    margin-top: 20px;
    margin-bottom: 10px;
}
.urundetaybilgi{
	padding:40px 0!important;
	position:relative;
	font-weight:300;
}
.urundetaybilgi:before{
	content:'';
	background:#f69322;
	position:absolute;
	top:0;
	left:0;
	height:5px;
	width:60%;
	transition:all 0.4s ease-in-out;
	transition-delay:0.2s;
	
}
.urundetaybilgi:after{
	content:'';
	background:#ed1d25;
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:40%;
	transition:all 0.4s ease-in-out;
	transition-delay:0.2s;
	
}
.urundetaybilgi2{
	padding:40px 0!important;
	position:relative;
	font-weight:300;
}
.urundetaybilgi2:after{
	content:'';
	background:#1275bc;
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	width:70%;
	transition:all 0.4s ease-in-out;
	transition-delay:0.2s;
	
}
.urunSocial{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	padding:30px 0 !important;
}
.urunSocial h3{
	width:100%;
	margin:0 !important;
	margin-bottom:30px !important;
}
.urunSocial a{
	padding-right:15px;
}
.urunBilgi:hover .urundetaybilgi2:after{
	width:100%;
	opacity:0.4;
}
.urunBilgi:hover .urundetaybilgi:after{
	width:100%;
	opacity:0.4;
}
.urunBilgi:hover .urundetaybilgi:before{
	width:100%;
	opacity:0.4;
}
.urun-resimleri {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.urun-resimleri .slick-track{
   max-height:100%;
}
.urun-resimleri .slick-list{
   max-height:100%;
}
.urun-resimleri .slick-slide{
   max-height: 100%;
}
.urun-resimleri .slick-slide img{
   max-height: 100%;
   height:auto;
}
.altAlan { float:left; width:100%; padding-top: 75px;}
.res1 {margin:70px 0px;}
.res1 img {width:250px;}
.res1 h2 a {color:#004075; font-size:20px;}
.res1 span {color:#666666;}
.res2 {margin:70px 0px;}
.res2 img {width:250px;}
.res2 h2 a {color:#004075; font-size:20px;}
.res2 span {color:#666666;}
.res3 {margin:70px 0px;}
.res3 img {width:250px;}
.res3 h2 a {color:#004075; font-size:20px;}
.res3 span {color:#666666;}
.devaminiOku {font-weight:600; display:block; margin-top:15px; font-size:12px;}
.slick-dotted.slick-slider {
	margin-left: 0px;
    margin-top:0px;
    padding: 0px;
}
.slick-slide:focus{
    box-shadow: none!important;
    border: 0px!important;
    outline: none;
}
.staticBanner .slick-dots{z-index:1 !important;}
.urun-detay-banner .slick-next {display: block !important;right: 0px!important; border-radius: 100% !important;width: 45px !important;height: 45px !important;background:transparent !important;color: #000 !important;}
 .urun-detay-banner .slick-prev {display: block !important;left: 0px!important;border-radius: 100% !important;width: 45px !important;height: 45px !important;background:transparent !important;color: #000 !important; z-index:5000 !important;}
.urun-detay-banner .slick-next::before{
    color: #fff!important;
}
.urun-detay-banner .slick-prev::before{
    color: #fff!important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {background:none !important; color:#777;}
.dropdown-menu {left:0px !important; padding:0px !important;}
.dropdown-menu>li>a {display: block !important; padding: 3px 15px !important; clear: both; font-weight: 400; line-height: 1.42857143 !important; color: #777; white-space: nowrap; font-size:14px !important; height:auto !important;}
.dropdown-menu>li>a:hover {color: #37c386!important;background:none;}
.dropdown-menu li{
	display:block;
	position:relative;
	overflow:hidden;
	transition:all 0.5s ease;
	padding-right:10px;
}
.dropdown-menu li:hover{
	padding-left:10px;
	padding-right:0px;
}
.dropdown-menu li:hover:before{
	left:5px;
	opacity:1;
}
.dropdown-menu li:before{
	content:'';
	height:7px;
	width:7px;
	display:block;
	border-right:1.5px solid #37c386;
	border-bottom:1.5px solid #37c386;
	transform:rotate(-45deg);
	position:absolute;
	left:-20px;
	transition:all 0.5s ease;
	opacity:0;
	z-index:3;
	top:0;
	bottom:0;
	margin:auto;
}
.dropdown-menu>li {width:100%;}
.pd0{padding:0px;}
.navbar{min-height:80px;}
.form-control{border-radius:0px; outline:none;}
.form-control:focus{border-radius:0px; outline:none; border-color:#444;}
.navbar-default .navbar-toggle{margin:0px; float:right; border-radius:0px; width:100%}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:#CCC;}
.navbar-default .navbar-toggle:hover .menuYazi, .navbar-default .navbar-toggle:focus .menuYazi{color:#000 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}


.bannerAlani{margin:0px; padding:0px;}
.bannerAlani .banner{height:initial !important;}

.ortaAlan .container{padding:0px;}
.ortaAlan .sayfaBasligi h1{padding:110px 0px 0px 0px; margin:0px; font-size:18px; background:#F0F0F0; font-weight:bold;}
.ortaAlan .sayfaIcerigi{margin:20px 0px; line-height:30px;}
.ortaAlan .sayfaIcerigi h5{font-size:15px; font-weight:600;}

.anaSayfaVitrin{margin:15px 0px;}
.anaSayfaVitrin .urunlerBaslik{background:#F0F0F0; padding:10px; font-weight:bold; font-size:18px; margin-bottom:15px;}
.anaSayfaVitrin .urunDisKutusu{padding:0px;}
.anaSayfaVitrin .urunDisKutusu img{margin:0 auto;}

.anaSayfaVitrin .urunDisKutusu .urunCerceve{border: 2px solid #CCC;padding: 0px;}
.anaSayfaVitrin .urunDisKutusu .mensei,.tipi,.marka,.kurutma{height:30px; line-height:30px; margin:5px 0px;font-weight: bold;font-size: 15px;}

.servis1 {margin-top:10px;}
.servisResimleri1 {background:url('/userfiles/servis1.jpg'); height:390px; background-repeat:no-repeat;}
.servisResimleri2 {background:url('/userfiles/servis2.jpg'); height:390px; background-repeat:no-repeat;}
.servisResimleri3 {background:url('/userfiles/servis3.jpg'); height:390px; background-repeat:no-repeat;}
.servisYazilari {text-align:center; margin-top:170px;}
.servisYazilari h2 {color: #003F73; font-weight: 600; font-size: 22px; padding-bottom:15px;}
.servisYazilari span {color: 
    #666; font-size: 14px;}
.kategoiSolMenu{padding-top:20px;}
.kurumsal {margin-bottom:30px; padding:10px 20px 0px 20px;}
.kurumsal span {font-size:14px; color:#666666;}
.kurumsal p {font-size:14px; color:#666666;}
.sayfaIcerigi span {font-size:14px; color:#666666;}
.sayfaIcerigi p {
	font-size: 15px;
    color: #525252;
	margin:10px 0px;
}
.pad-proje{
    padding: 25px 0px;
    
}
.sayfaBaslik{
    padding: 0px;
}
.sayfaBaslik h1 {font-size:22px; color:#005777; padding:10px 5px; margin: 0px;}
.sayfaIcerigi h2 {font-size:26px; color:#005777; padding:10px 5px; margin: 0px;}
.katBasligi {font-size: 14px; color: #666666;}
.leftNav {border-bottom: 1px solid #CCCCCC; padding: 1px 10px 9px 10px; cursor:pointer;}
.leftNav:hover {background:#0080C4;}
.leftNav:hover .katBasligi{color:#fff;}
.leftNav:hover .katBasligi span{color:#fff !important;}

.leftNavOn {border-bottom: 1px solid #CCCCCC; padding: 1px 10px 9px 10px; cursor:pointer; background:#0080C4; color:#fff; color:#fff !important;}
.leftNavOn .katBasligi {color:#fff !important;}
.leftNavOn .katBasligi span {color:#fff; color:#fff !important;}

.kategoriBG{background:#0080c4; margin:0px;}
.kategoriBG .icon-bar{background:#005878 !important;}
.icon-bar{background:#005878 !important;}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {color:#777;}
.KategoriUrunDisKutu{margin:15px 0px;}
.KategoriUrunDisKutu .urunlerBaslik{background:#F0F0F0; padding:10px; font-weight:bold; font-size:18px; margin-bottom:15px;}
.KategoriUrunDisKutu .urunDisKutusu{padding:0px;}
.KategoriUrunDisKutu .urunDisKutusu img{margin:0 auto;}

.KategoriUrunDisKutu .urunDisKutusu .urunCerceve{border: 2px solid #CCC;padding: 0px;}
.KategoriUrunDisKutu .urunDisKutusu .mensei,.tipi,.marka,.kurutma{height:20px; line-height:10px; margin:5px 0px;font-weight: bold;font-size: 12px;}
.KategoriUrunDisKutu .urunDisKutusu .kurutma div{padding:5px 10px;}
.KategoriUrunDisKutu .urunDisKutusu .marka div{padding:5px 10px;}
.KategoriUrunDisKutu .urunDisKutusu .tipi div{padding:5px 10px;}
.KategoriUrunDisKutu .urunDisKutusu .mensei div{padding:5px 10px;}


.altAlan .footerIcDiv{height: 594px; padding:0px;align-items: center;}
.altAlan .footerIcerik{background:url('/userfiles/footerBg.jpg'); background-repeat:no-repeat; background-size:cover; height:594px;}
.iletisimBilgileri {margin-top:20px;}
.iletisimBilgileri span {color:#fff; display:block; margin-top:5px; margin-left:10px; font-size:15px;}
.iletisimBilgileri a {color:#fff; display:block; margin-top:5px; margin-left:10px; font-size:15px;}
.iletisimBilgileri img {margin-top:7px;}
.iletisimBilgiSutun {margin-top:30px;}
ul, li {list-style-type:none;}
.footerMenu ul li a {float:left; display:block; color:#747477; padding: 0px 8px; font-size: 15px; padding-top: 55px;}
.footerMenu img {max-width: 100%;}
.footerMenu i {color:#696a6c; font-size:24px; line-height: 130px; transition: all 0.5s ease-in-out;}
.footerMenu i:hover {color:#18469d;}
.footerMenu i::before{line-height: 120px;}

.haberDis{background: #E8E7E7; border-bottom:1px solid #CCC;}
.haberDis:last-child{border-bottom:none;}
.haberDis:hover{background:#ccc;}
.haberDis a{display:block; color:#000; text-decoration:none; padding: 10px 5px;}

.haberAlani{padding:0px;}
.haberAlani h3{margin:0px; text-transform:uppercase;}

.Referanslar h4, .Haberler h4{background:#E7E7E7; padding:10px;font-size: 16px;font-weight: bold;}
.Referanslar .Adetay, .Haberler .Adetay{background:#E7E7E7; padding:3px;}
.Referanslar .IDetay h3, .Haberler .IDetay h3{margin:0px; font-size:15px; font-weight:bold; padding:5px 0px;}

#pause-tick{width: 100%;display: block;float: left; height:192px !important;}
#pause-tick ul{width:100%;}
#pause-tick ul li{padding:0px !important; height:192px !important; list-style-type:none;}


#pause-tick2{width: 100%;display: block;float: left; height:192px !important;}
#pause-tick2 ul{width:100%;}
#pause-tick2 ul li{padding:0px !important; height:192px !important; list-style-type:none;}

.markalarAlani{padding:0px 0px; background:#EBEBEB; margin:0px 0px 0px 0px;}
.markalarAlani2 {}

.navbar-inverse{
	background:transparent;
	background-image:none;
	box-shadow:none;
    position: relative;
    margin: auto;
	border:none;
    position: relative;
    height: auto;
}

.affix .ustAlan{
	margin-top:0px;
	border-bottom:1px solid #4cbdfd;
}
.haritaAlani{
    background-color: #F4F4F4;
	padding:0px;
	margin-top:0px!important;
	margin-bottom:50px;
}
.ref-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
    flex-flow: column wrap;
    min-height: 270px;
    border: 1px solid #e5e7e9;
}
.ref-box img{
   max-width: 80%;
    }
.iletisim-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column wrap;
    min-height: 270px;
}
.ref-box h3{
    font-size: 18px;
}
.iletisim-box h3{
    color: #555;
}
.iletisim-box p{
    font-size: 14px;
    text-align: center;
    color:#555;
}
.iletisim-box p a{
    font-size: 14px;
    text-align: center;
    color: #555;
}
.iletisim-box a{
    font-size: 14px;
    text-align: center;
    color:#555;
}
.sayfaIcerigi .iletisimFormu input[type=text]{
	box-shadow: none;
    outline: none;
    margin-bottom: 10px;
    height: 52px !important;
    color: #AAAAAA;
    font-style: italic;
    font-size: 14px;
    border: 1px solid #4cbdfd;
}

.sayfaIcerigi .iletisimFormu textarea{
	border-radius:0px;
	box-shadow:none;
	outline:none;
	margin-bottom:10px;
	resize:none;
	font-style:italic;
	height:250px;
	border: 1px solid #4cbdfd;
}

.sayfaIcerigi .iletisimFormu button{
	background:#00c3e8;
	background-image:none;
	border:none;
	border-radius:0px;
	text-shadow:none;
	float: right;
    padding: 7px 30px;
}

.iletisimBilgileriI p{
	padding:0px;
}

.iletisimFormu{
	margin-bottom:30px;
}
.iletisim{
	display:inline-block;
	width:100%;
}
.iletisim-logo {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	padding:30px 0;
}
.iletisim-logo img{
	max-width:350px;
	width:100%;
}
.iletisim-bilgileri li{  
	padding:5px 0;
}
.iletisim-bilgileri li span{
	width:50px;
	display:inline-block;
}
.iletisim-bilgileri h3{
	margin-bottom:30px;
	padding:5px 0;
	border-bottom:1px solid #f3f3f3;
}
.sayfaIcerigi .iletisimFormu textarea:focus, .iletisimFormu input[type=text]:focus{
	border:1px solid #3f3f3f;
	box-shadow:none;
	outline:none;
}
.bilgilendirme {
    display: none;
    text-align: center;
    color: #FFF;
    background: rgb(19, 130, 192);
    margin: 10px 0px 10px 0px;
    padding: 5px;
}
.iletisimTelefon{
	text-align:center;
	font-size: 55px;
    color: #a01614;
    text-decoration: none;
    font-weight: bold;
	background-color: #F7F7F7;
	padding:25px 0px 15px 0px;
}
.iletisimTelefon a{
	color: #1382c0;
	font-size:42px;}
	
	/* 
	
		Yeni
	
	*/
	.footer-menu ul{
            display: flex;
            justify-content: center;
        }
	
	
	
	
	
	.banner-alti .container{
		display: flex;
		display: -webkit-flex;
		-webkit-align-items:center;
	}
	
	/* .banner-alti{ */
		/* background: url('/images/homeHakBg.png') no-repeat center; */
	/* } */
	
	.deneyimler{
		
	}
	
	
	.deneyim-row{
		display: fleX;
		align-items: center;
		background: #E8E9D9;
		text-align: center;
		color: #555555;
		font-size: 14px;
	}
	
	.deneyim-row h4{
		font-size: 25px;
		margin-bottom: 20px;
		font-family:'Open Sans', sans-serif;
	}
	
	.deneyim-row a{
		display: inline-block;
		padding: 10px 40px;
		border: 1px solid #00B7DC;
		color: #555;
		margin-top: 20px;
		transition:0.5s;
		font-family:'Open Sans', sans-serif;
	}
	
	.deneyim-row a:hover{
		background: #00B7DC;
		color:#FFF;
	}
	
	
	.slick-dots li {
		overflow: hidden;
		border-radius:10px;
		border:0 !important;
	}
	

	.breadcrumb{
		background: transparent;
		padding: 20px 0px;
		margin: 0px;
		font-size: 17px;
		border-bottom: 1px solid #DDDDDD;
		border-radius: 0px;
		color: #525252;
	}
	
	.breadcrumb>li:last-child{

	}
	
	.breadcrumb>li a{
		color:#444;
	}

	.staticBanner{
		overflow: hidden;
		padding:0px !important;
		margin: 0px !important;
		/* height: 600px; */
	}
	.staticBanner .slick-dots{
		bottom:55px !important;
	}
	
	.staticBanner  .slick-slide{
		padding: 0px !important;
	}

	
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
		margin-top: 35px !important;
	}
	.ortaAlan{
		padding-top: 0px;
	}
	@media only screen and (max-width : 1200px) {
		.bannerAlani, .bannerfigure{
			height: initial !important;
			
		}
		.footerAdres{padding:0px !important;}
		.deneyimler-ic {width: 225px !important;}
		.ana-kutu-ic img {
			max-width: 100%;
		}
        .mobil-f-logo{
            margin: 0 auto;
            float: none;
        }
        .footer-sosyal{            
            margin: 0 auto;
            float: none;
        }
        .footerMenu img{
            margin: 0 auto;
            float: none;
            width: 100%;
            max-width: 200px;            
        }
        
	}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.ana-kutu-ic img {
			height: auto;
			max-width: 100%;
		}
        .list-index li{
            margin-bottom: 20px;
        }
          .altAlan a{
            text-align: center!important;
        }
        .footer-menu ul{
            flex-flow: row wrap;
        }
		.deneyimler-ic {
			width: 220px !important;
		}
		.deneyimler{height:450px !important;}
		.anaSayfaVitrin .urunDisKutusu .urunKutuu{padding:0px;}
		.anaSayfaVitrin .urunDisKutusu .urunCerceve{border: 1px solid #CCC;padding: 0px;}
		.anaSayfaVitrin .urunDisKutusu .mensei, .tipi, .marka, .kurutma{height: 20px;line-height: 20px;font-size: 13px;white-space: nowrap;font-weight: 400;overflow: hidden;text-overflow: ellipsis;}
		
		.KategoriUrunDisKutu .urunDisKutusu .urunKutuu{padding:0px;}
		.KategoriUrunDisKutu .urunDisKutusu .urunCerceve{border: 1px solid #CCC;padding: 0px;}
		.KategoriUrunDisKutu .urunDisKutusu .mensei, .tipi, .marka, .kurutma{height: 20px;line-height: 20px;font-size: 13px;white-space: nowrap;font-weight: 400;overflow: hidden;text-overflow: ellipsis;}
		.altAlan a{font-size:14px;}
		.altAlan{height: 40px;line-height: 40px; color:#FFF;}
		.altAlan a{color:#FFF;}
		.ortaAlan .sayfaIcerigi{font-size:13px;}
		.footerAdres{padding:0px !important;}
		.res1 img {width:150px;}
		.res2 img {width:150px;}
		.res3 img {width:150px;}
		.banner-alti-ic {padding:0px 10px !important;}
		.container {width:auto !important;}
		.danismanlik-yazi {padding:30px 0px 0px 30px !important;}
		.markalar-ic {margin:0 !important;}
		
    }
    
    /* Small Devices, Tablets */
    @media (min-width : 768px) {
        .mobil-f-logo{
            text-align: center;
        }
        .footer-sosyal{
        }
        
    }
    @media only screen and (max-width : 768px) {
		.ortaAlan{
			padding-top: 0px;
		}
      
		.ana-kutu-ic{
            text-align: center;       
        }
		.ana-kutu-ic img {
			max-width: 100%;
			margin:0 auto;
		}
        .ustAlan .navbar-default{
            display: block;
        }
		.ana-kutu-ic img {
			max-height: 200px;
			max-width: 100%;
			width: auto;
            margin: auto;
		}
		.deneyimler {height:1050px !important;}
		.deneyimler-ic {margin: 10px 10px; height: 500px;}
		.anaSayfaVitrin .urunDisKutusu .urunKutuu{padding:0px;}
		.anaSayfaVitrin .urunDisKutusu .mensei, .tipi, .marka, .kurutma{height: 20px;line-height: 20px;font-size: 13px;white-space: nowrap;font-weight: 400;overflow: hidden;text-overflow: ellipsis;}
		.anaSayfaVitrin .urunDisKutusu{margin-bottom:20px;}
		.anaSayfaVitrin .urunDisKutusu .urunCerceve{padding:10px;}
		
		.KategoriUrunDisKutu .urunDisKutusu .urunKutuu{padding:0px;}
		.KategoriUrunDisKutu .urunDisKutusu .mensei, .tipi, .marka, .kurutma{height: 20px;line-height: 20px;font-size: 13px;white-space: nowrap;font-weight: 400;overflow: hidden;text-overflow: ellipsis;}
		.KategoriUrunDisKutu .urunDisKutusu{margin-bottom:20px;}
		.KategoriUrunDisKutu .urunDisKutusu .urunCerceve{padding:10px;}
		.ustAlan .ustOrtaMenu .kategoriler h1{padding: 5px 0px;width: 100%;text-align: center;font-size: 19px;}
		.ustAlan .ustOrtaMenu .logo{padding:10px;}
		.ustAlan .ustOrtaMenu .logo img{margin:0 auto;}
		.KategoriUrunDisKutu .urunDisKutusu .urunCerceve{border-color:#DDD;}
		.container{padding:0px;}
		.container-fluid{padding:0px;}
		.ustAlan .ustMenu .ustSolMenu{float:right; width:100%;}
		.ustAlan .ustMenu .ustSolMenu .navbar-header{margin-right:10px;}
		.ustAlan .ustMenu .ustSolMenu .navbar-nav{
		margin: 3px 0px;
		position: relative;
		z-index: 5;
		padding: 20px 0px;
		width: 100%;
		text-align: center;
		}
		.ustAlan .ustMenu .ustSolMenu a {color:#005777; height:auto !important; line-height:0px !important;}
		.ustAlan .ustMenu{padding-left:10px;}
		.ustAlan .ustMenu .ustSolMenu a{padding:20px 15px;}
		.navbar-collapse {float:left !important; width:100%; }
		.ustAlan .ustMenu .ustSolMenu a:hover{color:#0c4f5d;}
		.altAlan{height: 40px;line-height: 40px; color:#ccc;}
		.altAlan a{color:#FFF;}
		.ortaAlan .sayfaIcerigi{font-size:13px;}
		.footerAdres{padding:0px;}
		.ucluSutun {background:none !important;}
		.carousel-inner>.item>img, .carousel-inner>.item>a>img{
			margin-top:100px;
		}
		.res1 img {width:150px; margin-top:50px;}
		.res2 img {width:150px;}
		.res3 img {width:150px;}
		.markalar-ic {margin:0 !important;}
		.deneyim-row{
			display: block;
			padding: 20px;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.staticBanner {
			margin-top: 190px !important;
		}
		.slick-slide h1{
			font-size: 23px !important;
			bottom:10% !important;
		}
		.staticBanner .slick-dots{
			display: none !important;
		}
		.breadcrumb{
			font-size:14px !important;
		}
		.deneyim-row{
			padding: 20px 0px;
		}
		.deneyim-row a{
			margin-bottom:20px
		}
		.banner-alti-ic{
			text-align:center;
		}
		.bannerAlani, .bannerfigure{
			height: initial !important;
			margin-top: 39px;
		}
		.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
			margin-top: 130% !important;
		}
		.danismanlik-yazi{
			text-align:center;
		}
		.danismanlik-yazi a{
			float: none;
			margin:0 auto;
		}
		.logo {text-align:center;}
		.pd0 {margin:0;}
		.ana-kutu-ic img {
			height: auto;
			max-width: 100%;
		}
		.ana-kutu-ic {padding:0px;}
		.anasayfa-urunler .slick-slide{border: 0px solid transparent!important;}
		.projeTitle {padding: 20px; left: 0px;}
		.projeTitle img{margin: 0px !important;}

		.deneyimler {height:auto !important; }
		.danismanlik {margin-top:30px;}
		.danismanlik-yazi {padding:0px 0px 0px 10px !important;}
		.deneyimler-ic {margin:15px 15px;width:auto !important;}
		.deneyimler-ic img{padding:35px;}
		.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {border-bottom:none !important;}
		.navbar-default .navbar-nav>li>a {border-bottom:none !important; height:auto !important; line-height:0px !important;}
		.ucluSutun {background:none !important;}
		.ustAlan .ustOrtaMenu{}
		.res1 img {width:150px; margin-top:50px;}
		.res2 img {width:150px;}
		.res3 img {width:150px;}
		.res2 {margin:10px;}
		.res3 {margin:10px;}
		.servis1 {margin:0px;}
		.iletisimKutusu {padding:5px !important;}
		.iletisimKutusu iframe{margin-left:-10px;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		.res1 img {width:150px; margin-top:50px;}
		.res2 img {width:150px;}
		.res3 img {width:150px;}
		.res2 {margin:10px;}
		.res3 {margin:10px;}
    }	
	
	.modal-open .modal{
		z-index: 555555;
	}
	
	.modal-backdrop.in{
		z-index:55555;
	}
	
	.hizmetBlok{
		text-align: center;
		height: 300px;
		background: #EEE;
		padding-top: 30px;
		border-right: 1px solid #FFF;
	}
	.hizmetBlok:last-child{
		border-right:none;
	}
	.hizmetBlok h3{
		font-size: 15px;
		font-weight: 400;
		margin-top: 20px;
	}
	
	.hizmetBlok img{
		width:60%;
		transition:0.5s;
	}
	
	.hizmetBlok img:hover{
		transition:0.5s;
		transform: rotate(30deg);
	}
	
	
	
.bannerAlani{margin:0px; padding:0px; margin-top:-2px;height: 100%;}
.bannerAlani .banner{height:initial !important;}
.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}​

.hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.banner-baslik-ust a {
	background: #05B5D8;
    color: #fff;
    padding: 20px 70px;
    margin-top: 30px;
    display: block;
}
.bannerYazi{
	position:absolute;
	width:100%;
	left:-100%;
	-webkit-transition: all 600ms cubic-bezier(0,.96,.82,.06);
	transition:         all 600ms cubic-bezier(0,.96,.82,.06); 
	text-align:center;
	z-index: 5;
	top:360px !important;
}

.active .bannerYazi{
	left: 45%;
    -webkit-transition: all 0.5s ease;
    top: 55% !important;
}

.bannerYazi .container{
	position:relative;
}

.bannerYazi h1{
	display:inline-block;
	margin:0 auto;
	-webkit-transition: all 0.5s ease;
	color:#FFF;
	font-size:39px;
	font-weight:bold;
}

.bannerYazi h1 span{
	display:block;
	width:100%;
	text-align:center;
    font-size: 18px;
    margin: 20px 0px;
}

.bannerYazi .container span{
	position: absolute;
    background: rgba(0,0,0,0.4);
    font-size: 45px;
    color: #FFF;
    font-weight: 600;
    padding: 30px;
    right: 0px;
    line-height: 50px;
    top: 150px;
}

.homeBg{
    background: url('/design/index-Bg.png');
    width: 100%;
    height: 223px;
    margin-top: -125px;
    position: relative;
    z-index: 5;
	border-bottom:2px solid #00A183;
}

.bannerIc:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0px;
}

.bannerButon a{
	font-size: 14px;
    color: #FFF;
    background: #008FD3;
    padding: 10px 30px;
	text-decoration:none;
    border-radius: 5px;
}

.bannerButon a:hover{
	background:#006FA4;
}

.homeBg .homeBox{
	margin-top:-50px;
	text-align:center;
}

.bannerIc{

}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1s; 
	transition-duration: 1s;
	height: 100%;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators li{
	background:#FFF;
	border:none;
}

.carousel-indicators .active{
	background-color: #25539D;
}

.carousel-indicators{
	bottom:200px;
}
.banner{
    width: 100%;
    height: 610px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
}

.banner .banner-metin{
	position: absolute;
    bottom: 25%;
    display: block;
    float: left;
    width: 500px;
    background: rgba(3, 114, 168, 0.85);
    padding: 20px;
    color: #FFF;
    font-size: 14px;
}

.banner .banner-metin h1{
    font-size: 21px;
    margin: 0px 0px 15px 0px;
}

.banner .banner-metin a{
	color: #FFF;
    background: #FF9900;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    float: right;
}

.slick-slide{
	padding: 0px;
}

.ortak img{
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; 
}

.ortak img:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}


.images .col-lg-3{
	margin-bottom:30px;
}

.container-fluid .pd0 .statikBanner{
    margin-bottom: 20px;
    position: relative;
	display: block;
	overflow: hidden;
}

.statikBanner::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
}
.statik-baslik{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 45px;
} 
.statik-alt-baslik{
    color: #005878;
    position: relative;
    font-size:30px;
} 


@media all and (max-width: 1400px) {
.container {
    width: 95%!important;
}
 .page-inner{
    width: 95%;
}
}
@media all and (max-width: 1100px) {
    .logo img{
    }
    .top-bar-social a{
        margin-top: 0px;
    }
    .ustAlan .ustMenu .ustSolMenu a{
        padding: 0 4px;
        line-height: 50px!important;
    }   
    .ustAlan .ustMenu .ustSolMenu a::after{
        display: none;
    }
}
@media all and (max-width: 1200px) {
     .page-inner{
        width: 95%;
        justify-content: center;
        align-items: center;
    }
    .container {
        width: 95%!important;
    }
    
}
@media all and (max-width: 995px) {
    .banner-alti{
        margin-bottom: 20px;
    }
    .projelerimiz-slider1{
        flex-flow: row wrap;
    }
    .ana-kutu-dis{
    }
    .ana-kutu-dis:last-child{
    }
    .ana-kutu-dis:first-child{
    }
	 .top-bar{
        height: auto;
    }
    .topbar-right ul li{
        float: right;
    }
    .alt-banner-inner{
        flex-flow: column wrap;
    }
    .giris{
        height: auto;
        max-height: 75vh;
    }
    .giris .swiper-container{
        height: auto;
        max-height: 75vh;
    }
    .alt-banner-box{
        width: 50%;
        margin-bottom: 20px;
        min-height: inherit;
    }
    .ana-projeler-inner2{
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    .ab-2{
        width: 100%;
        min-height: 300px;
    }
    .footerMenu .container{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: column wrap;
    }
    .footer-sosyal{
        text-align: center;
    }
    .alt-banner-inner{
        padding-top: 50px;
    }
    .mobil-f-logo{
        text-align: center;
    }
    .anasayfa-rotate-div-alt{
        display: none;
    }
    .anasayfa-rotate-div{
       -webkit-transform:none;
        transform:none;
    }
    .banner-alti .container{
        flex-flow: column wrap;
    }
    .anasayfa-hakkimizda-img{
        margin: 0 auto;
        width: 50%;
        height: 200px;
        margin-top: 100px;
    }
    .proje-button{
        padding: 2px 20px;
    }
    .projeTitle a{
        border: 0px;
    }
    .referanslar .slick-next{
        display: none!important;
    }
    .referanslar .slick-prev{
        display: none!important;
    }
}

@media all and (max-width: 665px) {
    .alt-banner-box{
        width: 100%;
    }   
	.topbar-right{
		width:100%;
		padding:0px;
	}
	.topbar-left{
		display:none;		
	}
	.giris-yazi span{
		font-size:30px;
	}
	.ana-button{
		font-size:10px;
		padding:2px 10px;
		min-width:100px;
	}
	.topbar-right ul li a{
		font-size:11px;
		padding: 0px 5px;
	}
	.topbar-right ul li i{
		font-size:11px;
		margin-right: 4px;
	}
   .swiper-button-prev, .swiper-button-next{
	   border:0px!important;
   }
   .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets
   {
	   bottom:40px!important;
   }
}
@media all and (max-width: 808px) {
    .ustOrtaMenu{
		width:15%;
	}
}
@media all and (max-width: 768px) {
    
    .ustAlan .ustMenu .ustSolMenu ul li{
        float:none; width:100%;
        width: 100%;
        height: 50px;
        display: block;
    }

	.ustMenu{
		width:100%;
	}
	.ustOrtaMenu{
		width:100%;
	}
	.ustSolMenu{
		margin-top:20px;
	}
	.anasayfa-hakkimizda-img{
		width:50%;
		height:125px;
        margin-bottom: 25px;
	}
	.footerMenu ul li a{
		padding-top:0px;
	}
	.mobil-f-logo{
		margin-bottom:25px;
	}
}
@media only screen and (max-width :768px){
.deneyim-row a{
	   margin-bottom:20px;
   }
 }
 
 @media only screen and (min-width :1200px) and (max-width :1600px){

 }
 
 @media only screen and (min-width :480px) and (max-width :1200px){
	.danismanlik-yazi a{
	margin-bottom:20px;
	}
}
 
 @media only screen and (min-width :768px) and (max-width :992px){

}

@media only screen and (min-width :480px) and (max-width :768px){

}

@media only screen and (max-width :480px){

}
 
@media only screen and (min-width :480px) and (max-width :768px){
   .slick-slide img{
	}
	.carousel-inner>.item>img, .carousel-inner>.item>a>img{
		margin-top:140px;
	}
}

@media only screen and (max-width :480px){
  .haritaAlani{
	  margin-top:140px;
   }
  
}

@media only screen and (min-width :480px) and (max-width :992px){
	.haritaAlani{
	  margin-top:140px;
   }
}

@media only screen and (min-width :768px) and (max-width :1200px){
   .ustAlan .ustOrtaMenu{
	   height:100px;
       float: none;
       margin: 0 auto;
   }
   .ustAlan .ustMenu .ustSolMenu a{

   }
   .affix-top .logo img{
	   margin-top:15px;
   }
}

@media only screen and (min-width :768px) and (max-width :1200px){
	 .affix-top .logo img{
	   padding-top:30px;
   }
}

@media only screen and (min-width :992px) and (max-width :1200px){

     .breadcrumb{
	   margin-top:110px;
   }
}

.slick-list.draggable{
	width:100%;
}


@media only screen and (min-width :480px) and (max-width :480px){

}


@media only screen and (min-width :768px) and (max-width :1200px){
	 .affix-top .logo img{
	   padding-top:30px;
   }
}



@media only screen and (min-width :1200px) and (max-width :1400px){
  .breadcrumb{
	      margin-top: 110px !important;
  }
  
}
.comparison-table tbody tr td {
    border: 5px solid #fff;
}
.table th, .table td {
    padding: 15px!important;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.comparison-table tbody tr td:not(:first-child) {
    text-align: center;
    width: 30%;
    background-color: #eff1f2;
}
.bg-gray{background-color:#9aa7ad!important;color:#fff;font-weight:700; text-align: center;}
.text-blue{
    color: #ef4023;
    font-weight: 600;
}



.timeline-div{
    width: 100%;
    height: auto;
    min-height: 650px;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;  
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline-div::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    margin: auto;
   
}
.timeline-div-inner{
    width: 80%;
    height:auto;
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: center;
    margin: auto;
    padding: 100px 0px;
    
}


.timeline-left{
    width: 40%;
    position: relative;
    float: left;
}
.timeline {
    position: relative;
    width: 50%;
    margin: 0 auto;
    float: left;
    overflow: hidden;
}
.timeline .container {
    position: relative;
    background-color: inherit;
    width: 90%!important;
    margin-bottom:0px;
   
}

.timeline .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0px;
    background-color:#18469d;
    border: 4px solid #dcdcdc;
    top: 15px;
    border-radius: 50%;    
    z-index: 99;
}

.content {
    background-color: white;
    position: relative;
    border-radius: 6px;
    min-height: 300px;
    height: auto;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.content-detay{
    border: 1px solid #eee;
    width: 100%;
    background:#f1f1f1;
}
.content.active span {
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 25px;
}
.content.active h3 {
    color: #fff;
}
.content.active p {
    color: #fff;
}
.content div {
    width: 90%;
    margin: 0px auto;
    padding-top: 10px;
}
.content span{
    color: #333;
    font-weight: 300;
    display: block;
    font-size: 25px;
}

.gecis-box2{
    float: left;
    width: 23%;
    min-width: 200px;
    height: auto;
    margin-bottom: 50px;
    min-height: 400px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    -moz-box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    box-shadow: 0px 1px 11px -2px rgba(130, 128, 128, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 0.8s ease;
} 
.gecis-box2 a{
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content:space-around;
    flex-flow: column wrap;
    align-items: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    
}
.gecis-box2:hover{
    color:#fff;
    background: #8bc34a;
}
.gecis-box2:hover p{
   color:#8bc34a;
    background: #fff;
}
.gecis-box2 p{
    font-weight: 300;
    font-size: 55px;
    color:#fff;
    width: 150px;
    height: 150px;
    border-radius:4px;
     background: #8bc34a;
    transition:all 0.8s ease;
    line-height: 150px;
    -webkit-box-shadow: 0px 1px 11px -2px rgba(38,38,38,0.28);
    -moz-box-shadow: 0px 1px 11px -2px rgba(38,38,38,0.28);
    box-shadow: 0px 1px 11px -2px rgba(38,38,38,0.28);
}
.gecis-box2 h2{
    color:#444;
    text-decoration: none;
}




.yorumlar-div{
    width: 100%;
    height: auto;
    min-height: 650px;
    background:#fff;  
    display: inline-block;  
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yorumlar-div::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    margin: auto;
    background: rgba(255, 255, 255,0.8);
}
.yorumlar-div-inner{
    width: 80%;
    height:auto;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-around;
    align-items: center;
    margin: auto;
    padding: 10vh 0px;
}

.home-slider{
    width: 100%;
    height: auto;
    background: #ffffff7d;
    border-radius: 4px;
    
}
.home-slider .slick-dots{
    bottom: -20%;
}
.home-slider .slick-prev{
    background: #18469d!important;
}
.home-slider .slick-next{
    background: #18469d!important;
}
.home-slider .slick-prev:before{
    color: #fff!important;
}
.home-slider .slick-next:before{
    color: #fff!important;
}
.yorum-box{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0px;
    height: 100%;
    min-height:300px;

}
.yorum-yazi{
    width: 90%;
    margin: 0 auto;
    margin-top:50px;
    margin-bottom:20px;  
    font-size: 25px;
     font-weight: 300;
    font-style: italic;
    line-height: 1.2;
}
.yorum-kisi{
    width: 90%;
    margin: 0 auto;
    font-size: 25px;
    color: #18469d;
    font-weight: 300;
}
.yorum-meslek{
   font-weight: 300;
}

}
.iletisim-div{
    width: 100%;
    height: auto;
    min-height: 650px;
    display: inline-block;  
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color:#f0f0f0;
}
.iletisim-inner{
    justify-content: space-between;
}
.iletisim-left {
    width: 50%;    
    padding: 50px 0px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}
.iletisim-form  h2{
    margin-bottom: 20px;
}
.iletisim-form  p{
    margin-bottom: 50px;
}

.iletisim-form div {
    width: 50%;
    position: relative;
    float:left;
}
input[type=text], textarea {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    box-sizing: border-box;
    outline: none;
}
textarea {
    width: 95%;
}
input[type=submit] {
    width: 30%;
    background-color: #37c386;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.5s all ease;
}

input[type=submit]:hover {
    background-color: #26b275;
    color: #fff;
}

.iletisim-bilgi{
    clear: both;
    width: 100%;
    height: auto;
    min-height:200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}


.iletisim-box{
    width: 30%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    min-height: 250px;
	box-shadow:0px 2px 5px #eee;
    margin-bottom: 25px;
    text-align: center;
    float: left;
    min-width: 250px;
	transition:all 0.4s ease-in-out;
}
.iletisim-box:hover{
	transform:translateY(-10%);
	box-shadow:0px 10px 5px #ccc;
	
}
.iletisim-box h3{
   color: #555;
    margin-bottom: 10px;
    margin-top: 20px;
}
.iletisim-box p{
   color: #555;
}
.iletisim-box i{
   color: #555;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
   font-size: 25px;
}
.iletisim-box i::before{
     line-height: 50px;
}


@media all and (max-width: 960px) {
  
.iletisim-form {
    margin-top: 50px;
    width: 100%;
}
.iletisim-left {
    margin-top: 50px;
    width: 100%;
}
.iletisim-form div {
    width: 100%;
    position: relative;
    float: left;
}
    
textarea {
    width: 100%;
}
    input[type=text], textarea {
    width: 100%;
}
.gecis-box2{
    width: 45%;
    margin: auto 10px;
    margin-bottom: 20px;
    min-width: 200px;
   
} 
.timeline-left{
    width: 100%;
}
.parallax-left{
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}
.parallax-left iframe{
    width: 100%;
}
.parallax-right{
    width: 100%;
}
.gecis-div-inner {
justify-content: center;
}    
}    