@charset "UTF-8";
/* CSS Document */
 
@media (max-width: 480px) {
.alt-adres-2{
	margin-right:155px !important;
    margin-left: 35px;
	}	
.sag-hizala{
	float:left !important;
	width:105% !important;
	}
.icon span{
	margin-left: 80px;
	}
	
.chevron{
	display:none !important;
	}			
}
@media (min-width: 481px) and (max-width: 767px) {
.sag-hizala{
	float:left !important;
	width:105% !important;
	}
.sag-hizala a{
	padding-top:7px !important;
	padding-bottom:7px !important;	
	}
	
.alt-adres-2{
	float: left !important;
    margin-left: 25px;
    margin-top: 15px;
    font-family: tinos;
	}	
.icon span{
	margin-left: 100px;
	}
	
.chevron{
	display:none !important;
	}			
}
@media (min-width: 768px) and (max-width: 991px) {
.nav li a{
	padding: 28px 6px !important;
	}	
	
.alt-adres-2{
	float: right !important;
    margin-right: 30px !important;
    margin-top: -205px !important;
    font-family: tinos;
	}
.icon span{
	font-size:122px;
	margin-left: 184px;
	}
	
.chevron{
	display:none !important;
	}		
}
@media (min-width: 992px) and (max-width: 1199px) {
.chevron{
	display:none !important;
	}
}
@media (min-width: 1200px) {

}

body{
	background:#ebebed;
	}
header{
	background:#3a384d;
	width:100%;
	}
	
.nav-bg{
	background-color:#3a384d;
	border-color:#3a384d;
	}
	
.nav-bottom{
	margin-bottom:0px;
	}	
	
.max-990px{
	max-width:990px;
	min-height:77px;
	}		
	
.m0{
	margin:0px;
	}

.p0{
	padding:0px;
	}
	
.mp0{
	margin:0px;
	padding:0px;
	}
		
.sag-hizala{
	float:right;
	}
.sag-hizala a{
	color:#fff !important;
	padding-top: 25px !important;
    padding-bottom: 30px !important;
	}
.sag-hizala a:hover{
	color:#3a384d !important;
	background:#e1f1fc !important;
	}
	
.h2-yazi{
	color:#3a384d;
	font-family:Orbitron;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:25px;
	}
.p-yazi{
	color:#6b6b6b;
	font-size:18px;
	}
	
.bilgi-blok{
	background:url(../img/web-desing-icon.png) center top no-repeat;
	width:100%;
	height:150px;
	margin-bottom:10px;
	}
.bilgi-blok-2{
	background:url(../img/web-programming-icon.png)  center top no-repeat;
	width:100%;
	height:150px;
	margin-bottom:10px;
	}
.bilgi-blok-3{
	background:url(../img/mobile-programmig-icon.png)  center top no-repeat;
	width:100%;
	height:150px;
	margin-bottom:10px;
	}

.blok-stil{
	text-align:center;
	margin-bottom:34px;
	}	
.blok-stil span{
	color:#4c4b66;
	font-weight:bold;
	}
.blok-stil p{
	color:#828282;
	margin-top:5px;
	font-family:lato;
	}

.footer-bg{
	background-color:#3a384d;
	border-color:#3a384d;
	border-top:5px solid #4c4b66;
	width:100%;
	min-height:50px;
	padding-bottom: 10px;
	}

.alt-logo{
	padding-top: 22px;
	}	

.alt-menu ul{
	margin:0px;
	padding:0px;
	margin-left: 35px;
    margin-top: 15px;
	}
.alt-menu ul li{
	list-style-type:none;
	padding-top:3px;
	padding-bottom:3px;
	font-family:tinos;
	font-size:15px !important;
	}
.alt-menu ul li a{
	text-decoration:none;
	color:#ccd9e5;
	}
.alt-menu ul li a:hover{
	color:#f77f7f;
	}

.alt-adres{
	
	}
.alt-adres-2{
	float:right;
	margin-right: 30px;
    margin-top: 15px;
	color:#ccd9e5;
	font-family:tinos;
	}	

.alt-adres h4{
	margin-top: 22px;
	}		
.alt-adres-2 p{
	font-size:15px;
	}	
.alt-adres-2 a{
	color:#ccd9e5;
	text-decoration:none;
	}	
.alt-adres-2 a:hover{
	color:#f77f7f;
	}		
	
.harita{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	}
	
/* ILETISIM */

.icon{
	font-size: 122px;
    padding-top: 66px;
    padding-left: 100px;
	}

.forum{
	margin-top: 18px;
	margin-bottom: 22px;
    font-family: tinos;
    font-size: 18px;
	}
.forum button{
	margin-top: 10px;
	}

.iletisim{
	font-family: Roboto;
    font-size: 15px;
	}
	
.mail{
	margin-bottom: 44px;
	}
.mail a{
	font-size: 18px;
	}		

.text-uppercase {
    margin-bottom: 34px;
}		
			
/* aw-zoom Kodu */

.aw-zoom
{
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.aw-zoom:hover
{
    z-index:2;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);  
    -moz-transform: scale(1.5);
    transform: scale(1.5); /* OBJENİN BOYUTUNU AYARLAR */
}
