/*!
 * Boru Kurdu (http://borukurdu.com)
 * Copyright 2016 Boru Kurdu
 */

/* 01 - General Settings */
a:hover {
    text-decoration: none;
}

html, body {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

/* 02 - Header */
.header {
    background: url(../img/header-bg.png) repeat-x top center;
    min-height: 700px;
    padding: 0px !important;
    margin-bottom: -420px;
}

.cupra {
    width: 576px;
    height: 200px;
    background: url(../img/cupra.png);
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 80px;
}

.menuBg {
    background: url(../img/menu-bg.png) no-repeat center;
}

.logo {
    margin-top: 10px;
    display: block;
}

.socialIcons {
    list-style-type: none;
}

    .socialIcons li {
        float: left;
        margin: 40px 3px;
    }

    .socialIcons a {
        margin-left: 10px;
        display: block;
        padding: 6px 8px;
        color: #08407f;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        width: 35px;
        height: 35px;
        text-align: center;
        transition: background-color 0.8s ease;
        background-color: #fff;
        font-size: 17px;
    }

        .socialIcons a:hover {
            background-color: #08407f;
            color: #fff;
        }

    .socialIcons .piece {
        position: absolute;
        right: 3px;
        top: 29px;
        background-color: #1f8bf3;
        color: #fff;
        padding: 6px 10px;
        font-size: 9px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.navbar {
    margin-bottom: 0;
    border: none;
    z-index: 9999;
    border-radius: 0 !important;
    overflow: hidden;
}

    .navbar .container {
        height: 95px;
    }

    .navbar .navbar-brand {
        padding: 10px;
    }

    .navbar .nav {
        padding: 0;
        margin: 0;
    }

        .navbar .nav li {
            margin: 0 15px;
        }

            .navbar .nav li a {
                font-size: 14px;
                font-weight: bold;
                font-family: serif;
                color: #fff;
                display: block;
                margin-top: 8px;
                padding: 10px 0;
                -webkit-transition: color 300ms linear;
                -moz-transition: color 300ms linear;
                -o-transition: color 300ms linear;
                -ms-transition: color 300ms linear;
                transition: color 300ms linear;
            }

                .navbar .nav li a:after {
                    content: "|";
                    padding-left: 25px;
                    color: #fff;
                }

            .navbar .nav li:last-child a:after {
                content: "";
                padding-left: 25px;
            }

            .navbar .nav li a:hover, .navbar .nav li a.active {
                color: #e6e6e6 !important;
                background: none !important;
            }

.navbar-toggle {
    background-color: #4b8019;
    margin-top: 37px;
}

    .navbar-toggle .icon-bar {
        border: 1px solid #FFF;
    }

/* 03 - Carousel */
.main-slide {
    padding: 18px;
    background: rgba(2,22,52,1);
    background: -moz-linear-gradient(left, rgba(2,22,52,1) 0%, rgba(4,36,76,1) 51%, rgba(7,59,119,1) 71%, rgba(8,66,128,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,22,52,1)), color-stop(51%, rgba(4,36,76,1)), color-stop(71%, rgba(7,59,119,1)), color-stop(100%, rgba(8,66,128,1)));
    background: -webkit-linear-gradient(left, rgba(2,22,52,1) 0%, rgba(4,36,76,1) 51%, rgba(7,59,119,1) 71%, rgba(8,66,128,1) 100%);
    background: -o-linear-gradient(left, rgba(2,22,52,1) 0%, rgba(4,36,76,1) 51%, rgba(7,59,119,1) 71%, rgba(8,66,128,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,22,52,1) 0%, rgba(4,36,76,1) 51%, rgba(7,59,119,1) 71%, rgba(8,66,128,1) 100%);
    background: linear-gradient(to right, rgba(2,22,52,1) 0%, rgba(4,36,76,1) 51%, rgba(7,59,119,1) 71%, rgba(8,66,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021634', endColorstr='#084280', GradientType=1 );
}

    .main-slide .carousel-control {
        background: none;
        opacity: 1;
    }

        .main-slide .carousel-control:hover {
            opacity: 0.7;
        }

.larrow {
    position: absolute;
    left: -47px;
    top: 50%;
    margin-top: -30px;
}

.rarrow {
    position: absolute;
    right: -47px;
    top: 50%;
    margin-top: -30px;
}

/* 04 - Homepage */
.products {
}

    .products h2 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0;
    }

        .products h2:after {
            content: "";
            width: 50px;
            height: 3px;
            display: block;
            padding-bottom: 15px;
            border-bottom: 3px solid #fff;
        }

.proItem {
    background: url(../img/proItemBg.png);
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
    min-height: 390px; /* gerekirse 360-420 arası oynayabilirsin */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .proItem h4 {
        padding: 0;
        margin: 0;
        font-weight: bold;
        font-size: 16px;
        min-height: 40px;
    }

    .proItem img {
        max-width: 225px;
        max-height: 170px;
        margin: 20px 0;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    }

    .proItem p {
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: bold;
        min-height: 26px;
    }

    .proItem a {
        /*        color:#fff;
        background-color:#223dea;
        display: block;
        padding: 5px 5px 5px 20px;
        border:1px solid #fff;
        -webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
        text-align: left;
        margin: 10px 5px;
        -webkit-transition: background-color 400ms linear;
		-moz-transition: background-color 400ms linear;
		-o-transition: background-color 400ms linear;
		-ms-transition: background-color 400ms linear;
		transition: background-color 400ms linear;*/
    }

        .proItem a:hover {
            color: #223dea;
            background-color: #eee;
        }

        .proItem a i {
            font-size: 11px;
            margin: 5px;
        }

.ProItem-a {
    color: #fff;
    background-color: #223dea;
    display: block;
    padding: 5px 5px 5px 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: left;
    margin: 10px 5px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.banner {
    background: url(../img/banner-bg.png) no-repeat center;
    min-height: 200px;
    margin-top: 20px;
}

    .banner p {
        line-height: 200px;
        text-align: center;
        color: #fff;
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 1px;
    }
/* 08 - Order */
.order-container {
    margin: 0 15px;
    padding: 10px;
    color: #fff;
}

    .order-container .title {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

.order-item .item {
    line-height: 40px;
}

.order-item .item, .order-item .item-img {
    min-height: 80px;
    border-left: 1px solid #fff;
    /*padding: 20px 10px;*/
}



.order-item {
    border-bottom: 1px solid #fff;
    clear: both;
}

    .order-item .item-img {
        border-left: none;
        vertical-align: center;
        padding: 0;
    }

        .order-item .item-img img {
            display: block;
            margin: 0 auto;
            padding: 5px;
            max-height: 80px;
        }

.order-container .total {
    line-height: 58px;
    font-weight: bold;
}

    .order-container .total a:hover {
        opacity: 0.8;
    }

.order h2 {
    color: #404040;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 35px;
}

    .order h2:after {
        content: "";
        border-bottom: 3px solid #4b8019;
        height: 3px;
        display: block;
        width: 60px;
        padding-bottom: 15px;
    }

.order-item .item span {
    display: none;
}

.order a {
    color: #fff;
    background-color: #223dea;
    display: block;
    padding: 5px 5px 5px 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: left;
    margin: 10px 5px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

    .order a:hover {
        color: #223dea;
        background-color: #eee;
    }

legend {
    color: #fff;
    padding-bottom: 10px;
}

.input-group.order-form {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .input-group.order-form input {
        margin-left: 0;
    }

.order-container .col-lg-3 {
    padding-left: 0;
}

/* 07 - Page Content */
.levrek {
    width: 175px;
    height: 175px;
    background: url(../img/levrek.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 1000px;
    z-index: 3;
}

.karagoz {
    background-color: #ff0000;
    width: 188px;
    height: 180px;
    background: url(../img/karagoz.png);
    position: absolute;
    left: 300px;
    top: 650px;
    z-index: 3;
}

.kefal {
    background-color: #ff0000;
    width: 185px;
    height: 111px;
    background: url(../img/kefal.png);
    position: absolute;
    right: 25px;
    top: 740px;
    z-index: 3;
}

.content {
    background: url(../img/proItemBg.png);
    padding: 20px;
    color: #fff;
    min-height: 600px;
    z-index: 4;
    position: relative;
}

    .content h2 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0;
    }

        .content h2:after {
            content: "";
            width: 50px;
            height: 3px;
            display: block;
            padding-bottom: 15px;
            border-bottom: 3px solid #fff;
        }

    .content p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .content ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .content ul li i {
            font-weight: normal;
            font-size: 14px;
        }

    .content .price {
        padding: 10px 0;
        margin-top: 20px;
        border-top: 1px solid #fff;
    }

.price a {
    color: #fff;
    background-color: #223dea;
    display: block;
    padding: 5px 5px 5px 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: left;
    margin: 0;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

    .price a:hover {
        color: #223dea;
        background-color: #eee;
    }

    .price a i {
        font-size: 11px;
        margin: 5px;
    }

.price select, .price a {
    width: 180px;
    margin-right: 15px;
}

.price p {
    line-height: 32px;
}

.content .proPic .big img {
    min-width: 100%;
    max-width: 100%;
}

.content .proPic .big {
    margin-bottom: 10px;
    padding: 1px;
}

.content .proPic .small {
    padding: 0 1px;
    margin-bottom: 10px;
}


/* 08 - Order */

/* 09 - Footer */
.footer {
    background: url(../img/footer-bg.png) no-repeat;
    min-height: 400px;
    padding: 25px 0;
}

.footerMenu {
    background: url(../img/footer-menu-bg.png) repeat-x;
    min-height: 97px;
    position: relative;
    z-index: 9999;
}

    .footerMenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .footerMenu ul li {
            float: left;
            margin-top: 30px;
        }

    .footerMenu .fmenu li a {
        color: #fff;
        padding: 5px;
        display: block;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        .footerMenu .fmenu li a:hover {
            opacity: 0.7;
        }

        .footerMenu .fmenu li a:after {
            content: "|";
            padding-left: 10px;
        }

    .footerMenu .fmenu li:last-child a:after {
        content: "";
    }

    .footerMenu .socialIcons {
        padding-right: 10px;
    }

        .footerMenu .socialIcons li {
            margin: 30px 3px;
        }

.footerBottom {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    margin-top: 50px;
    position: relative;
    z-index: 9999;
}

    .footerBottom a {
        color: #fff;
    }

.copyright {
    color: #fff;
    text-align: center;
    border-top: 1px solid #6688aa;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 0;
    position: relative;
    z-index: 9999;
}


/* 10 - Responsive Settings */
@media only screen and (max-width: 1050px) {

    .navbar-toggle {
        margin: 20px 0 5px 0;
        background-color: #08407f;
    }

    .navbar .nav {
        background-color: #08407f;
        margin: 20px 0 20px 0;
        padding: 20px;
        width: 100%;
        color: #ffffff;
    }

        .navbar .nav li a {
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            background-color: #08407f;
            display: block;
            padding: 5px;
            border-bottom: 1px solid #fff;
            transition: border .2s ease-in-out;
            -webkit-transition: border .2s ease-in-out;
            -moz-transition: border .2s ease-in-out;
            margin-top: 5px;
        }

        .navbar .nav li:last-child:before {
            content: "";
            border-left: none;
            width: 2px;
            height: 95px;
            top: 0;
        }

        .navbar .nav li:last-child {
            padding-left: 20px;
        }

            .navbar .nav li:last-child a {
                border: none;
            }

        .navbar .nav li a:hover, .navbar .nav li a.active {
            background-color: #08407f;
            padding: 5px;
            color: #fff;
        }

        .navbar .nav li a:after {
            content: "";
            padding: 0;
        }

    .header {
        margin-bottom: -400px;
    }

    .menuBg {
        background: none;
    }

    .cupra, .kefal, .levrek, .karagoz {
        display: none;
    }

    .socialIcons {
        padding-right: 70px;
    }

        .socialIcons .piece {
            margin-right: 70px;
        }

    .proItem {
        margin-bottom: 25px;
    }

        .proItem img {
            max-width: 100%;
            min-width: 100%;
        }

    .larrow {
        top: -20px;
        left: 0px;
    }

    .rarrow {
        top: -20px;
        right: 235px;
    }

    .banner p {
        font-size: 17px;
        line-height: 20px;
        padding-top: 70px;
    }

    .footer {
        background-position: bottom center;
    }

    .footerMenu {
        background-repeat: repeat;
    }

    .fmenu li {
        float: none !important;
        margin-top: 10px !important;
    }

        .fmenu li a {
            margin-top: 0;
            padding: 5px;
            text-align: center;
            border-bottom: 1px solid #fff;
        }

    .footerMenu .fmenu li a:after {
        content: "";
        padding-left: 0;
    }

    .footerMenu .socialIcons {
        padding-right: 25%;
    }

    .footerBottom, .copyright {
        padding: 10px;
    }

    .order-container .title {
        display: none !important;
    }

    .order-item .item span {
        display: inline-block;
    }

    .order-item .item, .order-item .item-img {
        min-height: 15px;
        border-left: none;
        padding: 5px 10px;
    }

        .order-item .item-img img {
            display: block;
            margin: 0 auto !important;
            max-height: none;
        }
}
