body {
    font-family: 'Arial', sans-serif;
    max-width: 100%;
    background: #fff;
}

a {
    color:#212a44;
    text-decoration: none;
    transition: 0.3s ease all;
    font-family: 'Arial', sans-serif;
}
a:focus,img:focus{
    outline: none!important;
}
*:focus{
    outline: unset!important;
}
a:hover {
    color:#212a44;
    text-decoration: none;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Arial', sans-serif;
}
b{
    font-weight:bold;
}
img{
    max-width:100%;
}

.navbar-toggler{
    display: none;
    color: #0066b3;
    transition: 0.3s ease all;
    text-align: center;
    width: 100%;
    padding: 16px 0px;
}

section.slider {
    width: 100%;
    height: 500px;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

section.slider .swiper-slider {
    position:relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: no-repeat center  bottom;
    background-size: cover;
    z-index: 2;
}
section.slider .swiper-slide .container{
    height: 100%;
    position: relative;
}

section.slider .swiper-slide .img{
    width: 44%;
    height: 100%;
    z-index: 22222;
    display: inline-block;
    left: -1000px;
    position: relative;
    background-position:  bottom center;
    background-repeat: no-repeat;
    transition: 0.4s 0.3s ease all;
}
section.slider .swiper-slide.swiper-slide-active .img{
    left: 0px;
}
section.slider .swiper-slide .yazi{
    height: 100%;
    position: relative;
    width: 55%;
    display: inline-block;
    z-index: 5;
    text-align: right;
    padding-top: 200px;
    overflow: hidden;
}
section.slider .swiper-slide .yazi h1{
    color:#fff;
    font-size: 48px;
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    /* transform: rotateX(-90deg); */
    transition: 0.4s 0.7s ease all;
    text-align: right;
    width: 100%;
    position: relative;
    right: -1000px;
}

section.slider .swiper-slide .yazi h1:nth-child(2){
    transition: 0.4s 1.1s ease all;

}

section.slider .swiper-slide .yazi .btn{
    padding: 10px 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    border-color: #ffffff;
    margin-top: 20px;
    border-radius: 13px;
    transform: rotateX(-90deg);
    transition: 0.4s 1.2s ease transform,0.2s 1.5s ease color;
}
section.slider .swiper-slide.swiper-slide-active .btn{
    transform: rotateX(0deg);
    color:#005ca9;
}
section.slider .swiper-slide .yazi p{
    color:#fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: right;
    transform: rotateX(-90deg);
    transition: 0.3s 0.6s ease all;
}

section.slider .swiper-slide.swiper-slide-active p{
    transform: rotateX(0deg);
}

section.slider .swiper-slide.swiper-slide-active h1{
    /* transform: rotateX(0deg); */
    right: 0px;
}
section.slider .swiper-slide.swiper-slide-active .urun{
    right: 0px;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}
section.slider .swiper-arrows .swiper-button-prevV{
    left:0px;
}
section.slider .swiper-arrows .swiper-button-nextT{
    right:0px;
}
section.slider .swiper-arrows>div{
}
section.slider .swiper-arrows>div>div>i{

}
section.slider .swiper-arrows>div>div:hover{
    color: #000;
}
section.slider .swiper-arrows>div>div{

    display: inline-block;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 60px;

    cursor: pointer;

    position: absolute;
}
section.slider .swiper-arrows{
    position: absolute;
    left: 50%;
    top: calc(45% - 30px);
    transform: translate(-50%,-50%);
    text-align: center;
    height: 0px;
    z-index: 2;
    margin-left: 27px;
}
section.slider .swiper-slide .urun{
    width: 50%;
    height: 100%;
    background: no-repeat center bottom;
    background-size: auto;
    z-index: 3;
    position: absolute;
    top: auto;
    right: -1000px;
    left: auto;
    bottom: 80px;
    background-size: contain;
    opacity: 0;
    transition: 0.5s ease right;
    max-width: 0px;
    max-height: 0px;
}
section.slider .swiper-container {
    width: 100%;
    height: 100%;
}
section.slider .swiper-slide {
    cursor:pointer;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}


section.slider .swiper-pagination {
    right: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: right;
    /* height: 0px; */
}
section.slider  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 5px 3px !important;
    display: inline-block;
    background: #000;
    opacity: 1;
    position:relative;
    z-index:6;
    left: -15px;
    border-radius: 100%;
}
section.slider  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
header .infobar span{
    font-size: 12px;
    color:#fff;
    display: inline-block;
    margin: 0px 5px;

}
header .infobar a:hover{
    border-bottom: 1px solid #fff;
}
header .infobar a{
    padding-bottom: 0px;
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease all;
    color:#fff;

}
header .infobar{
    padding: 12px 6px;
    background: #222857;
}
header{


}
header .menu .logo{


}
header .menu .logo a{

}
header .menu{padding: 6px 0px;background: #fff;border-bottom: 5px solid #767676;}

header .ustmenu .menubar{
    text-align: right;
    margin-top: 5px;
}
header .ustmenu #ustmenul>ul>li>a.menuac{

    padding-right: 5px;
}
header .ustmenu #ustmenul>ul>li>a.menuac:before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: -1px;
}
header .ustmenu .menuac i{
    font-size: 20px;

}
header .navbar{
    padding: 0px;

}
header .menu #ustmenul>ul {
    display: block;
    margin: 18px 0px;
    padding: -2px 0px;
    float: right;
    margin: 0 auto;
    margin-top: 20px;
}
header .menu #ustmenul>ul>li:first-child{
}
header .menu #ustmenul>ul>li:last-child{
    margin-right: 0px;
}
header .menu #ustmenul>ul>li:first-child{
    margin-left: 0px;
}
header .menu #ustmenul>ul>li:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: url('../img/ayrac.png') no-repeat;
    width: 1px;
}
header .menu #ustmenul>ul>li{
    padding: 0px;
    float: left;
    position:relative;
    margin: 0px;
    padding: 0px 7px;
}

header .menu #ustmenul>ul>li i {
    font-size: 26px;
}
header .menu #ustmenul>ul>li:hover>a {
    color:#e70c10;
}
header .menu #ustmenul>ul>li>a.menuac {
    position: relative;
    padding: 0px 0px 0px 18px;
}
header .menu #ustmenul>ul>li>a.menuac:before {
    position: absolute;
    top: 50%;
    content: '+';
    line-height: 0px;
    left: 0px;
    font-weight: 500;
    font-size: 24px;
}
header .menu #ustmenul>ul>li>a {
    color: #777777;
    font-weight: 500;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    position: relative;
    line-height: 29px;
    transition: 0.3s ease all;
}

header .menu #ustmenul>ul>li:hover>.dropdown-menu.normal li .dropdown-menu {
    left: 100%;
}
header .menu #ustmenul>ul>li:hover>.dropdown-menu.normal li:hover .dropdown-menu {
    overflow: unset;
}
header .menu #ustmenul>ul>li:hover>.dropdown-menu.normal {
    /* max-width: calc(100% + 100px); */
    /* right: -50px; */
    max-height: 450%;
    overflow: unset;
}
header .menu #ustmenul>ul>li .dropdown-menu.normal {
    border-radius: 0px;
    background: #0066b3;
    border: 0px;
    padding: 0px;
    overflow: hidden;
    color: #a79b97;
    display: block;
    margin-top: 0px;
    min-width: 145px;
    position: absolute;
    left: 0px;
    max-width: unset;
    transition: 0.3s ease all;
    max-height: 0px;
}

header .menu #ustmenul>ul>li .dropdown-menu.normal>li:hover .dropdown-menu.normal{
    left: 100%;
    top: 0px;
    margin-left: 0px;
}
header .menu #ustmenul>ul>li .dropdown-menu.normal>li:not(:last-child):after{
    background-image: url('../img');background-position: center bottom;background-repeat: no-repeat;background-size: contain;
    position: absolute;
    bottom: 0px;
    left:0px;
    right: 0px;
    content: '';
}

header .menu #ustmenul>ul>li .dropdown-menu.normal>li{
    position: relative;
}
header .menu #ustmenul>ul>li .dropdown-menu.normal>li>a {
    padding: 6px 15px;
    color: #747474;
    font-size: 14px;
    font-weight: bold;
    background: white;
    text-align: left;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid;
    border-image-source:linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(193,192,192,1) 50%, rgba(255,255,255,1) 85%);
    border-image-slice: 1;
}
header .menu #ustmenul>ul>li .dropdown-menu.normal>li:Hover>a{
    background: #fefefe;
    color: #e70c10;
}
header .callcenter:before {
    content: '';
    background: url("../img/callicon.png");
    position: absolute;
    left: 0px;
    height: 42px;
    top: calc(50% - 21px);
    width: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
header .callcenter {
    position: relative;
    color: #aa252f;
    font-size: 19px;
    padding: 18px 0px 18px 50px;
    font-weight: 900;
    display: inline-block;
}

@media only screen and (max-width:479px){
    .main-menu-top{padding: 0px;}
    .navbar-toggler{display: block;}
    body > header > div.menu > div > div > div:nth-child(1) > button{
        float: right;
        width: 20px;
        margin-top: 15px;
        margin-right: 20px;
        font-size: 25px;
    }
    body > header > div.menu > div > div > div:nth-child(1) > a{
        float: left;
    }
    .infobar{display: none;}
    body > header > div.menu > div > div > div:nth-child(3){display: none;}
    #ustmenul > ul > li{width: 100%; padding-bottom: 10px !important;}
    #alanbtn3:hover{
        background-color: white;
        color: #f7a600;
        border: 1px solid #f7a600;
    }
    #alanbtn2:hover{
        background-color: white;
        color: #f7a600;
        border: 1px solid #f7a600;
    }
    #alanbtn1:hover{
        background-color: white;
        color: #f7a600;
        border: 1px solid #f7a600;
    }
    #alanbtn0:hover{
        background-color: white;
        color: #f7a600;
        border: 1px solid #f7a600;
    }

    #alan2btn3:hover{
        background-color: white;
        color: #e30613;
        border: 1px solid #e30613;
    }
    #alan2btn2:hover{
        background-color: white;
        color: #e30613;
        border: 1px solid #e30613;
    }
    #alan2btn1:hover{
        background-color: white;
        color: #e30613;
        border: 1px solid #e30613;
    }
    #alan2btn0:hover{
        background-color: white;
        color: #e30613;
        border: 1px solid #e30613;
    }

    #alanbtn3{
        width: 100%;
        margin-top: 10px;
    }
    #alanbtn2{
        width: 100%;
        margin-top: 10px;
    }
    #alanbtn1{
        width: 100%;
        margin-top: 10px;
    }
    #alanbtn0{
        width: 100%;
        margin-top: 10px;
    }

    #alan2btn3{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn2{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn1{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn0{
        width: 100%;
        margin-top: 10px;
    }
    body > div.container > div:nth-child(2) > div.col-lg-4{margin-top: 20px;}
    body > div.container > div:nth-child(1) > div:nth-child(2) > div{width: 100% !important;}
    body > div.container > div:nth-child(1) > div:nth-child(3){margin-top: 0px !important;}
    body > div.container > div:nth-child(3) > div:nth-child(2) > div{width: 100% !important;}
    body > div.container > div:nth-child(5) > div:nth-child(2) > div{width: 100% !important;}
    #ustmenul>ul>li>a{font-size: 13px !important;}
    body > section{height: 175px !important;}
    body > section > div > div.swiper-arrows.container > div > div.swiper-button-nextT{right: 45px;}
    body > div.container > div > div > div > div > div.tanitim2 > a{font-size: 13px;}
    .iltesimbaslikline{width: 100% !important;}
    #anabaslik > div:nth-child(1){text-align: center !important;}
    #anabaslik > div:nth-child(2){text-align: center !important;}
    .linealan{display: none;}
    .aciklama{height: auto !important; width: 100%; display: inline-block;}
    body > div.container > div > div.col-lg-6.iletisimharitalan > div > div > ul{padding: 0px;padding-left: 25px;}
    .BaslikResiletisim{background-position: top; height: 120px;}
    .oteldetaybaslik{text-align: center !important; }
}
@media only screen and (min-width : 480px) and (max-width:767px) {
    .main-menu-top{padding: 0px;}
    .navbar-toggler{display: block;}
    body > header > div.menu > div > div > div:nth-child(1) > button{
        float: right;
        width: 20px;
        margin-top: 15px;
        margin-right: 20px;
        font-size: 25px;
    }
    body > header > div.menu > div > div > div:nth-child(1) > a{
        float: left;
    }
    .infobar{display: none;}
    body > header > div.menu > div > div > div:nth-child(3){display: none;}

    #alanbtn3{
        height: 25px;
        width: 65px !important;
        font-size: 12px;
    }
    #alanbtn2{
        height: 25px;
        width: 65px !important;
        font-size: 8px;
    }
    #alanbtn1{
        height: 25px;
        width: 65px !important;
        font-size: 12px;
    }
    #alanbtn0{
        height: 25px;
        width: 65px !important;
        font-size: 12px;
    }

    #alan2btn3{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn2{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn1{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn0{
        width: 100%;
        margin-top: 10px;
    }

    .oteldetaygallery > a > img{
        width: 100%;
    }
    body > div.container > div:nth-child(2) > div.col-lg-4{margin-top: 20px;}
    body > header > div.infobar > div > div > div:nth-child(2){display: none;}
    body > header > div.menu > div > div > div:nth-child(3) > a{font-size: 18px;}
    body > div.container > div:nth-child(3) > div:nth-child(2) > div{width: 100% !important;}
    body > div.container > div:nth-child(5) > div:nth-child(2) > div{width: 100% !important;}
    #ustmenul>ul>li>a{font-size: 13px !important;}
    body > section{height: 200px !important;}
    body > section > div > div.swiper-arrows.container > div > div.swiper-button-nextT{right: 45px;}
    .BaslikResiletisim{background-position: top; height: 120px;}
    .oteldetaybaslik{text-align: center !important; }
}
@media only screen and (min-width : 768px) and (max-width : 991px){ 
    #alanbtn3{
        width: 100px !important;
        font-size: 14px;
    }
    #alanbtn2{
        width: 100px !important;
        font-size: 14px;
    }
    #alanbtn1{
        width: 100px !important;
        font-size: 14px;
    }
    #alanbtn0{
        width: 100px !important;
        font-size: 14px;
    }

    #alan2btn3{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn2{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn1{
        width: 100%;
        margin-top: 10px;
    }
    #alan2btn0{
        width: 100%;
        margin-top: 10px;
    }

    .oteldetaygallery > a > img{
        width: 100%;
    }
    body > div.container > div:nth-child(2) > div.col-lg-4{margin-top: 20px;}
    body > header > div.infobar > div > div > div:nth-child(2){display: none;}
    body > header > div.menu > div > div > div:nth-child(3) > a{font-size: 18px;}
    .infobar{display: none;}
    body > header > div.menu > div > div > div:nth-child(3){display: none;}
    body > header > div.menu > div > div > div.col-md-6{width: 75%; max-width: 75%; flex: 0 0 100%;}
    body > div.container > div:nth-child(3) > div:nth-child(2) > div{width: 100% !important;}
    body > div.container > div:nth-child(5) > div:nth-child(2) > div{width: 100% !important;}
    #ustmenul>ul>li>a{font-size: 13px !important;}
    .BaslikResiletisim{background-position: top; height: 300px;}
    .oteldetaybaslik{text-align: center !important;}

}
@media only screen and (min-width : 992px) and (max-width:1199px){
    #ustmenul>ul>li>a{font-size: 14px !important;}
    body > header > div.infobar > div > div > div:nth-child(2){display: none;}
}
@media only screen and (min-width : 1200px) {

}

.footersatir1{
    padding-top: 55px;
}

.footerbaslik1{
    color: #c7c7c7;font-size: 24px;
}

.footer-text{
    float: left; 
}

.footersosyal{
    margin: 0 auto; width: 70px; margin-top: 35px;
}

.footersosyal >a:nth-child(1)> i{
    color: #fdfff7; margin-right: 10px;
}

.footersosyal >a{
    float: left;
}

.footersosyal >a:nth-child(2)> i{
    color: #fdfff7; margin-left: 10px;
}

.footersosyal >a:nth-child(1)> i:hover{
    color: #375d92;
}

.footersosyal >a:nth-child(2)> i:hover{
    color: #b6177b;
}

.footeralt{
    height: 100px; background-color: #0b0b0b; width: 100%; margin: 0px; padding: 0px;
}

.footeraltarka{
    font-size: 14px; padding-top: 45px; color: #363636;
}

.footer-text>ul>li>a {
    font-size: 14px;
    line-height: 35px;
    color: #555555;
}

.menu-ani > ul > li{
    position: relative;
    height: 35px;
    width: 100%;
}

.menu-ani > ul > li > a {
    transition: transform 0.1s linear;
    position: absolute;
    top: 0px;
    left: 0px;
}

.menu-ani>ul>li>a:hover{
    transform: translate(10px) !important;
    color: #fcd846 !important;
}

.footer-text>ul>li>a>i{
    margin-right: 10px;
}

.footer-text>ul{
    font-size: 14px;
    line-height: 25px;
    padding-left: 0px;
}

.footerline{
    height: 1px; background-color: #3c3c3c; margin-top: 30px; margin-bottom: 15px; width: 100%;
}

.main-menu-top{
    list-style: none;
    float: right;
    margin: 0px;
}
.main-menu-top>li{
    float: left;
}

.footerdis{
    background-color: #151515; min-height: 385px;
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    color: #ffffff;
}

#atlas{
    display: none; position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 999; background-color: #8080805c;
}

#atlas > div{
    width: 830px; height: 530px; margin: 0 auto; padding: 10px; background-color: gray; margin-top: 70px;
}

#atlas > div > iframe{
    width: 100%;
    height: 100%;
}

.sosyalfacebook{
    position: fixed;top: 320px; height: 45px; width: 45px;background-color: #375d92; z-index: 600;
}

.sosyalinstangram{
    position: fixed;top: 365px; height: 45px; width: 45px;background-color: #b6177b; z-index: 600;
}

.sosyalfacebook:hover + .renk1 {
    color: #375d92 !important;
}

.sosyalinstangram:hover + .renk2  {
    color: #b6177b !important;
}

.renk1{
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.renk2{
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sosyalfacebook > a > i {
    margin-top: 12px;margin-left: 13px; font-size: 25px;
}

.sosyalinstangram > a > i {
    margin-top: 11px;margin-left: 11px; font-size: 25px;
}

.close{
    display: none;
}

.open{
    display: block;
}

.panels{
    margin-top: 60px;
}

.outpanel{
    border: 1px solid #b7b7b7; display: inline-block; padding: 0px; width: 100%; margin-top: 18px;
}

.outpanel >a> img {
    width:100%;
}

.outpaneltext {
    width: 100%; height: 106px;color: #333333;display: inline-block;
}

.outpaneltext > div>div:nth-child(2) {
    color: #f7a600;
}

.outpaneltext > div:nth-child(2) {
    width: 100%;
    display: inline-block;
}

.outpaneltext > div:nth-child(2) > div:nth-child(1) {
    float: left; width: 50%; font-size: 16px;font-weight: bold; float: left;
    overflow: hidden; padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 15px;
}

.outpaneltext > div:nth-child(2) > div:nth-child(2) {
    width: 1px;  background-color: red; float: left; margin-top: -8px;
    background: rgb(162,162,162); height: 40px;
    background: linear-gradient(0deg, rgba(162,162,162,1) 0%, rgba(255,255,255,1) 100%);
}

.outpaneltext > div:nth-child(2) > div:nth-child(3) > a {
    float: left; width:44%; color: #a2a2a2; padding: 5px;text-align: center;
}

.aciklama{word-wrap: break-word; display: inline-block;width: 100%;padding-bottom: 5px; padding-top: 5px;word-wrap: break-word;}

