﻿body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

    body a {
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        -ms-transition-duration: .5s;
        transition-duration: .5s;
        color: #071689;
    }

        body a:hover, body a:focus {
            text-decoration: none;
            color: #1ca0db;
        }

.force-responsive {
    width: 100% !important;
}

.col-narrow-padding {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .mobile-text-center {
        text-align: center !important;
    }
}

nav.navbar.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.img-cover {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.temp {
    background-image: url(../Images/slider1.jpg);
    height: 100vh;
}

.top-bar {
    /*background-image: url(../Images/top-bg.jpg);*/
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: rgb(204,204,204);
background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 35%, rgba(247,247,247,1) 75%, rgba(204,204,204,1) 100%);
background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 35%,rgba(247,247,247,1) 75%,rgba(204,204,204,1) 100%);
background: linear-gradient(to right, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 35%,rgba(247,247,247,1) 75%,rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}

    .top-bar button {
        border: none;
        padding: 0;
        background: transparent;
    }

    .top-bar .dropdown-menu {
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #03a6e1;
        box-shadow: none;
        border-radius: 0;
        margin-top: 5px;
        margin-left: -8px;
    }

        .top-bar .dropdown-menu li:first-child {
            border-bottom: 1px solid #03a6e1;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        .top-bar .dropdown-menu > li > a:hover, .top-bar .dropdown-menu > li > a:focus {
            background: transparent;
        }

    .top-bar .right-sect {
        padding-right: 340px;
    }

        .top-bar .right-sect a {
            font-size: 18px;
            line-height: 40px;
            margin-right: 10px;
            border-right: 2px solid #c4c4c4;
            padding-right: 12px;
        }

            .top-bar .right-sect a:last-of-type {
                border-right: none;
            }

    .top-bar .main-menu {
        position: absolute;
        right: 75px;
        top: 0;
    }

        .top-bar .main-menu .main-logo {
            -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 45px;
            padding-right: 45px;
            background: #fff;
        }

        .top-bar .main-menu .main-nav {
            background: rgba(255, 255, 255, 0.75);
            margin-top: 10px;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            padding: 10px 0px;
            /*overflow: hidden;*/
        }

    .top-bar .main-nav button {
        border: none;
        padding: 0;
        background: transparent;
        color: #071689;
    }

    .top-bar .main-nav .dropdown-menu {
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #071689;
        box-shadow: none;
        border-radius: 0;
        margin-top: 5px;
        margin-left: -8px;
        min-width: 1px;
    }

    .top-bar .dropdown-menu li:first-child {
        border-bottom: 1px solid #071689;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .top-bar .dropdown-menu > li > a {
        color: #071689;
    }

    .top-bar .main-menu .social-media a {
        color: #fff;
        background: #071689;
        display: inline-block;
        width: 20px;
        text-align: center;
        height: 20px;
        border-radius: 50%;
        padding-top: 2px;
    }

        .top-bar .main-menu .social-media a:hover {
            background: #1ca0db;
        }

        .top-bar .main-menu .social-media a i.fa.fa-facebook {
            position: relative;
            left: -1px;
            top: 0.6px;
        }

.manuel-left {
    left: auto;
    right: 100%;
    top: 0px;
    bottom: auto;
    z-index: 1001;
}

.top-bar .main-nav .item {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

    .top-bar .main-nav .item.active, .top-bar .main-nav .item:hover {
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    }

    .top-bar .main-nav .item:first-of-type {
        /*margin-top: 15px;*/
    }

.top-bar .main-nav .book-item {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    background: #071689;
    color: #fff;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.top-bar .main-nav .tel-item {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.top-bar .main-nav .close {
    position: absolute;
    z-index: 9;
    opacity: 1;
    text-shadow: none;
    color: #0c1789;
    float: none;
    right: 20px;
    bottom: -10px;
}

.slider .img {
    height: 100vh;
}

.slider .owl-prev {
    position: absolute;
    z-index: 9;
    right: 79px;
    bottom: 0;
    color: #0c1789;
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 30px;
    font-size: 24px;
}

.slider .owl-next {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    color: #0c1789;
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 30px;
    font-size: 24px;
    border-left: 2px solid #0c1789;
}

.scroll {
    position: absolute;
    z-index: 9;
    right: 30%;
    color: #fff;
    bottom: 15px;
    font-size: 16px;
}

    .scroll img {
        margin-right: 5px;
        -webkit-animation: action 1s infinite alternate;
        animation: action 1s infinite alternate;
    }

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.parisienne {
    font-family: 'Parisienne', cursive;
}

.bold {
    font-weight: bold;
}

.slider .owl-nav {
    display: none;
}

#sync1 .owl-nav {
    display: none;
}

.content {
    margin-top: -50vh;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .content .content-holder {
        position: absolute;
        top: 10px;
        padding-left: 10%;
        display: block;
        width: 100%;
        padding-right: 15%;
    }

        .content .content-holder h2 {
            color: #0c1789;
        }

        .content .content-holder h4 {
            color: #0c1789;
            margin-top: 7%;
            margin-bottom: 40px;
            min-height: 1px;
        }
        .content .content-holder h5 {
            font-size: 26px;
            line-height: 26px;
        }

    .content .close {
        position: absolute;
        top: 20%;
        opacity: 1;
        z-index: 1;
        right: 10%;
        text-shadow: none;
        color: #0c1789;
    }

.general {
    background-image: url(../Images/general-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 100px;
    position: relative;
    /*margin-top: -14vh;*/
}

    .general .links {
        padding-top: 18vh;
    }

        .general .links img {
            margin: 0 auto;
        }

        .general .links a {
            font-size: 18px;
        }

    .general .frame {
        background-image: url(../Images/frame.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 348px;
        padding-top: 33px;
        padding-left: 31px;
        padding-right: 47px;
    }

        .general .frame .img {
            height: 270px;
        }

    .general .gallery {
        padding-top: 18vh;
    }

    .general .equal {
        padding-left: 50px;
        padding-right: 50px;
    }

    .general .thumb {
        height: 95px;
    }

    .general .goleft {
        width: 40px;
        height: 55px;
        background-image: url(../Images/prev.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .general .goright {
        width: 40px;
        height: 55px;
        background-image: url(../Images/next.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .general .owl-prev {
        position: absolute;
        left: -50px;
        top: 20px;
    }

    .general .owl-next {
        position: absolute;
        right: -50px;
        top: 20px;
    }

.follow {
    background: #0c1789;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 30px;
}

    .follow .parisienne {
        font-size: 32px;
        line-height: 32px;
        margin-right: 10px;
    }

    .follow a {
        font-size: 24px;
        background: #fff;
        width: 33px;
        height: 33px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        padding-top: 5px;
    }

    .follow .btn {
        margin-left: 5px;
        color: #2b2966;
        font-size: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .follow .form-group {
        margin-bottom: 0;
        margin-top: -9px;
    }

    .follow .group {
        margin-top: 13px;
    }

.split {
    height: 21px;
    background-image: url(../Images/split.jpg);
}

.footer {
    color: #666666;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer .text-center img {
        margin: 0 auto;
    }

    .footer .text-right img {
        float: right;
    }

.end {
    background: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #093d77;
}

.general.sub {
    margin-top: 0;
}

    .general.sub .links {
        padding-top: 30px;
    }

    .general.sub .gallery {
        padding-top: 30px;
    }

.rooms {
    padding-top: 30px;
}

    .rooms h3 {
        color: #0c1789; text-align: center;
    }

    .rooms .img {
        height: 240px;
        margin-bottom: 10px;
    }

    .rooms a {
        font-size: 21px;
    }

    .rooms .row {
        margin-bottom: 30px;
    }

    .rooms .btn {
        background: #093d77;
        color: #fff;
        border: 1px solid #ddd;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0
    }

@media (min-width: 1599px) {
    .content {
        font-size: 16px;
    }

        .content .content-holder {
            top: 25px;
        }

            .content .content-holder h4 {
                margin-top: 11%;
            }
}

.hiddencontent {
    visibility: hidden;
    position: absolute;
    left: 30px;
    bottom: -14px;
    color: #0c1789;
    display: block;
    background: #fff;
    width: 50%;
    padding-top: 29px;
    padding-bottom: 29px;
    text-align: center;
}

.uparr {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 24px;
    font-weight: bold;
}

.diller {
    display: inline-block;
    margin-right: 10px;
}

.goster {
    display: none;
}

.third-level-menu {
    position: absolute;
    top: 0px;
    left: -242px;
    width: 242px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .third-level-menu > li {
        background: rgba(255, 255, 255, 0.75);
    }

        .third-level-menu > li:hover {
            background: rgba(255, 255, 255, 1);
        }

.second-level-menu {
    position: absolute;
    top: 0px;
    left: -242px;
    width: 242px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .second-level-menu > li {
        position: relative;
        background: rgba(255, 255, 255, 0.75);
    }

        .second-level-menu > li:hover {
            background: rgba(255, 255, 255, 1);
        }

.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .top-level-menu > li {
        position: relative;
        width: 242px;
    }

        .top-level-menu > li:hover {
            background: #fff;
        }

    .top-level-menu li:hover > ul {
        display: inline;
    }

    .top-level-menu a {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

        .top-level-menu a:hover,.top-level-menu a.active {
            background: #fff;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        }

.mb-5 {
    margin-bottom: 5px;
}

/* Mobile */
.mobile-bar {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

    .mobile-bar .logo-holder {
        background: rgba(255, 255, 255, 0.75);
        padding: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    }

    .mobile-bar .navbar-default .navbar-toggle {
        border-color: #fff;
    }

        .mobile-bar .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .mobile-bar .navbar-default .navbar-toggle:focus, .mobile-bar .navbar-default .navbar-toggle:hover {
            background: transparent;
        }

    .mobile-bar .navbar-default .navbar-collapse, .mobile-bar .navbar-default .navbar-form {
        background: rgba(255, 255, 255, 0.90);
        border: none;
        font-size: 16px;
    }

    .mobile-bar .navbar-default .navbar-nav > .active > a, .mobile-bar .navbar-default .navbar-nav > .open > a {
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    }

    .mobile-bar .navbar-default .navbar-nav > li > a {
        color: #071689;
    }

    .mobile-bar .navbar-default .navbar-nav > li.booker {
        background: #071689;
        text-align: center;
    }

        .mobile-bar .navbar-default .navbar-nav > li.booker.light {
            background: #1ca0db;
            text-align: center;
        }

        .mobile-bar .navbar-default .navbar-nav > li.booker > a {
            color: #fff;
        }

    .mobile-bar .hotel-select {
        width: 100%;
        text-align: center;
    }

        .mobile-bar .hotel-select button {
            border: none;
            background: rgba(225, 225, 255, 0.75);
            opacity: 1;
            margin-top: 10px;
            width: 100%;
            font-size: 16px;
            color: #071689;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        }

        .mobile-bar .hotel-select .dropdown-menu {
            border: none;
            border-radius: 0;
            background: rgba(255, 255, 255, 0.75);
        }

            .mobile-bar .hotel-select .dropdown-menu > li > a {
                color: #071689;
            }

    .mobile-bar .dil {
        display: inline-block;
        float: right;
        margin-top: 7.5px;
        margin-right: 7.5px;
    }

        .mobile-bar .dil button {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 18px;
            box-shadow: none;
        }

        .mobile-bar .dil .dropdown-menu {
            background: rgba(255, 255, 255, 0.75);
            opacity: 1;
            border: none;
            border-radius: 0;
            min-width: 0;
        }

            .mobile-bar .dil .dropdown-menu a {
                color: #071689;
            }

@media (max-width: 768px) {
    .content {
        margin-top: 15px;
        z-index: 1;
        position: relative;
        overflow: visible;
    }

        .content .close {
            display: none;
        }

        .content .content-holder {
            position: relative;
            top: 0px;
            padding-left: 0;
            display: block;
            width: 100%;
            padding-right: 0;
        }

            .content .content-holder h2 {
                text-align: center;
            }

            .content .content-holder h4 {
                margin-top: 0;
                margin-bottom: 15px;
            }

    .text-holder {
        display: none;
    }

    .general .frame {
        background-image: none;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 348px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
        .general .frame .img {
            height: 348px;
        }

    .general .gallery {
        padding-top: 30px;
    }

    .follow .text-right {
        text-align: center;
    }

    .follow .group {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer {
        text-align: center;
        padding-bottom: 0;
    }

        .footer .text-right {
            text-align: center;
        }

            .footer .text-right img {
                float: none;
                margin: 30px auto 15px auto;
            }

    .end {
        text-align: center;
    }

    .end .text-right {
        text-align: center;
    }
}
/* !Mobile */
/******************************************************************************/
.spacebr{content:"";margin:5px;display:block;font-size:24%}
.hide{ display:none}.show{ display:block}.relative{ position:relative}
.uppercase,.upper{text-transform:uppercase}.lowercase,.lower{text-transform:lowercase}
.bold{ font-weight:bold;}
.space1px{clear:both;float:none;height:1px}.space5px{clear:both;float:none;height:5px}.space10px{clear:both;float:none;height:10px}.space15px{clear:both;float:none;height:15px}.space20px{clear:both;float:none;height:20px}.space30px{clear:both;float:none;height:30px}.space40px{clear:both;float:none;height:40px}.space50px{clear:both;float:none;height:50px}.space60px{clear:both;float:none;height:60px}
.easein1ms{-moz-transition: all 0.1s ease-in;-webkit-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;}.easein2ms{-moz-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}.easein3ms{-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}.boxshadow1{-moz-box-shadow:0 0 6px #333;-webkit-box-shadow:0 0 6px #333;box-shadow:0 0 6px #333}.boxshadow2{-moz-box-shadow:0 0 8px #aaa;-webkit-box-shadow:0 0 8px #aaa;box-shadow:0 0 8px #aaa}.boxshadow3{-moz-box-shadow:0 3px 5px #ccc;-webkit-box-shadow:0 3px 5px #ccc;box-shadow:0 3px 5px #ccc}.boxshadow4{-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.8);-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.8);0 0 20px rgba(0, 0, 0, 0.8)}.boxshadow5 {-moz-box-shadow:0 5px 5px #666;-webkit-box-shadow:0 5px 5px #666;box-shadow:0 5px 5px #666;}
.tablo3{width:100%;height:auto;min-height:200px;float:left;margin:0 -2px 10px 10px;background-color:#f9f9f9}
.tablo3 h1{min-height:40px}
/*.tablo3:hover{background-color:#ececec}*/
.t3Baslik h1{margin:5px;text-align:center}
.tablo3 p {border-bottom: 1px solid #071689;padding-bottom: 5px;}
.t3Baslik img{margin:10px}
.t3img{width:100%;height:200px}
.t3img img{border:1px solid #fff;margin:8px 0}
.t3text{margin:5px 10px 0;padding:5px;min-height:100px}
.t3text a{color:#004B8D;font-size:12px}
.pdfgrup .t3text a:before{content:"• "}
.pdfgrup .t3text a,.pdfgrup .t3text a:link,.pdfgrup .t3text a:visited{color:#000!important;text-decoration:none;font-size:14px;line-height:20px}
.pdfgrup .t3text a:hover,.pdfgrup .t3text a:focus{color:#000!important;text-decoration:none}
.pdfgrup .t3text .photolink:before{content:"• "}
.pdfgrup .t3text .photolink{cursor:pointer;padding:5px;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.pdfgrup .t3text .photolink:hover{background:#cdaf70;padding:5px;color:#fff;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.pdfgrup .t3text .photolink:hover{background:#cdaf70;padding:5px;color:#fff;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
#mapDiv iframe{width:100%!important;}
.cform{color:#000;font-size:16px}
.cform_right{text-align:center;float:right}
.cform .col-md-4{padding-top:10px;font-size:14px;text-align:right}
.cform .col-md-4:after{content:": "}
.cform h3{color:#000!important;font-size:20px;margin-top: 0}
.bordersolid{clear:both;float:none;border-bottom:2px solid #777;margin:10px 0;width:100%}
.bordersolid2{clear:both;float:none;border-bottom:2px solid #ddd;margin:10px 0;width:100%}
.bordersolid3{clear:both;float:none;border-bottom:2px solid #ddd;margin:5px 0;width:100%;clear:both;float:none;border-bottom:2px solid #ddd;margin:5px 0;width:100%}
.bordersolid4{clear:both;float:none;border-bottom:1px solid #cdaf70;margin:auto;width:90%}
.bordersolid5{clear:both;float:none;border-bottom:1px solid #ddd;margin:auto;width:60%}
.bordersolid6{clear:both;float:none;border-bottom:1px solid #000;margin:auto;width:100%}
.bordersolid7{clear:both;float:none;border-bottom:1px solid #cdaf70;margin:30px auto;width:100%}
.bordersolid8{clear:both;float:none;border-bottom:1px solid #45c3d3;margin:auto;width:100%}
.bordersolid9{clear:both;float:none;border-bottom:1px solid #ddd;margin:20px auto;width:60%}
.hline{clear:both;float:none;border-bottom:2px solid #999;width:100%}
.bordernone{border:none!important}
.buton1,.buton2,.buton3,.buton4,.buton5,.buton6,.buton7,.buton8,.buton9{float:right;font-size:14px !important;margin:5px 0 0 5px;padding:2px 6px;color:#fff!important;margin:0!}
.buton1{background-color:#0f1954;border-color:#0f1954}
.buton2{background-color:#676767;border-color:#676767}
.buton3{background-color:#D62714;border-color:#D62714}
.buton4{background-color:#0f1954;border-color:#0f1954;padding:4px 22px}
.buton5{background-color:#fff;border-color:#fff;padding:4px 12px;margin:0 0 0 -4px}
.buton5:hover{background-color:#dedede;border-color:#dedede}
.buton5 i{color:#bbb}
.buton6{background-color:#cdaf70;border-color:#cdaf70;color:#fff!important;padding:.5em 8em;clear:both;float:none;width:100%}
.buton6:hover,.icerik a .buton6:hover{background-color:#04a6e1;border-color:#04a6e1;color:#fff!important}
.buton7{background-color:#192251;border-color:#192251;color:#ccc!important;padding:.4em 3em;clear:both;float:none;min-width:220px}
.buton7:hover,.icerik a .buton7:hover{background-color:#314196;border-color:#314196;color:#fff!important}
.buton8{background-color:#FDC601;border-color:#FDC601;color:#000!important;padding:.6em 3em;clear:both;float:none;min-width:220px;width:100%}
.buton8:hover,.buton8:focus,.icerik a .buton8:hover{background-color:#F5AD52;border-color:#F5AD52;color:#000!important}
.buton9{background-color:#cdaf70;border:2px solid #cdaf70;color:#fff!important;padding:.3em 1em;margin-top:20px;clear:both;float:none;width:auto;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}
.buton9:hover,.buton9:focus,.icerik a .buton9:hover{background-color:rgba(0,0,0,0.4);border:2px solid #b49a63;color:#fff!important}
textarea.form-control {height: 150px;}
textarea {resize: none;}
/*#sync1 .img,#sync2 .img,#sync3 .img,#sync4 .img{ margin:5px 0 20px 0}*/
.owl-ph .owl-prev {
    position: absolute;
    left: -30px;
    font-size: 24px;
    top: 45%;
}

.owl-ph .owl-next {
    position: absolute;
    right: -30px;
    font-size: 24px;
    top: 45%;
}

.main-text {
    overflow-y: auto;
    max-height: 220px;
}

.main-text::-webkit-scrollbar {
    height: 15px;
    width: 5px;
}

.main-text::-webkit-scrollbar-track {
    background: #1ca0db;
    border-radius: 15px;
}

.main-text::-webkit-scrollbar-thumb {
    background: #071689;
    border-radius: 15px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.main-text::-webkit-scrollbar-thumb:hover {
        background: #050d4c;
}
.subbox, .otherbox{margin-bottom: 20px}
.other_page_galleries {margin-bottom: 20px;}
.other_page_galleries .img {height: 450px;background-size: contain;}

@media (min-width: 1000px) and (max-width: 1400px) {
    .top-bar {
        zoom: 0.85;
    }

    .top-bar .main-menu .social-media a {
        padding-top: 4px;
    }
}

.selecthotel li {
    width: 50%;
    display: inline-block;
    float: left;
}

    .selecthotel li img {
        width: 100%;
    }

    .top-bar .dropdown-menu.selecthotel li:first-child {
        border: none;
    }

.floatleft{float:left}.floatright{float:right}
.marginbottom0{margin-bottom:0}.marginbottom5{margin-bottom:5px}.marginbottom10{margin-bottom:10px}.marginbottom15{margin-bottom:15px}.marginbottom20{margin-bottom:20px}.paddingleft0{padding-left:0px !important}.paddingleft20{padding-left:20px}.paddingleft25{padding-left:25px}.paddingleft60{padding-left:60px}.paddingleft70{padding-left:70px}
.paddingright0{padding-right:0px !important}
.padding0{padding:0!important}.padding5{padding:5px!important}.padding6{padding:6px!important}.padding7{padding:7px!important}.padding10{padding:10px!important}.padding15{padding:15px!important}.paddingtop4{padding-top:4px!important}.paddingtop5{padding-top:5px!important}.paddingtop10{padding-top:10px!important}.paddingtop15{padding-top:15px!important}.paddingtop20{padding-top:20px!important}.paddingtop25{padding-top:25px!important}.padding-left{float:left;padding:10px 20px 45px 10px!important}.padding5_0{padding:5px 0!important}.padding0_5{padding:0 5px!important}.padding10_0{padding:10px 0!important}.paddingbottom5{padding-bottom:5px!important}.paddingbottom8{padding-bottom:8px!important}.paddingbottom10{padding-bottom:10px!important}
.padding6_50{padding:6px 50px}.plr_0{padding-left:0 !important; padding-right:0 !important}.plr_5{padding-left:5px !important; padding-right:5px !important}.padding10_0_0_0{padding:10px 0 0 0}.padding20_0_0_0{padding:20px 0 0 0}
.paddingleft-15{padding-left:-15px!important}.paddingright-15{padding-right:-15px!important}.p0005{padding:0 0 0 5px}.p0050{padding:0 0 5px 0}
.padding0_30{padding:0px 30px}.padding0_60{padding:0px 60px}
.margin0{margin:0}.margin05{margin:0 5px}.margin10{margin:10px}.margin15{margin:15px}.margintop-10{margin-top:-10px}.margintop-15{margin-top:-15px}.margintop-22{margin-top:-22px}.margintop-32{margin-top:-32px}.margintop-60{margin-top:-60px}.margintop-5{margin-top:-5px}.margintop5{margin-top:5px}.margintop10{margin-top:10px}.margintop15{margin-top:15px}.margintop20{margin-top:20px}.margintop50{margin-top:50px}.margintop3{margin-top:3px}.margintop6{margin-top:6px}.margintop155{margin-top:155px}
.marginleft5{margin-left:5px}.marginleft7{margin-left:7px}.marginleft10{margin-left:10px}.marginleft15{margin-left:15px}.marginleft20{margin-left:20px}.marginright0{margin-right:0}.marginright5{margin-right:5px}.marginright10{margin-right:10px}.marginright20{margin-right:20px}.marginright80{margin-right:80px}.marginleft10,.marginleft25{margin-left:10px},.margin10_0{ margin:10px 0}
.height15{height:15px}.height20{height:20px}.height25{height:25px}.height30{height:30px}.height32{height:32px}.height40{height:40px}.height50{height:50px}.height60{height:60px}.height70{height:70px}.height75{height:75px}.height80{height:80px}.height85{height:85px}.height100{height:100px}
.width50{width:50px}.width60{width:60px}.width75{width:75px}.width80{width:80px}.width100{width:100px}.width112{width:112px}.width114{width:114px}.width120{width:120px}.width150{width:150px}.width170{width:170px}.width175{width:175px}.width200{width:200px}.width230{width:230px}.width248{width:248px}.width250{width:250px}.width300{width:300px}.width350{width:350px}.width500{width:500px;text-align:left}.width745{width:745px}.width1000{width:1000px}.width100_{width:100%!important}
.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px !important}.font22{font-size:22px}.font24{font-size:24px}.font26{font-size:26px}
.textalignleft, .textalignleft p{text-align:left!important}.textalignright, .textalignright p{text-align:right!important}.textaligncenter, .textaligncenter p{text-align:center !important}.textaligncenter p{text-align:center !important}.textalignj{text-align:justify!important}
.font_italic{font-style:italic}
.minwidth850{min-width:850px; overflow-x:auto}
.height30{height:30px!important}.height40{height:40px!important}.height42{height:42px!important}.height50{height:50px!important}.height100{height:100px!important}.height218{height:218px!important}.minheight155{min-height:155px!important}.height20,.height25{height:20px!important}
.textcenter{ text-align:center !important}.yazi5{ position:relative;width:auto; margin-bottom:10px; color:#fff}.floatleft{ float:left !important}.floatright{ float:right !important;}
.marginleft10{margin-left:10px!important}.marginleft20{margin-left:20px!important}.marginleft200{margin-left:200px!important}.marginright2{margin-right:2px!important}.margintop0{margin-top:0!important}.margintop5{margin-top:5px!important}.margintop10{margin-top:10px!important}.margintop20{margin-top:20px!important}.margintop60{margin-top:60px!important}
.paddingright30{padding-right:30px!important}.paddingleft60{padding-left:60px!important}.paddingleft70{padding-left:70px!important}.paddingleft80{padding-left:80px!important}.paddingtop10{padding-top:10px!important}.paddingtop25{padding-top:25px!important}
.width45{width:45px!important}.width75{width:75px!important}.width80{width:80px!important}.width100{width:100px!important}.width120{width:120px!important}.width130{width:130px!important}.width150{width:150px!important}.width170{width:170px!important}.width175{width:175px!important}.width200{width:200px!important}.width220{width:220px!important}.width233{width:233px!important}.width245{width:245px!important}.width301{width:301px!important}.width320{width:320px!important}.width380{width:380px!important}.width400{width:400px!important}.width465{width:465px!important}.width486{width:486px!important;min-height:240px}
#UpdateEnews{padding-top:5px;}
.UpdateY-ic{background-color:#75cfdb;padding:10px 0 10px 5px;color:#fff;margin:10px 0 0;font-size:16px;text-align:center}
.UpdateY-ic-error{height:auto;overflow:hidden;margin:8px 0;padding:10px;border:1px solid #BBB;color:#fff;font-size:16px;background-color:#CE2213;text-align:center}
#html_element> div{margin:auto}
.contact a, .contact a:hover,.contact a:focus{font-size: 14px;}
