@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,300italic,700,300,700italic&subset=latin,latin-ext);

#body {
    position: relative;
    overflow-x: hidden;
}

#ara, #map, #mail {
    float: right;
    width: 50px;
    height: 55px;
    font-size: 40px;
    color: #E1FF01;
    line-height: 50px;
    text-align: center;
    margin: 12.5px 5px 0 0;
    background: rgba(0, 0, 0, 0.68);
    display: none;
}

#ara {
    margin-right: 0;
}

    #ara em, #map em, #mail em {
        font-size: 10px;
        width: 100%;
        display: block;
        margin-top: -27px;
    }

#cover {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 5px solid #d1d1d1;
}

    #cover .container {
        position: relative;
    }

    #cover img {
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #cover h1 {
        max-width: 850px;
        float: right;
        display: block;
        position: absolute;
        bottom: 40px;
        right: 15px;
        padding: 7px;
        text-align: right;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 40px;
        padding-left: 25px;
        color: black;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1ff00+21&0+0,0.79+23 */
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(225,255,0,0.72) 21%, rgba(225,255,0,0.79) 23%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(225,255,0,0.72) 21%,rgba(225,255,0,0.79) 23%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(225,255,0,0.72) 21%,rgba(225,255,0,0.79) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c9e1ff00',GradientType=1 ); /* IE6-9 */
    }

    #cover .neredeyim {
        position: absolute;
        text-align: right;
        background: #000;
        padding: 5px;
        margin: 0;
        bottom: 5px;
        right: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        padding-left: 45px;
        border-bottom-right-radius: 5px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+21&0+0,1+23 */
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.91) 21%, rgba(0,0,0,1) 23%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,0,0,0.91) 21%,rgba(0,0,0,1) 23%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,0,0,0.91) 21%,rgba(0,0,0,1) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    }

        #cover .neredeyim a {
            color: white;
            border-right: 1px solid white;
            display: block;
            float: left;
            padding: 0 5px;
        }

            #cover .neredeyim a:last-child {
                border: none;
            }

#home-slider {
    float: left;
    width: 100%;
    position: relative;
    /*border-bottom: 5px solid #d1d1d1;
     border-top: 5px solid #000000; */
}

    #home-slider img {
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #home-slider .description {
        margin-top: -425px;
        position: relative;
        float: right;
        text-align: right;
    }

        #home-slider .description h2 {
            float: right;
            background: rgba(225, 255, 1, 0.7);
            padding: 7px 20px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            font-size: 50px;
            color: black;
        }

        #home-slider .description .yazi {
            float: right;
            max-width: 600px;
            background: rgba(0, 0, 0, 0.32);
            color: white;
            text-align: left;
            padding: 10px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 100;
            font-size: 17px;
            max-height: 132px;
            overflow-y: auto;
        }



#home-slider .description a.detay {
    float: right;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    background-color: #000;
    padding: 7px 10px 0px 10px;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 5px;
    border-bottom: 4px solid #202020;
}

    #home-slider .description a.detay:hover {
        text-decoration: none;
    }

    #home-slider .description a.detay:before {
        content: "\f0c1";
        font-family: FontAwesome;
        display: block;
        float: left;
        color: #e1ff00;
        margin-right: 5px;
        font-size: 30px;
        margin-top: -7px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -s-transform: rotate(-90deg);
        transition: transform .2s linear;
        -webkit-transition: transform .2s linear;
        -moz-transition: transform .2s linear;
        -o-transition: transform .2s linear;
        -s-transition: transform .2s linear;
    }

    #home-slider .description a.detay:hover:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -s-transform: rotate(-45deg);
    }

#home-slider .owl-controls {
    margin-top: 0;
}

#home-slider .owl-pagination {
    margin-top: -80px;
    position: relative;
    text-align: left;
    float: left;
    margin-left: 100px;
    min-width: 277px;
    max-width: 100%;
    padding: 0;
}

#home-slider .owl-controls .owl-page span {
    opacity: 1;
    background: #e1ff00;
    border: 2px solid #000;
    padding: 7px;
    margin: 3px;
}

#home-slider .owl-controls .owl-page.active span {
    background: white;
}

.header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.top-bar {
    float: left;
    width: 100%;
    background-color: rgb(189 21 20);
}

.header .info {
    float: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .header .info img {
        height: 18px;
        margin-right: 5px;
    }

    .header .info em {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: white;
    }

    .header .info a {
        color: white;
    }

        .header .info a em {
            margin-left: 20px;
        }

.lang {
    color: #fff;
    float: right;
    margin: 8px 15px 8px 0;
}

a.dil {
    float: right;
    display: block;
    color: white;
    text-decoration: none;
}

    a.dil img {
        margin: 0 3px;
    }

    a.dil:hover {
        text-decoration: underline;
    }

.header ul.social {
    float: right;
    margin: 0 0 0;
    padding: 0 0 0;
}

    .header ul.social li {
        float: left;
        padding: 3px;
    }

        .header ul.social li img {
            height: 30px;
        }

        .header ul.social li a {
            width: 30px;
            height: 30px;
            padding: 2px;
            display: block;
            border-radius: 100%;
            text-align: center;
            line-height: 28px;
            font-size: 24px;
            box-shadow: -1px -1px 1px #E1FF00;
            -webkit-box-shadow: -1px -1px 1px #E1FF00;
            -moz-box-shadow: -1px -1px 1px #E1FF00;
            -o-box-shadow: -1px -1px 1px #E1FF00;
            -s-box-shadow: -1px -1px 1px #E1FF00;
            color: #E1FF00;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            -s-transition: all .2s linear;
        }

            .header ul.social li a:hover {
                box-shadow: 1px 0px 1px #E1FF00;
                -webkit-box-shadow: 1px 0px 1px #E1FF00;
                -moz-box-shadow: 1px 0px 1px #E1FF00;
                -o-box-shadow: 1px 0px 1px #E1FF00;
                -s-box-shadow: 1px 0px 1px #E1FF00;
            }

.navBar {
    float: left;
    width: 100%;
    padding: 0 0;
    background-color: #000;
}

.header .menu-bg {
    float: left;
    width: 100%;
}

.header h1.logo {
    float: left;
    margin: 0 0;
    padding: 0 0;
}
.logo img{
	    position: absolute;
    z-index: 2;
    margin: -5px 0;
}
.header ul.menu {
    float: right;
    margin: 0 0;
    width: calc(80% - 198px);
    padding: 25px 25px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .header ul.menu li a {
            color: #e4ff00;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    /* font-style: italic; */
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    }

.header a.rezervasyon {
    right: 0;
    width: 70px;
    bottom: 15px;
    color: #000;
    font-size: 16px;
    line-height: 120%;
    font-style: italic;
    text-align: center;
    position: absolute;
    background-color: #dbf904;
    font-family: 'Roboto Condensed', sans-serif;
}

.header a.rezervasyon img {
    margin-bottom: 7px;
}

.article {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

        .article .content-wrap .sidebar {
            float: right;
        }

            .article .content-wrap .sidebar:after {
                content: "";
                width: 38px;
                height: 100%;
                top: 0;
                position: absolute;
                right: -10px;
                z-index: -1;
                background-image: url('../img/golge.png');
                background-position: top center;
                background-size: contain;
            }

        .article .content-wrap .content {
            background-color: #f3f3f3;
            float: right;
            margin-bottom: 15px;
            padding-bottom: 10px;
            padding: 10px;
        }

        .article .content-wrap h2 {
            width: 100%;
            float: left;
            margin: 0;
            margin-bottom: 5px;
            padding: 10px 10px;
            background-color: #e1ff00;
            font-family: 'Roboto Condensed', sans-serif;
            color: #000000;
            font-weight: lighter;
            font-size: 23px;
            position: relative;
        }

            .article .content-wrap h2:before {
                content: "";
                position: absolute;
                width: 800%;
                background: #E1FF00;
                right: 0;
                top: 0;
                z-index: -1;
                height: 100%;
            }

        .article .content-wrap .content h3 {
            width: 100%;
            float: left;
            margin: 10px 0;
            padding: 0;
            color: #787878;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            font-size: 22px;
            padding: 5px 0px;
            position: relative;
            z-index: 1;
        }

            .article .content-wrap .content h3 em {
                color: #dbdbdb;
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 32px;
                z-index: -1;
            }

            .article .content-wrap .content h3.cizgi {
                border-bottom: 1px dashed #d7d7d7;
            }

        .article .content-wrap .content p {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            color: #717171;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .article .content-wrap .content .fiyat {
            width: 100%;
            float: left;
            margin: 5px 0 0 0;
            padding: 5px;
            background: #e1ff00;
            border-bottom: 3px solid #000;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            font-size: 14px;
            color: #000;
            position: relative;
            z-index: 1;
        }

            .article .content-wrap .content .fiyat i {
                float: left;
            }

            .article .content-wrap .content .fiyat em {
                font-size: 29px;
                margin-left: 23px;
            }

            .article .content-wrap .content .fiyat img {
                float: right;
                margin-left: 15px;
            }

        .article .content-wrap .content h4 {
            width: 100%;
            float: left;
            margin: 10px 0;
            padding: 0;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            font-size: 16px;
            color: #000;
            padding: 7px 0;
            padding-left: 20px;
            border-bottom: 1px solid #b7dcc6;
            position: relative;
        }

            .article .content-wrap .content h4:after {
                content: "";
                position: absolute;
                top: 8px;
                left: 0;
                width: 13px;
                height: 13px;
                border-radius: 100%;
                background: #000000;
                border: 3px solid #e1ff00;
            }

        .article .content-wrap .content h5 {
            width: 100%;
            float: left;
            margin: 10px 0 0 0;
            padding: 0;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            font-size: 16px;
            color: #000;
            padding: 7px 0;
            position: relative;
        }

        .article .content-wrap .content form.rez em {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            color: #979797;
            font-size: 13px;
            margin-top: 7px;
        }

        .article .content-wrap .content form.rez input[type="text"], .article .content-wrap .content form.rez textarea, .article .content-wrap .content form.rez select {
            border-radius: 0;
            border-bottom: 3px solid #c0c0c0;
            margin-top: 5px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            color: #979797;
        }

        .article .content-wrap .content form.rez input::-webkit-input-placeholder {
            color: #979797;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
        }

        .article .content-wrap .content form.rez input[type="submit"] {
            background: #24221e;
            border: none;
            border-radius: 0;
            border-bottom: 3px solid #171614;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            color: #e1ff00;
            margin-top: 5px;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            -s-transition: all .2s linear;
        }

            .article .content-wrap .content form.rez input[type="submit"]:hover {
                background: #e1ff00;
                color: #24221e;
            }

        .article .content-wrap .content form.rez input[id="tarih"] {
            background-image: url(../img/tarih.png);
            background-repeat: no-repeat;
            background-position: 98% center;
        }

        .article .content-wrap .content form.rez select {
            border-radius: 0;
            float: right;
            min-width: 50px;
        }

        .article .content-wrap .content .iletisim input[type="text"], .article .content-wrap .content .iletisim textarea {
            background: none;
            border: none;
            border: 1px solid #e3e4e8;
            float: left;
            margin-top: 5px;
            background-color: #fff;
        }

        .article .content-wrap .content .iletisim input[type="submit"] {
            background: #000000;
            border: 2px solid #282828;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            color: #e1ff00;
            margin-top: 5px;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            -s-transition: all .2s linear;
        }

            .article .content-wrap .content .iletisim input[type="submit"]:hover {
                background: #e1ff00;
                color: #000000;
                border-color: #e1ff00;
            }

#tur-program {
    float: left;
}

    #tur-program .item {
        position: relative;
        height: 130px;
        overflow: hidden;
        position: relative;
        margin: 3px;
        border-radius: 3px;
        border: 3px solid #e1ff00;
        box-shadow: 2px 0px 1px black;
        -webkit-box-shadow: 2px 0px 1px black;
        -moz-box-shadow: 2px 0px 1px black;
        -o-box-shadow: 2px 0px 1px black;
        -s-box-shadow: 2px 0px 1px black;
    }

    #tur-program img {
        width: 100%;
        height: 130px;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -s-background-size: cover;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -s-transition: all .2s linear;
    }

    #tur-program span {
        display: block;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.84);
        color: white;
        bottom: 25px;
        padding: 3px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 16px;
        transition: bottom .2s linear;
        -webkit-transition: bottom .2s linear;
        -moz-transition: bottom .2s linear;
        -o-transition: bottom .2s linear;
        -s-transition: bottom .2s linear;
    }

    #tur-program a:hover span {
        bottom: 40px;
    }

    #tur-program a:hover img {
        transform: scale(1.2);
    }

    #tur-program .owl-prev {
        opacity: 1;
        position: absolute;
        right: 7px;
        top: -53px;
        padding: 0;
        background: none;
        width: 40px;
        height: 40px;
        background-image: url('../img/prev.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    #tur-program .owl-next {
        opacity: 1;
        position: absolute;
        right: 0;
        top: -52px;
        padding: 0;
        background: none;
        width: 40px;
        height: 40px;
        background-image: url('../img/prev.png');
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
    }

.mini-wrap {
    width: 100%;
    float: left;
    margin-top: -47px;
    position: relative;
    background: #e1ff00;
}

    .mini-wrap h2 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #000;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px;
        padding: 10px 2px;
    }

#mini-slide {
    position: absolute;
    margin: 0 -3%;
    top: -70px;
}

    #mini-slide .item {
        margin: 1%;
        position: relative;
    }

    #mini-slide img {
        width: 100%;
        height: 130px;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        border-radius: 3px;
        border: 3px solid #e1ff00;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -s-transition: all .2s linear;
        box-shadow: 2px 0px 1px black;
        -webkit-box-shadow: 2px 0px 1px black;
        -moz-box-shadow: 2px 0px 1px black;
        -o-box-shadow: 2px 0px 1px black;
        -s-box-shadow: 2px 0px 1px black;
    }

    #mini-slide span {
        display: block;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.84);
        color: white;
        bottom: -115px;
        border-right: 3px solid #E1FF00;
        border-left: 3px solid #E1FF00;
        padding: 7px 3px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 18px;
        transition: bottom .2s linear;
        -webkit-transition: bottom .2s linear;
        -moz-transition: bottom .2s linear;
        -o-transition: bottom .2s linear;
        -s-transition: bottom .2s linear;
    }

    #mini-slide a:hover span {
        bottom: -90px;
    }

    #mini-slide a:hover img {
        background-size: 120%;
    }

    #mini-slide .owl-prev {
        opacity: 1;
        position: absolute;
        left: -37px;
        top: 66px;
        padding: 0;
        background: none;
        width: 42px;
        height: 45px;
        background-image: url('../img/prev.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    #mini-slide .owl-next {
        opacity: 1;
        position: absolute;
        right: -40px;
        top: 67px;
        padding: 0;
        background: none;
        width: 42px;
        height: 45px;
        background-image: url('../img/prev.png');
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
    }

.article .content-wrap .sidebar h3.baslik {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #787878;
    position: relative;
}

.article .content-wrap .sidebar a.tumu {
    display: block;
    padding: 3px 5px;
    float: right;
    text-shadow: none;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin-top: 6px;
    margin-bottom: 10px;
    position: relative;
}

    .article .content-wrap .sidebar a.tumu:before {
        float: left;
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        background: #E1FF00;
        margin-top: 3px;
        margin-right: 5px;
        left: -10px;
        z-index: -1;
        transition: all .4s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -s-transition: all .2s linear;
    }

    .article .content-wrap .sidebar a.tumu:hover:before {
        position: absolute;
        width: 100%;
        height: 25px;
        margin-top: -4px;
        z-index: -1;
        left: 0;
    }

.article .content-wrap .sidebar h3.cizgi {
    border-bottom: 1px dashed rgba(151, 151, 151, 0.36);
    padding-bottom: 8px;
}

.article .content-wrap .sidebar h3.baslik em {
    color: rgba(226, 226, 226, 0.52);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    z-index: -1;
}

.home-content-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 45px;
}

    .home-content-wrap .sidebar {
        float: right;
    }

    .home-content-wrap .home-content {
        float: right;
    }

    .home-content-wrap .home-content::before {
        content: "";
        top: 0;
        left: -25px;
        width: 38px;
        height: 100%;
        position: absolute;
        background-image: url(../img/golge.png);
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }

ul#yorumlar {
    width: 100%;
    float: left;
    margin: 10px 0 -5px 0;
}

    ul#yorumlar li img {
        width: 65px;
        height: 65px;
        margin-right: 10px;
        border-radius: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        float: none;
        margin: 0 auto;
        display: inherit;
        margin-bottom: 10px;
    }

    ul#yorumlar p {
        float: left;
        margin: 0;
        line-height: 21px;
        padding: 0 5px;
        overflow-y: hidden;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        color: #656262;
    }

.home-content-wrap .sidebar h2 {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-content-wrap .sidebar h2 a.tumu {
    clear: both;
    float: right;
    padding: 3px 5px;
    margin: 6px 0 10px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

    .home-content-wrap .sidebar h2 a.tumu:before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        background: #E1FF00;
        margin-top: 3px;
        margin-right: 5px;
        left: -10px;
        z-index: -1;
        transition: all .4s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -s-transition: all .2s linear;
    }

    .home-content-wrap .sidebar h2 a.tumu:hover:before {
        position: absolute;
        width: 100%;
        height: 25px;
        margin-top: -4px;
        z-index: -1;
        left: 0;
    }

ul#yorumlar em {
    width: 100%;
    float: left;
    text-align: center;
}

ul.sizden {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    background: #f1f1f1;
}

    ul.sizden li {
        width: 18%;
        float: left;
        margin: 1%;
    }

        ul.sizden li img {
            width: 100%;
            height: 50px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

ul#sizden-mobil {
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #f1f1f1;
}

    ul#sizden-mobil li img {
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    ul#sizden-mobil .owl-prev {
        opacity: 1;
        position: absolute;
        right: 7px;
        top: -53px;
        padding: 0;
        background: none;
        width: 40px;
        height: 40px;
        background-image: url('../img/prev.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    ul#sizden-mobil .owl-next {
        opacity: 1;
        position: absolute;
        right: 0;
        top: -52px;
        padding: 0;
        background: none;
        width: 40px;
        height: 40px;
        background-image: url('../img/prev.png');
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
    }

    ul#sizden-mobil .item {
        margin: 5px;
    }

.home-content-wrap .sidebar h2 em {
    left: 0;
    z-index: -1;
    bottom: 32px;
    font-size: 25px;
    position: absolute;
    color: rgba(226, 226, 226, 0.52);
}

.home-content-wrap .sidebar p {
    width: 100%;
    float: left;
    color: #656262;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    margin-top: 10px;
}

.home-content-wrap .home-content h2 {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #979797;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    position: relative;
}

    .home-content-wrap .home-content h2 em {
        color: rgba(226, 226, 226, 0.52);
        position: absolute;
        left: 0;
        top: 0;
        font-size: 37px;
        z-index: -1;
    }

    .home-content-wrap .home-content h2 a {
        display: block;
        padding: 3px 5px;
        float: right;
        text-shadow: none;
        font-size: 16px;
        color: black;
        text-decoration: none;
        margin-top: 6px;
        position: relative;
    }

        .home-content-wrap .home-content h2 a:before {
            float: left;
            content: "";
            position: absolute;
            display: block;
            width: 10px;
            height: 10px;
            background: #E1FF00;
            margin-top: 3px;
            margin-right: 5px;
            left: -10px;
            z-index: -1;
            transition: all .4s linear;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            -s-transition: all .2s linear;
        }

.home-content-wrap .home-content .line {
    width: 100%;
    float: left;
    height: 1px;
    border-bottom: 1px dashed #e2e2e2;
}

.home-content-wrap .home-content h2 a:hover:before {
    position: absolute;
    width: 100%;
    height: 25px;
    margin-top: -4px;
    z-index: -1;
    left: 0;
}

.home-content-wrap ul.musteriyorum {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .home-content-wrap ul.musteriyorum li {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        position: relative;
    }

        .home-content-wrap ul.musteriyorum li img {
            width: 65px;
            height: 65px;
            display: table;
            margin: 0 auto 10px;
            border-radius: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .home-content-wrap ul.musteriyorum li p {
            margin: 0 0;
            line-height: 21px;
            text-align: center;
        }

            .home-content-wrap ul.musteriyorum li p em {
                width: 100%;
                float: left;
                text-align: center;
            }

#sizden-gelenler {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 5px;
    list-style: none;
}

    #sizden-gelenler .item {
        padding: 0.5%;
        width: 16.6666%;
        float: left;
    }

    #sizden-gelenler img {
        width: 100%;
        height: 110px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -s-transition: all .2s linear;
    }

        #sizden-gelenler img:hover {
            cursor: zoom-in;
            -webkit-filter: grayscale(1);
            -moz-filter: grayscale(1);
            -o-filter: grayscale(1);
            -s-filter: grayscale(1);
        }

    #sizden-gelenler .owl-controls {
        margin: 0;
    }

    #sizden-gelenler .owl-prev {
        position: absolute;
        right: 12px;
        top: -51px;
        background: none;
        background-image: url(../img/prev.png);
        width: 45px;
        height: 40px;
        opacity: 1;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #sizden-gelenler .owl-next {
        position: absolute;
        right: 0;
        top: -51px;
        background: none;
        background-image: url(../img/prev.png);
        width: 45px;
        height: 40px;
        opacity: 1;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
    }



.mini-galeri .goster {
    width: 100%;
    height: 293px;
    border: 3px solid #d5cdcd;
    float: left;
    position: relative;
    border-radius: 5px;
    margin-top: 5px;
}

    .mini-galeri .goster img {
        width: 100%;
        height: 287px;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

.mini-galeri ul.resimler {
    width: 100%;
    height: 297px;
    overflow-x: hidden;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

    .mini-galeri ul.resimler li {
        width: 48%;
        float: left;
        margin: 1%;
        cursor: pointer;
    }

        .mini-galeri ul.resimler li img {
            width: 100%;
            height: 93px;
            float: left;
            border: 3px solid #d5cdcd;
            border-radius: 5px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

.tur-detay img {
    width: 100%;
    float: left;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}







.bocek_logo {
    width: 120px;
    height: 37px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

    .bocek_logo img.bocek {
        width: 37px;
        height: 42px;
        position: absolute;
        right: 75px;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        -s-background-size: contain;
        background-position: center center;
        background-image: url('../img/bocek-white.png');
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -s-transition: all .2s linear;
    }

    .bocek_logo:hover img.bocek {
        background-image: url('../img/bocek.png');
    }

    .bocek_logo img.bocek_yazi {
        width: 80px;
        height: 37px;
        margin: 2px 0;
        opacity: 0;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        -s-background-size: contain;
        background-position: center center;
        background-image: url('../img/bocek_yazi.png');
        transition: opacity .2s linear;
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -s-transition: opacity .2s linear;
    }

    .bocek_logo:hover img.bocek_yazi {
        opacity: 1;
    }

a.black img.bocek {
    background-image: url('../img/bocek-black.png');
}

a.black img.bocek_yazi {
    background-image: url('../img/bocek_yazi_black.png');
}

.bocek_logo:hover img.bocek {
    right: 0;
}

.ortala {
    width: 100%;
    float: left;
    display: table;
}

.footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .footer .top {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        background: #f1f1f1;
    }

    .footer .bottom {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        background-color: #000000;
    }

    .footer .top h2 {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 5px;
        padding: 10px 0 5px 0;
        border-bottom: 1px solid #000000;
        font-family: 'Roboto Condensed', sans-serif;
        color: #000000;
        font-weight: lighter;
        font-size: 23px;
    }

        .footer .top h2:after {
            width: 100%;
            float: left;
            content: "";
            height: 1px;
            background: #e1ff00;
            position: relative;
            bottom: -9px;
            left: 5px;
        }

    .footer .top p {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        padding: 0;
        font-family: 'Roboto Condensed', sans-serif;
        color: #656262;
    }

    .footer .top ul.onemli {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        padding: 0;
        list-style: none;
        font-family: 'Roboto Condensed', sans-serif;
    }

        .footer .top ul.onemli li {
            width: 50%;
            float: left;
            list-style-position: inside;
            font-size: 14px;
            margin: 3px 0;
        }

            .footer .top ul.onemli li a {
                width: 100%;
                display: block;
                color: #000;
                text-decoration: none;
                transition: color .2s linear;
                -webkit-transition: color .2s linear;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -s-transition: color .2s linear;
            }

                .footer .top ul.onemli li a:hover {
                    color: #979797;
                }

    .footer .top .hizli em {
        width: 100%;
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #656262;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .footer .top .hizli strong {
        font-style: italic;
        font-size: 14px;
    }

    .footer .top .hizli p {
        margin: 0;
    }

    .footer .top .form input, .footer .top .form textarea {
        border-radius: 0;
        margin-top: 10px;
    }

        .footer .top .form input[type="submit"] {
            background-color: #000000;
            color: white;
            font-family: Roboto;
            margin-bottom: 10px;
            font-size: 15px;
            padding: 3px;
            transition: background-color .2s linear;
            -webkit-transition: background-color .2s linear;
            -moz-transition: background-color .2s linear;
            -o-transition: background-color .2s linear;
            -s-transition: background-color .2s linear;
        }

            .footer .top .form input[type="submit"]:hover {
                background-color: #E1FF00;
                color: #000000;
            }

    .footer .top ul.footer-social {
        float: right;
        margin: 10px 0 0 0;
    }

        .footer .top ul.footer-social li {
            float: left;
            margin: 3px;
        }

            .footer .top ul.footer-social li img {
                height: 30px;
            }

    .footer .top img {
        margin-bottom: 5px;
        display: block;
    }

    .footer .top ul.footer-social li a {
        width: 30px;
        height: 30px;
        padding: 2px;
        display: block;
        border-radius: 100%;
        text-align: center;
        line-height: 28px;
        font-size: 24px;
        box-shadow: -1px -1px 1px #000;
        color: #000;
        transition: all .2s linear;
    }

        .footer .top ul.footer-social li a:hover {
            box-shadow: 1px 0px 1px #000;
        }


    .footer .bottom h2 {
        float: left;
        margin: 0;
        margin-bottom: 5px;
        padding: 10px 0 5px 0;
        border-bottom: 1px solid #000000;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ffffff;
        font-weight: lighter;
        font-size: 23px;
    }

    .footer .bottom ul.footer-menu {
        float: right;
        margin: 0;
        margin-top: 2px;
        padding: 0;
        font-family: 'Roboto Condensed', sans-serif;
    }

        .footer .bottom ul.footer-menu li {
            float: left;
            padding: 10px;
        }

            .footer .bottom ul.footer-menu li a {
                color: #e1ff00;
                font-weight: bold;
            }

.desktop {
    display: block;
}

.mobil {
    display: none;
}

#vertical img {
    width: 100%;
    float: left;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 3px solid #d5cdcd;
    border-radius: 5px;
}

#vertical-mobil {
    float: left;
    width: 100%;
    margin-top: -340px;
    z-index: 99;
}

    #vertical-mobil img {
        width: 100%;
        float: left;
        height: 340px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border: 3px solid #d5cdcd;
        border-radius: 5px;
    }

    #vertical-mobil .owl-controls .owl-buttons .owl-prev {
        left: 10px;
        top: 50%;
        width: 35px;
        height: 35px;
        position: absolute;
        margin: 0;
        padding: 0;
        opacity: 1;
        margin-top: -25px;
        background: none;
        background: url('../img/controls.png') 0px 3px;
    }

    #vertical-mobil .owl-controls .owl-buttons .owl-next {
        right: 10px;
        top: 50%;
        width: 35px;
        height: 35px;
        position: absolute;
        margin: 0;
        padding: 0;
        opacity: 1;
        margin-top: -25px;
        background: none;
        background: url('../img/controls.png') -29px 3px;
    }

.lSSlideOuter .lSPager.lSGallery li img {
    width: 100%;
    height: 67px;
    float: left;
    margin: 0 0;
    padding: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.lSSlideOuter img {
    width: 100%;
    float: left;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#big-map {
    width: 100%;
    height: 300px;
    float: left;
    border: 3px solid #d0d0cf;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#rota-wrap {
    width: 100%;
    height: 340px;
    left: 0;
    top: 0;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mini-galeri .buton.right1 {
    right: 18px;
}

.mini-galeri .buton.right2 {
    right: 18px;
}

#rota {
    width: 100%;
    height: 340px;
    float: left;
    position: absolute;
    top: -150%;
    border-radius: 5px;
    border: 3px solid #d5cdcd;
    z-index: 9;
}

.mini-galeri .buton {
    position: absolute;
    top: 13px;
    right: 18px;
    width: 89px;
    height: 72px;
    cursor: pointer;
    z-index: 10;
    transition: all .2s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-align: center;
    background: #e1ff00bd;
    font-weight: bold;
}

    .mini-galeri .buton i {
        width: 100%;
        font-size: 34px;
        margin: 10px 0 0 0;
    }

.mini-galeri .col-lg-12 {
    position: relative;
}

.vertical-m-wrap {
    display: none;
}

ul.blog-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.blog-list li {
        width: 31.333%;
        float: left;
        margin: 7px 1% 20px 1%;
        padding: 0 0 0 0;
    }

        ul.blog-list li img {
            width: 100%;
            height: 160px;
            float: left;
            margin: 0 0;
            padding: 0 0;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center;
        }

        ul.blog-list li h6 {
            width: 100%;
            float: left;
            margin: 16px 0;
            padding: 0;
            font-family: 'Roboto Condensed', sans-serif;
            color: #000;
            font-size: 18px;
            font-weight: 800;
            height: 30px;
        }

        ul.blog-list li p {
            width: 100%;
            float: left;
            margin: 0 0 10px 0;
            padding: 0 7px 0 7px;
            font-family: 'Roboto Condensed', sans-serif;
            color: #858585;
            font-size: 14px;
            font-weight: 400;
            height: 60px;
            overflow: hidden;
        }

        ul.blog-list li a.btn {
            max-width: 100%;
            float: right;
            transition: color .2s linear;
            -webkit-transition: color .2s linear;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -s-transition: color .2s linear;
            background: #e1ff00;
            color: black;
        }

        ul.blog-list li a:hover {
            background: #daf10f;
        }

ul.resimler {
    width: 100%;
    float: left;
    margin: 0 -1%;
    padding: 0;
}

    ul.resimler li {
        width: 18%;
        float: left;
        margin: 1%;
        padding: 0;
    }

        ul.resimler li img {
            width: 100%;
            float: left;
            height: 130px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

ul.yorumlar-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.yorumlar-list li {
        width: 98%;
        margin: 1%;
        float: left;
        border-bottom: 1px solid #C3C3C3;
    }

        ul.yorumlar-list li em {
            width: 100%;
            float: left;
            text-align: right;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: bold;
            text-transform: uppercase;
        }

        ul.yorumlar-list li img {
            width: 70px;
            height: 70px;
            margin: 0 10px 10px 0;
            border-radius: 100%;
            float: left;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        ul.yorumlar-list li p {
            float: left;
        }

.sayfala {
    display: table;
    margin: 20px auto;
}

    .sayfala > li > a, .sayfala > li > span {
        color: #E1FF00;
        text-decoration: none;
        background-color: rgb(44, 44, 44);
        border: 1px solid #ddd;
    }

        .sayfala > li > a:focus, .sayfala > li > a:hover, .sayfala > li > span:focus, .sayfala > li > span:hover {
            color: #2C2C2C;
            background-color: #E1FF00;
            border-color: #E1FF00;
        }

.yorum-yaz input {
    margin: 5px 0;
    color: #717171;
    border-radius: 0;
}

    .yorum-yaz input::-webkit-input-placeholder {
        color: #717171;
    }

.yorum-yaz textarea {
    border-radius: 0;
}

    .yorum-yaz textarea::-webkit-input-placeholder {
        color: #717171;
    }

.yorum-yaz input[type="submit"] {
    width: 50%;
    float: right;
    background-color: black;
    color: white;
    font-weight: bold;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -s-transition: all .2s linear;
}

    .yorum-yaz input[type="submit"]:hover {
        background: #E1FF00;
        color: black;
    }


ul.kartlar {
    width: 100%;
    float: left;
    margin: 17px 0 0 0;
    padding: 0;
    border-top: 1px solid black;
    padding-top: 15px;
}

    ul.kartlar li {
        width: 24%;
        float: left;
        margin: 0.5%;
        padding: 0;
    }

        ul.kartlar li img {
            width: 100%;
            float: left;
            margin: 0;
            height: 45px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

#preview {
    max-width: 100%;
    float: left;
    transition: all .2s linear;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#fileupload {
    opacity: 0;
    margin: 0 0 0 0;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
}

.kur-fiyat {
    float: right;
    margin-top: 6px;
    margin-left: 15px;
}

    .kur-fiyat span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 2px 7px;
        display: block;
    }

    .kur-fiyat .prices {
        position: absolute;
        bottom: 45px;
        right: -20px;
        width: 80px;
        background: #24221E;
        color: #E1FF00;
        text-align: center;
        z-index: 1;
        padding: 7px 0;
        border-radius: 2px;
        display: none;
    }

.article .content-wrap .content .fiyat img:hover {
    cursor: pointer;
}

.kur-fiyat:hover .prices {
    display: block;
}

    .kur-fiyat:hover .prices:after {
        content: "";
        width: 15px;
        height: 15px;
        background: #24221E;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: rotate(45deg);
        display: block;
        margin: 0px 0 -4px -6px;
    }

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#pnlTabMap .detail {
    height: 600px;
}

#panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

.labels {
    font-size: 16px;
    padding: 5px 10px;
    background: #d61613;
    color: #FFF;
}


#map-canvas .gm-style-cc, #map-canvas .gmnoscreen {
    visibility: hidden !important;
}


.relative {
    position: relative;
}

.loading-absolute {
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: rgba(255,255,255,.42);
    color: #30bbb1;
    font-size: 30px;
    display: none;
}

.results .fyt {
    width: 100%;
    float: left;
    text-align: center;
    background: #e1ff00;
    color: #24221e;
    font-weight: bold;
    font-size: 20px;
    margin: 7px 0 0 0;
    display: none;
}

.bas ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07058823529411765);
}

    .bas ul li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 3px 9px;
        background: white;
        border-bottom: 1px solid #f3f3f3;
    }

        .bas ul li span {
            float: right;
        }


.pay-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0;
    background-color: white;
}


    .pay-wrap .image-wrap {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .pay-wrap .image-wrap img {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            height: 420px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-top-right-radius: 68%;
            border-bottom-right-radius: 68%;
        }


    .pay-wrap .payment-wrap .form-control {
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-bottom: 2px solid #bdbdbd;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        padding: 20px 1px;
    }

        .pay-wrap .payment-wrap .form-control:focus {
            border-bottom: 2px solid #e1ff00;
        }

    .pay-wrap .payment-wrap .form-group > i {
        font-size: 20px;
        color: #c1c1c1;
    }

    .pay-wrap .payment-wrap .form-group i + .form-control {
        padding-left: 29px;
        margin: -33px 0 0 0;
        float: left;
        width: 100%;
    }

    .pay-wrap .payment-wrap .fyt {
        font-size: 18px;
        font-weight: bold;
        float: right;
        color: #e80401;
        margin: 6px 0 0 0;
    }

.btn {
    background-image: none;
}

.price-table tr td:last-child {
    text-align: right;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

#sync1 .item a {
    float: left;
    width: 100%;
    position: relative;
}

    #sync1 .item a::before {
        content: '';
        top: 0;
        right: 0;
        width: 57px;
        height: 53px;
        position: absolute;
        background: url("../../img/full_screen_icon.png") no-repeat center;
    }

    #sync1 .item a img {
        float: left;
        width: 100%;
        height: 340px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

#sync1 .owl-prev, #sync1 .owl-next {
    left: 0;
    top: 50%;
    bottom: 50%;
    height: 42px;
    margin: -21px 0 0;
    position: absolute;
    padding: 5px 12px 5px 10px;
    border-radius: 0 20px 20px 0;
    background-color: rgb(225, 255, 0);
    opacity: 0.8;
    color: black;
}

#sync1 .owl-next {
    right: 0;
    left: auto;
    padding: 5px 10px 5px 12px;
    border-radius: 20px 0 0 20px;
}

#sync1 .owl-buttons i {
    font-size: 34px;
    margin: 4px 0;
}

.brd {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 2px solid #5cb85c;
}
.right{
	float:right;
}
#cover.nocover h1 {
    bottom: 0;
    position: relative;
    float: left;
    background: none;
}

#cover.nocover  .neredeyim {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
    margin-top: 0px;
    background: #111;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}