﻿a {
    outline: none !important;
}

body {
    background-color: #F2F2F2;
}

.showdetailbutton {
    position: absolute;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    padding: 5px 15px;
    border: 1px solid rgba(0,0,0,0.5);
}

    .showdetailbutton:hover {
        background-color: #FF4200;
        color: #ffffff;
        border: none;
    }

div.pp_pic_holder {
    max-width: 100% !important;
}

.pp_content_container {
    max-width: calc(100%) !important;
    height: auto !important;
    position: relative;
}

.pp_content {
    max-width: 100% !important;
}

#fullResImage {
    max-width: calc(100% - 8px);
}

.pp_details {
    max-width: calc(100% - 8px);
}

.pp_expand {
    display: none !important;
}

.ppt {
    max-width: 100%;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    /* (Optional) Apply a "closed-hand" cursor during drag operation. */
    .grabbable:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.filtr-item {
    padding: 1rem;
}

.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-align: center;
    padding: 8px;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    word-break: break-word;
}

/* Filter controls */

.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
}

.simplefilter li {
    background-color: #585858;
    margin: 2px;
}

    .simplefilter li.active {
        background-color: #212121;
    }

.multifilter li {
    background-color: #4b9eff;
}

    .multifilter li.active {
        background-color: #2265b4;
    }

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}

.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}

.sortandshuffle .sort-btn {
    background-color: #de0000;
}

    .sortandshuffle .sort-btn.active {
        background-color: #9d0000;
    }

/* Search control */
.search-row {
    margin-left: 2.5rem;
}

.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}


.background-orange {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYjQzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODAyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fab43c), color-stop(100%, #f58025));
    background-image: -webkit-linear-gradient(top, #fab43c 0%, #f58025 100%);
    background-image: -moz-linear-gradient(top, #fab43c 0%, #f58025 100%);
    background-image: -o-linear-gradient(top, #fab43c 0%, #f58025 100%);
    background-image: linear-gradient(top, #fab43c 0%, #f58025 100%);
}

.sitemap a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    .sitemap a:hover {
        color: #e0e0e0; /* blue colors for links too */
        text-decoration: inherit; /* no underline */
    }

}

.sitemap .subitem {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
    cursor: pointer;
}

    .sitemap .subitem:hover {
        color: #e0e0e0; /* blue colors for links too */
        text-decoration: inherit; /* no underline */
    }




#menu a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    #menu a:hover {
        color: inherit; /* blue colors for links too */
        text-decoration: inherit; /* no underline */
    }

.subitem a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

    .subitem a:hover {
        color: inherit; /* blue colors for links too */
        text-decoration: inherit; /* no underline */
    }

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #FF5E00;
    border: 1px solid #FF5E00;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #FF5E00;
    padding: 5px;
}

.scrollToTop {
    width: 48px;
    z-index: 9999;
    height: 48px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    position: fixed;
    bottom: 18px;
    left: 40px;
    display: none;
    background: url(/images/up-arrow.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

.table tr td:first-child {
    text-align: left !important;
}

.kapsamaharitasi {
    display: none;
    position: fixed;
    width: 40%;
    left: 30%;
    top: 280px;
    display: none;
    z-index: 1000;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #07143A;
}

    .kapsamaharitasi img {
        width: 100%;
        height: auto;
    }

.row {
    width: 100%;
    margin: 0px;
}

.fa {
    font-size: 12px;
}

.fa-lg {
    font-size: 1.33333333em;
}

.fa-2x {
    font-size: 2em;
    margin: 0px !important;
    padding: 0px !important;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.normal {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.normal16 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.normal14 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.medium {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
}

.medium16 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
}

.medium16b {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
}

.medium20 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.bold14 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.bold12 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.bold18 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.bold20 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.top .title {
    width: 50%;
    position: absolute;
    text-align: center;
    left: 25%;
    right: 25%;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    color: white;
    z-index: 0;
    font-size: 26px;
}

textarea {
    resize: none;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}

.top {
    width: 100%;
    height: auto;
    background-color: #555555;
    color: #EEEEEE;
    z-index: -1;
    padding: 20px;
    text-align: center !important;
}

    .top .leftitems {
        height: auto;
        vertical-align: middle;
        z-index: 999;
        margin-left: 30px;
    }

        .top .leftitems img {
            height: auto;
            vertical-align: top;
        }

    .top .rightitems {
        height: 40px;
        float: right;
        vertical-align: top;
        margin-right: 20px;
        z-index: 999;
    }

        .top .rightitems a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            height: 40px;
            vertical-align: top;
        }

        .top .rightitems .line {
            display: inline-block;
            border-right: 2px solid #EEEEEE;
            padding-right: 15px;
            line-height: 40px;
            margin-right: 5px;
            height: 40px !important;
            vertical-align: top;
        }

        .top .rightitems .language {
            font-size: 12px;
            font-weight: 700;
            vertical-align: top;
            height: 40px;
            line-height: 40px;
        }

            .top .rightitems .language .item {
                padding: 5px;
                vertical-align: top;
                cursor: pointer;
            }

            .top .rightitems .language .active {
                color: #328ADC;
            }


.menu {
    background-color: #FF5E00;
    width: 100%;
    height: auto;
    line-height: 20px;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.18);
}

    .menu .menu-container {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .menu .menu-container .menu-item {
            display: inline-block;
            padding: 10px;
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
            position: relative;
        }

            .menu .menu-container .menu-item .arrow {
                display: none;
                position: absolute;
                color: #fff;
            }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menu .menu-container .menu-item .arrow {
        display: none;
        position: absolute;
        color: #fff;
        width: calc(100% - 20px) !important;
        text-align: center;
        margin-left: 0px !important;
    }
}


#submenu {
    display: none;
    width: 100% !important;
    background-color: #FFFFFF;
    text-align: center;
}

.submenu {
    position: relative;
    display: block;
    width: auto !important;
    padding: 20px;
    left: 0px;
    font-weight: 700;
    cursor: default;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.18);
    /*webkit-transition: top 1s; 
                transition: top 1s;*/
}

/*.menu .menu-container .menu-item:hover {
    color: #555555 !important;
}

.menu .menu-container .menu-item a:hover {
    color: #555555 !important;
}*/

/*.menu .menu-container .menu-item:hover .arrow {
        position: absolute;
        display: inline-block;
    }*/

.menu .menu-container .menu-item:hover .submenu {
    display: inline-block;
}



.submenu .item {
    display: inline-block;
    color: #4D4D4D;
    margin-left: 5%;
    margin-right: 5%;
    cursor: pointer;
    vertical-align: top !important;
}

    .submenu .item:hover {
        color: #328ADC;
    }

#hizmetlerimiz .submenu .item:hover {
    color: inherit;
}

.hover:hover {
    color: #328ADC !important;
}

#hakkimizda .submenu .item {
    margin-left: 20px;
    margin-right: 20px;
}

.submenu .item img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0px !important;
}

.submenu .item .subitem {
    text-align: left;
    margin-top: 10px;
}

    .submenu .item .subitem span {
        margin-left: 10px !important;
    }

.submenu > .item > .subitem > div > div > div {
    color: #328ADC;
}

    .submenu > .item > .subitem > div > div > div > div {
        color: #FF5E00;
    }

/* jssor slider bullet navigator skin 05 css */
/*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */

#slider-container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px !important;
    /*-webkit-transition: margin-top 1s;
    transition: margin-top 1s;*/
}

/*.menu-item:hover #slider-container {
    margin-top: 200px;
}*/

.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('/images/b17.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

/* jssor slider arrow navigator skin 12 css */
/*
        .jssora12l                  (normal)
        .jssora12r                  (normal)
        .jssora12l:hover            (normal mouseover)
        .jssora12r:hover            (normal mouseover)
        .jssora12l.jssora12ldn      (mousedown)
        .jssora12r.jssora12rdn      (mousedown)
        */


.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    margin: 8px;
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('/images/a10.png') no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}

.products {
    display: block;
    text-align: center;
    width: 100%;
}

    .products .background {
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        z-index: -1;
        height: 220px;
    }

    .products .product_group {
        margin-top: 30px;
    }

    .products .product {
        vertical-align: middle;
        display: inline-block;
        line-height: 24px;
        background-color: #ededed;
        margin: 10px;
        cursor: pointer;
        position: relative;
    }

        .products .product .logo {
            width: 100%;
            background-color: #fff;
            border-bottom: 1px solid #e0e0e0;
            filter: brightness(70%) blur(0px);
            -webkit-transition: all .1s; /* Safari */
            transition: all .1s;
            -webkit-transition-timing-function: ease;
        }

            .products .product .logo img {
                display: block;
                margin: auto;
                width: 100%;
                height: auto;
            }

        .products .product .producttitle {
            display: inline-block;
            font-weight: 500;
            width: 100%;
            text-transform: uppercase !important;
        }

            .products .product .producttitle h3 {
                padding: 0px !important;
                margin: 0px !important;
                margin-bottom: 20px !important;
            }

        .products .product .content {
            display: block;
            height: 110px !important;
            margin: auto !important;
            width: calc(90% - 60px);
            position: absolute;
            left: 30px;
            top: 40px;
            font-size: 16px;
            text-align: left;
            font-weight: 500;
            color: #fff;
            overflow: hidden !important;
        }

            .products .product .content .desctext {
                line-height: 1.5em;
                height: 3em;
                overflow: hidden;
                white-space: normal;
            }

        .products .product .circle {
            position: absolute;
            display: block;
            margin: auto;
            top: 104px;
            left: calc(50% - 35px);
            padding: 8px;
            padding-top: 18px;
            width: 70px;
            height: 70px;
            line-height: 16px;
            font-size: 14px;
            border-radius: 50%;
            text-align: center;
            font-weight: 500;
            color: #fff;
            background-color: #00796B;
            -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
        }

        .products .product .detail {
            position: absolute;
            display: block;
            top: 0px;
            right: -6px;
            text-align: center;
            background-color: #00796B;
            padding: 0px 16px;
            -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
        }

            .products .product .detail .triangle {
                position: absolute;
                right: 0px;
                width: 0;
                height: 0;
                border-top: 16px solid #00796B;
                border-right: 6px solid transparent;
            }

        .products .product .content i {
            color: #328ADC;
            margin-left: 10px !important;
            margin-right: 10px !important;
        }


        .products .product .button {
            position: absolute;
            right: 30px;
            bottom: 20px;
        }

.button_all {
    display: block;
    background-color: #FF5E00;
    width: 250px;
    margin: auto;
    border: none;
    line-height: 24px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

    .button_all:hover {
        background-color: #FF5E00;
        color: #FFFFFF;
    }

.products .product:hover .logo {
    filter: blur(2px) brightness(40%);
}

.products .product i {
    color: #FF4200;
}

.products .product:hover i {
    color: #FF4200;
}

#products .owl-item {
    padding: 15px;
}

#products .owl-wrapper-outer {
    overflow: visible !important;
}

#products {
    padding: 15px !important;
    overflow: hidden !important;
}

#vmap {
    padding: -80px !important;
    overflow: hidden;
}

    #vmap svg {
        transform: translate3d( 0, 0, 0) scale(1.4);
        -webkit-transform: translate3d( 0, 0, 0) scale(1.4);
        -moz-transform: translate3d( 0, 0, 0) scale(1.4);
        -o-transform: translate3d( 0, 0, 0) scale(1.4);
        -ms-transform: translate3d( 0, 0, 0) scale(1.4);
    }

.news {
    height: 200px;
    margin: 20px 0px;
}

#news .owl-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

#news .new {
    overflow: hidden;
    height: 200px;
    background-color: #FFFFFF;
    -webkit-transition: -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s; /* Safari */
    transition: -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s;
    -webkit-transition-timing-function: ease;
    cursor: pointer;
}

    #news .new img {
        float: left;
        width: auto;
        height: 100%;
        display: inline;
    }

    #news .new .content {
        float: left;
        width: calc(100% - 300px);
        display: inline;
        padding: 20px;
        color: #8E93A2;
        text-align: justify;
        height: 162px;
        overflow: hidden;
    }

        #news .new .content .newtitle {
            display: inline-block;
            color: #07143A;
            font-size: 16px;
            font-weight: 500;
        }

    #news .new .navigation {
        position: absolute;
        display: inline-block;
        bottom: 30px;
        left: 370px;
        color: #8E93A2;
    }

    #news .new .date {
        position: absolute;
        display: inline-block;
        bottom: 30px;
        right: 70px;
        color: #8E93A2;
    }

    #news .new .newdetails {
        position: absolute;
        display: inline-block;
        bottom: 30px;
        left: 410px;
        color: #8E93A2;
    }

        #news .new .newdetails:hover {
            color: #FF4200;
        }

    #news .new .navigation i:hover {
        color: #FF4200;
    }

    #news .new:hover {
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 0px 20px 5px rgba(142,147,162,1);
        -moz-box-shadow: 0px 0px 20px 5px rgba(142,147,162,1);
        box-shadow: 0px 0px 20px 5px rgba(142,147,162,1);
        z-index: 999;
    }

.callform {
    display: block;
    width: 50%;
    margin-left: 25%;
    text-align: left;
    color: #07143A;
    padding: 30px;
}

    .callform .callformtitle {
        display: inline-block;
        color: #07143A;
        font-size: 16px;
        font-weight: 600;
    }

    .callform .form {
        margin-top: 20px;
    }

        .callform .form .left {
            float: left;
            width: calc(50% - 20px) !important;
            margin-right: 20px;
            margin-bottom: 10px;
            display: block;
        }

        .callform .form .right {
            float: right;
            width: calc(50% - 20px) !important;
            margin-left: 20px;
            margin-bottom: 10px;
            display: block;
        }

        .callform .form .form-control {
            display: block;
            margin-bottom: 20px;
            border-radius: 0px;
            padding: 20px;
        }

        .callform .form .right .button {
            width: 100%;
            display: inline-block;
            background-color: #F2F2F2;
            border: none;
            height: auto;
            font-size: 16px;
            font-weight: 500;
            transition: ease color .5s, ease background-color .5s;
            text-align: left;
            padding: 10px 20px;
        }

            .callform .form .right .button:hover {
                background-color: #FF4200;
                color: #FFFFFF;
            }

.footer {
    display: block;
    padding-top: 30px;
    width: auto;
    height: auto;
    padding: 30px;
    margin: auto;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

    .footer .footer-about {
        display: inline-block;
        width: calc(30% - 10px);
        margin-right: 5%;
        text-align: justify;
        font-weight: 400;
        float: left;
        text-align: center;
    }

    .footer .footer-contact {
        display: inline-block;
        vertical-align: top;
        margin-top: 40px;
        width: calc(30% - 10px);
        margin-right: 5%;
        text-align: justify;
        font-weight: 400;
    }

        .footer .footer-contact img {
            margin-right: 12px;
        }

    .footer .footer-social {
        display: inline-block;
        width: calc(30% - 10px);
        text-align: justify;
        margin-top: 40px;
        font-weight: 400;
        vertical-align: top;
        float: right;
    }

        .footer .footer-social img {
            margin: 6px;
            cursor: pointer;
        }

.sitemap {
    display: inline-block;
    width: auto !important;
    text-align: left;
}

    .sitemap .item {
        display: inline-block;
        margin: 15px;
        vertical-align: top;
    }

        .sitemap .item .subitem {
            display: block;
        }

.footerbot {
}

    .footerbot a {
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

        .footerbot a:hover {
            text-decoration: none;
        }

    .footerbot .cert {
        height: 40px;
        width: 40px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .footerbot .support {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        color: #07143A;
        margin-left: 20px;
    }

#cert1 {
    background-image: url("../images/cert/iso-9001-gray.png");
    background-size: contain;
    background-repeat: no-repeat;
}

    #cert1:hover {
        background-image: url("../images/cert/iso-9001.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

#cert2 {
    background-image: url("../images/cert/iso-27001-gray.png");
    background-size: contain;
    background-repeat: no-repeat;
}

    #cert2:hover {
        background-image: url("../images/cert/iso-27001.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

#cert3 {
    background-image: url("../images/cert/iso-22301-gray.png");
    background-size: contain;
    background-repeat: no-repeat;
}

    #cert3:hover {
        background-image: url("../images/cert/iso-22301.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

#cert4 {
    background-image: url("../images/cert/iso-20000-gray.png");
    background-size: contain;
    background-repeat: no-repeat;
}

    #cert4:hover {
        background-image: url("../images/cert/iso-20000.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

.livesupport {
    position: fixed;
    right: 20px;
    bottom: -474px;
    width: 300px;
    background-color: #FF5E00;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-top: 3px solid #FF5E00;
    border-left: 3px solid #FF5E00;
    border-right: 3px solid #FF5E00;
    cursor: pointer;
    z-index: 9999;
}

.livesupport_green {
    position: fixed;
    right: 20px;
    bottom: -474px;
    width: 300px;
    background-color: #46be8a;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-top: 3px solid #46be8a;
    border-left: 3px solid #46be8a;
    border-right: 3px solid #46be8a;
    cursor: pointer;
    z-index: 9999;
}


    .livesupport_green .icon {
        background-color: #46be8a !important;
    }

.livesupport .icon {
    background-color: #E85700;
    display: inline-block;
    border-radius: 8px 0px 0px 0px;
    height: 100% !important;
    vertical-align: middle;
    padding: 5px 5px;
}

.livesupport .support-title {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 11px;
}

.livesupport .support-form {
    display: block;
    width: 100%;
    height: 474px;
    background-color: #fff;
    color: #07143A;
    padding: 5px;
    padding-top: 8px;
    font-size: 12px;
    cursor: auto;
}

    .livesupport .support-form .support-info {
        display: block;
        margin: 0px 8px;
        font-size: 12px;
        text-align: justify;
    }

    .livesupport .support-form label {
        margin-top: 5px;
    }

    .livesupport .support-form button {
        margin-top: 5px;
        padding: 0px;
    }

.form {
    margin-top: 20px;
    width: 50%;
    vertical-align: middle;
    background-color: #fff;
    padding: 20px;
}

#sliderContainer {
    width: 520px;
    float: left;
    height: 590px;
    overflow: hidden;
}

#totalContainer {
    /*background: #eeeeee;*/
    background-color: rgba(255,255,255,0.4);
    border: 2px solid silver;
    width: 50px;
    height: 350px;
    left: 50px;
    bottom: 2px;
    position: absolute;
}

#totalSlider {
    width: 46px;
    max-height: 346px;
    /*background:#009BDB;*/
    background: url(/images/grad.jpg) repeat-x bottom left;
    bottom: 0px;
    display: block;
    position: absolute;
}

#rightCol {
    height: 360px;
    width: 180px;
    float: right;
    display: inline-block;
    position: relative;
    overflow: visible;
    margin-top: 20px;
}

#usageContainer {
    height: 351px;
    overflow: hidden;
    position: relative;
    overflow: visible;
}

.usageScale {
    height: 351px;
    position: absolute;
    bottom: 5px;
    width: 50px;
    overflow: hidden;
    display: block;
}

#reset {
    position: absolute;
    bottom: -35px;
    left: 43px;
    padding: 8px 16px;
    background-color: #2E74B5;
    color: #fff;
    cursor: pointer;
}

    #reset:hover {
        background-color: #FF5E00;
    }

.usageScaleEntry {
    text-align: right;
    margin-right: 5px;
}

.ui-slider-handle {
    width: 45px !important;
    height: 25px;
    text-decoration: none;
    text-align: center;
}

#floatingInfo {
    width: 70px;
    height: 70px;
    background: #555555 display: block;
    position: absolute;
    bottom: -21px;
    right: -20px;
    background-image: url("/images/stripe_bg.png");
    z-index: 500;
    margin-right: 20px;
    text-align: center;
}

    #floatingInfo a {
        color: #fff;
        text-decoration: underline;
    }

        #floatingInfo a:hover {
            color: #f0f0f0;
        }

#totalValue {
    color: white !important;
    display: block;
    margin-top: 8px;
}

#resetButton {
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    color: #fff;
    width: 50px;
    font-size: 14px;
    background-color: #009BDB;
    cursor: pointer;
    position: absolute;
    left: 0;
}

    #resetButton a:link {
        color: #fff;
    }

    #resetButton a:visited {
        color: #fff;
    }

    #resetButton:hover {
        background-color: #333;
    }

#sliderContainer {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.form .form-area {
    padding: 0px;
    /*border: 2px solid #f0f0f0;*/
    margin-top: 20px;
}

    .form .form-area > div {
        border-bottom: 1px solid #f0f0f0;
        margin-top: 4px;
        /*background-color: #fefefe;*/
        background-color: rgba(255,255,255,0.5);
    }

        .form .form-area > div .toggle {
            padding: 10px;
        }

    .form .form-area .btn_calculate {
        display: block;
        color: #fff;
        width: 200px;
        bottom: 20px;
        border: none;
        line-height: 24px;
        height: 40px;
        font-size: 16px;
        font-weight: 500;
        width: calc(100% - 248px) !important;
        margin-left: calc(100% - calc(100% - 248px)) !important;
        margin-top: 20px;
        background-color: #FF5E00;
    }

        .form .form-area .btn_calculate:hover {
            background-color: #555555;
        }

.form-area h4 {
    display: inline-block;
    color: #2E74B5;
    margin-top: 5px;
    margin-bottom: 10px;
}

.form-area .toggle {
    color: #2E74B5;
    margin-top: 10px;
    cursor: pointer;
}

.form .formitem {
    display: block;
    clear: both;
    /*background-color: #f9f9f9;*/
    background-color: rgba(255,255,255,0.5);
    padding: 8px;
}

    .form .formitem .formitem_title {
        display: block;
        width: calc(100% - 10px) !important;
        margin-left: 5px;
    }

    .form .formitem .js-irs-0 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-1 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-2 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-3 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-4 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-5 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-6 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-7 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-8 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-9 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-10 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-11 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-12 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-13 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-14 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-15 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-16 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-17 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-18 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-19 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

    .form .formitem .js-irs-20 {
        display: inline-block;
        width: calc(100% - 20px) !important;
        margin-left: 10px;
    }

.panel-default {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.panel-body {
    border: none !important;
}

#accordionx .panel-heading a {
    color: inherit !important;
    text-decoration: inherit !important;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px;
    text-align: center;
    background-color: #fff !important;
}

    #accordionx .panel-heading a .left {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    #accordionx .panel-heading a .right {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    #accordionx .panel-heading a:hover {
        color: inherit !important;
        text-decoration: inherit !important;
    }

.producttable {
    border: none;
}

    .producttable tbody tr td {
        vertical-align: middle;
        border: none !important;
    }

.dealer {
    border: 1px solid #FF5E00;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.7);
}

    .dealer span {
        display: block;
    }

.filtr-item {
    -webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
    filter: grayscale(60%);
}

    .filtr-item:hover {
        -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
        filter: grayscale(0%);
    }

.generalbutton {
    background-color: #FF5E00;
    color: #FFFFFF;
    display: block;
    width: 100%;
    border: none;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

    .generalbutton:hover {
        background-color: #E85700;
        color: #FFFFFF;
    }

.jumptarget::before {
    content: "";
    display: block;
    height: 40px; /* fixed header height*/
    margin: -40px 0 0; /* negative fixed header height */
}

.products a {
    color: inherit;
    text-decoration: inherit;
}

    .products a:hover {
        color: inherit;
        text-decoration: inherit;
    }

.altyapi img {
    width: 100%;
}

.altyapi h4 {
    color: #2E74B5;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .altyapi h4:last-child {
        color: #2E74B5;
        margin-top: 10px;
        margin-bottom: 0px;
    }

.altyapi h5 {
    color: #2E74B5;
}

.question {
    height: auto;
    line-height: 28px;
    display: block;
    vertical-align: middle;
    color: #2E74B5;
}

    .question i {
        vertical-align: middle;
        display: inline-block;
        margin-right: 4px !important;
    }

.anonstyled {
    color: inherit;
    text-decoration: inherit;
}

    .anonstyled:hover {
        color: inherit;
        text-decoration: inherit;
    }


.option {
    display: inline-block;
    margin: 20px;
    cursor: pointer;
}

    .option i {
        color: #FF5E00;
    }

    .option > div {
        margin-top: 4px;
    }

    .option:hover i {
        color: #555555;
    }

.panel_new {
    background-color: transparent !important;
    width: 80%;
    margin-top: 0px;
    vertical-align: middle;
    padding: 20px;
}

.about_logo {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #fff;
    top: 40px;
    margin-left: calc(50% - 75px);
    line-height: 150px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 30px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 2px 2px 30px 0px rgba(0,0,0,0.65);
    box-shadow: 2px 2px 30px 0px rgba(0,0,0,0.65);
}

    .about_logo img {
        width: 100%;
        height: 100%;
    }


.navbar-menu {
    background-color: #FF5E00;
    max-width: 1000px;
    width: calc(100%);
}

.navbar-mini-menu {
    background-color: #FF5E00;
}

    .navbar-mini-menu .menu-select {
        color: #fff;
        padding: 1rem 1.5rem;
    }

        .navbar-mini-menu .menu-select .btn-select {
            background: url("/images/icon.png") no-repeat;
            cursor: pointer;
            float: right;
            height: 30px;
            width: 30px;
            margin-top: -5px;
        }

    .navbar-mini-menu .mini-menu-options {
        display: NONE;
        margin: 0px !important;
        padding: 0px !important;
    }

        .navbar-mini-menu .mini-menu-options li {
            display: block;
        }

            .navbar-mini-menu .mini-menu-options li .submenu {
                display: none;
                padding: 0px !important;
                padding-left: 10px !important;
            }

            .navbar-mini-menu .mini-menu-options li:focus {
                outline: 0;
            }

            .navbar-mini-menu .mini-menu-options li a {
                display: block;
                padding: 1rem 1.5rem;
                color: #fff;
                text-decoration: none;
                cursor: pointer;
            }

                .navbar-mini-menu .mini-menu-options li a:hover {
                    display: block;
                    padding: 1rem 1.5rem;
                    color: #fff;
                    text-decoration: none;
                }

.btn-group ul {
    max-height: 50vh !important;
    overflow-y: auto !important;
}

.toowaymaps {
    height: 140px !important;
}

    .toowaymaps .middle {
        top: 50px !important;
    }

.specs img {
    margin-top: 20px;
}

.footerbot_item .certtitle {
    position: absolute;
    top: -18px;
    left: 40px;
    color: #20529B;
}

.certs {
    display: inline-block;
    padding: 2px;
    border: 1px solid #808080;
    position: relative;
    margin-left: 10px;
}

.image_right {
    width: calc(50% - 10px);
    float: right;
    display: inline-block;
    margin-left: 10px;
}

.text_left {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    vertical-align: bottom;
    text-align: justify;
}

.image_left {
    width: calc(50% - 10px);
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.text_right {
    float: right;
    width: calc(50% - 10px);
    margin-left: 10px;
    vertical-align: bottom;
    text-align: justify;
}

.mplsmap {
    width: 80%;
}

.mpls_altyapi {
    text-align: left;
    margin-top: -120px;
}

.footerbot_item {
    display: inline-block;
}

.newcontent {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.5em;
}

#overlay {
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10000;
    overflow: auto !important;
    background-color: rgba(0,0,0,0.5);
}

    #overlay > div {
        width: 30%;
        margin: 20px auto;
        height: auto;
        background-color: #fff;
        border: 1px solid #000;
        padding: 15px;
        text-align: center;
        overflow: auto;
    }

        #overlay > div img {
            display: block;
            width: 100%;
            margin: auto;
        }

.apply {
    width: auto !important;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}



/* ***************************************************
                      ANIMACIONES
*****************************************************/
@-webkit-keyframes showSubMenu {
    0% {
        transform: scale(0,0);
    }

    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes hideSubMenu {
    0% {
        transform: scale(1,1);
    }

    100% {
        transform: scale(0,0);
    }
}

.specs img {
    width: 12%;
}




@media (max-width : 825px) {
    .products .product {
        width: calc(100% - 40px);
    }

        .products .product .content {
            display: block;
            height: 80px !important;
            margin: auto !important;
            width: calc(90% - 60px);
            position: absolute;
            left: 15px;
            top: 15px;
            font-size: 16px;
            text-align: left;
            font-weight: 500;
            color: #fff;
            overflow: hidden !important;
        }

    .form {
        width: 100%;
    }

    .showdetailbutton {
        font-size: 34px;
    }

    .about_logo {
        top: 0px;
    }

    .specs img {
        width: 30%;
    }

    .news {
        width: 90% !important;
        margin-left: 5% !important;
        height: auto !important;
    }

        .news .owl-item {
            padding: 15px !important;
        }

        .news .new {
            display: block !important;
            padding-bottom: 30px;
            overflow: hidden !important;
            position: relative !important;
            height: auto !important;
            min-height: 600px !important;
        }

            .news .new img {
                width: 100% !important;
                height: auto !important;
            }

            .news .new .content {
                width: 100% !important;
                height: auto !important;
            }

            .news .new .date {
                right: 20px !important;
                bottom: 20px !important;
            }

    #news .new .newdetails {
        left: 50px !important;
        bottom: 22px !important;
    }

    .news .new .navigation {
        left: 20px !important;
        bottom: 22px !important;
    }

    .panel_new {
        width: calc(100% - 20px);
    }

    .toowaymaps {
        height: 40px !important;
    }

        .toowaymaps .middle {
            top: 20px !important;
        }

    .scrollToTop {
        bottom: 40px;
        left: 8px;
    }

    .livesupport {
        right: 8px !important;
    }

    .sitemap {
        width: 100% !important;
    }

        .sitemap .item {
            display: block !important;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            text-align: center;
        }

    .footerbot_item {
        display: block;
        margin: 0px !important;
        width: auto;
        text-align: center;
        margin-top: 20px !important;
    }

    .certs {
        margin-top: 40px !important;
    }

    .footerbot_item a {
        margin: 0px !important;
    }

    .footerbot_item div {
        margin: 0px !important;
    }

    .footerbot_item img {
        margin: 0px !important;
    }

    .footerbot_item:first-child {
        display: block;
        margin: 0px !important;
        width: 100%;
        text-align: center;
    }

    .footerbot_item .certtitle {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -18px;
        display: block;
        margin: auto;
        left: auto !important;
        color: #20529B;
    }

    .modal-dialog {
        width: calc(100% - 40px) !important;
    }

    .about_logo2 {
        margin-top: 20px !important;
    }

    .image_right {
        display: block;
        width: auto;
        margin: auto;
        max-width: 100%;
        float: none !important;
        margin-left: auto !important;
    }

    .text_left {
        display: block;
        width: auto;
        max-width: 100%;
        float: none !important;
        margin-right: auto !important;
        vertical-align: bottom;
        text-align: justify;
    }

    .image_left {
        display: block;
        width: auto;
        margin: auto;
        max-width: 100%;
        float: none !important;
        margin-right: auto !important;
    }

    .text_right {
        display: block;
        width: auto;
        max-width: 100%;
        float: none !important;
        margin-left: auto !important;
        vertical-align: bottom;
        text-align: justify;
    }

    .mplsmap {
        width: 100% !important;
        margin-top: 20px;
    }

    .mpls_altyapi {
        text-align: left;
        margin-top: 0px !important;
    }

    .pp_pic_holder.pp_default {
        width: calc(100% - 40px) !important;
        left: 20px !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 20px !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 10px !important;
    }

    .pp_content {
        width: calc(100% - 20px) !important;
        margin: 0px !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        width: 94% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px !important;
    }
}

@media (max-width : 600px) {
    #overlay > div {
        width: 100% !important;
    }

        #overlay > div img {
            width: 100% !important;
        }

    .news .new {
        min-height: 460px !important;
    }
}

@media (min-width : 600px) {
    #overlay > div {
        width: 80% !important;
    }

        #overlay > div img {
            width: 60% !important;
        }


    .form {
        width: 100%;
    }

    #products {
        width: 100% !important;
        margin-left: 15% !important;
        margin-top: 50px !important;
    }

    .products .product {
        width: 80%;
    }

    .showdetailbutton {
        font-size: 28px;
    }

    .about_logo {
        top: 10px;
    }

    .specs img {
        width: 25%;
    }

    .news {
        width: 90% !important;
        margin-left: 5% !important;
    }


    .image_right {
        display: block;
        width: auto;
        max-width: 100%;
        margin: auto;
        float: none !important;
        margin-left: auto !important;
    }

    .text_left {
        display: block;
        width: auto;
        max-width: 100%;
        float: none !important;
        margin-right: auto !important;
        vertical-align: bottom;
        text-align: justify;
    }

    .image_left {
        display: block;
        width: auto;
        margin: auto;
        max-width: 100%;
        float: none !important;
        margin-right: auto !important;
    }

    .text_right {
        display: block;
        width: auto;
        max-width: 100%;
        float: none !important;
        margin-left: auto !important;
        vertical-align: bottom;
        text-align: justify;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .producttable .producthover:hover > td {
        -ms-transform: perspective(1px) scale(1.08) !important;
    }
}

@media (min-width : 1023px) {
    #overlay > div {
        width: 50% !important;
    }

        #overlay > div img {
            width: 50% !important;
        }

    #products {
        width: 100% !important;
        margin-left: 15% !important;
        margin-top: 50px !important;
    }

    .products .product {
        width: 45%;
    }

    .showdetailbutton {
        font-size: 20px;
    }

    .about_logo {
        top: 10px;
    }

    .specs img {
        width: 20%;
    }

    .news {
        width: 80% !important;
        margin-left: 10% !important;
    }


    .image_right {
        width: calc(50% - 10px) !important;
        float: right !important;
        display: inline-block !important;
        margin-left: 10px !important;
    }

    .text_left {
        float: left !important;
        width: calc(50% - 10px) !important;
        margin-right: 10px !important;
        vertical-align: bottom !important;
        text-align: justify !important;
    }

    .image_left {
        width: calc(50% - 10px) !important;
        float: left !important;
        display: inline-block !important;
        margin-right: 10px !important;
    }

    .text_right {
        float: right !important;
        width: calc(50% - 10px) !important;
        margin-left: 10px !important;
        vertical-align: bottom !important;
        text-align: justify !important;
    }

    .form {
        width: calc(100% - 60px) !important;
    }

    .producttable .producthover:hover {
        /*-webkit-box-shadow: inset 0px 0px 0px 3px #FF5E00;
        -moz-box-shadow: inset 0px 0px 0px 3px #FF5E00;
        box-shadow: inset 0px 0px 0px 3px #FF5E00;*/
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75) !important;
        transform: perspective(1px) translateZ(0) scale(1.08) !important;
        -moz-transform: perspective(1px) translateZ(0) scale(1.08) !important;
        -o-transform: perspective(1px) translateZ(0) scale(1.08) !important;
        -ms-transform: perspective(1px) translateZ(0) scale(1.08) !important;
        -webkit-backface-visibility: hidden !important;
        -webkit-transform: translateZ(0) scale(1.08,1.08) !important;
        background-color: #fff !important;
    }

    .panel-collapse {
        overflow: visible !important;
    }

        .panel-collapse .panel-body {
            overflow: visible !important;
        }

            .panel-collapse .panel-body .overflow {
                overflow: visible !important;
            }

                .panel-collapse .panel-body .overflow table {
                    overflow: visible !important;
                }

                    .panel-collapse .panel-body .overflow table tbody {
                        overflow: visible !important;
                    }

                        .panel-collapse .panel-body .overflow table tbody tr {
                            overflow: visible !important;
                        }
}

@media(max-width: 1360px) {
    .submenu .item {
        display: inline-block;
        color: #4D4D4D;
        margin-left: 2%;
        margin-right: 2%;
        cursor: pointer;
        vertical-align: top !important;
    }
}

@media(max-width: 1086px) {
    .submenu .item {
        display: inline-block;
        color: #4D4D4D;
        margin-left: 3px;
        margin-right: 3px;
        cursor: pointer;
        vertical-align: top !important;
    }

    .submenu {
        padding: 10px;
    }

    .sitemap {
        font-size: 10px;
    }

    .footerbot {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .footerbot_item {
        margin-left: 2px !important;
    }

        .footerbot_item > img {
            margin-left: 0px !important;
        }
}

@media(max-width: 978px) {
    .submenu .item {
        display: inline-block;
        color: #4D4D4D;
        margin-left: 0px;
        margin-right: 0px;
        cursor: pointer;
        vertical-align: top !important;
    }

    .submenu {
        padding: 10px;
    }

    .sitemap {
        font-size: 9px;
    }

    .footer {
        padding: 10px;
    }
}
/* Desktops and laptops ----------- */
@media (min-width : 1224px) {


    .form {
        width: 60% !important;
    }

    #products {
        width: 80% !important;
        margin-left: 10% !important;
        margin-top: 50px !important;
    }

    .products .product {
        width: 40%;
    }

    .news {
        width: 70% !important;
        margin-left: 15% !important;
    }

    .form {
        width: 70%;
    }

    .showdetailbutton {
        font-size: 16px;
    }

    .about_logo {
        top: 40px;
    }

    .specs img {
        width: 18%;
    }
}

@media (min-width : 1440px) {
    .form {
        width: 50% !important;
    }
}

/* Large screens ----------- */
@media (min-width : 1824px) {
    #products {
        width: 50% !important;
        margin-left: 25% !important;
        margin-top: 50px !important;
    }

    .products .product {
        width: 35%;
    }

    .news {
        width: 60% !important;
        margin-left: 20% !important;
    }

    .form {
        width: 50%;
    }

    .showdetailbutton {
        font-size: 12px;
    }

    .about_logo {
        top: 40px;
    }

    .specs img {
        width: 12%;
    }
}
