﻿.cl {
    clear: both;
    display: block;
}

label.error {
    color: red;
    padding: 7px 0;
    display: block;
}

    label.error::before {
        content: "*";
        margin-right: 5px
    }

.success {
    color: green;
    font-weight: bold;
    padding: 7px;
}

.bg-danger {
    border: 1px solid #f00;
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.bg-success {
    border: 1px solid green;
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* diller */
.activelanguage {
    opacity: 0.5;
    display: none !important;
}

/* global */
.percentWidth {
    width: 94% !important;
    padding: 3% !important;
}

/* açılır menü */
.openthemenu {
    border: none !important;
}

    .openthemenu li {
        position: relative;
        z-index: 2;
        float: left;
    }

        .openthemenu li li {
            list-style: none;
            margin: 0;
            display: block;
            padding: 0;
        }

        .openthemenu li a {
            display: block;
        }

.opened {
    background: #e8e8e8 !important;
    color: #000 !important;
    border-bottom-right-radius: 0 !important;
}


@media screen and (min-width:461px) {
    ul.openthemenu > li > a > i {
        margin-left: 5px
    }

    ul.openthemenu > li > ul {
        display: none;
        margin: 0;
        position: absolute;
        width: 170px;
        background: #e8e8e8 !important;
        top: 29px;
        left: 0;
        padding: 5px 10px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 4px 4px rgba(0,0,0,.2);
    }

        ul.openthemenu > li > ul > li {
            width: 100%;
            margin: 3px 0;
        }

            ul.openthemenu > li > ul > li > a {
                color: #000;
                font-size: 14px;
                text-transform: uppercase
            }

                ul.openthemenu > li > ul > li > a:hover {
                    background: #262626;
                    color: #fff
                }
}

/* splash screen */
#splashscreen {
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../errordocs/40417e5.html);
    z-index: 10000;
}

    #splashscreen h4 {
        display: block;
        text-align: center;
    }

    #splashscreen div {
        max-width: 980px;
        max-height: 900px;
        text-align: center;
        padding: 100px 0;
        margin: 0 auto;
    }

        #splashscreen div img {
            width: 600px;
            height: 450px;
        }

        #splashscreen div:after {
            content: 'KAPAT';
            position: fixed;
            left: 50%;
            top: 0;
            width: 140px;
            height: 60px;
            background: #fff;
            color: #000;
            font-weight: bold;
            line-height: 60px;
            box-shadow: 0 0 50px #000;
            font-size: 17px;
            letter-spacing: 10px;
            margin-left: -70px;
        }

/* spot içerik */
#spot > div {
    padding: 8px;
    border: 1px solid #efefef;
    float: left;
    width: 232px;
    margin: 0 0 20px 0;
    height: 270px;
    background: #fff;
    transition: .3s;
}

    #spot > div a img {
        width: 232px;
        height: 228px;
    }

    #spot > div:nth-child(2n) {
    }

    #spot > div img {
        float: left;
        margin: 0 20px 0 0;
        max-height: 228px;
        width: 232px;
    }

    #spot > div a {
        color: #4d89a5;
        text-decoration: none;
    }

    #spot > div b {
        font-size: 18px;
        line-height: 58px;
    }

    #spot > div span {
        color: #fff;
        display: inline-block;
        background: #22A7E0;
        padding: 3px;
    }

/* spot ürün */
#spotUrun {
}

.subpage-content-right-catagori {
    transition: 0.4s;
    width: 100%;
    height: 300px;
    float: left;
    padding: 25px 0;
    border-bottom: 2px solid #ccc;
    background: url(../img/productbg.png) no-repeat -140px;
}

    .subpage-content-right-catagori:nth-child(2n+1) {
    }

    .subpage-content-right-catagori:hover {
        box-shadow: 0 0 15px #999;
        z-index: 2;
        position: relative; /*background:url(../img/urunhover.png) center top no-repeat #f2f2f2; background-size:100%;*/
    }

        .subpage-content-right-catagori:hover .subpage-content-right-catagori-link a {
            color: #fff;
            background-color: #ad3f40;
        }

        .subpage-content-right-catagori:hover img {
            transform: scale(1.1);
        }

.subpage-content-right-catagori-gorsel {
    position: relative;
    height: 300px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
    width: 300px;
    float: left;
}

    .subpage-content-right-catagori-gorsel img {
        transition: 0.3s; /*width:100%;*/
        height: 300px;
    }

.subpage-content-right-catagori-baslik {
    width: 530px;
    float: right;
    margin: 50px 0 0 0;
}

    .subpage-content-right-catagori-baslik a {
        text-decoration: none;
        color: #4c4c4c;
        font-size: 31px;
        font-weight: 400;
    }

        .subpage-content-right-catagori-baslik a:hover {
            text-decoration: underline;
        }

    .subpage-content-right-catagori-baslik span {
        display: block;
    }

.subpage-content-right-catagori-link a {
    margin-top: 60px;
    display: inline-block;
    transition: 0.3s;
    color: #ad3f40;
    background-color: #888;
    text-decoration: none;
    padding: 10px 30px;
    color: #fff !important;
    font-size: 13px;
    border-radius: 4px;
}

    .subpage-content-right-catagori-link a:hover {
        color: #fff;
        background-color: #000;
    }

/* spot menüler */
/*#spotMenuler { }
#spotMenuler a { transition:.3s; background:#fff; color:#4d89a5; text-decoration:none; padding:15px; border:1px solid #ccc; margin:10px 0; display:block; font-weight:bold; font-size:15px; }
#spotMenuler a:hover { background:#4d89a5; color:#fff; }*/

/* spot haber */
#spotHaber {
}

    #spotHaber > div {
        padding: 15px;
        border: 1px solid #ccc;
        margin: 0 0 20px 0;
        min-height: 40px;
    }

        #spotHaber > div img {
            float: left;
            margin: 0 20px 0 0;
            width: 60px;
            height: 60px;
        }

/* page details */
#pagedetails img {
    max-width: 100%;
}

/* ana sayfa banner bxslider.com */
