/***************/
/*BENİM STİLLER*/
/***************/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 270px;
    height: 100%;
    background: #fff !important;
}
.beforemp {
    margin-top:-30px !important;
}
.beforemp:before {
    vertical-align: 20%;
    margin-left: 3px !important;
}
.container {
    width: 100%;
    max-width: 1680px;
}

.text-green {
    color: #239947;
}

.text-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.covid19 {
    width: 28px;
    height: 28px;
    float: left;
    background-color: #F4901E;
    -webkit-mask: url("../images/covid19.svg") no-repeat center;
    mask: url("../images/covid19.svg") no-repeat center;
}


a:hover .yildizlar {
    background-color: #fff;
}

.whitebox {
    padding: 4px;
    margin: 10px 0;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hov {
    cursor: pointer;
    transition: color 0.1s ease;
    transition: background-color 0.2s ease;

}

.hov:hover {
    background-color: orangered;
    color: #fff;
}

@keyframes colorchange {
    to {
        background-color: orangered;
    }
}

.text-line {
    text-decoration: line-through;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.arialyazibuyuk, .arialyaziorta {
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

.arialyaziorta {
    font-size: 14px;
}

.height46 {
    height: 46px;
}

.border_totellercu {
    border: #afd094 3px solid;
}

.background_totellercu {
    background-color: #afd094;
}

.iconeu-normal {
    font-size: 28px;
    color: black;
    line-height: 28px;
    letter-spacing: 0px;
    max-height: 28px;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    max-width: 28px;
}

.iconeu-kucuk {
    font-size: 20px;
    color: black;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0px 5px 0px 5px;
    padding: 0px;
}

.secenekdegeri.active:before {
    font-family: "fonteu";
    content: "\6c";
}

.icon-hover:hover {
    color: #f4901f !important;
    cursor: pointer;
}

.sadebutton {
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
}

.ovalcer {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 100%;
}

.ovalyamuk {
    border-radius: 50px;
    border-bottom-right-radius: 0px;
    /*
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    */
}


.ovalyamuk p {
    font-size: 1.2rem !important;
}
.ovalyamuk {
    display: inline-block;
    padding: 0.75rem 0.25rem;
    border-radius: 4px;
    color: #f50000;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ovalyamuk:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: -2;
}
.ovalyamuk:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff6f00;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: -1;
}
.ovalyamuk:hover {
    color: #fff;
}
.ovalyamuk:hover:before {
    width: 100%;
}


.ovalcer:after {
    content: "";
    display: table;
    clear: both;
}

.ovalcersolic {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;

    border: 0px;

    float: left;

    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -o-calc(100% - 52px);
    width: calc(100% - 52px);

    margin: 4px auto 0px 4px;
    padding: 5px;
}

.ovalcersagic {
    margin: 10px 5px 5px 5px;
    float: right;
}

.aramatext {
    border: 1px solid #bfc7c1;
    height: 32px;
    width: 233px;
    float: right;
}

.aramasagyan {
    float: right;
    /*background: url(../images/aramasagyan.png);*/
    width: 47px;
    height: 35px;
    border: none;
}

.dilcer {
    background: #06759c;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #12485b;
    margin-top: -15px;
}


.icon-barx {
    left: 0;
    position: fixed;
    top: 76%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

/*popup için*/
#fall_background {
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
}

#fall_wrapper {
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

#fall {
    -webkit-transition: all 3s ease-in;
    -moz-transition: all 3s ease-in;
    transition: all 3s ease-in;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
}

.popup_visible #fall {
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
}

#fall img, .fall img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/*popup için bitti*/

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 7px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #f7ca77;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.pinterest {
    background: #e86170;
    color: white;
}

.max_768 {
    display: none;
}

.max_768_span {
    display: none;
}

.min_768 {
    display: block;
}

.min_768_span {
    display: inline;
}

@media (max-width: 768px) {
    .dropdown-menu {
        margin-top: 64px !important;
        width: 100% !important;
    }

    .max_768 {
        display: block;
    }

    .aypizza {
        margin-left: 140px !important;
        max-width: 190px !important;
    }

    .max_768_span {
        display: inline;
    }

    .min_768 {
        display: none;
    }

    .min_768_span {
        display: none;
    }

}

.max_1170 {
    display: none;
}

.min_1170 {
    display: block;
}

.max_1170_span {
    display: none;
}

.min_1170_span {
    display: inline;
}

.menuanasayfa {
    margin-left: 0px;
}

.top_right ul li a {
    text-transform: none;
}

.header_top {
    background: #0299ce;
    z-index: 999;
}

.headerarka {
    background: #0299ce;
    height: 127px;
}

.footeriletisim {
    width: 400px;
}

.horizontal-style {
    display: table;
    table-layout: fixed;
    margin: auto auto;
    margin-top: 40px;
}

.horizontal-style li {
    display: table-cell;
    text-align: center;
    float: left;
}

.horizontal-style a {
    font-family: 'geometr706_blkcn_btblack';
    font-size: 18px;
    display: inline-block;
    text-align: center;
    height: 20px;
    background: transparent;
}

.ul-check {
    list-style: none;
    padding: 0;
}

.ul-check li {
    padding-left: 1.3em;
}

.ul-check li:before {
    content: "\6c"; /* FontAwesome Unicode */
    font-family: fonteu;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.ul-left, .ul-left2 {
    list-style: none;
    padding: 0;
}

.ul-left li {
    padding-left: 1em;
    padding-right: 1em;
}

.ul-left li:not(:first-child):before, .ul-ok li:before {
    content: "\6d"; /* FontAwesome Unicode */
    font-family: fonteu;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.ul-noimage, .ul-ok {
    list-style: none;
    padding: 0;
}

.ul-noimage li, .ul-ok {
    padding-left: 1em;
    padding-right: 1em;
}

.ul-ok li {
    padding-left: 1em;
    padding-right: 1em;
}

.hrguzel {
    border: 1px solid #bfc7c1;
}

.radiov label::after, .radiov label::before {
    margin-left: 0px !important;
}

/*Genel Stiller Bitti*/

.cer_oteloda {
    padding: 0px;
    border: 0px solid #000;
    max-width: 414px;
    width: 100%;
    min-height: 433px;
}

.odabaslik_cer {
    border: 0px solid #000;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: auto;
}

.anaotelcer {
    background: url(../images/anasayfa_otel_cerceve.png) center center no-repeat;
    width: 335px;
    height: 355px;
    overflow: hidden;
    z-index: 10;
}

.bt_rezervasyon {
    background: url(../images/bt_rezervasyon.png) center center no-repeat;
    width: 162px;
    height: 30px;
    border: none;
    padding-left: 38px;
    color: #fff !important;
}

/*Menü*/
.mega_nav {
    background: #ff8432;
    line-height: 1px;
    margin-top: 30px;
    /*background:#444 url("../images/menuarka.png") repeat-x top;*/
}

.cloned .header_top {
    z-index: 99999 !important;
    height: 90px !important;
    transition: height 0.25s ease-out;
}

.cloned .logox {
    max-width: 178px;
    transition: max-width 0.25s ease-out;
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.cloned .headerarka {
    height: 90px;
}

.cloned .mega_nav {
    margin-top: 16px;
}

.header_top {
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 127px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-bottom {
    margin-top: 127px !important;
}

.yuksel {
    margin-top: 15px !important;
}

.menuiconanasayfa, menuiconanasayfadiv {
    width: 190px;
    height: 65px;
    background-size: 100% auto !important;
    float: left;
}

.skyblue li > a, .skyblue > li.showhide span {
    color: #fff;
}

.megamenu > li > .megapanel {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.54);
}

.megamenu > li > a {
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}

.skyblue, .skyblue > li.showhide {
    width: 100%;
    margin-right: 0px;
}


.pizza_logo {
    position: absolute;
    margin-top: -11px;
}

@media (max-width: 992px) {

    .btrez {
        width: 100% !important;
    }

    body {
        margin-bottom: 160px !important;
    }

    .pizza_logo {
        margin-left: 0px;
    }

    .footeriletisim {
        width: 300px;
    }

    .menufoto {
        display: none;
    }

    .footer * {
        font-size: 12px !important;
    }

    .horizontal-style {
        margin-top: 30px;
    }

    .oteldetayhizmetler .ovalcer {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

@media (min-width: 992px) {
    .rowud {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .rowud > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .rowud .whitebox {
        height: 100%;
    }
}

.h_nav h4 {
    text-transform: none;
}

.h_nav h4:hover {
    border-left: 2px solid #ff8432;
    margin-left: -4px;
    padding-left: 2px;
}

.kategori2 {
    display: none;
}

.h_nav .kategori2 {
    border-right: 4px solid #bfc7c1;
}

.activemenusag {
}

.activemenusol {
    border-right: 4px solid #f4901f;
}

.megamenu > li > .megapanel {
    top: 30px;
    cursor: pointer;
}

.megamenu > li.active > a {
    background: #fff;
}

.skyblue li a.color1:hover {
    background: #fff;
    color: #000;
    border-radius: 4px;
}

/*Menü Bitti*/

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}

.callbacks_container {
    margin-bottom: 0 !important;
}

/*Slider Bitti*/
.totellercuserit {
    width: 100%;
    height: 30px;
    background: #dfae68;
    color: #fff;
}

/*Tap*/

#exTab1 .tab-content {
    color: #000000;
    background-color: #fff;
    padding: 15px 0px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pillstabv > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pillstabv > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    background-color: #bfc7c1;
    padding: 5px 15px;
}

.nav-pillstabv > li.active > a, .nav-pillstabv > li.active > a:focus {
    color: #fff;
    background-color: #bfc7c1;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #a7a7a7;
}

.nav-pillstabv > li + li {
    margin-left: 0px;
}

.nav > li > a:hover, .nav > li > a {
    text-decoration: none;
    background-color: #a7a7a7;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:hover {
    text-decoration: none;
    background-color: #f4901f !important;
    color: #fff;
}

/*Tap Bitti*/

/*mesajlar*/
.InfoMessage {
    margin-bottom: 20px;
}

.SuccessMessage, .ErrorMessage {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    margin: 0 0 20px 0;
    padding: 20px;
    font-size: 13px;
}

.SuccessMessage {
    background: #edffe7 url('../images/SuccessMessage.gif') no-repeat 15px center;
    color: #528f3b;
    border-color: #e0f6d8;
    padding-left: 55px;
}

.ErrorMessage {
    background: #f8eae7 url('../images/ErrorMessage.gif') no-repeat 15px center;
    color: #b42525;
    border-color: #f1d8d4;
    padding-left: 55px;
}

/*mesajlar bitti*/

/*İçerik*/
.banner-bottom {
    margin-top: 0px;
    width: 100%;
}

.sticky-wrapper {
    width: 100% !important;
}

.footer {
    width: 100%;
    position: absolute !important;
    bottom: 0 !important;
    background: #ff8432;
    padding: 0;
    border-bottom: 0px;
    margin: 0px;
    height: 100px;
    color: #fff !important;
}

.footer * {
    color: #fff !important;
}

/*Form*/
.form-control, .form-group .form-control {
    border: 1px solid #d5d5d5;
    background: #fff;
    box-shadow: none;
    border-radius: 4px;
    padding: 3px 2px;
    height: 45px;
}

.border_totellercu .bootstrap-touchspin .form-control, .border_totellercu .bootstrap-touchspin .form-group .form-control {
    border: 0px solid #c6c6c6;
    background: #fff;
    padding: 0px;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.border_totellercu .input-group-addon {
    border: 0px solid #fff;
    background: #fff;
}

.border_totellercu .bootstrap-touchspin-up {
    border: 0px solid #fff;
    background: #fff;
    height: 40px;
}

.border_totellercu .bootstrap-touchspin-down {
    border: 0px solid #fff;
    background: #fff;
    height: 40px;
}

hr {
    height: 0px;
}

.btn, .input-group-btn .btn {
    text-transform: none;
    margin: 0px;
}

.btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised), .btn:not(.btn-raised).btn-default, .input-group-btn .btn:not(.btn-raised).btn-default {
    color: #ffffff;
}

/*Form Bitti*/
/*Ürünler*/
.product-left {
    padding-left: 0px;
    margin-top: 10px;
}

.serittotellercu {
    background: #fff;
    height: 55px;
    width: 100%;
    overflow: hidden;
    color: #000;
    text-align: center;
}

.p-one {
    margin: 0px 0px 12px 0px;
    box-shadow: none;
    border-top: 1px solid #ddd;
}

.p-one:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.45);
}

.p-one p i {
    background: none;
}

div.item_price {
    color: #000;
    width: 99%;
    display: inline-block;
}

.item_add:hover > .item_price {
    color: inherit;
}

.jwe a img {
    margin: 0 auto .5em;
}

.childcenter {
    display: table-cell;
    vertical-align: middle;
}

.parentcenter {
    min-height: 54px;
    display: table;
}

.daireclass {
    background-color: #bfc7c1;
    height: 90px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    width: 90px;
}

.dairetable {
    color: #fff;
    font-size: 15px;
    display: table;
}

.dairetablecell {
    top: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tblozellikler tr:nth-child(even) {
    background-color: #e7e7e7;
}

.tblozellikler {
    background: #f9f9f9;
    color: #444;
}

.tblozellikler td {
    max-width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #fff;

}

.tblozellikler {
    width: 100%;
    white-space: nowrap;
}

.tblozellikler td, .tblozellikler th {
    padding: 2px 2px;
}

.sekerzaman {
    color: #888;
    font-size: 13px;
}

.pad0 {
    padding: 0px !important;
}

.mar0 {
    margin: 0px !important;
}

.pad3 {
    padding: 3px;
}

.pad5 {
    padding: 5px;
}

@media (min-width: 1245px) and (max-width: 1470px) {
    .megamenu > li > a {
        font-size: 14px !important;
        padding: 15px 13px !important;
    }

    .rb1 {
        display: none !important;
    }
}

.footdiv {
    margin-top: 30px !important;
}

@media (max-width: 1200px) {
    .kdvresfont, .kdvresfont > * {
        font-size: 12px !important;
    }

    .footdiv {
        margin-top: 0px !important;
    }
}

.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

/*Ürünler Bitti*/
/*Sepet Bitti*/

/*Tab*/
.nav-pillstabv {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin-left: 15px;
}

.nav-pillstabv > li > a, .nav-pillstabv > li > a:hover {
    background: transparent !important;
}

.nav-pillstabv > li {
    position: relative;
    display: inline-block;
    padding: 1.5em 1.5em 1em;
    color: inherit;
    text-decoration: none;
    margin: 0px;
}

nav-pillstabv > li::before,
.tab-contentv {
    border: .1em solid #bfc7c1;
}

.nav-pillstabv > li::before {
    content: ''; /* To generate the box */
    position: absolute;
    top: 0;
    right: 0;
    bottom: .5em;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #bfc7c1;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom;
}

.nav-pillstabv.left > li {
    padding: 5px;
}

.nav-pillstabv.left > li::before {
    transform-origin: bottom left;
}

.nav-pillstabv.right > li {
    padding: 1.5em 1em 1em 2em;
}

.nav-pillstabv.right > li::before {
    transform-origin: bottom right;
}

.nav-pillstabv > li.active {
    z-index: 2;
}

.nav-pillstabv > li.active::before {
    margin-bottom: -1px;
    border-top-width: 1px;
}

.nav-pillstabv > li.active::before,
.tab-contentv {
    background: #f4901f;
    border: .1em solid #f4901f;
}

.tab-contentv {
    display: block;
    margin: -8px 0 30px 0px;
    padding: 1em;
    border-radius: 3px;
}

.nav-pillstabv > li > a {
    padding: 6px 30px 6px 0px;
}

/*Tab Bitti*/
.verticalcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerdiv {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.centerdiv ul {
    list-style: none;
    position: relative;
    left: 50%;
}

.divcenter {
    height: 55px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.divcenter img {
    vertical-align: middle;
    margin-left: 10px;
}

.panel-body {
    line-height: 20px !important;
}

/*Checkbox Liste*/
.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.well .list-group {
    margin-bottom: 0px;
}

.filtrekutu {
    margin: 0px;
    padding: 0px;
    background: #fff;
    min-height: 211px;
    min-width: 250px;
}

.checked-list-box > li {
    border: none !important;
}

.listegorunumkutu {
    margin: 5px;
}

.well-au {
    background: #ffffff;
    border: 1px solid #a3a5a7;
    border-radius: 6px;
}

/*Checkbox Liste Bitti*/

.callbacks_nav {

    margin: 38px !important;
    margin-top: -45px !important;
}

.smallfont-max-1296 {
}


@media only screen and (max-width: 1296px) and (min-width: 1130px) {
    .smallfont-max-1296 {
        font-size: 14px;

        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 1245px) {

    .pizzayazi {
        font-size: 10px;
        left: 42% !important;
    }

    .navs ul li {
        width: 14.26% !important;
        width: calc(100% / 7) !important;
    }

    .blog-baslik {
        line-height: 39px;
        text-align: center;
    }

    .icon-bar {
        top: 70%;
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 6px;
        transition: all 0.3s ease;
        color: white;
        font-size: 12px;
    }

    .headerarka {
        height: 90px;
    }

    .cloned .logox {
        margin-top: 28px;
    }

    .header_top {
        height: 90px;
    }

    .max_1170 {
        display: block;
    }

    .megamenumobil_cer {
        display: inline-block !important;
    }

    .max_1170_span {
        display: inline;
    }

    .megamenu > li > a {
        padding: 25px 26px 18px 26px;
        font-size: 14px;
        color: #000;
        background: #fff8db;
    }

    .covidmenu {
        border-radius: 0px !important;
    }

    .min_1170 {
        display: none;
    }

    .min_1170_span {
        display: none;
    }

    .menuiconanasayfa {
        display: none !important;
    }

    .menuanasayfa {
        margin-left: 0px;
    }

    .search input[type="text"] {
        width: 70%;
    }

    .header_top {
        position: relative;
    }

    .banner-bottom {
        margin-top: 0px !important;
    }


}

.frame {
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */
    text-align: center;
}

.transparent {
    opacity: .7 !important;
}

.transparent:hover {
    opacity: 1 !important;
}

/*.rezerv_container {*/
/*    background: url('../images/rezerv_arka.jpg') no-repeat center center fixed;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*}*/

/*.anket_container {*/
/*    background: url('../images/anket_arka.jpg') no-repeat center center fixed;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*}*/

/*.kariyer_container {*/
/*    background: url('../images/kariyer_arka.jpg') no-repeat center center fixed;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*}*/

/*sayfa genel stilleri*/
.jumbotron {
    background: #585550 url("../images/baslikarka.jpg") center top;
    background-size: auto 100%;
    color: #ffffff;
    border-radius: 0px;
    margin-top: 0px;
    border: 0px solid #a54c4c;
    text-align: center !important;
}

.jumbotron-sm {
    padding-top: 7px;
    padding-bottom: 14px;
}

.jumbotron small {
    color: #444;
}

.h3 small {
    font-size: 12px;
}

table tr th {
    background-color: #ff8432;
}

table tr th {
    color: #ffffff;
}

table {
    width: 100%;
    text-align: center;
}

table tr td {
    padding: 15px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

table tr th {
    padding: 13px 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

table.style-2 {
    border-spacing: 2px;
    border-collapse: separate;
}

table.style-2 tr td {
    border-bottom-width: 0px;
}

.sayfa * {
    border-color: #e5e5e5;
}

/*sayfa genel stilleri bitti*/

.blogau img, .blogau video {
    max-width: 100%;
    height: auto;
    width: auto;
}

.blogau {
    color: #525252;
}

.blogau .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.blogau a {
    color: #ff8432 !important;
}

.gdlr-blog-full, .gdlr-blog-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.move-left {
    width: 32px !important;
    box-shadow: none;
}

.cer1 {
    width: 100%;
    padding: 5px;
    border: solid 1px #ddd;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;

}

.oteladi1 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff8a51;
    margin-top: 17px;
    min-height: 55px;
}

.otelaciklama1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0px;
    width: 100%;
    height: 80px;
    font-size: 14px;
    color: #000;
    text-align: justify;
}

.cer1:hover {
    border: solid 1px #fff;
    box-shadow: 0 4px 17px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 4px 17px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 4px 17px 2px rgb(0 0 0 / 30%);

}

.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbony {
    position: absolute;
    margin-left: -26px;
    margin-top: -15px;
    z-index: 1;
    overflow: hidden;
    width: 45px;
    height: 45px;
    text-align: right;
}

.ribbony span {
    font-size: 8px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 65px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 8px;
    left: -21px;
}

.ribbony span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbony span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.navs {
    width: 100%;
    margin-top: 36px;
    font-size: 18px;
}

.navs ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.navs ul li {
    list-style: none;
    float: left;
    text-align: center;
    width: 12.4%; /* fallback for non-calc() browsers */
    width: calc(100% / 9);
    box-sizing: border-box;
}

.navs ul li:first-child {
    border-left: none;
}

.navs ul li a {
    font-family: 'geometr706_blkcn_btblack';
    display: block;
    text-decoration: none;
    padding: 2px 0;
}

.geo {
    font-family: 'geometr706_blkcn_btblack';
}

.navbar, .navbar a, .navbar li a:hover {
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent !important;
}

.navbar li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background: #a2a2a2 !important;
    color: #fff !important;
}

.dropdown-menu li {
    background: transparent !important;
}

.dropdown-menu li a {
    background: #eee !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-toggle {
    display: block !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 5px;
    background-color: #ababab;
    border-radius: 1px;
}

.pizzashadow {
    width: 100%;
    padding: 5px;
    border: solid 1px #c9c9c9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.56);
}

.pizzashadow:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 2px;
    margin-left: 2px;
}

.grabaslik {
    color: #fff;
    text-align: left;
    padding: 2px;
    padding-left: 20px;

    background: rgb(170, 172, 168);
    background: -moz-linear-gradient(0deg, #ef6910 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(0deg, #ef6910 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(0deg, #ef6910 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(0deg, #ef6910 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, #ef6910 0%, rgb(255, 255, 255) 100%);
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

/*etiket cssleri*/
/*.cloud {
    display: inline;
    list-style-type: none;
    width: 400px;
}

.cloud li {
    list-style: none;
    display: inline;
}

.cloud li:nth-of-type(3n + 1) {
    font-size: 1.32em;
}

.cloud li:nth-of-type(4n+3) {
    font-size: 1.65em;
}

.cloud li:nth-of-type(5n - 3) {
    font-size: 1em;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

.chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}*/

.center {
    text-align: center;
}

.chip {
    color: #000 !important;
    border: 1px solid #d6b98f !important;
    background-color: #fff5d7 !important;
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 8px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #eceff1;
    margin-bottom: 1rem;
    margin-right: 0.1rem;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.chip:hover {
    background-color: #ffd594 !important;
}

/*.elegant-color {
    background-color: #2e2e2e !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important;
}

.brown.lighten-1 {
    background-color: #8d6e63 !important;
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important;
}

.aqua-gradient {
    background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
    background: -o-linear-gradient(50deg, #2096ff, #05ffa3) !important;
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.mdb-color.lighten-1 {
    background-color: #59698d !important;
}

.peach-gradient {
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}*/

.odaaciklama {
    font-size: 14px;
    padding-right: 5px;
    text-align: justify;
    min-height: 130px;
}

@media (max-width: 768px) {
    .cer_oteloda {
        min-height: 200px !important;
    }

    .odaaciklama {
        min-height: 70px !important;
    }

}

/*İçerik Bitti*/


.text-orange {
    color: #fff;
    font-size: 16px;

}

.b {
    font-weight: bold;
}

body {
    margin-bottom: 0px !important;
}

.footer-bs {
    background: #0299ce;
    padding: 20px 40px;
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 1);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

@media (min-width: 768px) {
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.4);
    }
}

.hidden-min-kucuk {
    display: none;
}

.hidden-max-kucuk {
    display: inline-block;
}

.mr {
    margin-left: 5px;
    margin-right: 43px;
}

@media (min-width: 1247px) {
    .hidden-max-kucuk {
        display: none !important;
    }
}

@media (min-width: 1246px) {
    .hidden-min-kucuk {
        display: inline-block !important;
    }
}

.yi {
    filter: brightness(0) invert(1);
}

.wp {
    filter: none !important;
}

.footer-social i {
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px 0px 0px 5px;
}


.ustbeyaz {
    background: #ff8432;
}

.detayc1b {
    background: #0299ce;
    width: 30px;
    height: 30px;
    border: none;
    padding: 5px 8px;
}

.detayc1a {
    border: 1px solid #0299ce;
    display: flex;
    align-items: center;
    margin-top: 4px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.buttonic1a {
    width: 30px;
    height: 28px;
    border: 1px solid #0299ce;
    padding: 3px 6px;
    background: #fff;
}
.ovalyamuk {
    transition: 0.3s all ease-in-out;
}
.ovalyamuk:hover,
.ovalyamuk:focus {
    background: indianred;
}