html {
    height: 100% !important;
}

body {
    height: 100%;
}

.pb-5 {
    padding-bottom: 5px;
}

.pt-5 {
    padding-top: 5px;
}
.input-group ul {
    max-height:400px;
    overflow:auto;
}
.input-group ul li {
    border-bottom:1px solid #ddd;
    padding:5px;
}
    .input-group ul li:hover {
        background-color:rgba(0,0,0,0.1);
    }
.photo {
    background: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
ul.pagination span:hover {
    background-color:white;
}
ul.pagination span {
    padding: 10px;
    border-right: 1px solid #ddd;
    font-weight: 600;
}
ul.pagination a {
    padding: 10px;
    border-right: 1px solid #ddd;
    color: #000;
    font-weight: 300;
}
    ul.pagination a:last-child  {
        border:none;
    }
    ul.pagination span:last-child {
        border: none;
    }
.header.fixed {
    padding: 0px;
    height: 80px;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    position: relative;
    z-index: 1;
}

.input-group .field-wrap {
    display: table-cell;
}

.field-wrap {
    position: relative;
}

    .field-wrap i {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background-color: #FFF;
        width: 35px;
        pointer-events: none;
        z-index: 10;
        padding: 10px;
        border-radius: 5px;
    }
.footer-menu {
    float: none;
    display: inline-block;
}
.main-banner {
    height: 100%;
}

    .main-banner .content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .main-banner .content h3 {
            color: #fff;
            font-weight: 800;
            font-size: 70px;
            text-shadow: rgba(0,0,0,0.5) 0 0 5px;
            margin-top: 50px;
        }

        .main-banner .content .circle {
            width: 250px;
            height: 250px;
            display: inline-block;
        }

            .main-banner .content .circle.idea {
                right: 100px;
                position: absolute;
                top: -50px;
                background: #0095da;
                color: #fff;
                font-size: 25px;
                text-align: center;
                padding: 30px;
                line-height: 12;
            }

            .main-banner .content .circle.design {
                background: rgba(255,0,0,0.8);
                color: #fff;
                font-size: 25px;
                text-align: center;
                padding: 30px;
                margin-left: -132px;
                margin-top: 50px;
            }

            .main-banner .content .circle.print {
                background: rgba(0,79,155,0.8);
                color: #fff;
                font-size: 25px;
                text-align: center;
                padding: 30px;
                border: none;
                position: relative;
                z-index: 1;
            }

            .main-banner .content .circle.outdoor {
                background: rgba(255,144,0,0.8);
                color: #fff;
                font-size: 25px;
                text-align: center;
                padding: 30px;
                margin-top: 50px;
                margin-bottom: -37px;
                position: relative;
                z-index: 2;
            }

            .main-banner .content .circle .icon {
                background-color: transparent;
                display: inline-block;
                vertical-align: middle;
                width: 100%;
                text-align: center;
                margin-top: 40px;
                height: auto;
            }

                .main-banner .content .circle .icon img {
                    height: 80px;
                    display: inline-block;
                    width: auto;
                }

            .main-banner .content .circle.idea .icon {
                width: auto;
                margin-top: 0;
            }

                .main-banner .content .circle.idea .icon img {
                    height: 50px;
                }

.banner.gallery-banner {
    min-height: 150px;
    background-color: #ddd;
    text-align: center;
}

    .banner.gallery-banner h1 {
        color: #333;
    }

.input-group-addon.btn-warning {
    background-color: #f56d17;
    border-color: #f56d17;
    color: #FFF;
}

.phone-specs {
    width: 100%;
}

    .phone-specs .data {
        text-align: left;
        width: 80%;
    }

#slideshow {
    position: relative;
    width: 100%;
    height: 100%;
  
}

    #slideshow > div {
        position: absolute;
        width: 100%;
    }

        #slideshow > div > img {
            width: 100%;
        }

.gallery-box .owl-buttons {
    display: block;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url(../images/prev.png);
    height: 50px;
    pointer-events: visible;
    width: 32px;
    border-radius: 0;
    color: transparent;
    float: left;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url(../images/next.png);
    height: 50px;
    pointer-events: visible;
    color: transparent;
    width: 32px;
    border-radius: 0;
    float: right;
}

.gallery-box .owl-carousel {
    height: 100%;
}

    .gallery-box .owl-carousel .owl-wrapper-outer {
        height: 100%;
    }

    .gallery-box .owl-carousel .owl-wrapper {
        height: 100%;
    }

    .gallery-box .owl-carousel .owl-item {
        height: 100%;
    }

.gallery-box .owl-controls {
    pointer-events: none;
    position: absolute;
    top: 45%;
    width: 100%;
}

.gallery-box .owl-pagination {
    display: none;
}

.gallery-close {
    display: inline-block;
    width: auto;
    height: 20px;
    padding: 0px;
    margin: 10px;
    line-height: 0.5;
    text-decoration: none;
    z-index: 10;
}

.search {
    background-color: #333;
}

    .search h3 {
        color: #FFF;
    }

.top {
    position: absolute;
    top: 0;
}

.right {
    position: absolute;
    right: 0;
}

.logo {
    display: inline-block;
    height: 6 80px;
    position: relative;
    z-index: 10;
    vertical-align: top;
}

    .logo a {
        text-align: center;
        display: inline-block;
        padding: 0px 0;
    }

    .logo img {
        height: 70px;
    }

.hot-product {
    background-color: #FFF;
    border: #ddd thin solid;
    padding: 15px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

    .hot-product:hover {
        text-decoration: none;
    }

    .hot-product img {
        height: 200px;
        display: inline-block;
    }

    .hot-product p {
        color: #000;
        margin-top: 0;
        font-weight: 400;
    }

.hot-products {
    background-color: #eee;
}

    .hot-products .owl-theme .owl-controls .owl-buttons {
        position: absolute;
        right: 0;
        top: -55px;
    }

        .hot-products .owl-theme .owl-controls .owl-buttons div {
            color: #000;
            border: #0095da 2px solid;
            font-weight: 600;
        }

    .hot-products .owl-pagination {
        display: none;
    }


.partner-logo {
    text-align: center;
    margin-bottom: 30px;
    border: #ddd 1px solid;
    padding: 15px;
    background-color: #eee;
    display: inline-block;
    width: 175px;
    margin: 5px;
}


    .partner-logo img {
        height: 80px;
        width: auto;
        max-width: 100%;
        display: inline-block;
    }

.features > div:nth-of-type(odd) {
    border-right: #ddd thin solid;
}

.footer-top-content {
    text-align: center;
}

.full-height {
    height: 100%;
}

.main-navigation .navbar-default .navbar-nav > li {
    margin: 0;
    float: none;
    display: inline-block;
}

    .main-navigation .navbar-default .navbar-nav > li > a {
        font-weight: 400;
        font-size: 14px;
        padding: 10px 20px;
        letter-spacing: 0px;
        color: #00;
        font-family: roboto;
        margin: 0 0;
        border: none;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
        border-left: #ddd 1px solid;
        min-width: 100px;
        text-align: center;
    }

.main-navigation .navbar-default .navbar-nav .dropdown > a::before {
    color: #FFF;
}

.main-navigation .navbar-default .navbar-nav > li.open > a {
    background-color: transparent;
    color: #333;
    border: none;
}

.main-navigation .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
    border: none;
}

.navbar.navbar-default {
    background-color: transparent;
    border: none;
    min-height: inherit;
}

.dropdown-menu > li > a {
    color: #333 !important;
    text-decoration: none !important;
}

.default-bg .main-navigation .navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-decoration: none;
}

    .default-bg .main-navigation .navbar-default .navbar-nav > li > a.btn {
        color: #333;
    }

.default-bg .dropdown > a::before {
    color: #FFF;
}

.main-navigation .navbar-default .navbar-nav > li > a.btn {
    color: #FFF;
}

.main-navigation .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 20px;
}

.category-list {
    box-shadow: rgba(0,0,0,0.1) 0 0 50px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .category-list h3 {
        border-left: rgb(2, 108, 134) 2px solid;
        font-size: 19px;
        margin-bottom: 0;
        padding: 8px 15px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: rgb(2, 108, 134);
        color: #fff;
        border-radius: 5px 5px 0 0;
    }

    .category-list ul {
    }

    .category-list li a {
        padding: 10px 15px;
        color: #000;
        font-weight: 400;
        display: block;
        font-size: 13px;
        background-color: #fff;
        border-top: #eee thin solid;
    }

        .category-list li a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .category-list li i {
        margin-right: 10px;
        color: #026c86;
    }

.bulk {
    border-radius: 5px;
    overflow: hidden;
}

.support {
    text-align: right;
}

    .support h3 {
        margin-bottom: 8px;
    }

    .support h4 {
        font-family: roboto;
        font-size: 16px;
        margin: 0;
    }

.service-box {
    text-align: center;
    background-color: #FFF;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.2) 0 0 30px;
    overflow: hidden;
}

    .service-box .body .btn {
        position: absolute;
        right: 0;
        top: 60px;
    }

    .service-box .body .input-group {
        margin-top: 0px;
    }

    .service-box .input-group .form-control {
        border: #017996 thin solid;
    }

.dealer {
    margin-bottom: 30px;
}

    .dealer .form-control {
        border-radius: 0;
        box-shadow: none;
        border-bottom: none;
    }

    .dealer .btn {
        margin-top: 0;
        border-radius: 0;
    }

.customer ul {
    width: 100%;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}

.customer .icon {
    width: 70px;
    height: 70px;
    background-color: #026c86;
    color: #FFF;
    border-radius: 0;
}

.customer .contact {
    width: auto;
    height: auto;
    background-color: #fff;
    color: #FFF;
    padding-left: 15px;
}

    .customer .contact h4 {
        font-family: roboto;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.3;
        font-weight: 400;
    }

        .customer .contact h4 span {
            font-size: 80%;
            display: block;
            color: #666;
        }

.service-box.bg-danger {
    background-color: #d9534f;
}

.service-box.bg-primary {
    background-color: #337ab7;
}

.service-box.bg-success {
    background-color: #5cb85c;
}

.service-box .image {
    text-align: center;
    /*padding: 15px 0;*/
    padding: 0px;
}

.service-box h3 {
    font-size: 17px;
    font-weight: 600;
}

.service-box .image img {
    height: 100px;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.service-box h3 {
    background-color: #f56d17;
    margin: 0;
    padding: 10px;
    text-align: left;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}



.gallery-box .owl-buttons {
    display: block;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url(../images/prev.png);
    height: 50px;
    pointer-events: visible;
    width: 32px;
    border-radius: 0;
    color: transparent;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url(../images/next.png);
    height: 50px;
    pointer-events: visible;
    color: transparent;
    width: 32px;
    border-radius: 0;
}

.m-0 {
    margin: 0;
}

.main-navigation .navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}

.inline-block {
    display: inline-block;
}

.footer-logo {
    width: 180px;
}

.nav.nav-tabs.style-2 {
    white-space: nowrap;
    /*overflow: auto;*/
}

    .nav.nav-tabs.style-2 li {
        float: none;
        display: inline-block;
        white-space: normal;
    }

.v-align-top {
    vertical-align: top;
}

.slide-header {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.slide-header {
}

    .slide-header.mb-10 {
        margin-bottom: 10px
    }

.ml-5 {
    margin-left: 5px;
}

.ml-5 {
    margin-right: 5px;
}

.p-10 {
    padding: 10px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.slide-header h2 {
    font-size: 30px;
    margin-top: 12px;
}

.slide-header h1 {
    font-weight: 800;
    font-size: 40px;
}

    .slide-header h1 span {
        font-family: Caveat;
        text-transform: capitalize;
        font-weight: 100;
    }

.slide-header h2 span {
    font-family: Caveat;
    text-transform: capitalize;
    font-weight: 100;
}

.slide-header p {
    margin-bottom: 0;
}

.product {
    background-color: #FFFFFF;
}

    .product .image-box .image-wrap {
        height: 200px;
        overflow: hidden;
        position: relative;
    }

        .product .image-box .image-wrap .arrow {
            width: 20px;
            height: 20px;
            background-color: #fff;
            transform: rotate(45deg);
            position: absolute;
            left: 48%;
            bottom: -10px;
        }

            .product .image-box .image-wrap .arrow.top {
                top: -10px;
            }

        .product .image-box .image-wrap img {
            min-width: 112%;
            max-width: unset;
            position: absolute;
            margin-left: -6%;
            margin-top: -3%;
            transition: all 0.2s ease 0.2s;
            height: 115%;
        }

    .product .overlay-container:hover .overlay-top {
        height: 50.05%;
    }

    .product:hover .image-box .image-wrap .arrow {
        background-color: #42789e;
        transition: background-color 0.3s;
    }

    .product .image-box:hover .image-wrap img {
        min-width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        height: 100%;
    }

    .product h3 {
        color: #42789e;
        font-weight: 800 !important;
        font-size: 16px;
        text-transform: uppercase;
    }

    .product p {
        color: #666666;
        margin: 0;
        font-weight: 400;
    }

    .product a.btn {
        padding: 5px;
        font-weight: 800;
        font-size: 16px;
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .product .content {
        position: relative;
        padding-top: 30px;
        height: 200px;
    }

    .product:hover {
        background-color: #42789e;
        color: #FFFFFF;
        transition: background-color 0.3s;
    }

        .product:hover h3 {
            color: #FFFFFF;
        }

        .product:hover p {
            color: #FFFFFF;
        }

        .product:hover a.btn {
            color: #FFF;
        }

.footer-top-content {
    text-align: center;
}

.border-top {
    border-top: #ddd thin solid;
}

footer h2 {
    font-family: open sans;
}

footer h4 {
    font-family: open sans;
}

.footer-menu li:last-child a {
    border-right: none;
}

.footer-menu li a {
    padding: 5px 10px;
    margin: 10px 0;
    border-right: #dddddd thin solid;
}

.footer-top-content {
    display: inline-block;
    width: auto;
}

.p-0 {
    padding: 0;
}

.media-menu {
    background-color: #FFF;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-bottom: #ddd thin solid;
    overflow: auto;
}

    .media-menu ul {
        white-space: nowrap;
        margin: 0;
    }

        .media-menu ul li {
            display: inline-block;
            float: none;
        }

            .media-menu ul li.active a {
                border-bottom: #0859a1 5px solid;
            }

            .media-menu ul li a:hover {
                border-bottom: #0859a1 5px solid;
            }

            .media-menu ul li a {
                padding: 22px 30px;
                color: #000;
                font-weight: 700;
                height: 65px;
                text-align: center;
                font-size: 16px;
                border-left: #ddd thin solid;
                min-width: 140px;
            }

.table-ul {
    display: inline-table;
    padding-left: 0;
}

    .table-ul > li {
        display: table-row;
    }

        .table-ul > li > div {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

    .table-ul li div.v-align-b {
        vertical-align: bottom;
    }



.table-ul-borderd li {
}

    .table-ul-borderd li div {
        padding: 10px;
        border-bottom: #CCC thin solid;
    }

.style-2 + .tab-content {
    border-top: #ddd thin solid;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 15px;
}

.style-2 li.active a {
    margin-bottom: -5px !important;
    padding-bottom: 12px;
    border-color: #ddd !important;
    border-bottom: 0;
    border-bottom-color: currentcolor;
}

.banner-overflow {
    overflow: hidden;
}

.bold-600 {
    font-weight: 600;
}

.list-group-item.bg-primary {
    background-color: #ffb200;
}

.left-menu {
    font-weight: 400;
    padding-right: 0;
}

    .left-menu li a {
        color: #666;
    }

        .left-menu li a.active {
            color: #ffb200;
        }

.banner {
    position: relative;
    max-height: 350px;
    width: 100%;
}

    .banner img {
        width: 100%;
    }

    .banner .overlay {
        position: absolute;
        bottom: 0;
        z-index: 9;
        left: 0;
        right: 0;
        top: 35%;
        vertical-align: middle;
    }

    .banner h1 {
        color: #FFFFFF;
        font-size: 50px;
        text-shadow: rgba(0,0,0,0.5) 0 0 15px;
    }

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.header-container {
    top: 0;
    width: 100%;
}

header.header {
    background-color: #017996;
    border-bottom: #ddd thin solid;
}

.types {
    width: 100%;
    background-color: #fff;
    line-height: 0;
    margin-bottom: 15px;
    box-shadow: rgba(0,0,0,0.2) 0 0 3px;
    border-radius: 5px;
    overflow: hidden;
}

    .types.mb-30 {
        margin-bottom: 30px;
    }

    .types .img {
        width: 170px;
    }

        .types .img img {
            width: 100%;
            height: auto;
        }

    .types .cont {
        width: auto;
        padding: 15px;
        line-height: 1.4;
    }

    .types .table-ul {
        margin-bottom: 0;
    }

.specs_ li:last-child div {
    border: none;
}

.print {
    height: auto;
    border: #ddd thin solid;
    margin-bottom: 30px;
}

    .print .image {
        padding: 0;
        margin: 0;
    }

        .print .image li div {
            vertical-align: middle;
            text-align: center;
        }

    .print .image {
        height: auto;
        width: 100%;
    }

.full-width {
    width: 100%;
}

.print .image img {
    width: auto;
    height: 150px;
    display: inline-block;
    margin: 30px 0;
}

.print p {
    padding: 10px;
    text-align: center;
}

    .print p a {
        color: #333333;
        text-decoration: none;
        font-weight: 500;
    }

.print.ad {
    height: 270px;
}

.online-media {
    height: 350px;
    border: #ddd thin solid;
    margin-bottom: 30px;
}

    .online-media .image {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .online-media .image li div {
            vertical-align: middle;
        }

    .online-media .image {
        height: 220px;
    }

        .online-media .image img {
            max-height: 220px;
        }

    .online-media p {
        padding: 10px;
    }

        .online-media p a {
            color: #333333;
            text-decoration: none;
            font-weight: 500;
        }

.bordered.dark-bordered {
    border-color: #ccc;
}

.mr-5 {
    margin-right: 5px;
}

.event {
    display: inline-block;
    width: 100%;
    background-color: #eee;
    margin-bottom: 30px;
}

    .event .image {
        height: 300px;
        width: 100%;
        display: inline-block;
        overflow: hidden;
    }

    .event .content {
        padding: 10px;
    }

.height-full {
    height: 100%;
}

.product-box.similar {
    height: 415px;
}

.specs {
    line-height: 2;
    list-style: none;
    padding: 10px;
    margin: 0;
}

    .specs li {
    }

        .specs li i {
            color: #C00;
            margin-right: 10px;
        }

.breadcrumb > li {
    font-weight: 400;
}

.product-box {
    display: inline-block;
    height: 320px;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    border: #ddd thin solid;
}

    .product-box div.det {
        padding-top: 5px;
        bottom: 12px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

        .product-box div.det > a {
            display: inline-block;
            padding: 10px;
        }

            .product-box div.det > a.btn {
                height: 150px;
                margin: 5px 0 5px;
                display: inline-block;
                width: auto;
            }

        .product-box div.det img {
            height: 150px;
            margin: 5px 0 5px;
            display: inline-block;
            width: auto;
        }

    .product-box div.shadow {
        background-image: url("../images/pro-shadow.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        bottom: 0;
        background-color: #fff;
        height: 12px;
        position: absolute;
        width: 100%;
        display: none;
    }

    .product-box h2 {
        border: medium none;
        font-size: 15px;
        height: 23px;
        margin: 0 0 2px;
        padding: 0;
        width: 100%;
        font-family: open sans;
        font-weight: 600;
        text-transform: capitalize;
    }


    .product-box p {
        font-size: 15px;
        margin-bottom: 5px;
        text-align: center;
    }

    .product-box.list {
        margin-top: 0;
        margin-bottom: 30px;
        background-color: #FFF;
    }


.product-search {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border: #f5f5f5 1px solid;
    overflow: hidden;
    background-color: #FFF;
}

    .product-search h2 {
        font-size: 16px;
        margin: 0;
        padding: 15px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

.search-by {
    width: 100%;
    padding: 15px;
}
    .search-by a.btn {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        margin-bottom: -15px;
        margin-top: 20px;
    }
.search-by h3 {
    margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: open sans;
    padding-top: 0;
}

    .search-by hr {
        margin: 20px 10px;
    }

    .search-by .form-control {
        margin: 0;
        
    }

.chk-list {
}

    .chk-list .btn {
        display: block;
        text-align: left;
        margin: 0;
        padding: 10px;
        position: relative;
        border-radius: 5px;
    }

        .chk-list .btn.active {
        }

        .chk-list .btn i {
            position: absolute;
            right: 12px;
            color: #999;
            top: 12px;
            font-size: 18px;
            display: none;
        }

        .chk-list .btn.active i {
            color: #0095da;
            display: block;
        }


.pay2 {
    display: none;
}

.gallary {
    top: 2px;
    position: absolute;
    right: 2px;
    border-radius: 7px;
    height: 20px;
    padding: 3px;
}

.partner {
    font-weight: 500;
    border: #ccc thin solid;
    height: 150px;
    margin-bottom: 30px;
}

    .partner ul.table-ul {
        width: 100%;
        height: 100%;
        margin: 0;
    }

        .partner ul.table-ul li > div {
            vertical-align: middle;
        }

            .partner ul.table-ul li > div img {
                display: inline-block;
            }

            .partner ul.table-ul li > div:first-child {
                width: 130px;
                background-color: #ffffff;
                text-align: center;
                padding: 15px;
            }

            .partner ul.table-ul li > div:last-child {
                padding: 15px;
            }

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.services-bg {
    background-image: url(../images/success.jpg);
}

    .services-bg .slide-header h2 {
        color: #FFF;
    }

.relative {
    position: relative;
}

.inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.btn-white-tranparent {
    border: #fff 2px solid;
    color: #FFF;
}

    .btn-white-tranparent:hover {
        color: #fff;
    }

.certified {
    text-align: center;
}

    .certified img {
        height: 75px;
        margin-top: 7px;
        display: inline-block;
    }

    .certified h4 {
        color: #fff;
        margin: 0;
        text-align: right;
        padding: 9px 10px;
        font-family: open sans;
        font-size: 13px;
        border: rgba(255,255,255,0.5) 2px dashed;
        display: inline-block;
        margin: 0px 0 7px;
    }

.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (max-width:1200px) {
    .main-banner {
        max-height: 300px;
    }
}

@media only screen and (max-width:1024px) {

    .partner-logo {
        width: 150px;
    }

        .partner-logo img {
            height: 50px;
        }

    .main-banner {
        max-height: 270px;
    }

    .container {
        width: 100%;
    }

    .search h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
    .partner-logo {
        width: 130px;
    }

        .partner-logo img {
            height: 50px;
        }

    .main-navigation .navbar-default .navbar-nav > li > a {
        text-align: left;
    }

    .main-navigation .navbar-default .navbar-nav {
        margin-top: 0px;
    }

    .search h3 {
        font-size: 22px;
    }

    .main-banner {
        max-height: 260px;
    }

    .product .content {
        height: 150px;
        padding-top: 15px;
    }

    .product .image-box .image-wrap {
        height: 150px;
    }

    .product h3 {
        font-size: 13px;
    }

    .product a.btn {
        font-size: 13px;
    }

    .product p {
        font-size: 12px;
    }

    .main-container {
        padding: 25px 0;
    }

    .business p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .business h3 {
        margin-bottom: 5px;
    }

    .business .separator-2 {
        margin-bottom: 10px;
    }

    .business .overlay-container img {
        min-height: 260px;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:868px) {
    .main-banner {
        max-height: 230px;
    }

    .partner-logo {
        width: 110px;
    }

        .partner-logo img {
            height: 40px;
        }
}


@media only screen and (max-width:800px) {
    .main-banner {
        max-height: 210px;
    }
}

@media only screen and (max-width:767px) {
    .partner-logo {
        width: 150px;
    }

        .partner-logo img {
            height: 60px;
        }

    .main-navigation .navbar-default .navbar-nav > li.open > a {
        text-align: left;
        border-bottom-color: #eee;
    }

    .mt-0-m {
        margin-top: 0 !important;
    }

    .part-no {
        margin-top: -1px;
    }

        .part-no .form-control {
            border-radius: 0;
        }

        .part-no .input-group-addon {
            border-radius: 0;
        }

    header.header {
        padding-bottom: 10px;
    }

    .certified {
        padding: 0;
    }

        .certified h4 {
            display: block;
            margin-top: 0;
            margin-bottom: 0px;
            text-align: center;
            border: none;
            padding: 5px;
            background-color: #333;
        }

    .main-navigation .navbar-default .navbar-nav > li {
        display: block;
    }

        .main-navigation .navbar-default .navbar-nav > li a {
            color: #333;
            margin: 0;
        }

    .navbar.navbar-default .container-fluid {
        padding-left: 0;
    }

    .navbar.navbar-default {
        margin-bottom: 0;
    }

    .navbar-toggle {
        margin: 0px;
        margin-top: 2px;
    }

    .m-0-xs {
        margin: 0;
    }

    .radius-0-xs {
        border-radius: 0;
    }


    .media-menu .container {
        padding: 0;
    }

    .business .overlay-container img {
        min-height: inherit;
    }

    .footer {
        padding: 15px 0;
    }

    .partner {
        padding-bottom: 10px;
        border-bottom: #ddd thin solid;
    }

    .main-navigation .navbar-default .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .main-navigation .navbar-default .navbar-collapse.collapse {
        position: fixed;
        left: 0;
        top: -1px;
        padding: 0;
        width: 225px;
        margin-left: -225px;
        bottom: 0;
        z-index: 10;
        background-color: #fff;
        height: auto !important;
        display: block;
        box-shadow: rgba(0,0,0,0.3) 0 0 5px;
        padding-right: 0;
        transition: ease 0.5s;
    }

    .main-navigation .navbar-default .navbar-collapse.collapsing {
        position: fixed;
        left: 0;
        top: -1px;
        width: 225px;
        margin-left: -225px;
        bottom: 0;
        z-index: 10;
        background-color: #fff;
        height: auto !important;
        display: block;
        box-shadow: rgba(0,0,0,0.3) 0 0 5px;
        padding-right: 0;
        transition: ease 0.5s;
    }

    .main-navigation .navbar-default .navbar-collapse.collapse.in {
        position: fixed;
        left: 0;
        z-index: 11;
        top: -1px;
        width: 225px;
        margin-left: 0px;
        bottom: 0;
        z-index: 10;
        background-color: #fff;
        height: auto !important;
        display: block;
        box-shadow: rgba(0,0,0,0.3) 0 0 5px;
        padding-right: 0;
        transition: ease 0.5s;
    }


    .main-banner {
        max-height: 190px;
    }

    .product .image-box .image-wrap {
        height: auto;
    }

        .product .image-box .image-wrap img {
            min-width: inherit;
            width: 100%;
            height: auto;
            position: static;
            margin: 0;
            min-height: inherit;
            max-height: inherit;
        }

    .product .image-box:hover .image-wrap img {
        height: auto;
    }

    .nav.footer-menu.navbar-nav li {
        display: inline-block;
    }

    .copyright {
        text-align: center;
    }

        .copyright .pull-right {
            float: none !important;
            display: inline-block;
        }

    .logo {
        width: auto;
        display: inline-block;
        position: absolute;
    }

        .logo img {
            height: 40px;
        }

    h2.title {
        text-align: center;
        font-size: 22px;
    }

    .slide-header {
        margin-bottom: 15px;
    }

        .slide-header h2 {
            text-align: center;
            font-size: 22px;
            margin: 10px 0;
        }

    p {
        font-size: 13px;
    }

    .banner h1 {
        font-size: 25px;
        margin: 0;
    }

    .col-sm-3.mt-20 {
        margin-top: 0;
    }

    .left-menu {
        font-weight: 400;
        width: 100%;
        padding: 0;
    }

    h1 {
        font-size: 25px;
    }

    .opening {
        border-radius: 0;
    }

        .opening > div.p-20 {
            padding: 10px;
        }

        .opening h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            margin-bottom: 0px;
            font-family: open sans;
            margin-bottom: 5px;
        }

        .opening h4 {
            font-size: 15px;
            font-weight: 600;
        }

        .opening p {
            font-weight: 400;
        }

        .opening ol {
            display: inline-block;
            width: 100%;
        }

            .opening ol li {
                font-size: 13px;
            }

    #grid-adjust {
        position: relative !important;
        margin: 0;
    }

    .search {
        padding: 10px 0;
    }

        .search h3 {
            color: #FFF;
            font-size: 16px;
            text-align: center;
            margin-bottom: 5px;
            margin-top: 0;
        }

    .hot-products .owl-theme .owl-controls .owl-buttons {
        position: static;
    }
}

@media only screen and (max-width:668px) {
    .main-banner {
        max-height: 175px;
    }

    #grid-adjust > .absolute {
        width: 100% !important;
    }
}

@media only screen and (max-width:600px) {
    .main-banner {
        max-height: 150px;
    }

    .main-container {
        padding: 15px 0;
    }

    .slide-header h2 {
        margin-bottom: 5px;
    }

    .footer-menu li a {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width:500px) {

    .specs_ .panel-body {
        padding: 0;
    }

        .specs_ .panel-body .table-ul-borderd li div {
            padding: 5px;
            font-size: 12px;
        }

    .types .cont h5 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .types .cont p {
        margin: 0;
    }

    .service-box {
        margin-bottom: 10px;
        border-radius: 0;
    }

        .service-box h3 {
            border-radius: 0;
        }

    .category-list h3 {
        border-radius: 0;
        margin-top: 0;
    }

    .partner-logo {
        width: 180px;
    }

        .partner-logo img {
            height: 70px;
        }

    .p-xs-0 {
        padding-left: 0;
        padding-right: 0;
    }


    .mobile {
        width: 100%;
        display: inline-block;
    }

    .pay2 {
        display: inline-block;
    }

    .pay {
        display: none;
    }

    .main-banner {
        max-height: 125px;
    }

    footer h2 {
        font-size: 20px;
    }

    footer h4 {
        font-size: 17px;
    }

        footer h4 span {
            margin-bottom: 10px;
        }

    .footer-menu li a {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:414px) {
    .types {
        display: block;
        border-radius: 0;
    }

        .types .img {
            display: block;
            width: 100%;
        }

        .types .cont {
            display: block;
        }
}

@media only screen and (max-width:360px) {

    .types .cont

    .partner-logo {
        width: 150px;
    }

    .partner-logo img {
        height: 60px;
    }

    .main-banner {
        max-height: 95px;
    }
}

@media only screen and (max-width:320px) {
    .main-banner {
        max-height: 85px;
    }

    .partner-logo {
        width: 120px;
    }

        .partner-logo img {
            height: 50px;
        }
}

@media only screen and (min-width:768px) {
    .search-by a.btn {
        margin-bottom:0px;
    }
    .header-second {
        border-top: #fff 1px solid;
        margin-top: 5px;
        background-color: #fff;
    }

    .business-box .div-table > div > div.product:nth-child(2n) .overlay-container {
        position: static;
    }

        .business-box .div-table > div > div.product:nth-child(2n) .overlay-container .image-wrap {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

            .business-box .div-table > div > div.product:nth-child(2n) .overlay-container .image-wrap .arrow {
                top: -10px;
            }

        .business-box .div-table > div > div.product:nth-child(2n) .overlay-container .content {
            position: absolute;
            top: 0;
            width: 100%;
        }

    .div-table {
        display: inline-table;
        padding-left: 0;
        width: 100%;
    }

        .div-table > div {
            display: table-row;
        }

            .div-table > div > div {
                display: table-cell;
                vertical-align: middle;
                float: none;
            }

                .div-table > div > div.product {
                    width: 20%;
                }
}

@media only screen and (min-width:1600px) {
    .main-banner {
        height: 750px;
    }
}
