@import "Widgets/Image/ImageWidget.css";
@import "Widgets/TextEditor/TextEditor.css";
@import "Template/LfcrTwoCol/LcfrTwoCol.css";

@font-face {
    font-family: 'DINProLight';
    src: url('/assets/fonts/dinpro-light-webfont.eot');
    src: url('/assets/fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/dinpro-light-webfont.woff') format('woff'), url('/assets/fonts/dinpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINProMedium';
    src: url('/assets/fonts/dinpro-medium-webfont.eot');
    src: url('/assets/fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/dinpro-medium-webfont.woff') format('woff'), url('/assets/fonts/dinpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINProBlack';
    src: url('/assets/fonts/dinpro-black-webfont.eot');
    src: url('/assets/fonts/dinpro-black-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/dinpro-black-webfont.woff') format('woff'), url('/assets/fonts/dinpro-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINProBold';
    src: url('/assets/fonts/dinpro-bold-webfont.woff');
    src: url('/assets/fonts/dinpro-bold-webfont.eot') format('eot'), url('/assets/fonts/dinpro-bold-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINProRegular';
    src: url('/assets/fonts/dinpro-regular-webfont.woff');
    src: url('/assets/fonts/dinpro-regular-webfont.ttf') format('ttf'), url('/assets/fonts/dinpro-regular-webfont.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url(/assets/fonts/DINPro-Regular.eot);
    src: url(/assets/fonts/DINPro-Regular.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/DINPro-Regular.ttf) format('truetype'),url(/assets/fonts/DINPro-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url(/assets/fonts/DINPro-Bold.eot);
    src: url(/assets/fonts/DINPro-Bold.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/DINPro-Bold.ttf) format('truetype'),url(/assets/fonts/DINPro-Bold.svg) format('svg');
    font-weight: 700;
    font-style: normal
}

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body {
    height: 100%;
}

body {
    font-family: 'DINPro-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #676a6c;
    -webkit-text-stroke: .3px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    a:hover {
        text-decoration: none;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'DINPro-Regular';
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/



.header_area {
    background-color: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
}

    .header_area .navbar-expand-lg {
        padding: 0;
    }

.logo a {
    color: #fff;
    font-size: 20px;
}


.navbar-expand-lg .navbar-nav li a {
    color: #231f20;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding-left: 23px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 23px !important;
}

.logo {
    margin-right: 32px;
}

div#navbarsExampleDefault {
    text-align: left;
}

.navbar-toggler {
    background: #fff;
    padding: 0;
    font-size: 24px;
    line-height: 33px;
    height: 35px;
    width: 38px;
    cursor: pointer;
}

.navbar-expand-lg .dropdown-menu a {
    color: #333 !important;
}

.header_area .navbar-collapse {
    flex-grow: inherit;
    flex-basis: inherit;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li a.active {
    background: #e8e8e9;
}

.header-box {
    display: inline-block;
    margin-left: auto;
    padding: 0 12px;
}

    .header-box img {
        padding-left: 6px;
        cursor: pointer;
    }

    .header-box a {
        display: inline-block;
    }

a.search-icon {
    background: url(/assets/img/search-icon.png);
    cursor: pointer;
    display: block;
    height: 20px;
    right: 5px;
    position: absolute;
    top: 8px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

input.form-control {
    width: 100% !important;
    background: #e7e7e8;
    border-radius: 0px;
    height: 33px;
    border: none;
    max-width: 197px;
}

.search-box {
    margin-left: auto;
    position: relative;
}

input.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
    background: #e7e7e8;
}

.pright-7 {
    padding-right: 7px;
}

.pleft-7 {
    padding-left: 7px;
}

.home-right-image img {
    width: 100%;
    height: 611px;
}

.single-image-home {
    margin-top: 14px;
    display: block;
    position: relative;
}

.home-bottom-area {
    box-shadow: inset 0px 9px 6px -8px;
    margin-top: 8px;
}

    .home-bottom-area .container {
        padding-top: 20px;
    }

.main-slide img {
    width: 100%;
    height: 580px;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    left: -40px;
    font-size: 50px;
    color: #999;
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    left: auto;
    right: -40px;
}

.owl-nav div:hover {
    color: #1db0ea;
}

.main-slide {
    margin-bottom: -8px;
    padding-top: 50px;
}

.finder-single-image {
    float: left;
    width: 50%;
    padding-right: 5px;
    cursor: pointer;
}

    .finder-single-image img, .finder-single-image .filter-item {
        border: 1px solid #ddd;
        transition: .3s;
        text-align: center;
        padding: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .finder-single-image.active img, .finder-single-image.active .filter-item {
        border-color: #49c3e5;
    }



.finder-single-image {
    margin-bottom: 10px;
}

.finder-area {
    margin-bottom: 50px;
}

.finder-bottom {
    margin-top: 30px;
}

a.finder-btn {
    background: #1db0ea;
    color: #fff;
    padding: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 600;
}

a.finder-btn2 {
    color: #807f82;
    font-size: 18px;
}

    a.finder-btn2:hover {
        color: #2bb1e8;
    }

    a.finder-btn2 i {
        background: #7f7f7f;
        color: #fff;
        height: 25px;
        width: 25px;
        text-align: center;
        border-radius: 100px;
        line-height: 25px;
    }

.finder-box h6 {
    color: #7b7e85;
    font-weight: 700;
    margin-bottom: 7px;
}

.finder-title h4 {
    color: #868686;
    margin-bottom: 35px;
}

.uncheck .close-icon {
    position: relative;
}

    .uncheck .close-icon:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: url(/assets/img/close.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .5;
    }

.finder-single-image.active-here.check.uncheck {
    opacity: .5;
    pointer-events: none;
}

    .finder-single-image.active-here.check.uncheck.active {
        opacity: 1;
        pointer-events: painted;
    }

        .finder-single-image.active-here.check.uncheck.active .close-icon:after {
            display: none;
        }

.single-image-home img {
    height: 306px;
}


/*megamenu css*/
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.dropdown-menu.megamenu {
    border: none;
    padding: 20px 25px;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
}

    .dropdown-menu.megamenu a {
        border: none !important;
        padding: 0 0 0 0 !important;
        color: #fff !important;
        font-size: 14px !important;
        font-size: 14px !important;
    }

    .dropdown-menu.megamenu h5 {
        font-size: 12px;
        color: #36bde5;
        font-family: 'DINPro-Bold';
        text-transform: uppercase;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu.megamenu a:hover {
    background: none !important;
    color: #3fbde3 !important
}

.col-md-2.offset-md-3.pleft30 {
    margin-left: 21% !important;
}

.col-md-2.offset-md-5.pleft30 {
    margin-left: 39%;
}

.col-md-2.offset-md-6.pleft30 {
    margin-left: 46%;
}


.megamenu-li a.icon_ {
    position: relative;
}

    .megamenu-li a.icon_:after {
        position: absolute;
        left: 15px;
        bottom: -5px;
        height: 12px;
        width: 12px;
        content: "";
        background: #e8e8e9;
        transform: rotate(45deg);
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: .2s;
    }

    .megamenu-li a.icon_:hover:after {
        opacity: 1;
        visibility: visible;
    }


.page-title {
    padding-top: 87px;
}

    .page-title h6 {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 0;
    }

.title-bdr img {
    width: 100%;
}

.title-bdr {
    border-bottom: 2px dotted #41c2e7;
}

.search-box.product-search {
    margin-left: 0;
    border: none;
    float: right;
    margin-right: 15px;
    width: 137px;
}

    .search-box.product-search:after {
        display: none;
    }

    .search-box.product-search input.form-control {
        width: 200px !important;
        background: none;
        /* color: #39c0e6 !important; */
        padding-left: 10px;
    }

        .search-box.product-search input.form-control::placeholder {
            color: #39c0e6;
            text-transform: uppercase;
        }

        .search-box.product-search input.form-control:focus {
            box-shadow: none;
        }

.title-bdr {
    padding-top: 12px;
    /*margin-bottom: 50px;*/
    margin-bottom: 20px;
}

.product-single {
    display: block;
    background: #dcddde;
    padding: 40px 25px;
    text-align: center;
    margin: 7px 0px;
}

    .product-single h5 {
        text-align: left;
        text-transform: uppercase;
        color: #000000;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .product-single p, .product-single li {
        text-align: left;
        color: #000;
        font-size: 14px;
        line-height: 23px;
    }

    .product-single li {
        padding-top: 10px;
    }

    .product-single p {
        margin-top: 30px;
    }

i.zmdi.arrow_.zmdi-caret-down {
    display: none;
}

.gallery-pagination a, .gallery-pagination span, .search-pagination a, .search-pagination span {
    color: #6d6e71;
    font-size: 14px;
    padding-left: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

    .gallery-pagination a i, .search-pagination a i {
        font-size: 20px;
        transform: translateY(2px);
    }

    .gallery-pagination a.view-all, .search-pagination a.view-all {
        font-size: 16px;
        padding-left: 18px;
    }


    .gallery-pagination span.mleft20, .search-pagination span.mleft20 {
        padding-left: 15px;
        cursor: auto;
        display: none;
    }

        .gallery-pagination span.mleft20:hover, .search-pagination span.mleft20:hover {
            color: #6d6e71;
        }

.single-gallery {
    display: block;
    position: relative;
    margin-bottom: 14px;
}

    .single-gallery img {
        height: 230px; /*358px;*/
        object-fit: cover;
        width: 100%;
    }

.gallery-menu .custom_1 {
    background: #d1d2d4 !important;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    margin-right: 5px;
    padding: 0px 13px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0px !important;
}

    .gallery-menu .custom_1:after {
        display: none;
    }

.single-gallery .GalleryTitleText {
    color: #000000;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    background: rgba(255, 255, 255, .7);
    margin: 0;
    height: 50px;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

    .single-gallery .GalleryTitleText h5 {
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

        .single-gallery .GalleryTitleText h5 b {
            font-family: 'DINPro-Bold';
        }

.single-gallery:hover .GalleryTitleText {
    visibility: visible;
    opacity: 1;
}

.gallery-menu .nav-tabs {
    border: none;
}


.key-search button {
    position: absolute;
    right: 3px;
    top: 5px;
    background: none;
    border: none;
    color: #49c2e5;
    font-size: 26px;
}

.key-search {
    position: absolute;
    left: 160px;
    width: 226px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

    .key-search input.form-control {
        height: 40px;
        background: #6c6e70;
        color: #fff;
        width: 100% !important
    }

    .key-search a.search-icon {
        top: 12px;
    }

.is-open .key-search {
    left: 170px;
    visibility: visible;
    opacity: 1;
}


.dropdown-menu.megamenu.menu_fileter {
    transform: translate3d(0px, 0px, 0px) !important;
}

.gallery-pagination, .search-pagination {
    position: absolute;
    right: 15px;
    top: -36px;
}

.gallery-menu .nav-tabs .nav-item {
    margin-bottom: -6px !important;
}

.submit_form input[type="button"] {
    display: block !important;
    width: 100% !important;
    background: #39bfe6 !important;
    border: none;
    padding: 8px !important;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px !important;
    transition: .4s;
}

    .submit_form input[type="button"]:hover {
        opacity: .7;
    }

.filter-margin {
    padding-left: 65px;
}

.submit_form {
    padding-top: 25px;
    padding-bottom: 15px;
}

.dropdown-menu.megamenu.menu_fileter {
    top: 40px !important;
    max-width: 1110px;
    margin-left: 15px;
}

.close_icon i {
    font-size: 40px;
    color: #39bfe6;
    cursor: pointer;
    transition: .4s;
}

    .close_icon i:hover {
        opacity: .6;
    }

.dropdown-menu.megamenu.menu_fileter h5 {
    color: #fff !important;
}

.dropdown-menu.megamenu.menu_fileter button {
    text-transform: uppercase;
    background: #818285;
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 17px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 12px !important;
    transition: .4s;
    border: none;
    color: #fff;
    vertical-align: middle;
    margin-right: 8px;
}

    .dropdown-menu.megamenu.menu_fileter button:hover, .dropdown-menu.megamenu.menu_fileter button.active {
        background: #42bfe4 !important;
        color: #fff !important;
    }

.single-checkbox label {
    color: #6d6e71;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 5px;
}

.product-details-left h4 {
    color: #231f20;
    font-family: 'DINPro-Bold';
}

.product-details-left p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.product-details-left h6 {
    padding: 10px;
    border-bottom: 1px solid #000000;
    font-size: 15px;
    font-family: 'DINPro-Bold';
}

.pro-bdr {
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 6px;
}

.product-check h5 {
    font-size: 12px;
    font-family: 'DINPro-Bold';
    color: #000;
    margin-bottom: 0;
}

.mr3 {
    margin-top: 20px;
}

.single-checkbox {
    position: relative;
    line-height: 24px
}

    .single-checkbox input[type="checkbox"] {
        position: absolute;
        top: 7px;
    }

    .single-checkbox label {
        line-height: 15px;
        padding-left: 22px;
    }

.product-details-accordion-top .card-header {
    padding: 0;
    border: none;
    border-radius: inherit;
}

.product-details-accordion-top .card {
    border: none;
    background: none;
}

.product-details-accordion-top button {
    color: #6d6e71;
    font-size: 12px;
    padding-left: 0;
}

    .product-details-accordion-top button:hover {
        color: #3fbde3;
    }

.product-details-accordion-top h2 {
    /*background: #f6f6f6;*/
    background: none !important;
}

.product-details-accordion-top .card-body {
    padding-top: 0;
    padding-left: 0px;
    background: none !important;
}

.product-details-accordion-top {
    margin-top: 10px;
}

    .product-details-accordion-top .card-body a {
        display: block;
        font-size: 12px;
        color: #3fbde3;
        line-height: 22px;
        transition: .2s;
    }

        .product-details-accordion-top .card-body a:hover {
            color: #737477;
        }

    .product-details-accordion-top button i,
    button.hdimageDownloadlink i,
    li.hdimageDownloadlink i {
        font-size: 16px;
        height: 25px;
        width: 25px;
        border: 2px solid #40bde2;
        border-radius: 100px;
        line-height: 22px;
        color: #40bde2;
        margin-right: 5px;
    }

    .product-details-accordion-top.acc-bottom button {
        color: #36bde5;
        display: block;
        width: 100%;
        text-align: left;
        border-radius: 0px;
        padding: 10px;
        font-size: 15px;
        font-family: 'DINPro-Bold';
    }

    .product-details-accordion-top.acc-bottom .card-body {
        margin-top: 15px;
    }

    .product-details-accordion-top.acc-bottom h2 {
        background: none !important;
        padding-left: 5px;
        /* margin-bottom: 10px; */
    }

.card-header {
    background: none !important;
}

.product-details-accordion-top.acc-bottom .card-header {
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    background: none !important;
}

.single-color-img span {
    display: block;
    font-size: 10px;
    color: #000;
    line-height: 12px;
    margin-top: 5px;
}

.card-body > .single-color-img:nth-child(5n + 1) > .click-large {
    left: 0px;
}
/*.card-body > .single-color-img:nth-child(5n + 1)  {
    background:red;
}*/
.single-color-img {
    width: 16%;
}

    .single-color-img img {
        height: 27px;
        width: 65px;
        cursor: pointer;
        transition: .3s;
    }

    .single-color-img.active img {
        /*transform: scale(2.2)translateY(4px);
        height: 22px;*/
    }


.award-logo h6 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #36bde5;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 10px;
    font-size: 15px;
    font-family: 'DINPro-Bold';
}

.award-logo img {
    height: 80px;
    margin-right: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .award-logo img:last-child {
        margin-right: 0;
    }

.video-logo h6 {
    font-size: 12px;
    color: #36bde5;
    font-family: 'DINPro-Regular' !important;
    margin-top: 10px;
    margin-bottom: 25px;
}

.video-logo img {
    height: 80px;
    margin-right: 50px;
}

    .video-logo img:last-child {
        margin-right: 0;
    }

.single_popup span {
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    left: 10px;
}

.single_popup {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.product-details-right {
    margin-left: 40px;
    margin-top: 65px;
}

.pro-bottom-title h4 {
    color: #231f20;
    font-family: 'DINPro-Bold';
    font-size: 17px;
    border-bottom: 2px dotted #49c2e5;
    padding-bottom: 8px;
}

.product-family-area {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro-bottom-single h6 {
    font-size: 15px;
    font-weight: 900;
    color: #000;
    margin-bottom: 5px;
}

.pro-bottom-single a {
    font-size: 12px;
    color: #49c2e5;
    line-height: 15px;
    font-weight: 900;
}

.pro-bottom-single li {
    line-height: 18px;
}

.pro-bottom-single a:hover {
    color: #6d6e71;
}

body.mfp-zoom-out-cur .single_popup span {
    display: none;
}

.pro-social {
    text-align: right;
}

    .pro-social a {
        background: #48494a;
        height: 25px;
        width: 25px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        border-radius: 2px;
        color: #49c2e5;
        font-size: 17px;
    }

.back-gallery a {
    color: #6d6e71;
    font-size: 14px;
    text-transform: uppercase;
}

    .back-gallery a i {
        font-size: 18px;
        margin-right: 2px;
        transform: translateY(2px);
    }

    .back-gallery a:hover {
        color: #49c2e5;
    }

.back-gallery {
    margin-bottom: 10px;
}

.gallery-details-area .owl-dots div {
    height: 13px;
    width: 13px;
    background: #d1d2d4;
    bottom: 0;
    left: 0px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 100px;
}

    .gallery-details-area .owl-dots div.active {
        background: #39bfe6;
    }

.gallery-details-area .owl-controls {
    display: block;
}

.gallery-details-area .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.gallery-details-slide.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.gallery-details-slide.owl-carousel .owl-item {
    flex-grow: 0;
    flex-shrink: 0;
    float: none;
}

    .gallery-details-slide.owl-carousel .owl-item img {
        width: auto;
    }

    .gallery-details-slide.owl-carousel .owl-item.active img {
        margin: auto;
    }

.gallery-information {
    border-top: 2px dotted #42bfe4;
    padding-top: 22px;
    margin-top: 20px;
    border-bottom: 2px dotted #42bfe4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

    .gallery-information .leftSection {
        float: left;
    }

    .gallery-information .rightSection {
        float: right;
    }

    .gallery-information li {
        color: #3a3a3c;
        font-size: 12px;
        line-height: 20px;
    }

.recent-gallery h6 {
    color: #111;
    font-size: 15px;
    margin-bottom: 16px;
}


.product-area .container {
    padding-left: 22px;
    padding-right: 22px;
}

.tab-maincontent .col-md-4,
.recent-gallery .col-lg-4,
.recent-gallery .row,
.product-area .col-lg-4 {
    padding-left: 6px;
    padding-right: 7px;
}

.recent-gallery .row {
    padding-left: 14px;
}

.tab-maincontent {
    padding-right: 9px;
    padding-left: 9px;
}

.product-drop select {
    width: 100%;
    background: #dcddde;
    border: none;
    border-radius: 0px;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}


.press-img {
    background: #e7e7e8;
    display: table;
    width: 100%;
    height: 350px;
}

.press-img-table {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-press h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.press-area .single-press h5 {
    margin: 4px 0 0px 0 !important;
}

.single-press span {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.single-press a {
    color: #00afec;
    font-size: 12px;
    line-height: 18px;
}

    .single-press a:hover {
        text-decoration: underline;
    }

.press-area .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.press-area .container {
    padding-left: 22px;
    padding-right: 22px;
}

.press-area .single-press {
    margin-bottom: 20px;
}

.single-press {
    margin-bottom: 14px;
}

.press-area .single-press {
    line-height: normal;
}

.section-title h1 {
    margin-bottom: 0;
}

.about-img img {
    width: 100%;
}

.about-txt h5 {
    color: #000000;
    font-size: 26px;
}

.about-txt p {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.about-img.left {
    margin-right: 40px;
}

.about-img.right {
    margin-left: 40px;
}

.about-bdr {
    width: 100%;
    height: 2px;
    margin: 70px 0px;
    border-top: 2px dotted #49c2e5;
}

.about-area {
    padding-bottom: 40px;
}


.contact-left-single {
    border-top: 2px dotted #49c2e5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-area {
    margin-top: 50px;
}

.contact-left-single h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}

.contact-left-single p {
    font-size: 12px;
    color: #231f20;
    margin-bottom: 0;
    line-height: 17px;
}

.contact-left-single a {
    color: #50c2e3;
    font-size: 12px;
    line-height: 17px;
}

.contact-form h5 {
    font-size: 14px;
    color: #000;
}

.contact-form {
    border-top: 2px dotted #50c2e3;
    padding-top: 20px;
}

    .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
        width: 100%;
        background: #fff;
        border: 1px solid #bdbfbf;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 12px;
        color: #757575;
    }

        .contact-form input:focus, .contact-form textarea:focus {
            border-color: #50c2e3;
            outline: none;
        }

    .contact-form textarea {
        height: 100px;
    }

    .contact-form .field-validation-error {
        color: red;
        margin-top: -20px;
        margin-bottom: 20px;
    }

.contact-checkbox {
    font-size: 12px;
}

    .contact-checkbox label {
        padding-left: 2px;
        padding-right: 8px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 15px;
    }

.contact-checkbox {
    background: #f8f8fa;
    padding: 5px 8px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#f5f6f8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f5f6f8));
    /* background: -webkit-linear-gradient(top,#fff 0,#f5f6f8 100%); */
    background: -o-linear-gradient(top,#fff 0,#f5f6f8 100%);
    background: -ms-linear-gradient(top,#fff 0,#f5f6f8 100%);
    background: linear-gradient(to bottom,#fff 0,#f5f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f6f8, GradientType=0);
}

    .contact-checkbox.bg2 {
        background: #fcfdfd;
        padding-bottom: 20px;
    }

.submit_form_ input[type="submit"] {
    background: #0e1212;
    color: #fff;
    border: none;
    width: 100px;
    transition: .4s;
}

    .submit_form_ input[type="submit"]:hover {
        opacity: .7;
    }

.submit_form_ {
    margin-top: 20px;
}

.contact-form .contact-checkbox.bg2 input[type="text"] {
    width: 120px !important;
    padding-left: 8px;
    height: 25px;
}


.product-single li b {
    font-family: 'DINPro-Bold';
}


.g_search.custom_1 {
    text-transform: uppercase;
    cursor: pointer;
}

.form-group.custom_form input {
    position: absolute;
    width: 0px !important;
    transition: .5s;
    top: -1px;
    height: 42px;
    background: #6c6e70;
    color: #fff;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
}


.form-group.custom_form {
    margin: 0px;
    position: relative;
    display: inline-block;
}

button.form-control.form-control-submit {
    position: absolute;
    top: -3px;
    left: 0;
    width: 34px;
    background: none;
    border: none;
    color: #39bfe6;
    font-size: 22px;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.form-group.custom_form input::placeholder {
    color: #000;
}

.sb-search-open.form-group.custom_form input {
    width: 195px !important;
    visibility: visible;
    opacity: 1;
}

.sb-search-open button.form-control.form-control-submit {
    left: 153px;
    visibility: visible;
    opacity: 1;
}

.search-results-menu li a {
    color: #6d6e71;
    font-size: 12px;
    padding-left: 0;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 2px;
    width: 130px;
    text-align: center;
    border-right: 1px dotted #49c2e5;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-weight: 700;
}

.search-results-menu li:last-child a {
    border-right: none;
}

.search-results-menu li a.active {
    color: #49c2e5;
}

.search-results {
    margin-top: 15px;
    margin-right: 7px;
    margin-left: 7px;
}

.single-search-result img {
    width: 100%;
    padding: 8px;
    background: #ffffff;
}

.single-search-result span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #231f20;
    word-break: break-all;
}

.single-search-result b {
    color: #3fbde3;
    font-family: 'DINPro-Bold';
    font-size: 14px;
    transition: .3s;
}

    .single-search-result b:hover {
        color: #333;
    }

.single-search-result {
    margin-bottom: 40px;
}

.search-results .col-6, .search-results .col-4 {
    padding-left: 7px;
    padding-right: 7px;
}

.search-results-list a {
    color: #36bde5;
    display: inline-block;
    font-size: 13px;
}

    .search-results-list a:last-child {
        float: right;
        margin-right: 16px;
    }

.search-results-list {
    border-bottom: 1px solid #e7e7e9;
    padding-bottom: 7px;
    padding-top: 8px;
}

    .search-results-list a i {
        font-size: 17px;
        height: 25px;
        width: 25px;
        border: 1px solid #49c2e5;
        text-align: center;
        line-height: 25px;
        border-radius: 100px;
    }

    .search-results-list a:hover {
        color: #222;
    }

.single-search-result a {
    line-height: 20px;
    display: inline-block;
}



.search-box.sr-only {
    width: inherit;
    clip: inherit;
    height: auto;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    overflow: inherit;
}

    .search-box.sr-only label {
        margin: 0;
    }

.slide-txt {
    padding-top: 50px;
}

    .slide-txt h1 {
        font-size: 55px;
        text-transform: capitalize;
        color: #000;
        line-height: 58px;
        margin-bottom: 20px;
    }

    .slide-txt p {
        margin-bottom: 0;
        color: #b6b6b7;
        font-size: 24px;
        text-transform: capitalize;
        line-height: 35px;
    }

    .slide-txt.lmr {
        padding-left: 65px;
    }


.home-bottom-area h2 {
    font-size: 50px;
    font-family: 'DINPro-Bold';
    text-transform: capitalize;
    line-height: 51px;
}

.home-bottom-area p {
    font-size: 24px;
    line-height: 30px;
}

    .home-bottom-area p strong {
        font-family: 'DINPro-Bold';
    }

.home-bottom-text-area {
    margin: 0px 0;
    padding: 0;
}

.top-single-img {
    position: relative;
    display: block;
}

.image-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #241e20;
}

.image-text2 {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #231f20;
}

.single-color-img {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 19px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

    .single-color-img .click-large {
        background-size: cover;
        border: 0;
        height: 0;
        width: 216px;
        left: -100px;
        padding: 0;
        position: absolute;
        top: -118px;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -webkit-transition: -webkit-transform .3s ease-out,height 5s ease-in;
        -moz-transition: -moz-transform .3s ease-out,height 5s ease-in;
        -ms-transition: -ms-transform .3s ease-out,height 5s ease-in;
        -o-transition: -o-transform .3s ease-out,height 5s ease-in;
        transition: transform .3s ease-out,height 5s ease-in;
        z-index: 4;
    }

    .single-color-img.active .click-large {
        /*height: 268px;
        max-height: 268px;
        max-width: 216px;*/
        height: 185px;
        width: 185px;
        margin: auto;
        top: 0;
        bottom: 0;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -ms-transition: -ms-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

.home-right-image {
    position: relative;
    display: block;
}

.image-text3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #ffffff;
    width: 100%;
    padding-left: 20px;
}

    .image-text3 p {
        position: absolute;
        right: 20px;
        bottom: 0;
        left: auto;
    }

.top-single-img img {
    height: 291px;
    width: 100%;
}

.single-image-home img {
    height: 306px;
}

.image-widget {
    text-align: center;
}

.mr3 {
    margin-top: 10px;
}

.pro-bdr {
    margin-top: 0;
}

/*======Gallary page==========*/
.ajax-loader {
    background: #000;
    opacity: 0.3;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .ajax-loader .ajax-loader-inner {
        position: absolute;
        top: 50%;
        left: 50%;
    }

.pagination-inner {
    float: left;
}
/*=====End=========*/
.search-form input.form-control.error {
    background: #ec6056;
}

.gallery-pagination a:hover, .search-pagination a:hover {
    color: #49c3e5;
}

.gallery-pagination span.view-all, .search-pagination span.view-all {
    font-size: 14px;
    padding-left: 18px;
    font-weight: bold;
}

.gallery-pagination a.active, .search-pagination a.active {
    color: #49c3e5;
}

.gallery-pagination span:hover, .search-pagination span:hover {
    color: #49c3e5;
}

.gallery-menu a.active, .gallery-menu span.active {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    font-weight: 700;
}

#project #NoResultFound, #resourse #NoResultFound {
    padding-left: 10px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

div#NoResultFound {
    padding: 20px 5px;
}

.divGenericTemplate {
    /*margin-top: 15px;*/
    padding-top: 70px;
}

.download-pagination .gallery-pagination {
    position: inherit;
    top: 0;
    right: 0;
    display: block;
}

.hscroll {
    overflow-x: auto; /* Horizontal */
    width: 100%;
}

.download-left h4 {
    font-size: 16px;
    color: #000;
}

.download-search-form {
    margin-bottom: 25px;
}

    .download-search-form h4 {
        margin-bottom: 10px;
    }

    .download-search-form input[type="search"] {
        font-size: 12px;
        border: 1px solid #757575;
        padding-left: 10px;
        width: 201px;
        height: 34px;
    }

    .download-search-form button {
        background: #000;
        border: none;
        height: 34px;
        width: 40px;
        color: #49c3e5;
        transform: translateY(1px);
    }

.pro-tab .card {
    border: none;
    background: inherit;
}

.pro-tab .card-header {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.pro-tab button {
    font-size: 12px;
    background: #fcfcfd;
    display: block;
    width: 100%;
    text-align: left;
    color: #231f20;
    border-radius: 0px;
    position: relative;
}

.pro-tab h4 {
    margin-bottom: 30px;
}

.pro-tab button:hover, .pro-tab button:focus {
    text-decoration: none;
    color: #231f20;
}

.pro-tab button.btn.btn-link.collapsed:after {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 2px;
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    transition: .4s;
}

.pro-tab button.btn.btn-link:after {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 2px;
    font-family: Material-Design-Iconic-Font;
    content: '\f2fc'
}


.pro-tab .card-body {
    background: #fdfdfe;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 10px;
}

.single-acc-checbox label {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
    cursor: pointer;
    margin-left: 5px;
}

.single-acc-checbox input {
    cursor: pointer;
}

.single-acc-checbox {
    line-height: 24px;
}

.pro-tab button.btn.btn-link.collapsed {
    border-bottom: 1px solid #d7d7d7;
    color: #231f20;
}

.pro-tab button.btn.btn-link {
    border-bottom: 1px dotted #49c3e5;
    color: #49c3e5;
}

.download-filter a {
    font-size: 11px;
    margin-right: 20px;
}

    .download-filter a i {
        height: 20px;
        width: 20px;
        border: 1px solid #a7a9ac;
        border-radius: 100px;
        text-align: center;
        line-height: 20px;
        margin-right: 3px;
    }

    .download-filter a:last-child, .download-filter a:last-child i {
        border-color: #49c3e5;
        color: #676a6c;
    }

        .download-filter a:last-child i {
            line-height: 19px;
            color: #49c3e5;
        }

        .download-filter a:last-child:hover {
            color: #49c3e5;
        }

.download-filter {
    border-top: 2px dotted #49c3e5;
    margin-top: 8px;
    padding-top: 8px;
}

.hscroll td {
    width: 20%;
    text-align: center;
}

    .hscroll td:first-child {
        width: 46%;
        text-align: left;
        padding-top: 13px;
    }

    .hscroll td input {
        cursor: pointer;
    }

.table-image-box img {
    float: left;
    max-height: 40px;
}

.table-image-txt {
    font-size: 12px;
    margin-left: 95px;
    padding-top: 8px;
}

.download-table tr {
    border-top: 1px solid #dddddd;
    padding-top: 12px;
}

.table-image-txt h6 {
    font-family: 'DINPro-Bold';
    color: #000;
    margin-bottom: 0;
    line-height: 12px;
}


.table-spec li {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #231f20;
    margin-right: 47px;
    line-height: 17px;
}

.table-spec {
    text-align: right;
    margin-bottom: 8px;
}

    .table-spec ul {
        line-height: 18px;
    }

.finder-single-image {
    float: left;
    width: 50%;
    padding-right: 5px;
    cursor: pointer;
}

    .finder-single-image img {
        border: 1px solid #ddd;
        transition: .3s;
    }

    .finder-single-image.active img {
        border-color: #49c3e5;
    }

.finder-single-image {
    margin-bottom: 10px;
}

.finder-area {
    margin-bottom: 50px;
}

.finder-bottom {
    margin-top: 30px;
}

a.finder-btn {
    background: #1db0ea;
    color: #fff;
    padding: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 600;
}

a.finder-btn2 {
    color: #807f82;
    font-size: 18px;
}

    a.finder-btn2:hover {
        color: #2bb1e8;
    }

    a.finder-btn2 i {
        background: #7f7f7f;
        color: #fff;
        height: 25px;
        width: 25px;
        text-align: center;
        border-radius: 100px;
        line-height: 25px;
    }

.finder-box h6 {
    color: #7b7e85;
    font-weight: 700;
    margin-bottom: 7px;
}

.finder-title h4 {
    color: #868686;
    margin-bottom: 35px;
}

.more-space {
    padding-top: 30px;
}

h2.mb-0 button {
    text-transform: uppercase;
}

.divProductDescription ul {
    margin: 7px 0 0px 10px;
}

    .divProductDescription ul li {
        list-style-type: disc;
        margin: 0 0 1px 18px;
        line-height: 20px;
    }

.divProductDescription {
    line-height: 20px;
}

.ktc-widget-body-wrapper ul, .divGenericTemplate ul {
    list-style: inherit;
    padding-left: 40px;
}


.pagination-inner a {
    font-weight: bold;
}

.downloadBtnColor {
    color: #49c3e5 !important;
    cursor: pointer;
}

span#search input.form-control {
    background: #e7e7e8;
    color: #000;
}

.cursorpointer {
    cursor: pointer;
}

.float-left {
    float: left;
}

.errorBorderColor {
    border: 1px solid red !important;
}

.display-inline-block {
    display: inline-block;
}

@media screen and (max-width:991px) {
    .search-results .search-pagination {
        position: static;
    }
}

#projectType button.btn_acc,
#lightingApplication button.btn_acc {
    position: relative;
}

    #projectType button.btn_acc.checkedClass,
    #lightingApplication button.btn_acc.checkedClass {
        pointer-events: none;
        color: rgba(266,266,266,0.3);
    }

.gallery-information li strong {
    font-weight: 700;
    font-family: DINPro-Bold;
    color: #000;
}
/*#projectType button.btn_acc.checkedClass::after,
        #lightingApplication button.btn_acc.checkedClass::after {
            content: '';
            height: 2px;
            width: 158px;
            background: rgba(266,266,266,0.3);
            display: block;
            position: absolute;
            top: 24px;
            left: -3%;
            transform: rotate(17.5deg);
            -webkit-transform: rotate(17.5deg);
        }
        #projectType button.btn_acc.checkedClass::before,
        #lightingApplication button.btn_acc.checkedClass::before {
            content: '';
            height: 2px;
            width: 158px;
            background: rgba(266,266,266,0.3);
            display: block;
            position: absolute;
            top: 24px;
            left: -3%;
            transform: rotate(-17.5deg);
            -webkit-transform: rotate(-17.5deg);
        }*/

/*Contact form widget*/
.contact-form {
    margin-bottom: 40px;
}

    .contact-form .contact-checkbox .check-box {
        display: inline-block;
    }

        .contact-form .contact-checkbox .check-box input.form-control {
            width: auto !important;
            background: #e7e7e8;
            border-radius: 0px;
            height: auto;
            border: none;
            display: inline-block;
        }

            .contact-form .contact-checkbox .check-box input.form-control:focus {
                box-shadow: none;
            }

        .contact-form .contact-checkbox .check-box label {
            display: inline-block;
        }

    .contact-form .contact-checkbox.bg2 input[type="text"] {
        background: #fff;
        border: 1px solid #bdbfbf;
        margin-bottom: 20px;
        font-size: 12px;
        color: #757575;
        width: 120px !important;
        padding-left: 8px;
        height: 25px;
    }

    .contact-form .contact-checkbox .check-box.input-other {
        display: block;
    }

    .contact-form input[type="submit"] {
        background: #0e1212;
        color: #fff;
        border: none;
        width: 100px;
        transition: .4s;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
    }

.opacity0_2 {
    opacity: 0.2;
}
/*Find A Rep*/
.find-a-rep-wrap {
    padding-top: 70px;
}

    .find-a-rep-wrap h1 {
        margin-top: 17px;
        margin-bottom: 8.5px;
        font-size: 27px;
        text-transform: uppercase;
    }

    .find-a-rep-wrap .title-bdr {
        display: block;
    }

    .find-a-rep-wrap img {
        width: 100%;
    }

    .find-a-rep-wrap .text-description {
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        margin-top: 4px;
    }

    .find-a-rep-wrap address {
        font-size: 12px;
    }

        .find-a-rep-wrap address span {
            display: block;
            line-height: 17px;
        }

            .find-a-rep-wrap address span.rep-name {
                font-weight: bolder;
                color: #231f20;
            }

            .find-a-rep-wrap address span.rep-address {
                margin-bottom: 7px;
            }


        .find-a-rep-wrap address a {
            color: #36bde5;
            display: block;
            line-height: 17px;
        }

            .find-a-rep-wrap address a:hover {
                color: #6d6e71;
            }

@media screen and (max-width:991px) {
    .find-a-rep-wrap select {
        display: block;
        margin-bottom: 30px;
    }
}

.image-top-gap {
    margin-top: 14px;
    display: block;
}

.pright-7-img {
    padding-right: 8px;
}

.pleft-7-img {
    padding-left: 8px;
}

@media only screen and (max-width: 767px) {
    .pright-7-img, .pleft-7-img {
        padding: 0;
    }
}

#search-clear, input[type="search" i]::-webkit-search-cancel-button {
    opacity: 0 !important;
}

/*Text-Overly-Image-Widget*/
a.txt-overflow-image h2 {
    font-size: 53px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0px;
}

a.txt-overflow-image p {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
/*Text-only-banner*/
a.txt-overflow-image.txt-only-banner {
    height: auto !important;
}

    a.txt-overflow-image.txt-only-banner .widget-image-text {
        position: relative;
        height: auto !important;
        left: 0;
        right: 0;
        padding: 0px 20px 100px 20px;
    }

    a.txt-overflow-image.txt-only-banner h2 {
        font-size: 41px;
        line-height: 56px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    }

    a.txt-overflow-image.txt-only-banner p {
        font-size: 24px;
        line-height: 28px;
    }
/**/
@media only screen and (max-width: 1199px) {
    a.txt-overflow-image h2 {
        font-size: 46px;
        line-height: 58px;
    }

    a.txt-overflow-image p {
        font-size: 20px;
        line-height: 24px;
    }

    /*Text-only-banner*/
    a.txt-overflow-image.txt-only-banner h2 {
        font-size: 33px;
        line-height: 58px;
    }

    a.txt-overflow-image.txt-only-banner p {
        font-size: 20px;
        line-height: 24px;
    }
    /**/
}

@media only screen and (max-width: 991px) {
    /*Text-Overly-Image-Widget*/
    a.txt-overflow-image h2 {
        font-size: 53px;
        line-height: 58px;
        letter-spacing: 0px;
    }

    a.txt-overflow-image p {
        font-size: 24px;
        line-height: 28px;
    }
    /*Text-only-banner*/
    a.txt-overflow-image.txt-only-banner h2 {
        font-size: 44px;
        line-height: 64px;
    }

    a.txt-overflow-image.txt-only-banner p {
        font-size: 24px;
        line-height: 28px;
    }
    /**/

    a.txt-overflow-image.bs-80 {
        background-size: 80% !important;
    }

    a.txt-overflow-image.bs-70 {
        background-size: 70% !important;
    }

    a.txt-overflow-image.bs-60 {
        background-size: 60% !important;
    }

    a.txt-overflow-image.bs-50 {
        background-size: 50% !important;
    }

    a.txt-overflow-image.bs-40 {
        background-size: 40% !important;
    }

    a.txt-overflow-image.bs-30 {
        background-size: 30% !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-box:after {
        background: none;
    }

    a.txt-overflow-image h2 {
        font-size: 8vw;
        line-height: 10vw;
    }

    a.txt-overflow-image p {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    /*Text-only-banner*/
    a.txt-overflow-image.txt-only-banner h2 {
        font-size: 5.45vw;
        line-height: 7vw;
    }

    a.txt-overflow-image.txt-only-banner p {
        font-size: 3.5vw;
        line-height: 4vw;
    }
    /**/
}

@media only screen and (max-width: 590px) {

    a .txt-overflow-image h2 {
        font-size: 10vw;
        line-height: 10.5vw;
    }

    a.txt-overflow-image p {
        font-size: 5vw;
        line-height: 6.6vw;
    }
    /*Text-only-banner*/
    a.txt-overflow-image.txt-only-banner h2 {
        font-size: 7vw;
        line-height: 9vw;
    }

    a.txt-overflow-image.txt-only-banner p {
        font-size: 5vw;
        line-height: 6.6vw;
    }
    /**/
}

@media only screen and (max-width: 467px) {
    a.txt-overflow-image h2 {
        font-size: 12vw;
        line-height: 13vw;
    }

    a.txt-overflow-image p {
        font-size: 6vw;
        line-height: 6.6vw;
    }
    /*Text-only-banner*/
    a.txt-overflow-image.txt-only-banner .widget-image-text {
        padding-bottom: 50px;
    }
    /**/
}


.widget-image-text {
    color: #241e20;
    left: 20px;
    right: 20px;
    position: absolute;
}

.widget-top-text {
    top: 15px;
}

.widget-bottom-text {
    bottom: 15px;
}

.widget-right-image {
    max-width: 70%;
}

.txt-overflow-image {
    position: relative;
    display: block;
    margin-top: 14px
}

a.txt-overflow-image.full-width-text-image {
    background-size: contain !important;
    max-height: 37vh;
}

    a.txt-overflow-image.full-width-text-image h2,
    a.txt-overflow-image.full-width-text-image p {
        letter-spacing: 0px;
    }

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }

    a.txt-overflow-image.full-width-text-image .widget-image-text {
        max-width: 40%;
    }

    a.txt-overflow-image.full-width-text-image {
        max-height: 30vh;
    }

        a.txt-overflow-image.full-width-text-image h2 {
            font-size: 53px;
            line-height: 87px;
        }

        a.txt-overflow-image.full-width-text-image p {
            font-size: 24px;
            line-height: 33px;
        }
}

@media only screen and (max-width: 1199px) {
    a.txt-overflow-image.full-width-text-image {
        max-height: 18vh;
    }

        a.txt-overflow-image.full-width-text-image h2 {
            font-size: 46px;
            line-height: 54px;
        }

        a.txt-overflow-image.full-width-text-image p {
            font-size: 20px;
            line-height: 28px;
        }
}

@media only screen and (max-width: 991px) {

    /*a.txt-overflow-image.full-width-text-image h2 {
        font-size: 2.8vw;
        line-height: 2.8vw;
    }

    a.txt-overflow-image.full-width-text-image p {
        font-size: 1.6vw;
        line-height: 1.7vw;
    }*/
    a.txt-overflow-image.full-width-text-image h2 {
        font-size: 32px;
        line-height: 50px;
    }

    a.txt-overflow-image.full-width-text-image p {
        font-size: 18px;
        line-height: 24px;
    }

    a.txt-overflow-image.full-width-text-image {
        max-height: 19vh !important;
    }
}

@media only screen and (max-width: 767px) {
    a.txt-overflow-image.full-width-text-image h2 {
        font-size: 24px;
        line-height: 34px;
    }

    a.txt-overflow-image.full-width-text-image p {
        font-size: 16px;
        line-height: 22px;
    }

    a.txt-overflow-image.full-width-text-image {
        max-height: 14.5vh !important;
    }
}

@media only screen and (max-width: 567px) {
    a.txt-overflow-image.full-width-text-image h2 {
        font-size: 4.7vw;
        line-height: 4vw;
    }

    a.txt-overflow-image.full-width-text-image p {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    a.txt-overflow-image.full-width-text-image .widget-image-text {
        left: 10px;
    }

    a.txt-overflow-image.full-width-text-image {
        max-height: 23.5vw !important;
    }
}



/*Text-Overly-Image-Widget-font-size-boost*/
.txt-overflow-image.full-width-banner {
    overflow: hidden;
}

.full-width-banner .widget-top-text {
    left: 15px;
    color: #241e20;
}

a.txt-overflow-image h2.font-xl,
a.txt-overflow-image p.font-xl {
    font-size: 7vmin;
    line-height: 8vmin;
}

a.txt-overflow-image h2.font-l,
a.txt-overflow-image p.font-l {
    font-size: 6vmin;
    line-height: 7vmin;
}

a.txt-overflow-image h2.font-m,
a.txt-overflow-image p.font-m {
    font-size: 5vmin;
    line-height: 6vmin;
}

a.txt-overflow-image h2.font-sm,
a.txt-overflow-image p.font-sm {
    font-size: 3.9vmin;
    line-height: 6vmin;
}

a.txt-overflow-image h2.font-xs,
a.txt-overflow-image p.font-xs {
    font-size: 2vmin;
    line-height: 3vmin;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.txt-overflow-image h2.font-xl,
    a.txt-overflow-image p.font-xl {
        font-size: 10vmin;
        line-height: 11vmin;
    }

    a.txt-overflow-image h2.font-l,
    a.txt-overflow-image p.font-l {
        font-size: 8vmin;
        line-height: 9vmin;
    }

    a.txt-overflow-image h2.font-m,
    a.txt-overflow-image p.font-m {
        font-size: 4vmin;
        line-height: 5vmin;
    }

    a.txt-overflow-image h2.font-sm,
    a.txt-overflow-image p.font-sm {
        font-size: 3.5vmin;
        line-height: 4.5vmin;
    }

    a.txt-overflow-image h2.font-xs,
    a.txt-overflow-image p.font-xs {
        font-size: 3vmin;
        line-height: 4vmin;
    }
}

@media only screen and (max-width: 767px) {
    a.txt-overflow-image h2.font-xl-mobile,
    a.txt-overflow-image p.font-xl-mobile {
        font-size: 10vmin;
        line-height: 11vmin;
    }

    a.txt-overflow-image h2.font-l-mobile,
    a.txt-overflow-image p.font-l-mobile {
        font-size: 8vmin;
        line-height: 9vmin;
    }

    a.txt-overflow-image h2.font-m-mobile,
    a.txt-overflow-image p.font-m-mobile {
        font-size: 6vmin;
        line-height: 7vmin;
    }

    a.txt-overflow-image h2.font-sm-mobile,
    a.txt-overflow-image p.font-sm-mobile {
        font-size: 4vmin;
        line-height: 5vmin;
    }

    a.txt-overflow-image h2.font-xs-mobile,
    a.txt-overflow-image p.font-xs-mobile {
        font-size: 2vmin;
        line-height: 3vmin;
    }
}

@media only screen and (max-width: 467px) {
    .navbar-expand-lg .navbar-nav li.last_ a {
        border-right: 2px solid #c3c4c6;
    }

    a.txt-overflow-image h2.font-xl-mobile,
    a.txt-overflow-image p.font-xl-mobile {
        font-size: 12vmin;
        line-height: 13vmin;
    }

    a.txt-overflow-image h2.font-l-mobile,
    a.txt-overflow-image p.font-l-mobile {
        font-size: 10vmin;
        line-height: 11vmin;
    }

    a.txt-overflow-image h2.font-m-mobile,
    a.txt-overflow-image p.font-m-mobile {
        font-size: 8vmin;
        line-height: 9vmin;
    }

    a.txt-overflow-image h2.font-sm-mobile,
    a.txt-overflow-image p.font-sm-mobile {
        font-size: 6vmin;
        line-height: 7vmin;
    }

    a.txt-overflow-image h2.font-xs-mobile,
    a.txt-overflow-image p.font-xs-mobile {
        font-size: 4vmin;
        line-height: 5vmin;
    }
}

button.hdimageDownloadlink a, li.hdimageDownloadlink a {
    color: #6d6e71;
    font-size: 12px;
    text-transform: uppercase;
}

li.btn.btn-link.hdimageDownloadlink {
    padding-left: 0;
}

.img-Logo {
    height: 40px;
}
