/* Custom CSS */

.header-top span {
    font-size: 16px;
    font-weight: bold !important;
    line-height: 2em;
	opacity: 1;
}
.logo .img-responsive {
	width: 120px;
}
.dortlu {
	background: url(../images/anasayfa/anasayfa.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.siyah, .siyah small {
    color: #424141 !important;
}
.grid_box {
	width: 95%;
}
.grid_box img {
	width: 100%;
}
.cat {
    margin-top: 20px;
    display: block;
    position: relative;
    color: #191919;
    font-size: 31px;
    line-height: 30px;

}

.cat span {
    position: relative;
    color: #fff;
    z-index: 10;
    top: 0;
    font-weight: bold;
	font-size: 33px;
	line-height: 30px;
}

.cat:hover em  {
    color: #f59812 !important;
}

.cat:hover strong {
    background-color: #000;
}

.cat .cat_bot {
    padding: 20px 20px 17px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat em {
	color: #191919;
    z-index: 10;
    font-style: normal;
	font-size: 31px;
	font-weight: 300;
    position: relative;
	line-height: 30px;
}

.cat strong {
    opacity: 0.7;
    background-color: #f59812;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.footer2 img {
	border-radius: 10px;
}
.hareketli-telefon {
	font-size: 58px;
	display: block;
	position: fixed;
	left: 20px;
	bottom: 15px;
	z-index: 9999;
	background-color: #7cb342;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff !important;
	padding: 5px 0px 0px 10px;
	height: 70px;
	width: 70px;
}
#contact .contact-info a {
	font-size: 18px;
}

/* Fiyat Sayfası */

.thumbnail {
	border-radius: 10px;
	padding-top: 20px;
	height: 500px;
}
.thumbnail img {
	border-radius: 10px;
}
.thumbnail h3 {
	border: 1px solid #444;
	text-align: center;
	padding: 2px 0;
}
.thumbnail:hover {
	box-shadow: 0px 0px 30px #777;
	z-index: 1;
	color: #fff;
	background: #888;
	-webkit-transition:  all .3s ease;
	-webkit-transform: scale(1.05);
}
.thumbnail:hover * {
	color: #fff !important;
	border-color: #fff !important;
}
.uygulamalar .thumbnail {
	height: 325px;
}