﻿#master {
    padding: 20px 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    font-size: 14px;
}

#breadcrumb {
    background: url("../images/nav-bg.jpg") repeat-x #E41F30;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    /*border-bottom: 5px #1B3365 solid;*/
}

    #breadcrumb li {
        color: #ef9da4 !important;
    }

        #breadcrumb li a {
            color: #fff;
        }


#submenu {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-right: 5px #DB1C2B solid;
}

    #submenu .title {
        background: #DB1C2B;
        color: #fff;
        padding: 10px 10px 7px;
        margin: -10px -10px 10px;
    }

    #submenu li {
        border-top: 1px #eee solid;
        padding: 5px 0;
    }

        #submenu li:first-child {
            padding-top: 5px;
            border: none;
        }

        #submenu li a.main {
            display: block;
            background: url("../images/l.png") left 3px no-repeat;
            line-height: 20px;
            padding: 0 0 0 25px;
            font-size: 13px;
        }

        #submenu li:hover a.main,
        #submenu li.active a.main {
            color: #CB1F2B;
        }

        #submenu li p {
            padding: 5px 0 0;
        }

            #submenu li p a {
                font-size: 11px;
            }

        #submenu li ul {
            display: none;
        }

            #submenu li ul li {
                padding: 3px 0;
            }

        #submenu li:hover a {
            color: #CB1F2B;
        }

        #submenu li:hover ul,
        #submenu li.active ul {
            display: block;
            margin-left: 10px;
        }

            #submenu li:hover ul li a,
            #submenu li.active ul li a {
                font-size: 11px;
                color: #000 !important;
            }

            #submenu li:hover ul li:hover a,
            #submenu li.active ul li:hover a {
                color: #CB1F2B !important;
            }


#masterText,
.whiteblock {
    font: 13px/20px Arial;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}

    #masterText h3,
    .katalogGorunum h3 {
        font: 500 20px 'fira';
        color: #1C3468;
        background: url("../images/masterText-h3-dot.png") left center no-repeat;
        padding-left: 15px;
    }

#masterTitle {
    color: #1C3468;
    margin-top: 0;
    font-weight: 500;
    font-size: 32px;
}

#masterImage {
    margin-bottom: 20px;
}

    #masterImage #breadcrumb {
        margin: -34px 1px 0 0;
    }

    #masterImage img {
        box-shadow: 0 0 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
        border: 1px #fff solid !important;
    }


.photoGalleryTitle {
    padding: 12px;
    margin: 20px 0 0;
    background: #1C3468;
    color: #fff;
    font: italic 15px 'fira';
    border: 1px #dee4e4 solid;
    position: relative;
}

    .photoGalleryTitle span {
        background: url("../images/phot-gallery-icon.png") 5px center no-repeat;
        padding-left: 48px;
    }

    .photoGalleryTitle ul {
        margin-top: 0;
    }

        .photoGalleryTitle ul li {
            vertical-align: middle;
            display: inline-block;
            font-size: 12px;
            color: #98aca9;
        }

            .photoGalleryTitle ul li a {
                display: block;
                background: #98aca9;
                color: #fff;
                padding: 0 5px;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
            }

                .photoGalleryTitle ul li a:hover,
                .photoGalleryTitle ul li a.active {
                    background: #DD1D2C;
                }

            .photoGalleryTitle ul li:first-child {
                margin-right: 5px;
            }

.photoGallery .img-thumbnail {
    margin-top: 20px;
}

    .photoGallery .img-thumbnail:hover {
        border-color: #DB1C2B;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    }


.submenuArrow {
    right: -1px;
    top: 0;
}


#master hr {
    margin: 8px 0 15px;
}


#hoveritem {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 10px;
    border: 1px #DFE5E4 solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 8px;
}

.productList .item .panel {
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
}

.productList .item:hover {
    position: relative;
    z-index: 10000;
}

    .productList .item:hover .panel {
        box-shadow: 0 0 20px rgba(0,0,0,.6);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.6);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.6);
    }

    .productList .item:hover .panel-info {
        border-color: #991721;
    }

    .productList .item:hover .panel-heading {
        border-color: #991721;
        background: rgb(153,23,33);
        background: -moz-linear-gradient(top, rgba(153,23,33,1) 0%, rgba(211,33,51,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,23,33,1)), color-stop(100%,rgba(211,33,51,1)));
        background: -webkit-linear-gradient(top, rgba(153,23,33,1) 0%,rgba(211,33,51,1) 100%);
        background: -o-linear-gradient(top, rgba(153,23,33,1) 0%,rgba(211,33,51,1) 100%);
        background: -ms-linear-gradient(top, rgba(153,23,33,1) 0%,rgba(211,33,51,1) 100%);
        background: linear-gradient(to bottom, rgba(153,23,33,1) 0%,rgba(211,33,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991721', endColorstr='#d32133',GradientType=0 );
    }

.whiteblock h3 {
    font: 500 16px 'fira';
    margin: -20px -20px 20px;
    padding: 15px 0 10px 10px;
    background: #1C3468;
    color: #fff;
    border-left: 10px #DB1C2B solid;
}

.whiteblock.nopadding {
    padding: 0;
}

    .whiteblock.nopadding h3 {
        margin: 0 0 20px;
    }

#productImage img.mainImage {
    border: 1px #fff solid !important;
    padding: 10px;
}

.itemBlock {
    margin: 20px 0 0;
}


    .itemBlock table {
        text-align: center !important;
        margin: -20px;
        width: 100%;
    }

        .itemBlock table tr th {
            text-align: center;
            background: url("../images/nav-bg.jpg") left top repeat-x #E21F2F;
            color: #fff;
            padding: 5px 10px;
            border-left: 1px #e64754 solid;
            font-size: 12px;
        }

            .itemBlock table tr th:first-child {
                border: none;
            }

        .itemBlock table tr td {
            border-top: 1px #eee solid;
            padding: 5px 0;
            font-size: 11px;
        }

            .itemBlock table tr td:first-child {
                width: 100px;
                font-weight: bold;
            }

        .itemBlock table tr:nth-child(2n+1) td {
            background: #f8f8f8;
        }

        .itemBlock table tr:hover td {
            background: #eee;
        }

.whiteblock.nopadding table {
    margin: -20px 0 0 !important;
}


#productsGallery.owl-carousel {
    margin: 20px 0 0;
    padding: 0 26px 0 30px;
}

#productsGallery .owl-wrapper-outer {
}

#productsGallery .photo {
    margin-right: 14px;
    text-align: center;
}

    #productsGallery .photo img {
        max-height: 80px;
        display: inline-block !important;
    }

#productsGallery .owl-controls .owl-prev,
#productsGallery .owl-controls .owl-next {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/productsGallery-arrows.png") 0 0 no-repeat;
    top: 30px;
    text-indent: -999em;
}

#productsGallery .owl-controls .owl-prev {
    left: 0;
}

#productsGallery .owl-controls .owl-next {
    background-position: -20px 0;
    right: 0;
}

#productsGallery.noCarousel {
    margin: 20px 0 0;
    overflow: hidden;
}

    #productsGallery.noCarousel .photo {
        text-align: left;
        float: left;
    }

#productsVideos h4 {
    font: italic 18px 'fira';
    color: #1C3468;
}

#productsVideos .video iframe {
    border: 1px #eee solid;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

.kataloglar {
    width: 100%;
    margin-top: 10px !important;
}

    .kataloglar th:first-child,
    .kataloglar td:first-child {
        text-align: left !important;
        width: 85% !important;
    }

    .kataloglar td {
        padding: 5px 10px !important;
    }

.rblurunler {
    cursor: pointer;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}

    .rblurunler.active,
    .rblurunler:hover {
        border-color: #CA1F2B;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

    .rblurunler .text {
        height: 40px;
        font: 13px 'fira';
        margin: 10px 0 0;
        border-top: 1px #eee solid;
        padding: 10px 0 0;
    }

    .rblurunler.active .text,
    .rblurunler:hover .text {
        color: #CA1F2B;
    }


#contactInfo h2 {
    margin-top: 0;
    color: #CA1F2B;
    font-size: 21px;
}

#contactInfo strong {
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

#contactInfo hr {
    margin: 10px 0;
}

#contactInfo p {
    line-height: 20px;
}

#contactInfo .info {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #masterLeft,
    #masterRight {
        min-height: inherit !important;
        margin-bottom: 20px;
    }

    #submenu .submenuArrow {
        display: none;
    }

    #productTechnical .scroll {
        width: 100%;
        height: 300px;
        overflow: auto;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #masterLeft,
    #masterRight {
        min-height: inherit !important;
        margin-bottom: 20px;
    }

    #submenu .submenuArrow {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
