@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');

html, body {
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    background:#ffffff;
    font-family: 'Open Sans', sans-serif;
}

body * {
    -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.header {
    background:#081c31;
    box-sizing:border-box;
    width:100%;
}

.lowdesc {
    text-align:center;
    color:#000;
    font-size:18px;
}

.centerbg {
    background-position:bottom center !important;
}

.header.normal {
    position:relative;
    background:#081c31;
}

.firstheader {
    background:#3caae6;
    height:30px;
}

.whitea {
    color:#fff;
    font-size:11px;
}

.whitea:hover {
    color:#fff;
}

.rtext {
    text-align:right;
}

.relative {
    position:relative;
}

.menucont {
    text-align:right;
    line-height:65px;
}

.menucont a {
    display:inline-block;
    color:#bababa;
    font-size:15px;
    padding:5px 15px;
    font-weight:700;
}

.menucont a:hover, .menucont a#actamenu {
    background:url(../img/glow.png) no-repeat bottom;
    text-decoration:none;
    color:#ffffff;
}

.logocont {
    padding-top:5px;
    padding-bottom:1px;
}

.logocont img {
    max-height:80px;
}

.banner {
    width:100%;
    height:480px;
    background:#f2f2f2;
    overflow:hidden;
    position:relative;
}

.carousel-indicators {
    display:none !important;
}

.carousel,.item,.active{height:100%; width:100%; text-align:center !important;}
.carousel-inner{height:100%; width:100%; text-align:center !important;}
.carousel img { width:auto !important; height:100% !important; margin:0px auto !important; }

.rezervasyon {
    padding:15px;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    box-sizing:border-box;
}

.rezincont {
    background:url(../img/trans.png) repeat center;
    padding:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0px auto !important;
    width:500px;
}

.btn-full {
    width:100%;
    padding-bottom:8px;
}

.bigtitle {
    color:#a29061;
}

.bigtitle.inner {
    font-size:21px;
    color:#fff;
    padding-top:2px;
}

.bigtitle.inner strong {
    font-size:25px;
}

.intitle {
    font-size:16px;
    font-weight:300;
    color:#ffffff;
    display:block;
}

.intitle.nopad {
    padding-left:0px !important;
    padding-right:0px !important;
}

.intitle.black {
    color:#111;
}

.intitle.color {
    color:#3caae6;
    padding:15px;
    padding-bottom:10px;
    font-weight:700;
}

.intitle.color span {
    color:#666666;
    font-weight:300;
}

.fiyat {
    color:#a29061;
    font-size:18px;
    font-weight:300;
    line-height:13px;
}

.fiyat label {
    font-size:11px;
    display:block;
    color:#bababa;
}

.txcenter {
    text-align:center;
}

.rezinput {
    width:100%;
    background:#3caae6;
    font-size:18px;
    color:#fff;
    padding:4px 8px;
    outline:none;
    border:1px solid #ffffff;
    max-height:46px;
    box-sizing:border-box;
    margin-bottom:15px;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    height:35px;
}

.rezinput.white {
    background:#fff !important;
    border:1px solid #a29061 !important;
}

.rezinput.dated {
    background-image:url(../img/date.png);
    background-repeat:no-repeat;
    background-position:right 5px center;
}

.rezinput.white.dated {
    background-image:url(../img/dateblk.png) !important;
    background-repeat:no-repeat !important;
    background-position:right 5px center !important;
}

.rezinput.lowed {
    font-size:9px;
    width:48px;
    padding:0px !important;
    height:17px !important;
    border:1px solid #333;
}

.rezinput.lowed.red {
    background:#c20000;
    color:#fff;
    border:1px solid red;
    border-radius:5px !important;
    margin-left:5px;
    height:15px !important;
}

.dila img {
    border-radius:5px !important;
    margin-left:5px;
    height:11px !important;
    width:auto !important;
}

.form-control {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.form-control.half {
    width:50%;
}

select.rezinput {
    height:35px;
}

.padmetop {
    padding-top:21px;
}

.btn {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.maincontent {
    width:100%;
    box-sizing:border-box;
}

.titledbg {
    font-size:28px;
    padding:15px;
    padding-top:0px;
    margin:0px;
    margin-bottom:15px;
    color:#111;
    background:url(../img/titlebg.png) no-repeat left bottom;
    text-align:left;
    padding-left:0px;
}

.titledbg.fullborder {
    background:none;
    border-bottom:1px solid #e2e2e2;
}

.nopadleft {
    padding-left:0px !important;
}

.sidecont {
    background:url(../img/menubg.png) repeat-y right;
    padding-top:30px;
    padding-bottom:30px;
    min-height:700px;
}

.sidecont.nobg {
    background:none !important;
}

.contmain {
    padding:30px;
}

.contmain.yesbg {
    background:url(../img/sagbg.png) repeat-y left;
}

.nopadul {
    margin:0px;
    padding:0px;
    font-weight:700;
    list-style: none;
    line-height:30px;
}

.nopadul li .glyphicon {
    color:#a29061 !important;
    font-weight:300 !important;
    padding-right:5px;
}

.nopadul.lower {
    font-size:11px;
    line-height:20px;
    font-weight:300;
}

.nopadul.lower li {
    display:inline-block;
    width:48%;
    height:18px;
    overflow:hidden;
}

.radied {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.fixedimg {
    width:320px;
    height:200px;
}

.devama {
    display:block;
    margin-top:15px;
    color:#a29061;
}

.row.backed {
    background:#f2f2f2;
    margin:0px;
    margin-top:30px;
    margin-bottom:30px;
}

.row.backed .col-md-5, .row.backed .col-md-7 {
    padding-top:30px;
    padding-bottom:30px;
}

.row.backed .fixedimg {
    padding-right:15px;
}

.footer {
    width:100%;
    box-sizing:border-box;
    border-top:1px solid #e2e2e2;
    background:#081c31;
}

.footer .container {
    padding-bottom:10px;
}

.red {
    color:#c20000;
}

.blogimg {
    width:180px;
    height:120px;
    margin-bottom:20px;
}

.footer .col-md-4 strong {
    font-size:18px;
    display:block;
    padding-bottom:15px;
    font-weight:300;
    border-bottom:1px solid #111;
    margin-bottom:15px;
    color:#c20000;
}

.footer .col-md-6:first-child {
    padding-top:15px;
}

.footer .col-md-6:last-child {
    padding-top:15px;
    text-align:right;
}

.fooa, .soca {
    color:#69685d;
    display:inline-block;
    width:48%;
}

.fooa.full {
    display:block;
    width:100%;
}

.soca {
    width:auto !important;
}

.soca img {
    height:18px !important;
    padding-left:5px;
    padding-right:5px;
}

.sidea {
    display:block;
    line-height:30px;
    font-size:15px;
    color:#69685d;
}

.lastline {
    border-top:1px solid #111;
    margin-top:30px;
    text-align:center;
    padding-top:15px;
    font-size:11px;
    color:#69685d;
}

.justed {
    line-height:24px;
}

.odarow img {
    width:100%;
}

.odarow div {
    padding-bottom:15px;
}

.odarow .col-md-2 {
    border-left:1px solid #e2e2e2;
}

.row.borderbot {
    border-bottom:1px solid #e2e2e2;
    padding-bottom:10px;
}

.rowbottom {
    background:#fff;
    padding:15px;
    height:auto !important;
    padding-bottom:0px !important;
    box-sizing:border-box;
    border:1px solid #e2e2e2;
    border-top:0px;
    -webkit-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
}

.rowbottom .btn {
    font-size:13px;
}

.thumb {
    display:inline-block;
    width:377px;
    height:220px;
    margin:5px;
    max-width:100%;
    box-sizing:border-box;
    position:relative;
}

.thumb:hover {
    
}

.thumb.full {
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
}

.thumbglass {
    display:none !important;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:url(../img/magny.png) no-repeat center;
    cursor:pointer;
    cursor:hand;
}

.margintop {
    margin-top:15px;
}

.thumb img {
    width:100%;
    height:100%;
}

.mapscontainer {
    width:100%;
    height:267px;
}

.mapscontainer frame, .mapscontainer iframe {
    width:100% !important;
    height:100% !important;
}

.mobonly {
    display:none !important;
}

.mobonly.menumob {
    background:url(../img/glow.png) no-repeat left bottom !important;
    color:#fff !important;
    height:41px;
    display:block;
    width:100%;
    border-bottom:1px solid #333;
}

.lfloat {
    float:left !important;
    width:100px !important;
    border:none !important;
    color:#fff !important;
}

.rfloat.nofix {
    width:auto !important;
    display:inline-block !important;
    color:#fff !important;
}

#loader {
    position:fixed;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../img/trans.png) repeat center;
    left:0px;
    top:0px;
    z-index:9999999999;
}

#loaderin {
    display:table;
    width:100%;
    height:100%;
}

#loadercell {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
}

#loadermodal {
    padding:10px;
    padding-bottom:20px;
    text-align:center;
    margin:0px auto;
    width:599px;
    font-style:italic;
    font-weight:700;
    color:#ffffff;
    margin:0px auto;
    box-sizing:border-box;
}

#loadermodal img {
    max-height:100px;
}

#loadermodal iframe, #loadermodal frame {
    height:320px;
    width:100%;
}

.newkata {
    display:inline-block;
    padding:5px 15px;
    background:#f2f2f2;
    color:#333;
    font-size:15px;
    text-transform: uppercase;
    font-weight:bold;
    margin-left:5px;
    margin-right:5px;
}

.newkata:hover, .newkata.actkata {
    text-decoration: none;
    background:#3caae6;
    color:#fff !important;
}

.whatsapp {
    display:inline-block;
    margin:0px auto;
    background:url(../img/wp.png) no-repeat left 10px center green;
    color:#fff;
    padding:10px;
    padding-left:45px;
    border-radius:6px;
    margin-top:5px;
    margin-bottom:5px;
}

.centertx {
    text-align:center;
}

.odathumb {
    height:280px;
    max-width:100%;
    position:relative;
}

.odathumb img {
    width:100%;
    height:100%;
}

.odafiyat {
    position:absolute;
    padding:5px 10px;
    background:#333;
    color:#fff;
    border:1px solid #fff;
    left:25px;
    top:10px;
}

.odabottom {
    bottom:0px;
    left:0px;
    width:100%;
    box-sizing:border-box;
    padding:5px 10px;
    padding-top:10px;
    text-align:left;
    background:url(../img/trans.png) repeat;
    color:#fff;
    line-height:26px;
}

.odabottom .rfloat {
    float:right;
}

.tanitim {
    box-sizing:border-box;
    padding:15px;
    background:#f2f2f2;
    margin-bottom:20px;
    height:100px;
}

.tanitim .glyphicon {
    font-size:36px;
    margin:15px;
    color:#ffb401;
}

.tanitim h3 {
    margin:0px;
}

#thumbs .item {
    margin:5px !important;
    padding:5px;
    cursor:pointer;
    cursor:hand;
}

.blogcont {
    display:inline-block;
    width:32%;
    margin:0px auto;
    margin:5px;
    background:#f2f2f2;
    padding:15px;
    box-sizing:border-box;
    text-align:center;
}

.blogcont img {
    width:100%;
    height:240px;
}

.blogcont h3 {
    font-size:15px;
    margin:0px;
    padding:5px;
    color:#333;
}

.newtanitim, .vthumb {
    display:table;
    width:49%;
    height:240px;
    background-position:center;
    background-size:100% 100%;
    float:left;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:20px;
}

.newtanitim:nth-child(2n) {
    margin-left:2%;
}

.vthumb:nth-child(3n) {
    margin-right:0px;
}

.vthumb {
    float:left;
    width:32%;
    height:200px;
    font-size:11px;
    color:#fff;
    text-shadow:1px 1px #000;
    background-size:100% 135%;
    margin-right:22px;
    border:1px solid #e2e2e2;
}

.newtanitiminner, .vthumbinner {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    box-sizing:border-box;
    cursor:pointer;
    cursor:hand;
    padding:30px;
}

.newtanitiminner:hover, .vthumbinner:hover {
    border:3px solid #fff;
}

.newtanitiminner a, .vthumbinner a {
    font-size:24px;
    color:#fff;
    text-shadow:1px 1px #000;
    font-weight:300;
}

.newtanitiminner a:hover, .vthumbinner a:hover {
    text-decoration:none;
}

.carousel-caption {
    top:120px;
    text-align:center;
}

.carousel-caption h3 {
    font-size:35px;
    text-shadow:1px 1px #000;
}
    
.carousel-caption p {
    font-size:30px;
    text-shadow:1px 1px #000;
}

/** yeni menu */
.menuselector, .langselector {
    display:inline-block;
    padding:11px;
    padding-right:0px;
    color:#e2e2e2;
    position:relative;
    font-weight:300;
    cursor:pointer !important;
    cursor:hand !important;
    margin-top:15px;
}

.langselector {
    padding-top:9px;
    padding-bottom:8px;
    cursor:pointer !important;
    cursor:hand !important;
}

.menuselector * {
    cursor:pointer;
    cursor:hand;
}

.menuselector label {
    font-size:18px;
    text-align:right;
}

.langselector label {
    margin:0px;
    font-size:16px;
    cursor:pointer !important;
    cursor:hand !important;
}

.menuselector .glyphicon, .langselector .glyphicon {
    font-size:24px;
    float:right;
    margin-top:-3px;
    margin-left:5px;
    width:24px;
}

.menuselector .glyphicon {
    margin-top:0px !important;
}

.langselector .glyphicon {
    font-size:13px !important;
    float:right !important;
    margin-top:3px;
}

.langselector a {
    float:right !important;
    margin-top:-2px;
    margin-left:5px;
}

.dilacilir a {
    float:none !important;
    margin:0px !important;
}

.menuselector .glyphicon {
    color:#ffffff;
}

.menuselector:hover *, .langselector:hover * {
    color:#333333;
}

.menuselector:hover label, .langselector:hover label, .langselector:hover .glyphicon, .menuselector:hover .glyphicon {
    color:#fff;
}

.menuacilir {
    position:absolute;
    background:#ffffff;
    text-align:left;
    top:40px;
    width:300px;
    right:0px;
    -webkit-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    z-index:99999999999;
}

.menua {
    display:block;
    font-size:13px;
    font-weight:300;
    color:#333333;
    padding:15px 17px;
    border-bottom:1px solid #e2e2e2 !important;
}

.menua.last {
    border:none !important;
}

.menua:hover,.menua:active,.menua:focus {
    background:#3caae6;
    color:#ffffff;
    text-decoration:none !important;
}

.dilacilir {
    position:absolute;
    width:100%;
    text-align:center;
    background:#ffffff;
    left:0px;
    top:40px;
    -webkit-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.75);
    z-index:99999999999;
}

.dilacilir em {
    display:block;
    padding-top:3px;
    padding-bottom:0px;
    color:#333333;
    border-bottom:1px solid #e2e2e2 !important;
    text-align:center;
    padding-top:15px !important;
}

.dilacilir em:hover {
    font-weight:bold;
    color:#ffffff;
    background-color:#3caae6;
}

.headcontact {
    color:#fff;
    font-size:16px;
    font-weight:700;
    display:inline-block;
    margin-left:30px;
    padding:7px 10px;
    margin-top:15px;
    background:#3caae6;
}

.socials {
    display:inline-block;
}

.socials a, .socialsfoot a {
    display:inline-block;
    height:30px;
    line-height:30px;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    background-size:20px 20px !important;
}

.socials a.facebook, .socialsfoot a.facebook {
    background: url(../img/face.png) center no-repeat;
}

.socials a.twitter, .socialsfoot a.twitter {
    background: url(../img/twit.png) center no-repeat;
}

.socials a.googleplus, .socialsfoot a.googleplus {
    background: url(../img/inst.png) center no-repeat;
}

.socials a.linkedin, .socialsfoot a.linkedin {
    background: url(../img/link.png) center no-repeat;
}

.socials a:hover, .socialsfoot a:hover {
    background-color:#000000;
    text-decoration:none !important;
}

.padtop {
    display:block;
    padding-top:5px !important;
}

.footer img {
    height:60px;
}

.footer .socials {
    padding-top:15px;
}

.footer .socials a {
    padding:12px;
    margin-left:5px;
    background-color:#3caae6;
}

.footer .socials a:hover {
    background-color:#333333;
}

#galcont {
    margin-top:15px;
    margin-bottom:15px;
}

.green {
    color:#3caae6;
    font-weight:bold;
}

/** SHORTCUT EKLEME */
.shortcut_container
{
    display:none;
    position:fixed;
    right:10px;
    bottom:20px;
    width:54px;
    height:auto;
    z-index:999;
    text-align:right;
}

.shortcut_icon
{
    display:block;
    width:48px;
    height:48px;
    border-radius:32px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    margin-top:10px;
    text-align:right;
    background-color:#fff;
}

.shortcut_icon:hover
{
    margin-left:-10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.shortcut_icon em
{
    position:fixed;
    font-size:10px;
    right:94px;
    margin-top:15px;
    text-align:right;
    color:#333;
    padding:5px;
    background:#fff;
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    font-weight:bold;
}

.carousel-control {
    width:40%;
}

#myCarousel {
    background:#fff;
}

@media(max-width:1400px) {
    .carousel-control {
        width:15%;
    }
}

@media(max-width:999px) {
    /** yeni tema */
    .firstheader .socials, .headcontact {
        display:none;
    }
    
    .langselector, .menuselector {
        margin:0px !important;
    }
    
    .langselector {
        float:left;
        margin-top:-10px !important;
    }
    
    .langselector label {
        display:none;
    }
    
    .header .rtext {
        background:#3caae6;
    }
    
    .menuacilir * {
        color:#000 !important;
    }
    
    .rezervasyon {
        padding:0px;
        bottom:20px;
    }
    
    .rezincont {
        width:100% !important;
        border-radius:0px !important;
    }
    
    .rezincont .col-xs-4 {
        padding-right:15px !important;
    }
    
    #pricedisp div {
        padding-left:15px;
        padding-right:15px;
        font-size:21px;
        padding-top:5px;
    }
    
    .mobpadme {
        padding-top:140px;
        text-align:center;
    }
    
    .fixhei {
        width:100%;
        text-align:center;
    }
    
    .thumb {
        display:block !important;
        width:100%;
        max-width:100% !important;
        padding:0px !important;
        margin:0px !important;
        margin-bottom:15px !important;
    }
    
    .footer, .footer * {
        text-align:center !important;
    }
    
    #galcont {
        width:100%;
        overflow:hidden !important;
        box-sizing:border-box;
        padding-left:5px;
        padding-right:5px;
    }
    
    .thumb:last-child {
        margin:0px !important;
    }
    
    html, body {
        overflow-x:hidden !important;
    }
    
    .mobvisible {
        display:block !important;
    }
    
    .firstheader {
        height:15px !important;
    }
    
    .mobultrahide {
        display:none !important;
    }
    /** yeni tema */
    
    .menuselector:hover, .langselector:hover {
        background:none !important;
        color:#ffffff !important;
    }
    
    .menuselector:hover *, .langselector:hover * {
        color:#ffffff;
    }
    
    .menuselector:hover a, .langselector:hover a {
        color:#333333 !important;
    }
    
    .menuselector:hover em, .langselector:hover em {
        color:#333333 !important;
    }
    
    #loadermodal {
        width:300px !important;
    }
    
    #loadermodal iframe, #loadermodal frame {
        width:266px;
        height:152px;
    }
    
    .carousel-caption {
        top:10px;
    }
    
    .carousel-caption h3 {
        font-size:15px;
    }
    
    .carousel-caption p {
        font-size:11px;
    }
    
    .newtanitim, .vthumb {
        width:100%;
        height:auto !important;
        min-height:180px !important;
        margin:0px !important;
        margin-bottom:15px !important;
    }
    
    .vthumb {
        float:none;
        margin:0px auto !important;
        width:100% !important;
        margin-bottom:15px !important;
    }
    
    .fooa {
        display:block;
        width:100%;
    }
    
    .rowbottom .col-md-4, .rowbottom .col-md-8 {
        text-align:center !important;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    
    .blogcont {
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }
    
    .mobpad {
        padding-left:15px !important;
        padding-right:15px !important;
    }
    
    .odathumb {
        height:auto !important;
        margin-bottom:30px;
    }
    
    .mobnopad {
        margin-top:5px !important;
    }
    
    .menucont a:hover, .menucont a#actamenu {
        background:none;
        text-decoration:none;
        color:#ffffff;
    }
    
    .firstheader div {
        text-align:center;
    }
    
    .logocont {
        text-align:center;
    }
    
    .logocont img {
        margin-bottom:15px;
    }
    
    .newkata {
        margin:5px;
    }
    
    .mobhide {
        display:none;
    }
    
    .mobonly {
        display:block !important;
    }
    
    .bigtitle {
        text-align:center;
    }
    
    .langselector {
        right:15px;
        top:15px;
    }
    
    .menucont {
        line-height:30px;
        height:40px;
        overflow:hidden;
    }
    
    .menucont a {
        display:block;
        width:100%;
        text-align:center;
        padding:5px;
        border-bottom:1px solid #333;
    }
    
    .titledbg {
        text-align:center;
        background-position:bottom center;
        font-size:18px;
    }
    
    .lowdesc {
        font-size:14px;
    }
    
    .footer strong {
        text-align:center;
    }
    
    .footer .col-md-4 {
        border:none;
        text-align:center;
        padding:15px 30px !important;
    }
    
    .contmain {
        text-align:center;
    }
    
    .mobmargintop {
        margin-top:30px;
    }
    
    .form-control.half {
        width:100% !important;
    }
    
    .header {
        position:relative;
        background:#081c31;
    }
    
    .banner {
        overflow:visible;
        height:200px !important;
    }
    
    .carousel-indicators {
        display:none;
    }
    
    .carousel img { width:100% !important; }
    
    .rezervasyon {
        position:relative;
        margin-top:20px;
    }
    
    .rezervasyon .btn {
        width:100%;
    }
    
    .col-md-7 .titledbg {
        margin-top:15px;
    }
    
    .nopadul.lower {
        text-align:left;
    }
    
    .mobleft {
        display:block;
        text-align:left !important;
    }
    
    .tanitim div {
        text-align:center;
    }
    
    .tanitim {
        height:auto !important;
    }
    
    .mobrepadleft {
        padding-left:15px !important;
    }
    
    .mobrepadright {
        padding-right:15px !important;
    }
    
    .odarow .col-md-2 {
        border:1px solid #e2e2e2;
    }
    
    .mobmartop {
        margin-top:15px;
    }
    
    .mobleft a {
        font-size:10px;
    }
}