.buttonW, .buttonR {position: absolute; bottom: 120px; left: 1080px;width: 140px;height: 85px;}
.buttonW a, .buttonR a{position: relative;padding: 25px 5px;font-size: 35px;color: #fff;font-weight: 600;line-height: 18px;display: block;z-index: 5;}
.buttonW:after, .buttonR:after{position: absolute;content: ""; background: url(images/buttonW.png) no-repeat; width: 140px; height: 85px; bottom: 0; left: 0; }
.buttonW:hover:after, .buttonR:hover:after {background-position: 0 -85px !important;}
.buttonR a {color: #BD2125 !important; }
.buttonR:hover a{color: #fff !important;}
.buttonR:after{background: url(images/buttonR.png) no-repeat !important;}
.buttonArea .tek a{ padding: 35px 5px; }
.buttonArea{position: relative;text-align:center}
.buttonArea img{display:block}
.buttonArea .centereds{left: 50%;margin-left: -70px;bottom: auto;top: 50%;margin-top: -42px;}
.buttonArea a:hover{color:#fff!important}

@media (max-width: 1025px){
	.buttonW, .buttonR {bottom: 40px !important; left: 142px !important;}
	
	.buttonMobile01,.buttonMobile02,.buttonMobile03,.buttonMobile04{left: 50%!important;margin-left: -70px;bottom: auto!important;}
	
	.buttonMobile01{transform: scale(0.5);bottom:0!important}
	.buttonMobile02{transform: scale(0.5);bottom:0!important}
	.buttonMobile03{transform: scale(0.5);bottom:4px!important}
	.buttonMobile04{transform: scale(0.5);top: 20px;margin-left: -55px;}

}


/* SADECE CONTACT / İLETİŞİM SAYFALARI İÇİN */

/* Alttaki Bridge footer_bottom şeridini gizle */
body.page-id-17222 .footer_bottom_holder,
body.page-id-17220 .footer_bottom_holder,
body.page-id-17277 .footer_bottom_holder {
    display: none;
}

/* İç kısmı (form + foto satırı) dikey flex yap */
body.page-id-17222 .full_width_inner,
body.page-id-17220 .full_width_inner,
body.page-id-17277 .full_width_inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px); /* header yüksekliği kadar kırpıyoruz */
}

/* Son vc_row (IMG_2114 olan gri bant) en alta yapışsın */
body.page-id-17222 .full_width_inner > .vc_row:last-of-type,
body.page-id-17220 .full_width_inner > .vc_row:last-of-type,
body.page-id-17277 .full_width_inner > .vc_row:last-of-type {
    margin-top: auto;
}


.contact-desktop {
	display: block;
}

.contact-mobile {
	display: none;
}

#back_to_top {
	bottom: 25px !important;
}

@media (max-width: 768px) {
	
.contact-desktop {
	display: none !important;
}

.contact-mobile {
	display: block !important;
}
}