@font-face {
	font-family: dinbek-light;
	src: url("Trajan Pro Bold.ttf");
}
@font-face {
	font-family: eurostar;
	src: url("eurostar.ttf");
}
html{ height:100%; }
body{ 
	min-height:100%; 
	padding:0; 
	margin:0; 
	position:relative; 
}
a{
	color: #46515DFF;
}

body::after{ content:''; display:block; height:142px; }

footer{ 
  position:absolute; 
  bottom:0; 
  width:100%; 
  height:142px; 
}

body{
	font-family: 'eurostar';
	font-weight: normal;
}
footer a{

}

.footer-image-text .inner{
	display: table;
  	margin: 0 auto;
  	width: 170px;
}

.klimalar {
  	height: 300px;
  	overflow: hidden; 
}

.klimalar > div {
  	overflow: hidden; 
}

.klimalar .klima {
	height: 300px;
	background-size: auto 300px;
	background-position: center;
	transition: all 0.5s ease;
	background-repeat: no-repeat;
	cursor: pointer;
}

.klimalar .klima:hover {
   	transform: scale(1.2);
}

.klimalar .klima .label{
	font-size: 22px
}
.service {
  	height: 300px;
  	overflow: hidden; 
	background-repeat: no-repeat;
	cursor: pointer;
}

.service:hover {
	position: relative;
	animation: mymove 0.2s;
	animation-fill-mode: forwards;
}
.service .square{
	height: 255px;
	border: solid 1px #ffffff;
	display: block;
	position: relative;
}
.service .square .label{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 45%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 28px;
	color:#ffffff;
	font-weight: bold;
}
@keyframes mymove {
  from {bottom: 0px;}
  to {bottom: 5px;}
}

.menu{
	position: absolute;
    top:0;
    z-index: 9999 !important;
    width: 100%;
}

.menu-ic{
    width: 100%;
}

.menu .top, .menu-ic .top {
	background-color: rgba(131, 131, 131, 0.85);
	color: #ffffff;
	size: 19px;
	height: 41px;
	line-height: 41px;
}
.menu .top a, .menu-ic .top a{
	color: #ffffff;
}
.menu .menu-nav, .menu-ic .menu-nav{
	background-color: rgba(197, 196, 196, 0.85);
}
.menu .menu-nav a, .menu-ic .menu-nav a{
	color: #000000;
	size: 19px;
}
#navbar > ul > li{
	padding-left: 7px;
	padding-right: 7px;
	line-height: 71px;
}

#navbar > ul > li ul.dropdown-menu > li{
	line-height: 35px;
}

#navbar > ul > li.nav-item:last-child, #navbar > ul > li.nav-item:last-child
{
	background-color: #00afeb !important;
	color: #ffffff !important;
}

#navbar > ul > li.nav-item:last-child a, #navbar > ul > li.nav-item:last-child a
{
	color: #ffffff !important;
}

.carousel-caption {
	font-weight: bold;
	bottom: 220px;
}
.carousel-item img{
	display: block;
    margin: auto;
}
.vertical_nav a{
	color: #353535;
}
.vertical_nav div.sub{
	color: #ffffff;
	background-color: #00AFEB !important;
}
@media only screen and (max-width: 600px) {
	body {
	}
	.service{
		height: 120px;
		background-size: cover;
	}
	.service .square{
		height: 100px;
		margin: 10px;
	}
	.klimalar {
	  	height: 100px;
	}
	.klimalar .klima{
	  	height: 100px;
		background-size: cover;
	}
	#home-slide img{
		height: 200px;
	}
	.klimalar .klima .label{
		font-size: 12px;
	}		
	.service .square .label{
		font-size: 12px;
	}
	.carousel-caption {
		font-weight: bold;
		bottom: 20px;
	}	
}