﻿@charset "utf-8";

@font-face {
    font-family: 'harmonisregular';
    src: url('fonts/harmonis-webfont.eot');
    src: url('fonts/harmonis-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/harmonis-webfont.woff2') format('woff2'),
         url('fonts/harmonis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_probold';
    src: url('fonts/tt_norms_pro_bold-webfont.eot');
    src: url('fonts/tt_norms_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt_norms_pro_bold-webfont.woff2') format('woff2'),
         url('fonts/tt_norms_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_normsbold';
    src: url('fonts/ttnorms-bold-webfont.eot');
    src: url('fonts/ttnorms-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ttnorms-bold-webfont.woff2') format('woff2'),
         url('fonts/ttnorms-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_normsregular';
    src: url('fonts/ttnorms-regular-webfont.eot');
    src: url('fonts/ttnorms-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ttnorms-regular-webfont.woff2') format('woff2'),
         url('fonts/ttnorms-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* CSS Document */
html{ width:100%; height:100%;}
body{ width:100%; height:100%; margin:0; padding:0; background: #FFF;}
a{-webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;}
a, a img{ text-decoration:none; outline:none; border:none;}

.clr{ clear:both; height:0;}

::-webkit-input-placeholder {color:#283466;font-family: "tt_normsbold", sans-serif; font-size:16px; text-align:left; padding: 5px;}
:-moz-placeholder {color:#283466;font-family: "tt_normsbold", sans-serif; font-size:16px; margin-left:-5px; text-align: left; padding: 5px;}
::-moz-placeholder {color:#283466;font-family: "tt_normsbold", sans-serif; font-size:16px; margin-left:-5px; text-align: left; padding: 5px;}
:-ms-input-placeholder {color:#283466;font-family: "tt_normsbold", sans-serif; font-size:16px; margin-left:-5px; text-align: left; padding: 5px;}
::selection {background: #283466;font-family: "tt_normsbold", sans-serif; font-size:16px; margin-left:-5px; text-align: left; padding: 5px;}
::-moz-selection {background: #283466;font-family: "tt_normsbold", sans-serif; font-size:16px; margin-left:-5px; text-align: left; padding: 5px;}

body,input,textarea,select,option{font-family: 'tt_normsregular';}
*,*:after,*::before {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  margin: 0;  padding: 0;  text-decoration: none;  list-style-type: none;
  outline: none;}
.logo  { display:block; position:relative; }
.slideArea{width: 67%;height: auto;position: relative;left: 0;top: 0;overflow: hidden;}
.slideAreaContent{width: 100%; height: auto; position: relative;}

.slideAreaContent .item {padding-left: 75px;}

.formWrapper{width: 33%;height: 100%;position: fixed;top:0;right: 0%;background: #ffffff;z-index: 999999;overflow: hidden;}
img.formLogo{ display: block; width: 80%; margin:auto; }
.formContent{width: 100%;height: auto;padding: 10px;position: absolute;bottom: 130px;}
a.formClose{ width: 60px; height: 60px; background:#fff url(../images/close.png) no-repeat center;position: absolute; top:0; left: -60px; z-index: 999; }

.y50{
	width: 49.2%;
	display: inline-flex;
}
.y70{
	width: 69.5%;
	display: inline-block;
}
.y30{
	width: 29.2%;
	display: inline-block;
	vertical-align: top;
}

.footerContent {
    width: 98%;
    margin: 0 auto;
    position: absolute;
    bottom: 1%;
    left: 1%;
    right: 1%;
}
.logoFooter {
    text-align: left;
    width: 150px;
    display: inline;
}
.logoMenu {
    width: 150px;
    display: inline;
    position: absolute;
    right: 0;
    z-index: 999999;
    text-align: end;
    bottom: 0;
}

    radio {
        background: unset;
    }
    .fuaLogo {
		width: 100%;
		margin-left: 0;
		margin-bottom: 100px;
	}
    .gonderbutton {
		background: #283466;
		color: #FFF;
		width: 100%;
		padding: 10px 0px 10px;
		border: unset;
		margin-top: 10px;
		font-weight: bold;
		font-family: "tt_normsregular", sans-serif;
		font-size: 16px;
	}
    @media only screen and (max-width:1441px) {
        .radioDiv {
            margin: 0px 8px;
        }
        .form-control {
            height: 30px;
        }
        .fuaLogo {
            width: 90%;
            margin-left: 23px;
            margin-bottom: -15px;
        }
        .formContent {
            padding: 13px 20px;
        }
        .radioDiv {
            font-size: 13px;
        }
        .disclaimer {
            font-size: 10px;
        }
        .disclaimer {
            margin: 3px 0px;
        }
        .dikLine {
            margin-bottom: -11px;
        }
    }
 




.slideArea {background: #FFF;top: 10%;}
.slideArea img.bg { width: 100%;    height: auto;    position: absolute;    top: auto;    left: 0;    transform: none; }

.formContent h2{color:#fff; font-size: 17px; font-weight: normal; font-family: 'tt_normsregular'; margin-bottom: 15px; text-align: center; margin-top: 15px;}
.formContent h2 strong{font-family: 'tt_normsregular';color:#b38e3e; display: block; fobnt-weight: normal;}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family: "tt_normsregular", sans-serif;
	padding: 0 4px;
	color: #000000;
	border: unset;
	border: 1px solid #a8d7a9;
	margin: 10px 0 3px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	padding: 5px;
	background: #a8d7a9;
}
textarea.form-control{padding-top: 10px; height: 70px;}
.disclaimer{font-size: 12px;color: #000;margin: 10px 0px;font-family: "tt_normsregular", sans-serif;width: 100%;}
.disclaimer label input {margin-right: 5px;}
.dikLine { width: 1px; background: none; margin: 0 auto; margin-bottom: 5px;}
.formContent > h1 {
	font-size: 23px;
	color: #FFF;
	text-align: center;
	font-family: "tt_normsregular", sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
	background: #283466;
	padding: 27px 10px;
	width: 99.2%;
}

textarea.form-control{padding-top: 10px;height: 70px;width: 99.2%;}
p.uyariContent {background: #00223e; color: #ffffff; font-size: 10px; padding: 18px; font-family: 'tt_normsregular'; opacity: 0.8;}
.foot {margin-top: 0px;}
a.phoneLink{
	display: block;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    position: relative;
    float: right;
    font-family: "tt_normsregular", sans-serif;
    top: 10px;
    letter-spacing: 5px;
    float: unset;
    text-align: center;
}
a.logoLink {float: left; }
a.logoLink img { }
a.logoLink.tt2 img {max-width:94%;}

.thanks{ color: #000; text-align: center; height: 100%; padding: 25px;font-family: "tt_normsregular", sans-serif;}
.thanks h1{ color: #000; font-size:40px; font-weight:normal; }
.thanks h2{ font-weight: normal; color: #000; font-size: 46px;font-family: "tt_normsregular", sans-serif; }
.thanks span{display: block; font-size: 16px; color: #000; max-width: 400px; margin:20px auto;}
.thanks .phone {color: #000; font-size: 24px;}
.mainBtn{ display: block; width: 200px; height: 50px; line-height: 50px; text-align: center; border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px; background: #ef5350; font-size: 16px; margin:5px auto; color: #fff;}

a.webLink{display: block; position: absolute; top: 70px; right: 70px; z-index: 9999; width: 24%; max-width:321px; }
a.webLink img{ width: 100%; height: auto; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow:    0px 0px 17px 0px rgba(0, 0, 0, 0.6);
box-shadow:         0px 0px 17px 0px rgba(0, 0, 0, 0.6);}
a.locLink{display: block; position: absolute; bottom:200px; left: 70px; z-index: 9999; width: 30%; max-width:400px; }
a.locLink img{ width: 100%; height: auto; }



#data {height: 100%;}

.mobile-show {display: none;}
.mobile-hide {display: block;}

.middleText {display: none;}

#footer {display: none;}
.mobile-showTab {display: none !important;}
.mobile-hideTab {display: block !important;}
.lokasyona-goz-at {position:absolute;left: 5%;bottom: 1%;z-index: 9;}
.websitesini-ziyaret-edin {position:absolute;right: 5%;bottom:1%;z-index: 9;}
.logo {position: absolute;top: 0;right: 0;z-index: 9;width: 10%;box-shadow: 0px 0px 15px #333;}
.logo img { width:100%; }
.websitesini-ziyaret-edin img, .lokasyona-goz-at img { width:100%; }
.reklams{position:absolute; left:70px; bottom:50px}
.lokasyonmob { display:none }
 .formContent > p {
	     font-size: 17px;
	     font-family: "tt_normsregular", sans-serif;
	     margin-bottom: 25px;
	     text-align: center;
	     color: #FFF;
	     color: #282828!important;
}

.aydinlatma-metni {text-decoration: underline;color: #757779;font-weight: bold;}
.int .text {width: 67.49%;margin:0 auto;display:block;position: absolute;z-index: 1;top: 10.7%;left: 16.25%;}

.bg-mobil { display:none; }

.mobile-image{
  display: none !important;
}

.owl-item .item {
  margin-right: -5px;
}

.disclaimer label {
	color: #757779;
	font-size: 11px;
}

@media only screen and (max-width:1369px) {
	.formContent {
		bottom: 50px;
	}
	.formContent > h1 {
		padding: 10px 10px;
	}
	.logoMenu img{
		width: 65px;
		text-align: right;
	}
	.logoFooter img {
		width: 150px;
	}
	textarea.form-control {
		padding-top: 0px;
		height: 34px;
	}
	.fuaLogo {
		margin-bottom: 35px;
	}
	.slideArea {
		top: 8%;
	}
	.slideArea .landingSlider .item img {
		width: 99%;
	}
	.form-control {
		height: 30px;
	}
}
    @media only screen and (max-width:1024px) {
        .sloganTexti {
            bottom: 10%;
            width: 93% !important;
            left: 0%;
            position: absolute;
            right: 0;
            margin: 0 auto;
        }
		.y50 {
			/* width: 100%; */
		}
		.y70 {
			/* width: 100%; */
		}
		.y30 {
			/* width: 100%; */
		}
    }
    @media only screen and (max-width:500px) {
        .formContent {
			position: relative;
		}
		.slideArea {
			top: 0%;
		}
    }
	@media only screen and (max-width:500px) {
        .ilgilendiginizDiv {
            float: none !important;
            width: 100% !important;
            text-align: center;
        }
		.fuaLogo {
			display: none;
		}
    }
@media screen and (max-width:1600px){
  .websitesini-ziyaret-edin img, .lokasyona-goz-at img { width:70%; }
  
.websitesini-ziyaret-edin {right: 0%;}
  .formContent {padding: 30px 20px;}
  .formContent h2 {font-size: 14px;}
  .formContent > h1 {font-size: 20px;}
  .disclaimer {font-size: 12px;}
  .form-control {height: 36px; font-size: 14px; margin: 0 0 5px 0;}
  p.uyariContent {padding: 8px; height: 73px; overflow: overlay; padding-right: 15px;}
  p.uyariContent::-webkit-scrollbar{width: 12px; background-color: #F5F5F5;}
  p.uyariContent::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #00e5ff;}
  a.phoneLink {margin: 10px 0;}
  .slideAreaContent .item {padding-left: 75px;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {height: 51px; padding-top: 11px; width: 115px;}
  .lineWeb {width: 338px; height: 51px; padding: 7px 20px;}
}

@media screen and (max-width:1400px){
  .websitesini-ziyaret-edin img, .lokasyona-goz-at img, .sanaltur img { width:70%; }
    .sanaltur {
        bottom: 6px !important;
        margin-left: -140px !important;
    }
  a.phoneLink {
    margin: 5px 0;
    font-size: 28px;}
  p.uyariContent {height: 75px;}
  .formContent h2 {font-size: 13px;}
  .form-control {height: 34px;}
  .disclaimer {font-size: 12px;}
  .slideAreaContent .item {padding-left: 44px;}
  .owl-dots {width: 52px; height: 380px; bottom: 0px;}
  .sliderIndex {}
  .slideAreaContent .owl-nav {left: 132px;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {height: 39px; padding-top: 6px; }
  .lineWeb {right: 229px; bottom: 0; width: 274px; height: 39px; padding: 2px 20px;}
.slog2 {
    margin-top: 10px;
    font-size: 34px;}
  a.phoneLink {
    margin: 3px 0;
    font-size: 18px;
}

  .award { max-width:250px}
  .slog {    font-size: 37px;
    line-height: 43px; }
  .formContent > h1 {
    font-size: 20px;}
  .formContent > p {
    font-size: 16px;}
  .thanks h2{  font-size:32px; }
  .thanks a.phoneLink {
    margin: 6px 0;
    font-size: 25px;
}

	.campaignImg{width: 30%;}
	a.mainPageBtn{width: 15%;margin: 7px 0 20px 32%;}

	.lokasyona-goz-at {
	  right: unset;
	  left: 10%;
	  bottom: 6px;
	}
	.websitesini-ziyaret-edin {
	  right: 0%;
	  bottom: 6px;
	}
}

@media screen and (max-width:1024px){ 
  
  .logo {
    width: 20%;
    left: 0%;
  }
  .big-image{display: none !important;}
  .mobile-image{display: inline !important;}
  .websitesini-ziyaret-edin { right: -13%;
    bottom: 6px;}
  .lokasyona-goz-at {
    right: 45%;
    bottom: 1%;
    }
  .formWrapper {width: 33%;}
  .slideArea {width: 67%; height: auto;}
  .sliderIndex {bottom: 0px; height: 100px; width: 100px; font-size: 82px;}
  .mobile-showTab {display: block !important;}
  .mobile-hideTab {display: none  !important;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {width: 57px;}
  .slideAreaContent .owl-nav {left: 92px;}
  .lineWeb {right: 181px; bottom: 0px; width: 139px; padding: 2px 8px;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {padding-top: 11px;}
  .owl-carousel .owl-controls .owl-nav .owl-prev img, .owl-carousel .owl-controls .owl-nav .owl-next img {width: 22px; width: 10px;}
  .fancybox-inner {width: 956px !important;}
  .owl-dots {width: 44px;}
  .slideArea {padding:0 !important;position:relative !important;}

  .owl-item .item {
    margin-right: 0px;
  }
  .websitesini-ziyaret-edin img{
    width: 60%;
  }
}

@media screen and (max-width:768px){
  .lokasyona-goz-at {
    bottom: 0%;
    right: unset;
    left: 5%;
    width: 55%;
}.websitesini-ziyaret-edin {
  bottom: 0%;
  /* left: auto; */
  display: block;
  right: -5%;
  width: 55%;
}
.websitesini-ziyaret-edin img {
  width: 70%;
}
  .int .text {width: 93%; top: 5.7%;left: 3%;}
    .award { display:none !important}
  .mobile-show {display: block;}
  .mobile-hide {display: none;}
  .mobile-showTab {display: none !important;}
  .mobile-hideTab {display: block !important;}
  .slideArea {width: 100%; position: initial; padding: 15px; height: auto;}
  .formWrapper {width: 100%; position: initial; height: auto;}
  .mobile-logo-content img {width: 60%;margin: 30px auto 10px auto;}
  .slideAreaContent .item {padding-left: 0;}
  .owl-dots {left: 0px; height: 285px;}
  .slideAreaContent .owl-nav {bottom: -1px;}
  .sliderIndex {bottom: -1px; left: 0; top: initial; position: absolute;}
  .lineWeb {right: 181px; bottom: -1px; width: 348px;}
  .slideAreaContent .owl-nav {left: 99px;}
  a.logoLink {margin-top: 15px; margin-bottom: 20px;}
  a.phoneLink {margin-top: 15px; margin-bottom: 20px;}
  .formContent > h1 {font-size: 22px;}
  .formContent h2 {font-size: 16px;}
  .form-control {height: 45px; font-size: 16px;}
  #contact-form .form-group {width: 49%; float: left; margin: 0 0.5%;}
  .fancybox-inner {width: 700px !important;}
  .slideArea img.bg {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

  .award {
    position: absolute;
    right: 10px;
    top: 34%;
    max-width: 150px;}

.slog {font-size:20px; line-height:normal}

.slog span { color:#fff}

.sloganarea {
    position: absolute;
    padding: 15px 10px;
    top: 10%;
    left: 0;
}
.campaignImg{width: 50%;margin: 0 0 0 37%;}
a.mainPageBtn {
    width: 27%;
    margin: 10px 0 20px 49%;
}

.lokasyons { }
.mobile-logo-content {/* display:none; */}
.slog2 {
    margin-top: 15px;
    font-size: 19px;
}
 .lokasyons {
    position:absolute;
    right: 0px;
    bottom: 0px;
	 max-width: 150px;
	 width: 100%;
}
	.lokasyons2 { }
.mobile-logo-content {display: block;}
.slog2 {
    margin-top: 15px;
    font-size: 19px;
}
 .lokasyons2 {
    position:absolute;
    left: 0px;
    bottom: 0px;
	 max-width: 150px;
	 width: 100%;
}


 .ziyaret { background:#ddbd6c; font-size:14px; height:auto; padding:5px 10px; line-height:normal}
 .lokasyonCont, .reklamCont { max-width: 100px; }
	 .lokasyonCont2, .reklamCont { max-width: 10px; }
 .lokasyonmob { display:block; background: #ddbd6c;
    font-size: 14px;
    height: auto;
    padding: 5px 10px;
    line-height: normal;     font-family: "tt_normsregular", sans-serif;
    display: inline-block;    margin-top: 10px;
    color: #000;    border-radius: 10px;
    font-weight: 700;}
 .formContent > p {
    font-size: 14px;
}
	.logoMenu {
		bottom: 20px;
		right: 10px;
	}
	.footerContent {
		bottom: 4%;
		padding-bottom: 20px;
		position: relative;
	}
}

@media screen and (max-width:480px){
    
  .big-image{
    display: none !important;
  }
  .mobile-image{
    display: inline !important;
  }
  .lokasyona-goz-at {
        bottom: 0%;
        width: 50%;
        left: 0%;
    }
    .websitesini-ziyaret-edin {
      bottom: 0%;
      right: -15%;
      width: 50%;
    }
    .sanaltur {
        bottom: 0px !important;
        z-index: 1;
        left: 50%;
        margin-left: -72px !important;
        width: 50%;
    }
  .bg-mobil { display:block; width:100%; }
  .bg { display:none; }

  .owl-dots {height: 161px; padding-top: 16px; bottom: 0; width: 31px;}
  .owl-dot {height: 22px;}
  .owl-dot span {height: 25px;}
  .sliderIndex {height: 60px; width: 60px; font-size: 50px;}
  .slideAreaContent .owl-nav {left: 60px;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {width: 35px;}
  .lineWeb {right: 172px; bottom: -1px; width: 82px;}
  .lineWeb a {font-size: 12px;}
  #contact-form .form-group {width: 100%;}
  a.phoneLink {margin-top: 21px;}
  .thanks {padding: 50px 15px;}
  .fancybox-inner {width: 343px !important;}
    .campaignImg { width: 29%; margin: 0 0 0 13%; }
    a.mainPageBtn { width: 27%; margin: 10px 0 20px 13%; }
 


}


@media screen and (max-width:375px){ 
  .slideArea {padding-bottom: 40px;}
  .lineWeb {right: 0; bottom: -41px; width: 100%; text-align: center;}
  .lineWeb a {padding-left: 10px;}
  .slideAreaContent .owl-nav {bottom: -1px;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {width: 57px;}
  .fancybox-inner {width: 303px !important;}
}

@media screen and (max-width:321px){ 
  
  .formContent {padding: 25px;}
  .formContent > h1 {font-size: 19px;}
  .formContent h2 {font-size: 14px;}
  .slideAreaContent .owl-nav .owl-prev, .slideAreaContent .owl-nav .owl-next {width: 34px; height: 30px; padding-top: 7px;}
  .owl-carousel .owl-controls .owl-nav .owl-prev img, .owl-carousel .owl-controls .owl-nav .owl-next img {width: 7px;}
  .thanks {padding: 30px 15px;}
  .thanks h1 {font-size: 50px;}
  .thanks h2 {font-size: 30px;}
  .fancybox-inner {width: 250px !important;}
}

.left-arr{
  position: absolute;
  top: 48%;
  left: 2%;
}
.right-arr{
  position: absolute;
  top: 48%;
  right: 2%;
}
.black-template{
  background: #232323;
}
.black-template .formWrapper {
  background: #232323;
  color: #fff;
}
.black-template .formWrapper .formContent > h1,
.black-template .formWrapper .disclaimer,
.black-template .formWrapper .aydinlatma-metni,
.black-template .formWrapper .phoneLink
 {color: #fff !important;}
.black-template .formWrapper  .btn{
  background: #fff;
  color: #232323;
 }
 .slideArea .landingSlider .item img{
   width: 99%;
 }
 .pasif_label{
	width:100%;
	float:left; 
	clear:left;
}
.pasif_label.active {
	opacity: 0.4;
	-webkit-appearance: none;
}
.sanaltur {
    position: absolute;
    bottom: 1%;
    z-index: 1;
    left: 50%;
    margin-left: -190px;
}