﻿/*
    2015.02.26 - İlhami Yılmaz
    */

ul {
    padding: 0 !important;
}

.ustbar {
    width: 100%;
    min-height: 4px;
    background-color: #9f9f9f;
}

.header-inner {
    padding: 10px 0px;
}

.slowdown {
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

a {
    color: #71706e;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

    a:hover {
        color: #000;
    }

.diller {
    font-size: 12px;
}

    .diller a {
        float: right;
        padding: 0px 10px;
        border-right: 1px solid #71706e;
    }

        .diller a:first-child {
            border-right: none;
        }

.reset-padding {
    padding: 0px !important;
}

.reset-margin {
    margin: 0px !important;
}

.bekenmenu {
    border-top: 1px solid black;
    margin-bottom: 17px;
}

    .bekenmenu a {
        text-transform: uppercase;
        border-right: 1px solid black;
        border-radius: 0 !important;
        /*min-height: 60px;*/
    }

.left-beken a {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    line-height: 14px !important;
}

.empty-button {
    background: none;
    border: none;
}

.empty-input {
    border: none;
    background: transparent;
}

.menu-border-beken {
    border-right: 1px solid black;
}

.reset-rborder {
    border-right: none !important;
}

.search {
    min-height: 36px;
    padding-top: 2px;
}

.minify {
    margin: 5px 0 0 0;
}

.searchbox {
    width: 120px;
    border: 1px solid #9f9f9f;
    padding: 0px 10px;
    border-radius: 10px;
}

.facebook {
    color: #425e9a;
}

.instagram {
    color: #3f729b;
}

.twitter {
    color: #88c9f9;
}

.googleplus {
    color: #dd4b39;
}

.linkedin {
    color: #0177b5;
}

.company img {
    margin: 10px 10px;
}

.company.oil {
    background-color: #77787c;
}

.oil:hover {
    background-color: #5a5a5a;
}

.company.restaurant {
    background-color: #ed1b24;
}

.restaurant:hover {
    background-color: #c20810;
}

.company.bakery {
    background-color: #f8931d;
}

.bakery:hover {
    background-color: #e98612;
}

.company.shopping {
    background-color: #00aeef;
}

.shopping:hover {
    background-color: #0398cf;
}

.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.companies {
    border: 1px solid #fff;
    padding: 25px 15px;
}

.articular {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px;
}

    .articular.last {
        border-right: 1px solid #fff;
    }

footer.top {
    background-color: #c7c7c7;
    color: #71706e;
    padding: 32px 0px;
}

    footer.top h3 {
        color: white;
    }

footer.bottom {
    background-color: #9f9f9f;
    color: white;
    padding: 12px 0px;
}

.copyme {
    margin-top: 6px;
}

.footerlogo {
    margin-top: 10px;
}

.footerlist {
    list-style-type: none;
    padding-left: 5px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background: url(http://www.hilmibeken.com.tr/Resim/Upload/affixbg635622878981394573.png) left center no-repeat #fff;
    background-size: contain;
    z-index: 9999;
    left: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    padding: 10px 220px 0px 220px;
}

    #nav.affix .search {
        display: none;
    }

#nav > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.sosyalmeydan {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (max-width: 767px) {
    .center-mobile {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none !important;
        text-align: center;
    }

    .fullw-mobile {
        width: 100% !important;
        height: auto !important;
    }

    .navbar-toggle {
        border: 1px solid #9f9f9f;
    }

        .navbar-toggle .icon-bar {
            background-color: #9f9f9f;
        }

    .header-inner {
        padding: 30px 0px 0px 0px;
    }

    .bekenmenu a {
        border-right: none;
    }

    .menu-border-beken {
        border-right: none;
    }

    .left-beken a {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    nine_oh-percent {
        width: 90% !important;
    }
}

/*iPad Özel*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .nine_oh-percent {
        width: 90%;
    }

    .fullw-mobile {
        width: 100% !important;
        height: auto !important;
    }
}

/*Nav Collapse @ iPad Portre Modu*/
@media (max-width: 992px) {
    body {
        margin-bottom: 55px;
    }

    /*ÖNEMLİ - Body margin floating-nav için olması gerek!
        Aksi halde altta firma logosu ve telif kısmı gözükmüyor.
        //İlhami */

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        z-index: 99999 !important;
        background-color: white;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-toggle.collapsed {
        border: 1px solid #9f9f9f;
    }
}

/* Floating Nav İçin Gerekli !!! 
    CDN - destek.karayeltasarim */

/*.floating-nav {
    text-align: center;
    height: 50px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    -ms-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    box-shadow: 0 1px 15px rgba(0,0,0,.15);
    border-collapse: separate;
}

    .floating-nav ul {
        border: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

.msie7 .floating-nav ul {
    display: inline;
}

.floating-nav li {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
    border-right: solid 1px #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}

    .floating-nav li.last {
        border: 0;
    }

    .floating-nav li a {
        display: inline-block;
        font: normal 12px/50px Arial;
        height: 50px;
        color: #404040;
        padding: .15em 0 0;
        background: no-repeat 0 49%;
        padding: 0 0 0 23px;
    }

.msie7 .floating-nav li a {
    display: inline;
}

.floating-nav li.i1 a {
    background-image: url(http://destek.karayeltasarim.com/resimler/floating-1.png);
}

.floating-nav li.i2 a {
    background-image: url(http://destek.karayeltasarim.com/resimler/floating-2.png);
}

.floating-nav li.i3 a {
    background-image: url(http://destek.karayeltasarim.com/resimler/floating-3.png);
}

.floating-nav li.i4 a {
    background-image: url(http://destek.karayeltasarim.com/resimler/floating-4.png);
}

.floating-nav li.i5 a {
    background-image: url(http://destek.karayeltasarim.com/resimler/floating-5.png);
}

.floating-nav li.i6 a {
    background-image: url(http://destek.karayeltasarim.com/resimler/floating-6.png);
}*/

.floating-nav{text-align:center;height:50px;background:#fff;position:fixed;bottom:0;left:0;top:auto;width:100%;z-index:100;-webkit-box-shadow:0 1px 15px rgba(0,0,0,.15);-moz-box-shadow:0 1px 15px rgba(0,0,0,.15);-ms-box-shadow:0 1px 15px rgba(0,0,0,.15);-o-box-shadow:0 1px 15px rgba(0,0,0,.15);box-shadow:0 1px 15px rgba(0,0,0,.15);border-collapse:separate;}
.floating-nav ul{border:0;margin:0;display:inline-block;width:100%;padding-left:0;}
.msie7 .floating-nav ul{display:inline;}
.floating-nav li{float:left;width:20%;padding:0;margin:0;border-right:solid 1px #ccc;-moz-box-sizing:border-box;box-sizing:border-box;list-style-type:none;}
.floating-nav li.last{border:0;}
.floating-nav li a{display:inline-block;font:normal 12px/50px Arial;height:50px;color:#404040;padding:.15em 0 0;background:no-repeat 0 49%;padding:0 0 0 23px;background-size:contain;animation-duration:2s;animation-delay:1000ms;animation-iteration-count:1;animation-name:jello;}
.msie7 .floating-nav li a{display:inline;}
.floating-nav li.i1{background:#095356;}
.floating-nav li.i1 a{background-image:url(https://www.antalyawebtasarim.com/destek/resimler/micon-phone.png);}
.floating-nav li.i2{background:#674361;}
.floating-nav li.i2 a{background-image:url(https://www.antalyawebtasarim.com/destek/resimler/micon-map.png);}
.floating-nav li.i3{background:#25ae88;}
.floating-nav li.i3 a{background-image:url(https://www.antalyawebtasarim.com/destek/resimler/micon-home.png);}
.floating-nav li.i4{background:#ff9900;}
.floating-nav li.i4 a{background-image:url(https://www.antalyawebtasarim.com/destek/resimler/micon-share.png);}
.floating-nav li.i5{background:#18bdf6;}
.floating-nav li.i5 a{background-image:url(https://www.antalyawebtasarim.com/destek/resimler/micon-translate.png);}
.floating-nav li.i6{background:#9a64b9;}
.floating-nav li.i6 a{background-image:url(https://www.antalyawebtasarim.com/destek/resimler/micon-contact.png);}

/*@media (max-width: 992px) {
    .floating-nav .wrapper {
        padding: 0;
    }

    .floating-nav li {
        padding: 0;
    }

        .floating-nav li a {
            text-indent: -9999px;
            background-position: center;
            display: block !important;
            padding: 0 !important;
            margin: 0 !important;
        }
}*/

@media (min-width: 768px) {
    .nav > li > a {
        padding: 10px 10px !important;
    }
}

.mobilMenu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobilMenu {
        display: block;
    }

    .menu {
        display: none;
    }

    .mobilMenuAffix {
        display: none;
    }

    #nav.affix .mobilMenuAffix {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .mobilMenu {
        display: block;
        float: right;
    }

    .menu {
        display: none;
    }

    #nav.affix {
        background: url(http://www.hilmibeken.com.tr/Resim/Upload/affixbg6356228789813945731635625326206476206.png) left center no-repeat #fff;
    }
}

#mobilDrop {
    border: 0;
    background: url(http://www.hilmibeken.com.tr/Resim/Upload/menu-bg635654640322731370.png) center center no-repeat;
    height: 34px;
    width: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    float: right;
    margin-top: 25px;
}

#mobilDropAffix {
    border: 0;
    background: url(http://www.hilmibeken.com.tr/Resim/Upload/menu-bg635654640322731370.png) center center no-repeat;
    height: 34px;
    width: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    float: right;
    margin-top: -2px;
    position: absolute;
    right: 80px;
    margin-right: 42px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navstyle {
    width: 50%;
    margin: 10px auto;
}

.narrowpadding {
    padding-left: 5px;
    padding-right: 5px;
}

.nobb {
    border-bottom: none !important;
}

.thiner {
    padding: 5px !important;
}

/*Dikey Karosel*/
.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    /*-webkit-transition: 0.6s ease-in top;
     -moz-transition: 0.6s ease-in top;
      -ms-transition: 0.6s ease-in top;
       -o-transition: 0.6s ease-in top;
          transition: 0.6s ease-in top;*/
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
/*Dikey Karosel*/

.fix-height {
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}

.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: inherit;
    filter: inherit;
}

.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: inherit;
    filter: inherit;
}

a.carousel-control.left {
    color: #fff;
    background-color: #ed222a;
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border-radius: 5px;
}

a.carousel-control.right {
    color: #fff;
    background-color: #ed222a;
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border-radius: 5px;
}

.carousel-control {
    top: inherit;
    width: 8%;
}

.sube {
    min-height: 404px;
}

@media(max-width:767px) {
    .mobile-view {
        max-width: 100%;
        max-height: 100vh;
        overflow: hidden;
        background-image: url(/Resim/Upload/mobile-bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        font-family: 'Rubik', sans-serif !important;
    }

    .mobile-main {
        display: table;
        width: 100%;
        height: calc(100vh - 620px);
    }

    .mobile-body {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .mobile-logo {
        width: 30%;
        margin: 30px auto;
    }

    .button-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-button {
        text-align: center;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.75);
        border-radius: 2px;
    }

        .mobile-button p {
            margin: 0;
            color: #5f5f5f;
            font-weight: 500;
            font-size: 12px;
        }

        .mobile-button .buttonpic {
            width: 100%;
            padding: 5px;
        }

            .mobile-button .buttonpic > div {
                width: 100%;
                height: 85px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }

    ul.nav.navbar-nav.flr {
        float: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media(min-width:992px) {
    body {
        font-size: 10px;
    }
}

                            