.item-head {
	margin-bottom: 10px;
    padding: 0 5px;
}
.tema-liste {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block;
}
.tema-item {
	width: 33.3%;
	float: left;
    padding: 0 5px 10px;
}
.tema-item a {
	width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block;
}
.tema-item a:hover {
	background:#F0F0F0;
}
.tema-liste .resim {
	height: 117px;
    position: relative;
    overflow: hidden;
    display: block;
}
.tema-liste .resim img {
	max-width: inherit;
    min-width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 117px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tema-item .info {
	color: #333;
    font-size: 13px;
    text-align: center;
    min-height: 58px;
    position: relative;
}
.tema-item .info span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
}
#popotel {
    margin: 0 0 20px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px;
}
#yeniotel {
    margin: 0 0 20px;
    border-radius: 2px;
	padding-right:0px;
}
/*******************************/
.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*******************************/
.anamap { float:left; font-size:12px; color:#000; }
.sollogo { width:137px; height:130px; float:left; padding:5px; ; margin-right:5px; text-align:center }
.sollogo img { }
.sagmap { width:169px; height:130px; padding:5px; float:left; font-size:13px; line-height:14px; color:#222; }
/*******************************/
.footer-signup {
   /* margin: 10px 0 0 */
}

.footer-signup .orange-ct {
    padding: 19px 0;
    text-align: left;
    min-height: 160px;
    background: url(../images/footer-bg.png) repeat-x top center #253d52
}

@media screen and (max-width:768px) {
    .footer-signup .orange-ct {
        text-align: center
    }
}

.footer-signup .orange-ct .footer-signup-message {
    margin-top: 0
}

.footer-signup .orange-ct .footer-signup-message h5 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .footer-signup .orange-ct .footer-signup-message h5 {
        font-size: 20px
    }
}

.footer-signup .orange-ct .footer-signup-message span {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

@media screen and (min-width:992px) {
    .footer-signup .orange-ct .footer-signup-message {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 30px;
        margin-top: 25px
    }
}

.footer-signup .orange-ct .btn.btn.btn.btn.btn.btn.btn.btn.btn-block {
    padding: 7px 15px;
    font-size: 14px;
    margin-top: 35px
}

@media screen and (max-width:768px) {
    .footer-signup .orange-ct .btn.btn.btn.btn.btn.btn.btn.btn.btn-block {
        margin-top: 10px
    }
}

.footer-links-ct {
    margin: 0 auto;
    padding: 90px 0 40px;
    background: 0 0
}

.custom-form {
    float: left;
    width: 100%;
    position: relative;
}

.list-single-main-item {
    padding: 30px 30px;
    border-radius: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.js-img > img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.isLoading {
  opacity: 0;
  transition: opacity .5s ease;
}

.js-img {
  height: 0;
  background: #eeeeee;
  position: relative;
}