@charset "utf-8";

body {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #666;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-repeat: repeat-x;
    font-weight: ligter
}

p {
    line-height: 22px
}

#wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto
}

a, img, input, select, textarea {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a {
    color: #333;
    text-decoration: none
}

input, select, textarea {
    font-family: 'Roboto',sans-serif;
    outline: none;
    padding: 5px;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc
}

input, textarea {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    outline: none;
    border: 1px solid #ccc
}

    input:focus, textarea:focus {
        box-shadow: 0 0 5px #00b7be;
        border: 1px solid #00b7be
    }

table tr td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    padding: 5px
}

.notice {
    color: orange;
    font-weight: 700
}

.error {
    color: red;
    font-weight: 700
}

.complete {
    color: green;
    font-weight: 700
}

.clear {
    clear: both
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    font-weight: 400
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

.menu {
    float: right;
    width: 100%
}

    .menu ul {
        padding: 0;
        margin: 0;
        float: right
    }

    .menu li {
        float: left;
        position: relative;
        list-style-type: none
    }

        .menu li a {
            float: right;
            color: #fff;
            padding-left: 20px;
            padding-right: 20px;
            text-decoration: none;
            line-height: 65px;
            font-weight: 600;
            font-size: 17px;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: rgba(0,0,0,0.1)
        }

    .menu ul li ul li:hover a {
        background: rgba(0,0,0,0.3)
    }

    .menu li:hover a {
        background: rgba(0,0,0,0.1)
    }

    .menu ul li ul {
        width: 220px;
        background: rgb(227, 30, 36);
        float: left;
        position: absolute;
        top: 65px;
        left: -1px;
        z-index: 1;
        display: none;
        margin: 0;
        padding: 0
    }

        .menu ul li ul li {
            float: none;
            margin: 0px;
            padding: 0px;
        }

            .menu ul li ul li a {
                background: none;
                font-size: 14px;
                float: none;
                text-align: left;
                display: block;
                line-height: 40px;
                margin: 0;
                padding: 0 0 0 10px;
                border-bottom-width: 1px;
                border-right-style: none;
                border-bottom-style: solid;
                border-bottom-color: rgba(0,0,0,0.1)
            }

    .menu li:hover > ul {
        display: block
    }

    .menu ul li ul li ul {
        width: 200px;
        height: auto;
        float: left;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        display: none
    }

        .menu ul li ul li ul li a:hover {
            background: rgba(0,0,0,0.4)
        }

.menuAc {
    padding: 5px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: none;
    font-size: 24px;
    width: 100%;
    float: left
}

.sayfalama {
    width: 100%;
    text-align: center;
    margin: 35px auto 17px
}

    .sayfalama span a {
        text-decoration: none;
        color: #666;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 13px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border: 1px solid #CCC;
        text-shadow: .06em .06em #fff;
        padding: 5px 10px
    }

        .sayfalama span a:hover {
            background-color: #ccc
        }

    .sayfalama .sayfalama-active a {
        background-color: #ccc
    }

.iletisimtable {
    float: left;
    width: 49%
}

.iletisiminfo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.iletisimtable h4 {
    color: #a93030
}

.gonderbtn {
    color: #444;
    border: 1px solid #444;
    padding: 10px 25px;
    display: inline-block
}

    .gonderbtn:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #444
    }

.iletisimbilgileri iframe {
    box-shadow: 0 0 15px #ccc
}

.clearmob {
    display: none
}

.header {
    position: relative;
    z-index: 255
}

.menubg {
    background: rgb(227, 30, 36);
    float: left;
    width: 100%
}

#slider {
    position: relative;
    margin-top: 65px
}

#largeredbtn {
    font-size: 20px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 50px
}

    #largeredbtn:hover {
        color: #000;
        background: #fff
    }

.logo {
    height: 120px;
    width: 1500px;
    top: 0;
    margin-left: -1220px;
    position: absolute;
    background-color: #FFF;
    z-index: 755;
    background-repeat: no-repeat
}

.head {
    background-color: #2b2a29;
    float: left;
    height: 41px;
    width: 100%;
    margin-bottom: -1px
}

.logoright {
    background-image: url(../images/logo-right.png);
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 120px;
    width: 30px;
    margin-right: -18px
}

.logoimage {
    float: right;
    margin-top: 15px;
    margin-right: 20px
}

.dilvesosyal {
    color: #fff;
    float: left;
    font-size: 13px;
    margin-left: 310px
}

.diller {
    float: left
}

    .diller a {
        color: #fff;
        line-height: 40px;
        margin-right: 5px;
        margin-left: 5px
    }

#dilaktif {
    font-weight: 700;
    font-size: 14px
}

.sosyallinkler {
    float: left;
    margin-left: 30px
}

    .sosyallinkler a {
        float: left;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px
    }

        .sosyallinkler a:hover {
            background: rgba(0,0,0,0.2)
        }

.accountlinks {
    float: right
}

    .accountlinks a {
        color: #fff;
        line-height: 40px;
        padding-right: 15px;
        padding-left: 15px;
        float: right;
        font-size: 13px;
        font-weight: 700
    }

        .accountlinks a:hover {
            background: rgba(0,0,0,0.2)
        }

    .accountlinks i {
        margin-right: 5px
    }

.tanitim {
    float: left;
    width: 60%;
    margin-top: 25px;
    margin-bottom: 25px
}

.indexbaslik {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6
}

    .indexbaslik h2 {
        font-size: 24px;
        font-weight: 700
    }

.tanitim .gonderbtn {
    color: rgb(227, 30, 36);
    margin-top: 10px;
    border: 1px solid rgb(227, 30, 36);
}

    .tanitim .gonderbtn:hover {
        color: #fff;
        background: rgb(227, 30, 36);
    }

.haberduyurular {
    background-color: #CCC;
    float: right;
    width: 35%;
    position: relative;
    margin-top: -62px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,#f2f2f2 0%,#fff 100%);
    background: -webkit-linear-gradient(top,#f2f2f2 0%,#fff 100%);
    background: linear-gradient(to bottom,#f2f2f2 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#ffffff',GradientType=0);
    z-index: 33;
    min-height: 250px
}

.hbbaslik {
    background-color: rgb(227, 30, 36);
    float: left;
    height: 62px;
    width: 100%
}

    .hbbaslik h3 {
        color: #fff;
        line-height: 62px;
        margin-left: 15px;
        font-size: 18px;
        float: left
    }

    .hbbaslik i {
        margin-right: 5px
    }

.hbtumlink {
    float: right;
    font-weight: lighter;
    color: #fff;
    line-height: 62px;
    padding-right: 15px;
    padding-left: 15px
}

    .hbtumlink:hover {
        background: rgba(0,0,0,0.1)
    }

.tanitim p {
    color: #999;
    line-height: 23px
}

.haberduyuru {
    float: left;
    width: 95%;
    margin-top: 20px;
    margin-left: 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .haberduyuru:hover {
        margin-left: 20px
    }

    .haberduyuru h4 {
        line-height: 18px
    }

        .haberduyuru h4 a {
            font-size: 14px;
            font-weight: 800;
            color: #333
        }

    .haberduyuru p {
        font-size: 13px;
        color: gray;
        line-height: 17px
    }

        .haberduyuru p a {
            font-weight: 600;
            color: rgb(227, 30, 36)
        }

    .haberduyuru img {
        width: 130px;
        height: 110px;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        box-shadow: 0 0 5px #777
    }

.ozellikler {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px
}

.ozellik {
    height: 285px;
    width: 23%;
    text-align: center;
    margin: 10px;
    float: left
}

.servisikon {
    height: 150px;
    width: 150px;
    float: center;
    background: #f0f0f0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 150px;
    display: inline-block;
    text-align: center;
    font-size: 54px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ozellik h4 {
    color: rgb(227, 30, 36);
    margin-top: 15px
}

.ozellik p {
    color: #999;
    font-size: 14px;
    padding: 0px 20px;
}

.servisikonalt {
    height: 134px;
    width: 134px;
    color: rgb(227, 30, 36);
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    line-height: 134px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}

.ozellik .servisikonalt:hover {
    background: rgb(227, 30, 36)
}

    .ozellik .servisikonalt:hover .svg-inline--fa {
        color: rgb(255 255 255) !important
    }

.ozellik:hover .servisikon {
    background: rgb(227, 30, 36);
}

.ozellik:hover .servisikonalt .svg-inline--fa {
    color: rgb(255 255 255) !important
}

.list_carousel {
    width: 100%
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block
    }

    .list_carousel li {
        text-align: center;
        width: 240px;
        height: 280px;
        display: block;
        float: left;
        margin: 8px
    }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0
    }

.clearfix {
    float: none;
    clear: both
}

.urun img {
    height: auto;
    width: 100%
}

.urun h5 a {
    color: #333;
    font-size: 16px
}

.urun span {
    color: #ed4137;
    font-weight: 700;
    font-size: 20px
}

#prevnextbtn {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgb(227, 30, 36);
    color: rgb(227, 30, 36);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    #prevnextbtn:hover {
        color: #fff;
        background: rgb(227, 30, 36)
    }

.prevnextbtn {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #00b7be;
    color: #00b7be;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .prevnextbtn:hover {
        color: #fff;
        background: #ed4137
    }

.nextprevbtns {
    text-align: center;
    float: right;
    width: 70px
}

.indexbaslik h2 a {
    color: #333
}

.blog {
    background-image: url(../images/blogbg.jpg);
    background-repeat: repeat;
    background-position: top center;
    float: left;
    height: 407px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px
}

#foo3 li {
    height: 303px;
    width: 237px;
    margin: 9px;
    text-align: left
}

.bloglist img {
    width: 237px;
    height: 180px
}

.bloglist h5 a {
    font-size: 16px;
    color: #ed4137;
    font-weight: 600;
}

.bloglist p {
    color: #999;
    font-size: 14px
}

.musteriyorumlari {
    background-size: 100%;
    background-attachment: fixed;
    background-image: url(../images/myorumlarbg.jpg);
    background-position: center top;
    float: left;
    height: 457px;
    width: 100%;
    padding-top: 35px;
    margin-top: 30px;
    margin-bottom: 30px
}

#indexbaslik2 {
    text-align: center;
    color: #fff;
    border-style: none
}

    #indexbaslik2 h5 {
        font-weight: 100;
        font-size: 20px;
        margin-bottom: 30px
    }

    #indexbaslik2 .nextprevbtns {
        text-align: center;
        width: 100%
    }

.musteriyorumlari .list_carousel {
    width: 720px;
    margin: auto
}

    .musteriyorumlari .list_carousel li {
        text-align: center;
        width: 720px;
        height: 260px;
        display: block;
        float: left;
        margin: 0
    }

.musteriyorumlari #prevnextbtn {
    border: 1px solid #fff;
    color: #fff
}

    .musteriyorumlari #prevnextbtn:hover {
        color: #507e38;
        background: #fff
    }

.myorum img {
    width: 105px;
    height: 105px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.myorum p {
    color: #fff;
    font-weight: 100;
    font-size: 16px
}

.myorum h5 {
    color: #fff;
    font-weight: 100;
    font-size: 18px
}

.ekibimiz {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

    .ekibimiz #indexbaslik2 {
        color: #333;
        margin-bottom: 0
    }

.ekip {
    text-align: center;
    float: left;
    width: 232px;
    margin: 12px
}

    .ekip h5 {
        font-size: 16px
    }

        .ekip h5 span {
            font-weight: 100
        }

.ekibimiz #indexbaslik2 h5 {
    margin-bottom: 0
}

.ekibimiz .indexbaslik h2 {
    color: #ed4137
}

.ekip img {
    margin-bottom: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.ekipsosyal {
    float: left;
    width: 100%;
    margin-top: 10px
}

    .ekipsosyal a {
        color: #999;
        padding: 5px 12px;
        font-size: 14px
    }

        .ekipsosyal a:hover {
            background: #CCC;
            color: #333
        }

.paketler {
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../../uploads/1c2dfc7368.jpg)
}

    .paketler #indexbaslik2 h5 {
        margin-bottom: 0
    }

.paketkategoriler {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    text-align: center
}

    .paketkategoriler .gonderbtn {
        color: #fff;
        border: 2px solid #fff;
        float: none;
        font-weight: 600;
        margin: 2px;
        padding: 10px 25px
    }

        .paketkategoriler .gonderbtn:hover {
            color: #000;
            background: #fff
        }

#paketaktif {
    color: #000;
    background: #fff
}

.paketlist {
    margin: 5px;
    float: left;
    width: 32%
}

.paket {
    background-color: #FFF;
    width: 89%;
    padding: 15px;
    float: left;
    box-shadow: 0 0 5px #000,inset 0 0 20px 7px #ccc;
    margin-bottom: 10px
}

    .paket .paketozellik span {
        float: left;
        width: 100%;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #F4F4F4;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .paket .fa-check {
        color: #4bb000;
        margin-right: 10px
    }

    .paket .fa-times {
        color: red;
        margin-right: 10px
    }

    .paket h1 {
        text-align: center;
        float: left;
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        color: #ed4137;
        margin-bottom: 15px;
        margin-top: 10px;
    }

.paketfiyat {
    font-size: 22px;
    font-weight: 700;
    color: #4bb000;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px
}

    .paketfiyat span {
        font-weight: 400;
        font-size: 18px
    }

.paketlist .gonderbtn {
    color: #fff;
    border: 1px solid #fff;
    float: left;
    width: 98%;
    text-align: center;
    font-size: 18px;
    padding: 12px 0
}

    .paketlist .gonderbtn:hover {
        color: #fff;
        background: #4bb000;
        border: 1px solid #4bb000
    }

.paketlist:hover .gonderbtn {
    color: #fff;
    background: #4bb000;
    border: 1px solid #4bb000
}

.tumpaketlink {
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 25px;
    font-weight: 700;
    font-size: 16px
}

    .tumpaketlink a {
        color: #fff
    }

.istatistikler #indexbaslik2 h2 {
    color: #ed4137
}

.istatistikler #indexbaslik2 h5 {
    color: #333;
    margin: 0
}

.istatistikler {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.istatistik {
    text-align: center;
    float: left;
    height: 200px;
    width: 200px;
    border: 1px solid #CCC;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 27px
}

    .istatistik h4 {
        color: #ed4137;
        font-size: 46px;
        font-weight: bolder;
        margin-top: 35px
    }

    .istatistik h5 {
        font-weight: 100;
        font-size: 20px
    }

.istaline {
    width: 40%;
    margin: auto;
    height: 1px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 15px
}

.istatistikler #indexbaslik2 {
    margin-bottom: 0
}

.logolar {
    float: left;
    width: 100%;
    padding-top: 35px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F2F2F2
}

    .logolar img {
        float: left;
        margin-left: 37px;
        margin-right: 37px;
        width: 130px;
        height: 100px
    }

.footinfo {
    background-color: rgb(227, 30, 36);
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    color: #fff
}

    .footinfo h1 {
        line-height: 90px;
        font-size: 22px;
        font-weight: 100
    }

.footer {
    background-repeat: repeat;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 25px;
    color: #FFF;
    height: auto;
    float: left;
    background-position: center center;
    background-color: #333;
    background-image: url(../../uploads/6486b22e4d.jpg);
    background-size: 100%;
}

.footerlogo {
    max-width: 225px;
}

.footblok {
    float: left;
    width: 33%;
    margin: 15px
}

    .footblok p {
        font-size: 13px
    }

    .footblok h4 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .footblok h3 {
        margin-bottom: 25px;
        font-size: 20px;
        font-weight: 700
    }

#footlinks a {
    font-size: 15px;
    color: #FFF;
    float: left;
    width: 100%;
    padding: 8px 5px
}

    #footlinks a:hover {
        padding-left: 10px;
        color: rgb(227, 30, 36);
    }

.footblok h4 span {
    width: 80px;
    float: left;
    font-weight: 100;
    font-size: 16px
}

.footblok h5 span {
    width: 80px;
    float: left;
    margin-bottom: 40px;
    font-weight: 100;
    font-size: 18px
}

.footblok h5 strong {
    font-size: 14px
}

#footlinks {
    width: 26%
}

#footebulten {
    width: 30%
}

    #footebulten .btn {
        float: left;
        width: 59%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-family: roboto;
        font-size: 18px
    }

.altfooter {
    background-color: #292929;
    width: 100%;
    height: 80px;
    float: left
}

    .altfooter h5 {
        font-size: 14px;
        color: #fff;
        float: left;
        line-height: 80px;
        opacity: .4;
        filter: alpha(opacity=40)
    }

    .altfooter .headsosyal {
        float: right
    }

        .altfooter .headsosyal a {
            line-height: 80px
        }

#footebulten input {
    background-color: #333;
    float: left;
    width: 80%;
    padding: 15px;
    margin-bottom: 5px;
    font-family: roboto;
    font-size: 15px;
    color: #999;
    font-weight: 700;
    border: 1px solid #333
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(41,41,41,0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0 .3s;
    -moz-transition: opacity .3s 0s,visibility 0 .3s;
    transition: opacity .3s 0s,visibility 0 .3s
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s,visibility 0 0;
        -moz-transition: opacity .3s 0s,visibility 0 0;
        transition: opacity .3s 0s,visibility 0 0
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1
    }

    .cd-top.cd-fade-out {
        opacity: .5
    }

.no-touch .cd-top:hover {
    background-color: #e31e24;
    opacity: 1
}

.foot-overlay {
    width: 100%;
    float: left;
    background: #000
}

.btn {
    color: white;
    text-align: center;
    border: 1px solid #507e38;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 50px;
    font-weight: 600;
    display: inline-block
}

    .btn:hover {
        color: #fff;
        background: rgb(227, 30, 36)
    }

#footebulten .btn {
    float: left;
    width: 57%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: roboto;
    font-size: 18px
}

.altfooter {
    background-color: #292929;
    width: 100%;
    height: 80px;
    float: left
}

    .altfooter h5 {
        font-size: 14px;
        color: #fff;
        float: left;
        line-height: 80px;
        opacity: .4;
        filter: alpha(opacity=40)
    }

    .altfooter .headsosyal {
        float: right;
        margin: 0
    }

        .altfooter .headsosyal a {
            line-height: 80px;
            float: left;
            font-size: 18px;
            color: #FFF;
            padding-right: 15px;
            padding-left: 15px
        }

            .altfooter .headsosyal a:hover {
                transform: rotate(360deg);
                transition: 2s all;
            }

.footseolinks {
    background-color: #222;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

    .footseolinks a {
        float: left;
        width: 20%;
        margin-top: 2px;
        margin-bottom: 2px;
        color: #888;
        font-size: 13px;
        text-shadow: .06em .06em #000
    }

        .footseolinks a:hover {
            color: #fff;
            text-shadow: .06em .06em #000
        }

.footblok h4 strong {
    font-size: 16px
}

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto
}

    .cd-container::after {
        content: '';
        display: table;
        clear: both
    }

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0
}

.tp-banner {
    width: 100%;
    position: relative
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.hidden {
    opacity: 0
}

.visible {
    opacity: 1
}

.sayfaheader {
    background-size: 100%;
    background-position: center center;
    float: left;
    height: 230px;
    width: 100%;
    margin-top: 65px;
    text-shadow: .08em .08em #000;
    background-image: url(../images/headerbg.jpg)
}

.sayfabaslik {
    float: right;
    margin-top: 75px;
    color: #fff;
    text-align: right
}

    .sayfabaslik h1 {
        font-weight: 700
    }

    .sayfabaslik h5 {
        font-weight: 100
    }

        .sayfabaslik h5 a {
            color: #fff
        }

.paypasbutonlar {
    float: right;
    margin-top: -20px;
    margin-bottom: -30px;
    text-align: center;
    color: #666;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 66;
    position: relative
}

    .paypasbutonlar a {
        color: #666;
        float: left;
        height: 40px;
        width: 40px;
        font-size: 16px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        line-height: 250%;
        background: #fff
    }

        .paypasbutonlar a:hover {
            color: #fff;
            background: #666
        }

#facepaylas:hover {
    background: #365899
}

#twitpaylas:hover {
    background: #1da1f2
}

#googlepaylas:hover {
    background: #d73d32
}

#linkedpaylas:hover {
    background: #008cc9
}

.sidebar {
    background-color: #CCC;
    float: left;
    width: 30%;
    position: relative;
    margin-top: -50px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,#f2f2f2 0%,#fff 100%);
    background: -webkit-linear-gradient(top,#f2f2f2 0%,#fff 100%);
    background: linear-gradient(to bottom,#f2f2f2 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#ffffff',GradientType=0);
    z-index: 33;
    min-height: 250px
}

.sidebasliksitemio {
    background-color: rgb(227, 30, 36);
    float: left;
    height: 50px;
    width: 100%
}

    .sidebasliksitemio h4 {
        color: #fff;
        line-height: 50px;
        margin-left: 15px;
        font-size: 18px;
        float: left
    }

.sidekategori {
    float: right;
    width: 290px;
    margin-top: 10px;
    margin-right: 10px
}

#accordion a {
    color: #292d35;
    float: left;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px
}

    #accordion a:hover {
        color: #e31e24;
        padding-left: 5px
    }

.sidelinks i {
    margin-right: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 6px
}

#accordion i {
    margin-right: 10px
}

.sidebar h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #00b7be
}

#accordion div {
    padding: 15px;
    font-size: 14px;
    background: none;
    overflow: hidden
}

#accordion h3 {
    font-weight: 600;
    outline: none;
    font-size: 15px
}

.icerik {
    width: 100%;
    float: right;
    margin-top: 40px
}

    .icerik p {
        line-height: 23px
    }

.sidelinks {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

    .sidelinks a {
        float: left;
        font-weight: 700;
        width: 100%;
        color: #666;
        padding: 7px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #dcdcdc
    }

        .sidelinks a:hover {
            margin-left: 5px;
            color: #000
        }

.urunkategori {
    margin-top: 10px
}

    .urunkategori .urun {
        float: left;
        margin: 8px;
        text-align: center;
        width: 210px;
        height: 150px
    }

        .urunkategori .urun img {
            width: 210px
        }

.urunara {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px
}

    .urunara input {
        width: 50%;
        padding: 10px;
        font-size: 13px;
        border: 1px solid #ccc
    }

    .urunara .gonderbtn {
        padding: 9px 25px;
        float: none;
        background: #ed4137;
        border: 1px solid #ed4137;
        color: #fff
    }

        .urunara .gonderbtn:hover {
            background: #424242;
            border: 1px solid #424242
        }

.listelemasyon {
    float: left;
    width: 100%;
    margin-top: 15px
}

.listeleme {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2
}

.listefoto {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: center;
    height: 180px;
    border: 5px solid #F2F2F2;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.detaylink {
    color: #ed4137
}

    .detaylink:hover {
        margin-left: 7px
    }

.listeicerik h3 a {
    color: #ed4137;
    font-size: 20px;
    font-weight: 700
}

    .listeicerik h3 a:hover {
        text-decoration: underline
    }

.listeleme:hover .listefoto {
    border: 5px solid #ed4137
}

.urundetay .icerik {
    float: left
}

.urundetay .sidebar {
    float: right
}

.urundetay .paypasbutonlar {
    float: left
}

.urundetay .sayfabaslik {
    float: left;
    margin-top: 75px;
    color: #fff;
    text-align: left
}

.urundetaybilgiler {
    float: left;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 25px
}

.urundetayfoto {
    float: left;
    margin-right: 20px
}

.urunkisainfo h4 {
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-size: 15px
}

.urunkisainfo {
    float: left;
    width: 46%
}

    .urunkisainfo h4 span {
        width: 44%;
        float: left
    }

    .urunkisainfo h5 {
        margin-bottom: 10px;
        font-size: 16px
    }

.siparisbtns {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px
}

.btn i {
    margin-right: 10px
}

.urungiderfotolar {
    margin-top: 10px
}

.urunkisainfo h4 a {
    color: #333;
}

.tumpaketler #indexbaslik2 {
    color: #333
}

.tumpaketler .paketkategoriler .gonderbtn {
    color: #333;
    border: 2px solid #333;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px
}

    .tumpaketler .paketkategoriler .gonderbtn:hover {
        color: #fff;
        background: #333;
        border: 2px solid #333
    }

.tumpaketler .paketkategoriler #paketaktif {
    color: #fff;
    background: #333;
    border: 2px solid #333
}

.tumpaketler .paket {
    box-shadow: 0 0 5px #ccc,inset 0 0 15px 7px #F2F2F2
}

.tumpaketler .paketler {
    margin-top: 0;
    margin-bottom: 0
}

.tumpaketler .paketlist {
    margin-bottom: 20px
}

    .tumpaketler .paketlist .gonderbtn {
        color: #4bb000;
        border: 1px solid #4bb000
    }

    .tumpaketler .paketlist:hover .gonderbtn {
        color: #fff
    }

.tumpaketler .tumpaketlink a {
    color: #333
}

.paketaciklamalar h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F0F0F0;
    width: 100%;
    float: left;
    font-weight: 700
}

.iletisim {
    float: left;
    width: 100%
}

    .iletisim h4 {
        text-align: center;
        font-weight: lighter;
        font-size: 22px;
        color: #333;
        margin-bottom: 30px;
        line-height: 29px;
        margin-top: 35px
    }

.iletisimboks {
    background-image: url(../images/iletisimbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 25px
}

.iletisimbok {
    float: left;
    width: 49%
}

#iletisimboksag {
    float: right
}

.iletisimbok h3 {
    font-size: 18px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(227, 30, 36);
    color: rgb(227, 30, 36)
}

    .iletisimbok h3 i {
        margin-right: 7px
    }

.iletisimbok table tr td {
    font-size: 15px;
    padding: 20px
}

#iletsubebtn {
    float: left;
    width: 48%;
    font-weight: 700;
    border-radius: 0;
    margin: 9px;
    padding: 14px 0;
    margin-bottom: 30px;
    margin-top: 0
}

.iletisimboks table tr td input {
    color: #333;
    background-color: #f1f1f1;
    width: 97%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0 solid #e0e0e0
}

.iletisimboks table tr td textarea {
    color: #333;
    background-color: #f1f1f1;
    width: 97%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0 solid #e0e0e0
}

.iletisim iframe {
    box-shadow: 0 0 15px #ccc
}

.nobordertd {
    border-bottom-style: none
}

.galeris img {
    margin: 3px;
    width: 195px;
    height: 150px;
    box-shadow: 0 0 5px #777
}

    .galeris img:hover {
        box-shadow: 0 0 10px #333
    }

.galeris {
    float: left;
    width: 100%;
    margin-top: 15px
}

.belge {
    float: left;
    margin: 27px;
    text-align: center;
    width: 200px;
    min-height: 345px;
    margin-bottom: 0
}

    .belge img {
        margin-bottom: 10px;
        box-shadow: 0 0 10px #ccc
    }

        .belge img:hover {
            box-shadow: 0 0 10px #666
        }

    .belge h4 {
        font-size: 18px;
        font-weight: 100
    }

.subelerbayiler {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

.lokasyonsec {
    text-align: center;
    margin-top: 30px
}

    .lokasyonsec select {
        width: 320px;
        padding: 15px;
        font-size: 20px;
        font-family: Roboto;
        font-weight: 600
    }

    .lokasyonsec h3 {
        font-weight: 100;
        margin-bottom: 25px;
        font-size: 22px
    }

.bayisubedetay {
    width: 70%;
    margin: 25px auto auto
}

    .bayisubedetay table tr td {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC
    }

.insankaynaklari {
    float: left;
    width: 100%;
    margin-top: 25px
}

.ikformu table tr td {
    font-size: 14px
}

.uyepanel {
    float: left;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px
}

.girkaydolsitemio .panelozellikler {
    float: left;
    width: 45%;
    text-align: center;
    border: 1px solid #ececec;
    padding: 30px 20px
}

    .girkaydolsitemio .panelozellikler h4 {
        font-weight: lighter;
        margin-bottom: 25px;
        text-align: left;
        margin-left: 35px;
        line-height: 35px;
        font-size: 18px
    }

.panelozellikler h5 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ed4137
}

.panelozellikler h4 i {
    font-size: 18px;
    margin-right: 10px
}

.girkaydolsitemio .panelgirkaydol {
    float: right;
    width: 45%;
    font-size: 14px
}

.panelgirkaydol h5 strong {
    color: #ed4137
}

.girkaydolsitemio .panelgirkaydol table tr td input {
    width: 92%;
    padding: 10px
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-custom-label, .radio-custom-label {
    position: relative
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ed4137;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #ed4137;
    color: #fff
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ed4137
}

.muspanelsidebar {
    float: left;
    width: 25%
}

.uyepanellinks .btn {
    color: #444;
    text-align: left;
    border: 1px solid #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
    width: 85%;
    margin-bottom: 7px;
    float: left;
    padding: 15px 20px
}

    .uyepanellinks .btn:hover {
        color: #fff;
        background: #444
    }

    .uyepanellinks .btn i {
        margin-right: 10px
    }

.uyepanellinks h5 {
    margin-bottom: 25px;
    font-size: 15px
}

.uyepaneltitle {
    margin-bottom: 20px;
    font-weight: 700
}

#uyeaktifbtn {
    color: #fff;
    background: #444
}

#desteklink {
    color: #4ea600;
    border: 1px solid #4ea600;
}

    #desteklink:hover {
        background: #397a00;
        color: white;
    }

.muspanelcontent {
    float: right;
    width: 68%;
    padding: 20px;
    min-height: 420px;
    box-shadow: 0 0 10px #ccc,inset 0 0 20px 10px #F2F2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
    word-wrap: break-word
}

    .muspanelcontent p {
        line-height: 23px
    }

    .muspanelcontent table tr td {
        font-size: 14px;
        line-height: 22px
    }

.muspanelheadinfo {
    font-size: 15px;
    float: right;
    margin-top: -50px;
    margin-right: -22px
}

.muspaneltitle {
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #ed4137
}

.muspanelcontent input {
    width: 70%;
    padding: 8px
}

.muspanelcontent select {
    width: 70%;
    padding: 8px
}

.muspanelcontent textarea {
    width: 70%;
    padding: 8px
}

.mobiltable {
    display: none
}

.destektable h5 {
    font-size: 15px;
    margin-bottom: 15px
}

.destektable input {
    width: 95%
}

.destektable select {
    width: 95%
}

.destektable textarea {
    width: 95%
}

.destekyanit {
    float: left;
    width: 95%;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px
}

    .destekyanit h5 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #ddd
    }

        .destekyanit h5 strong {
            float: left
        }

        .destekyanit h5 span {
            float: right;
            font-size: 13px
        }

#yetkilimsj {
    border: 1px solid #dfffcb;
    background: #e7ffd9
}

#odemeyapbtn {
    color: #090;
    border: 1px solid #090;
    float: left;
    padding: 10px 20px
}

.odemeyontem {
    width: 220px;
    margin: 20px auto 25px
}

    .odemeyontem h4 {
        margin-bottom: 15px
    }

#odemeyapbtn:hover {
    color: #fff;
    background-color: #090
}

.sepet {
    background-color: #FFF;
    float: left;
    width: 100%;
    min-height: 250px;
    margin-top: 130px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.sepet-container {
    padding: 20px
}

#sepetasama h3 {
    outline: none;
    padding: 12px;
    font-size: 16px
}

#sepetasama {
    font-size: 15px
}

.sepettutarbilgisi {
    line-height: 27px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    font-size: 16px
}

    .sepettutarbilgisi strong {
        color: green;
        font-size: 18px
    }

.urunkisainfo .gonderbtn {
    font-size: 13px;
}

    .urunkisainfo .gonderbtn i {
        margin-right: 5px;
    }

@media only screen and (min-width: 320px) and (max-width: 1024px) {

    .clearmob {
        display: block;
        clear: both
    }

    #wrapper {
        width: 94%
    }

    .header #wrapper {
        width: 100%
    }

    .sayfabaslik h1 {
        font-size: 26px;
    }

    .menuAc {
        display: block;
        width: 100%;
        background: none;
        text-align: center;
        padding: 7px 0;
        background: none
    }

    .menu ul {
        display: none;
        position: relative;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%
    }

        .menu ul li {
            float: none
        }

    .menu {
        float: none;
        margin: 0;
        margin-top: 0
    }

        .menu li {
            float: left;
            width: 100%
        }

            .menu li a {
                float: left;
                margin-left: 10px;
                width: 100%;
                font-size: 20px;
                line-height: 50px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: rgba(0,0,0,0.1)
            }

        .menu ul li ul {
            width: 100%;
            float: left;
            position: relative;
            top: 0;
            left: 0;
            z-index: 1;
            display: none;
            margin: 0;
            padding: 0;
            font-size: 16px
        }

            .menu ul li ul li ul {
                width: 100%;
                height: auto;
                float: left;
                position: relative;
                top: 0;
                left: 0;
                padding-left: 12px
            }

        .menu li:hover a {
            background: rgba(0,0,0,0.6)
        }

        .menu ul li ul li a {
            width: 100%;
            font-size: 16px;
            padding-left: 25px
        }

    .cd-top {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 40px;
        right: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: rgba(232,98,86,0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s,visibility 0 .3s;
        -moz-transition: opacity .3s 0s,visibility 0 .3s;
        transition: opacity .3s 0s,visibility 0 .3s
    }

        .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
            -webkit-transition: opacity .3s 0s,visibility 0 0;
            -moz-transition: opacity .3s 0s,visibility 0 0;
            transition: opacity .3s 0s,visibility 0 0
        }

        .cd-top.cd-is-visible {
            visibility: visible;
            opacity: 1
        }

        .cd-top.cd-fade-out {
            opacity: .5
        }

    .no-touch .cd-top:hover {
        background-color: #ed4137;
        opacity: 1
    }

    .logo {
        height: 120px;
        width: 100%;
        top: 0;
        margin-left: 0;
        position: relative;
        background-color: #FFF;
        z-index: 755;
        background-repeat: no-repeat;
        text-align: center
    }

    .logoimage {
        float: none;
        margin-top: 15px;
        margin-right: 0;
        max-width: 225px;
        width: 50%;
    }

    .logoright {
        display: none
    }

    .head {
        height: auto
    }

    .dilvesosyal {
        margin-left: 0;
        text-align: center;
        float: left
    }

    .sosyallinkler {
        display: none
    }

    .accountlinks {
        float: right;
        text-align: right
    }

        .accountlinks a {
            float: right;
            display: inline-block
        }

    #slider {
        margin-top: 0
    }

    .wrapper {
        width: 100% !important;
    }

    .tanitim {
        width: 100%;
    }

    .haberduyurular {
        float: left;
        margin-top: 15px;
        width: 100%
    }

    .ozellik {
        width: 100%;
        margin: 0
    }

    .urunler .list_carousel {
        width: 300px;
        margin: auto
    }

        .urunler .list_carousel li {
            width: 300px;
            margin: 0
        }

    .blog .list_carousel {
        width: 255px;
        margin: auto
    }

        .blog .list_carousel li {
            width: 255px;
            margin: 0
        }

    .musteriyorumlari {
        height: auto;
        padding-bottom: 30px
    }

        .musteriyorumlari .list_carousel {
            width: 300px;
            margin: auto
        }

            .musteriyorumlari .list_carousel li {
                width: 300px;
                height: auto
            }

    .ekip {
        width: 100%;
        margin: 0;
        margin-bottom: 45px
    }

    .paketkategoriler .gonderbtn {
        color: #fff;
        border: 1px solid #fff;
        float: none;
        width: 100%;
        display: inline-block;
        margin-bottom: 7px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 600
    }

    .paketlist {
        margin: 0;
        float: none;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px
    }

    .paket {
        width: 91%
    }

    .paketlist .gonderbtn {
        width: 99%
    }

    .istatistikler {
        text-align: center
    }

    .istatistik {
        float: none;
        display: inline-block
    }

    .logolar img {
        margin: 23px
    }

    .footer {
        background-position: top center;
        background-size: auto;
    }

    .footinfo {
        padding-top: 15px;
        padding-bottom: 15px
    }

        .footinfo h1 {
            line-height: 35px;
            padding: 10px
        }

    .footseolinks a {
        width: 40%;
        margin-left: 15px;
        margin-bottom: 8px
    }

    .footblok {
        width: 93%;
        margin-left: 5%
    }

    #footlinks {
        width: 93%
    }

    #footebulten {
        width: 93%
    }

    .altfooter {
        height: auto;
        text-align: center
    }

        .altfooter h5 {
            float: none;
            line-height: normal;
            margin-top: 25px
        }

        .altfooter .headsosyal {
            float: none
        }

            .altfooter .headsosyal a {
                float: none
            }

    .sayfaheader {
        background-size: auto;
        width: 100%;
        margin-top: 0;
        text-align: center
    }

    .sayfabaslik {
        float: none;
        margin-top: 60px;
        text-align: center
    }

    .sidebar {
        width: 100%;
        margin-top: 15px
    }

    .icerik {
        width: 100%;
        float: left
    }

    .sidekategori {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-right: 0
    }

    .listefoto {
        width: 100%;
        height: auto;
        border: 0 solid #F2F2F2;
        margin-right: 0
    }

    .urundetay .sayfabaslik {
        float: none;
        margin-top: 50px;
        color: #fff;
        text-align: center
    }

    .urunkisainfo {
        width: 100%
    }

    .siparisbtns {
        margin-bottom: 25px
    }

    .urundetayfoto {
        width: 100%;
        text-align: center
    }

    .tumpaketler .paketkategoriler .gonderbtn {
        padding: 10px 0
    }

    .galeris img {
        width: 30%;
        height: auto
    }

    .iletisimbok {
        float: left;
        width: 100%;
        margin-bottom: 25px
    }

    #iletsubebtn {
        float: left;
        width: 100%;
        font-weight: 700;
        border-radius: 0;
        margin: 0;
        padding: 15px 0;
        margin-bottom: 10px;
        margin-top: 0
    }

    .iletisim h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .girkaydolsitemio .panelozellikler {
        width: 100%;
        padding: 30px 0
    }

        .girkaydolsitemio .panelozellikler h4 {
            font-size: 16px
        }

    .girkaydolsitemio .panelgirkaydol {
        width: 100%;
        margin-top: 25px
    }

    .uyepanel {
        margin-top: 25px
    }

    .muspanelsidebar {
        float: left;
        width: 100%
    }

    .uyepanellinks .btn {
        width: 100%;
        float: left;
        padding: 15px 0
    }

        .uyepanellinks .btn i {
            margin-left: 20px
        }

    .muspanelcontent {
        width: 100%;
        padding: 0;
        margin-top: 70px
    }

    .muspaneltitle {
        margin-top: 20px;
        margin-left: 15px;
        width: 95%
    }

    .muspanelheadinfo {
        float: left;
        margin-top: -50px;
        margin-right: 0
    }

    .mobilgizlitable {
        display: none
    }

    .mobiltable {
        display: block
    }

        .mobiltable td {
            float: left;
            width: 97%;
            padding-top: 15px;
            padding-bottom: 15px
        }

            .mobiltable td .gonderbtn {
                float: right
            }

        .mobiltable span {
            width: 65px
        }

    .muspanelcontent #desteklink {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 20px
    }

        .muspanelcontent #desteklink i {
            margin-left: 20px
        }

    .destekyanit {
        width: 90%
    }

    .sepet {
        margin-top: 20px
    }

    #sepetasama .btn {
        padding: 12px 30px
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .wrapper {
        width: 100%;
    }
}
