@media only screen and (min-width:1700px){
    .slider {
        height: 800px;
    }
    
    .container {
        width: 85%;
    }
    
    .hakkimizda-icerik ,.iletisim-wrap{
        padding: 200px 0;
    }
    .iletisim-wrap h2 {
        width: 20%;
    }
    .title {
        height: 400px;
    }
    
    .in-icerik {
        padding: 80px 0 100px 0;
    }
    .grupgezileri {
        background-position: bottom center;
    }
    .accordion-content ul li {
        height: 600px;
    }
    
    .accordion-content {
        height: 600px;
    }
    .teklif-form {
    width: 85%;
}
.hizmetler-btn,.specials-btn,.servisler-btn{
    height: 450px;
}

.videom {
    top: -250px;
}

}
@media(min-width:1425px) and (max-width:1600px){
    .slider {
        height: 700px;
    }
    
    .container {
        width: 85%;
    }
   
    .title {
        height: 400px;
    }
    .in-icerik {
        padding: 80px 0 100px 0;
    }
    .grupgezileri {
        background-position: bottom center;
    }

.teklif-form {
    width: 85%;
}
.hizmetler-btn,.specials-btn,.servisler-btn{
    height: 400px;
}

.videom {
    top: -250px;
}
}
@media(min-width:1000px) and (max-width:1280px){
    .logo h1 {
        width: 130px;
    }
    .logo {
    width: 15%;
}


    .menu ul li a {
        font-size: 18px;
    }
    .menu ul li:hover .submenu {
        top: 30px;
    }
  
    
    .header-phone a span {
        font-size: 12px;
    }
    
    .container {
        width: 95%;
    }
     .teklif-form {
        width: 95%;
    }
    .form {
        width: 95%;
    }

    .hizmetler-btn, .specials-btn, .servisler-btn {
        height: 290px;
    }
    .accordion-content {
        height: 400px;
    }
    
    .accordion-content ul li {
        height: 400px;
    }
    .iletisim-wrap h2 {
        width: 24%;
    }
    .ucakbileti,.tumturkiye {
        height: 400px;
        background-size: cover;
    }
    
    .arackiralama,.danisma ,.tumpremium,.tumcorporate{
        height: 400px;
    }
    .form ul li {
        width: 23.5%;
    }
}
@media only screen and (max-width:999px){
    .menu {
        display: none;
    }
    /*mobile menu*/
.mobilemenu{
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    right: -300px;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    width: 250px;
    height: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: right;
}
.mobile-menu > ul {
    width: 100%;
    padding: 30px 15px;
    box-sizing: border-box;
}
.mobile-menu > ul > li {
    width: 100%;
    display: inline-block;
}
.mobile-menu > ul > li > a {
    color: #8d8d8e;
    padding: 15px 0px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #eaeaf1;
}
.shadow-mask {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.50);
    visibility: hidden;
    z-index: -1;
    display: block;
    -webkit-transition: all 0.5s ease-out;  
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;   
}
.menu-btn {
    position: fixed;
    right: 0px;
    top: 10px;
    z-index: 15;
    background-color: #fff;
    width: 45px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    display: block;
    transition: all 0.2s ease-in-out;
    background-image: url(../images/burger.png);
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -99999em;
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.menu-btn.open {
    right: 250px;
    background-image: url(../images/close-menu.png);
    background-size: 55%;
    -webkit-transition: all 0.5s ease-out;  
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;   
}
.mobile-menu.open {
    right: 0px;  
    -webkit-transition: all 0.5s ease-out;  
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;   
}
.shadow-mask.open {
    visibility: inherit;
    z-index: 7;
    -webkit-transition: all 0.5s ease-out;  
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;   
}
.mobil-altmenu {
    display: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.mobil-altmenu li a {
    color: #8d8d8e;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 1px 0px;
    transition:300ms;
}
.mobil-altmenu li {
    width: 100%;
    display: inline-block;
}
body.hidden {
    overflow: hidden;
    position: relative;
}
/*mobile menu finish*/	
.mobile-menu > ul > li > a:hover {
    color: #0a3a8e;
    transition:300ms;
}
.mobil-altmenu li a:hover {
    color: #e86a00;
    transition:300ms;
}	
.dilsecenek {
    display: none;
}
header {
    height: 120px;
}
.container {
    width: 95%;
}
.herseydahil,.plajtatil,.sehirturlari,.dunyaturlari,.ailetatilleri,.kulturturlari,.sporgolfturlari,.grupgezileri,.balayi {
    height: auto;
}
.slider {
    height: 500px;
}

.dilsecenek ul li a {
    font-size: 16px;
}
.mobile-menu .dilsecenek {
    display: block;
    float: right;
    width: auto;
    margin: 0 0 10px;
}

.header-phone i {
    width: 15px;
    height: 30px;
    margin-right: 5px;
}

.header-phone a {
    font-size: 24px;
}

.header-phone a span {
    font-size: 12px;
}
.click {
    width: 20px;
    height: 20px;
    bottom: 10px;
}

.slider .slider-text {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 60%;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 0;
}

.slider .slider-text h2 {
    font-size: 40px;
}

.slider .slider-text p {
    font-size: 18px;
}

.hizmetler-btn, .specials-btn,.servisler-btn {
    height: 220px;
}

#accordion a h3 {
    font-size: 40px;
    line-height: 45px;
    padding-right: 20px;
}

#accordion a p {
    font-size: 16px;
    line-height: 24px;
    width: auto;
    padding-right: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.accordion-content ul li {
    height: 300px;
    width: 100%;
}

.accordion-content {
    height: 300px;
}

.accordion-content ul li p {
    display: none;
}
.accordion-content ul li h4 {
    font-size: 25px;
}
.accordion-content ul li a h4 {
    font-size: 25px;
}

.icerik {
    width: 90%;
}
.box h4 {
    font-size: 18px;
}

.box ul li a {
    font-size: 14px;
}

.sosyalmedya h4 {
    font-size: 18px;
    letter-spacing: 3px;
}

.footer-text {
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: initial;
}

.footer-logo {
    width: 30%;
    display: none;
}

.footer-wrap {
    width: 100%;
}

.logos ul {
    width: 100%;
}
.iletisim-wrap h2 {
    width: 28%;
    font-size: 22px;
}

.iletisim-wrap p {
    font-size: 16px;
}

.iletisim-wrap h2 i {
    width: 25px;
    height: 25px;
}
.ucakbileti,.tumturkiye {
    height: 300px;
    background-size: cover;
}

.arackiralama,.danisma ,.tumpremium,.tumcorporate{
    height: 300px;
}
.specials-title h2 {
    font-size: 30px;
}

.specials-title p {
    font-size: 16px;
}

.specials-icerik p {
    font-size: 16px;
}

.specials-icerik ul li {
    font-size: 16px;
}
.teklif-form {
    display: none;
}
.mobile-teklif-form {
    display: table;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 30%;
    top: 50%;
    background: #e86a00;
    cursor: pointer;
    transition: 300ms;
    font-family: "YanoneKaffeesatz";
}

.mobile-teklif-form a {
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: block;
    padding: 5px 10px;
    letter-spacing: 4px
}

.mobile-teklif-form:hover {
    background: #0a3a8e;
    transition: 300ms;
}
.fancybox-slide>* {
    background: #848485;
}

.form ul li {
    width: 100%;
    margin: 0 15px 0 15px !important;
}
.form ul li:nth-child(5),.form ul li:nth-child(10) {
    margin: 0 15px 0 15px !important;
}
.hizmetler-ok button {
    width: 35px;
    height: 35px;
}


.icon span {
    font-size: 16px;
}
.iletisim-right {
    float: none;
    width: 100%;
}

.maps {
    float: none;
    width: 100%;
    height: 300px;
}
.header-phone {
    display:none
}
.mobile-menu .header-phone {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
}
.hizmetler-ok {
    display: none;
}
.videom {
    top: -100px;
}

}
@media only screen and (max-width:600px){
    .logo {
        width: 30%;
    }
    
    .logo h1 {
        width: 115px;
    }
    
    
    
    
    .slider {
        height: 350px;
    }
    
    
    .slider .slider-text h2 {
        font-size: 24px;
    }
    
    .slider .slider-text p {
        font-size: 14px;
        display: none;
    }
    header {
    height: 90px;
}

.hizmetler-ok {
    display: none;
}
    .hizmetler-btn, .specials-btn, .servisler-btn {
        height: 121px;
    }
    
.videom {
    top: -56px;
}
    #accordion a p {
        display: none;
    }
    #accordion a h3 {
    font-size: 26px;
}
.accordion-content {
    height: 255px;
}

.accordion-content ul li {
    height: 255px;
}

.accordion-content ul li a h4 {
    font-size: 24px;
}

.icerik {
    width: 85%;
}
.accordion-content {
    height: 255px;
}

.accordion-content ul li {
    height: 255px;
}

.accordion-content ul li a h4 {
    font-size: 24px;
}

.icerik {
    width: 85%;
}

.box {
    width: 33.33%;
    margin-bottom: 30px;
}

.sosyalmedya {
    float: none;
    width: 100%;
    clear: both;
}

.footer-logo {
    width: 55%;
    display: none;
}

.footer-alt {padding: 10px;}
.form li {
    width: 45%;
}

.icon span {
    font-size: 14px;
}

.tklf-mail {
    width: 100%;
}
.hakkimizda-icerik h2 {
    font-size: 30px;
    line-height: 40px;
}

.hakkimizda-icerik p {
    font-size: 16px;
    line-height: 20px;
}

.hakkimizda-icerik.iletisim-wrap {
    padding: 100px 0;
}
.ucakbileti, .tumturkiye {
    height: 250px;
}
.arackiralama, .danisma, .tumpremium, .tumcorporate {
    height: 250px;
}
.title {
    width: 150px;
    height: 250px;
}

.title p {
    font-size: 16px;
    line-height: 20px;
}

.in-icerik {
    width: 100%;
}

.in-icerik p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.title h2 {
    font-size: 26px;
}
.iletisim-wrap h2 {
    width: 45%;
    font-size: 20px;
}
.arackiralama, .danisma, .tumpremium, .tumcorporate {background-attachment: initial;}
.specials-icerik p {
    line-height: 24px;
}
.specials-title p {
    font-size: 14px;
}


.herseydahil,.plajtatil,.sehirturlari,.dunyaturlari,.ailetatilleri,.kulturturlari,.sporgolfturlari,.grupgezileri,.balayi {
    height: auto;
    background-size: 100%;
    background-position: top center;
}

.in-icerik {
    position: relative;
    padding: 80px 10px 20px;
    box-sizing: border-box;
    text-align: center
}

.title {
    height: 150px;
}

.title h2 {
    font-size: 20px;
}

.title p {
    font-size: 14px;
    line-height: 14px;
}
.form ul li {
    width: 100%;
    margin: 0 !important;
}
.form ul li:nth-child(5),.form ul li:nth-child(10) {
    margin: 0 !important;
}
.form {
    width: 100%;
}
.form ul li input,.form ul li select {
    font-size: 12px;
}

.daterangepicker.dropdown-menu {
    z-index: 9999999999999999999;
    width: 90%;
}
.daterangepicker.show-calendar .calendar {
    max-width: 45%;
    float: left;
}

.daterangepicker td, .daterangepicker th {
    max-width: 10px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: 15px;
    font-size: 12px;
}
.daterangepicker .input-mini {
    height: 20px;
    font-size:12px
}

.ranges {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
}
@media only screen and (max-width:375px){
    .hizmetler-btn, .specials-btn, .servisler-btn {
        height: 112px;
        background-size:cover;
    }
    .videom {
    top: -50px;
}
    a.accordion-headline:hover .hizmetler-btn {
        background: url(../images/hizmetler-btn-bg.jpg) no-repeat center center;
        background-size:cover;
    }
    a:hover .specials-btn {
        background: url(../images/specials-btn-bg.jpg) no-repeat center center;
        background-size:cover;
    }
    a:hover .servisler-btn {
        background: url(../images/servisler-btn-bg.jpg) no-repeat center center;
        background-size:cover;
    }
    .accordion-content {
        height: 230px;
    }
    .accordion-content ul li a h4 {
        font-size: 18px;
    }
    .box h4 {
        font-size: 12px;
    }
    
    .sosyalmedya h4 {
        margin-bottom: 10px;
    }
    .footer-text {
        float: none;
        margin: 0 auto;
        display: table;
        line-height: 20px;
    }
    
    .logos ul li {
        width: 25%;
    }
    .mobile-teklif-form a {
        font-size: 22px;
    }
    
    .mobile-teklif-form {
        width: 45%;
    }
    .hakkimizda-icerik ,.iletisim-wrap{
        padding: 80px 0;
        width: 100%;
    }
    .iletisim-wrap h2 {
        width: auto;
        font-size: 18px;
    }
    
    .iletisim-wrap p ,.hakkimizda-icerik p{
        font-size: 14px;
        line-height: 22px;
    }
    .ucakbileti, .tumturkiye {
        height: 200px;
    }
    
    .arackiralama, .danisma, .tumpremium, .tumcorporate {
        height: 200px;
    }
    
    .specials-title h2 {
        font-size: 22px;
    }
    
    .specials-icerik p {
        font-size: 14px;
        line-height: 24px;
    }
    .specials-icerik ul li {
    font-size: 14px;
    line-height: 24px;
}
    .in-icerik p {
        font-size: 14px;
    }
    .form li {
        width: 43%;
    }
    .slider {
        height: 300px;
    }
    .slider .slider-text h2 {
    font-size: 20px;
}
        
}
@media only screen and (max-width:320px){
    .accordion-content ul li {
        height: 200px;
    }
    
    .accordion-content {
        height: 195px;
    }
    
    .accordion-content ul li a h4 {
        font-size: 16px;
    }
    .title {
        height: 120px;
        width: 100px;
    }
    
    .in-icerik {
        padding: 50px 10px 20px;
    }
    .box h4 {
        font-size: 12px;
    }
    
    .box ul li a {
        font-size: 12px;
        line-height: 16px;
    }
    .specials-icerik {
        padding: 30px 0;
    }
    .ucakbileti, .tumturkiye {
        height: 180px;
    }
    
    .arackiralama, .danisma, .tumpremium, .tumcorporate {
        height: 180px;
    }
    .videom {
        top: -43px;
    }
    
    .hizmetler-btn, .specials-btn, .servisler-btn {
        height: 95px;
    }
}