@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';
/*-------------------Variables-------------*/
/*-------------------sumbmenus----------------*/
/*----------------------mixins-----------------*/
/*---------------------GENERAL-----------------------*/

.fa-shopping-cart{
		color: #FFFFFF;
	}
	
@font-face {
    font-family: "lightMontserrat";
    src: url(Montserrat-Light.otf);
}

@font-face {
    font-family: "semiboldMontserrat";
    src: url(Montserrat-SemiBold.otf);
}

.orange-back {
    background-color: #f59433;
}

.green-back {
    background-color: #16827e;
}

.lightgreen-back {
    background-color: #a2cdcb;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

h2 {
    font-size: 37px;
    line-height: 1.5;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}
#lblCartCount {
    font-size: 12px;
    background: #4d4d4d;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
}
/*-------------header--------------*/
.header {
    background-color: #a2cdcb;
}

    .header ul {
        text-align: right;
    }

    .header .list-inline {
        margin-top: 4px;
        margin-bottom: 4px;
    }

        .header .list-inline li {
            margin-left: 12px;
        }

    .header a {
        font-size: 13px;
        color: #586464;
        text-transform: capitalize;
    }

        .header a:hover {
            color: #586464;
        }

/*------------------menu------------------*/
.menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #16827e;
}

.navbar {
    margin-bottom: 0px;
}

.menu .navbar {
    float: right;
    width: 100%;
    border: 0;
}

.menu .navbar-nav {
    float: right;
}

.navbar-nav li a {
    color: #fff;
    font-size: 15px;
    font-family: 'semiboldMontserrat';
    text-transform: uppercase;
}

    .navbar-nav li a:hover, .navbar-nav li a:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-toggle {
    border: 2px solid #fff;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-brand {
    color: #fff;
}

/*-----------------home-banner---------------*/
.home-banner .container {
    width: 100%;
}

.home-banner .video-container {
    overflow: hidden;
    position: relative;
}

.home-banner .col-sm-12 {
    padding: 0;
    min-width: 100%;
}

.home-banner video {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    min-width: 100%;
    width: 100%;
    height: auto;
}

.home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 50;
    color: #fff;
}

.home-banner h1 {
    color: #fff;
    font-family: "lightMontserrat","Montserrat";
    line-height: 1.5;
    font-size: 58px;
    position: absolute;
    top: 20%;
    width: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
}

/*--------------------*/
.print-overview {
    background: linear-gradient(#e5e5e5 0%, #ccc 100%);
    padding: 20px 0;
}

    .print-overview a {
        color: #353535;
    }

.print-specs {
    line-height: 1.5em;
}

    .print-specs h2 {
        line-height: 1em;
        color: #626262;
    }

    .print-specs ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
    }

    .print-specs li {
        font-size: 18px;
        color: #888;
    }

        .print-specs li:before {
            content: '\f00c';
            padding-right: 3px;
            font-family: FontAwesome;
        }

    .print-specs hr {
        margin: 5px 0;
    }

.optionTile {
    cursor: pointer;
    border: 1px solid #626262;
    position: relative;
    margin: 0px 10px 30px;
}

    .optionTile p {
        color: white;
        margin-bottom: 0;
        padding: 5px;
        display: inline-block;
        width: 100%;
    }

    .optionTile:hover p {
        background: #626262;
    }

    .optionTile.active {
        border-color: #5CA8A5;
    }

        .optionTile.active p {
            background: #5CA8A5;
        }

        .optionTile.active:after {
            color: white;
            content: "\f00c";
            font-family: FontAwesome;
            position: absolute;
            top: 10px;
            right: 10px;
            line-height: 1em;
            background: #5CA8A5;
            border-radius: 50%;
            padding: 5px;
        }

.green-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #16827e;
    background: #a2cdcb;
    border-radius: 50%;
}

thead th {
    background: #000;
    color: #fff;
}

td small {
    font-weight: 700;
    font-size: 12px;
}

tr:not(.accordion) {
    cursor: pointer;
}

tr.accordion {
    display: none;
    transition: height 0.3s;
}

    tr.accordion.open {
        display: table-row;
    }

.partnership {
    background-color: #f59433;
    color: #353535;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 1px;
}

    .partnership .col-sm-12 {
        padding-left: 14%;
        padding-right: 14%;
    }

    .partnership h2 {
        margin-top: 10px;
    }

	
/*------------solutions-------------*/
.solutions {
    padding-top: 4%;
    padding-bottom: 4%;
}

    .solutions > .container > .row > div > img {
        margin-top: 20px;
    }

    .solutions a, .solutions a:active, .solutions a:hover, .solutions a:focus {
        color: #353535;
        text-decoration: none;
    }

    .solutions figure {
        width: 93px;
        margin: 0 10px 20px 10px;
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        float: left;
    }

        .solutions figure img {
            display: inline-block;
            margin: 0 auto;
            vertical-align: bottom;
            max-width: 100%;
            height: auto;
            flex: 0 0 auto;
            object-fit: scale-down;
        }

        .solutions figure figcaption {
            font-family: Montserrat;
            font-weight: 100;
            text-align: center;
            position: absolute;
            width: 100%;
            top: 100%;
        }

    .solutions h3 {
        text-transform: uppercase;
    }

    .solutions h1 {
        font-size: 44px;
        color: #f59433;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .solutions .btn-default {
        font-size: 16px;
        background-color: transparent;
        border: 2.6px solid #f59433;
        text-transform: uppercase;
        width: 225px !important;
        padding: 12px 10px;
        margin-top: 15px;
        font-family: "Montserrat", sans-serif;
    }

        .solutions .btn-default:hover, .solutions .btn-default:focus {
            background-color: transparent;
        }

.green-back h3, .green-back p, .green-back .btn-default {
    color: #fff;
}

.lightgreen-back h3, .lightgreen-back p, .lightgreen-back .btn-default {
    color: #353535;
}

footer {
    background-color: #626262;
    padding-top: 2.8%;
    padding-bottom: 2.8%;
}

    footer h5 {
        font-family: 'semiboldMontserrat';
        color: #fff;
        font-size: 16px;
    }

    footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

    footer .address li {
        margin-bottom: 4px;
    }

    footer li, footer a {
        color: #d1d1d1;
        font-family: 'lightMontserrat';
        font-size: 11.6px;
        line-height: 1.7;
    }

        footer li:hover, footer a:hover {
            color: #d1d1d1;
        }

    footer .address a {
        text-decoration: underline;
    }

    footer .articles .sidebar ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

    footer .articles .sidebar .title {
        display: none;
    }

    footer .articles .sidebar li:nth-child(n+4) {
        display: none;
    }

    footer .articles .sidebar li:before {
        font-family: 'FontAwesome';
        content: '\f0da  ';
    }

    footer .articles .sidebar li, footer .articles .sidebar a {
        color: #d1d1d1;
        font-family: 'lightMontserrat';
        font-size: 11.6px;
        line-height: 1.8;
        margin-bottom: 12px;
        margin-top: 12px;
    }

        footer .articles .sidebar li:hover, footer .articles .sidebar a:hover {
            color: #d1d1d1;
        }

.footer-menu {
    background-color: #333333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-menu .list-inline {
        margin-bottom: 0;
    }

        .footer-menu .list-inline li {
            margin-right: 12px;
        }

    .footer-menu a {
        font-size: 12.5px;
        font-family: 'lightMontserrat';
        color: #d1d1d1;
        text-transform: capitalize;
    }

        .footer-menu a:hover {
            color: #d1d1d1;
        }

/*----------------content----------------*/
.photo img {
    width: 320px;
    height: auto;
    margin:auto;
}

.title {
    background-color: #f59433;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .title h1 {
        color: #894603 !important;
        font-size: 44px !important;
        font-weight: 400;
        display:inline-block;
    }

        .title h1 strong {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
        }

.banner .container {
    width: 100%;
}

    .banner .container .col-sm-12 {
        padding: 0;
    }

    .banner .container img {
        width: 100% !important;
    }

.content h1 {
    font-size: 35px;
    color: #16827e;
}

.content p {
    font-size: 18px;
}

.content .col-sm-8 {
    padding-bottom: 20px;
}

.summery {
    background-image: url("../img/drs.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .summery iframe {
        margin-top: 10px;
        width: 97%;
        height: 300px;
    }

/*-----------------intro-----------------*/
.identica-hybrid-intro {
    background-image: url("../img/identica-hybrid.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.design-intro {
    background-image: url("../img/Design-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.digital-intro {
    background: linear-gradient(45deg, #ccc 75%, #eee 85%);
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.digital-overview h2, .product-overview h2, .product-intro h2 {
    color: #00438d !important;
    font-family: "lightMontserrat","Montserrat",sans-serif;
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.digital-overview a, .digital-overview a:hover, .product-overview a, .product-overview a:hover, .product-intro a, .product-intro a:hover {
    text-decoration: none !important;
    color: #00438d;
}

.lab-solutions-intro {
    background-image: url("../img/lab-solutions-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.model-work-intro {
    background-image: url("../img/model-work-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.print-intro {
    background-image: url("../img/Print-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.products-intro {
    background-image: url("../img/products-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.send-case-intro {
    background-image: url("../img/send-case-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

.tips-intro {
    background-image: url("../img/tips-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 60px;
    background-position-x: 50%;
}

/*---------------product-overview-----------------*/
.product-overview .navbar-default li.active a,
.product-overview .navbar-default li.active,
.product-overview .navbar-default li:hover,
.product-overview .navbar-default .navbar-nav > .active > a,
.product-overview .navbar-default .navbar-nav > .active > a:focus,
.product-overview .navbar-default .navbar-nav > .active > a:hover,
.product-overview .navbar-default .navbar-nav > li > a:hover {
    background-color: #16827e;
    color: #fff;
}

    .product-overview .navbar-default li:hover a {
        color: #fff;
    }

.product-intro {
    background: linear-gradient(45deg, #ccc 75%, #eee 85%);
}

.lightgreen-intro, .lightgreen {
    background: #ecf5f5;
}

.product-overview {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .product-overview h4 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .product-overview p {
        font-size: 18px;
    }

    .product-overview .navbar-collapse {
        padding: 0;
    }

    .product-overview .navbar-default {
        border: 2px solid #16827e;
        background-color: #a2cdcb;
        border-radius: 3px;
        margin-bottom: 35px;
    }

        .product-overview .navbar-default .navbar-brand {
            color: #16827e;
            font-size: 16px;
            font-weight: 700;
        }

        .product-overview .navbar-default .navbar-toggle {
            border: 2px solid #16827e;
        }

            .product-overview .navbar-default .navbar-toggle:hover {
                background-color: transparent;
            }

            .product-overview .navbar-default .navbar-toggle .icon-bar {
                background-color: #16827e;
            }

        .product-overview .navbar-default .navbar-nav {
            width: 75%;
        }

        .product-overview .navbar-default li a {
            color: #16827e;
            font-size: 16px;
            padding: 15px;
            text-align: center;
        }

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background: #16827e;
    border: 0;
    outline: 0;
    margin-bottom: 15px;
}

.calculator {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

    .calculator .btn-warning {
        width: 100% !important;
        background-color: #f59433;
        padding: 15px 5px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
    }

    .calculator > .container > .row > .col-sm-12 {
        padding: 3% 4%;
    }

    .calculator h1 {
        font-size: 44px;
        color: #16827e;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .calculator p {
        font-size: 17px;
    }

    .calculator ul {
        padding-left: 0;
        width: 100%;
    }

    .calculator li {
        text-align: center;
        color: #16827e;
        border: 3px solid #a2cdcb;
        list-style: none;
        text-transform: uppercase;
        border-radius: 3px;
        font-size: 16px;
        padding: 12px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 15px;
    }

/*---------------------blog----------------------*/
.posts {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .posts img {
        margin-top: 20px;
    }

    .posts a {
        color: #f59433;
    }

    .posts h3 a {
        color: #16827e !important;
    }

.searchbar {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

    .searchbar input[type="text"] {
        color: #353535;
    }

    .searchbar .form-control {
        height: 42px;
        border-radius: 0;
        border-color: #353535;
        border-right: none;
        margin-bottom: -5px;
    }

    .searchbar button {
        border: none;
        border-radius: 0px;
        background-color: #16827e;
        color: #fff;
        height: 40px;
    }

        .searchbar button:hover, .searchbar button:focus {
            background-color: #16827e;
            color: #fff;
        }

    .searchbar .input-group-btn {
        border: 1px solid #7d7d7d;
        background-color: #17828f;
    }

.sidebar .title {
    background-color: transparent !important;
    color: #f59433;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

    .sidebar ul li {
        margin-bottom: 8px;
    }

    .sidebar ul a {
        font-size: 18px;
        color: #16827e;
    }

.blog {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .blog h1 {
        color: #16827e;
        margin-bottom: 20px;
    }

    .blog a {
        color: #f59433;
    }

.social-icons .fa {
    font-size: 24px;
    margin-right: 8px;
}

/*--------------------------MEDIA-QUERIES---------------------
------------------------------------------------------------*/
@media (min-width: 1300px) {
    .menu .container {
        width: 1270px;
    }

    .header .container {
        width: 1270px;
    }
    /*-----------------home-banner---------------*/
}

@media (min-width: 1300px) {
    .home-banner .video-container {
        overflow: hidden;
        height: 700px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .video-overlay .row {
        position: relative;
    }

        .video-overlay .row > *:last-child {
            position: absolute;
            top: 0;
            right: 0;
        }

    .logo {
        margin-top: 15px;
    }

    .print-specs h2 {
        margin-top: 0;
    }

    .overlap {
        position: relative;
    }

        .overlap .overlap-container {
            position: relative;
        }

            .overlap .overlap-container img {
                position: absolute;
                width: 100%;
                top: -30px;
            }

        .overlap + div {
            padding-top: 15vw;
        }

    .homepage-products {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .digital-intro {
        padding-bottom: 260px;
    }

        .digital-intro .row {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

    .digital-overview {
        position: relative;
        top: -305px;
        margin-bottom: -185px;
    }

        .digital-overview .row .row {
            display: flex;
            justify-content: space-between;
        }

            .digital-overview .row .row > div {
                display: flex;
                flex-flow: column nowrap;
                align-items: center;
                justify-content: flex-end;
                padding: 0;
            }

                .digital-overview .row .row > div img {
                    height: 160px;
                    width: auto;
                }

                .digital-overview .row .row > div p img {
                    height: auto !important;
                    margin-bottom: 30px;
                }

        .digital-overview .col-sm-12 > div {
            margin-top: 180px;
        }


        .digital-overview .row .row > div p:first-of-type {
            margin-bottom: 40px;
        }

        .digital-overview .row .row > div p:last-child {
            margin-top: auto;
        }

        .digital-overview .row .row > div h2 {
            margin-bottom: 60px;
        }

    .product-overview .navbar-nav {
        display: table;
        margin-left: 0;
        margin-right: 0;
    }

    .align-bottom .row {
        display: flex;
        flex-flow: row;
        align-items: flex-end;
    }

    .product-overview .navbar-nav > li {
        float: none;
        width: auto;
        vertical-align: middle;
        display: table-cell;
    }

    .print-overview .row {
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        justify-content: space-around;
    }

    .menu .navbar-collapse.collapse {
        padding-right: 0;
    }

    .menu .navbar-nav li:last-child {
        background: #fff;
    }

        .menu .navbar-nav li:last-child a {
            color: #16827e;
        }

    .solutions {
        padding-top: 3%;
        padding-bottom: 3%;
    }

        .solutions > .container > .row > * > img {
            float: right;
            margin-right: 20px;
        }

    .identica-hybrid-intro, .Design-intro, .Digital-intro, .lab-solutions-intro, .model-work-intro,
    .Print-intro, .products-intro, .send-case-intro, .tips-intro {
        min-height: 400px;
    }

    .navbar-default > #navbar-design li {
        width: 33.33333%;
    }

    .navbar-default > #navbar-digital-solutions li {
        width: 33.33333%;
    }

    .navbar-default > #navbar-identica-hybrid li {
        width: 25%;
    }

    .navbar-default > #navbar-lab-solutions li {
        width: 33.33333%;
    }

    .navbar-default > #navbar-print li {
        width: 20%;
    }

    .navbar-default > #navbar-products li {
        width: 16.66667%;
    }

    .social-icons {
        float: right;
    }
}

@media (max-width: 1300px) {
    .home-banner video {
        position: relative;
        padding: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        width: auto;
        height: auto;
    }

    .home-banner h1 {
        line-height: 1.5;
        font-size: 54px;
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .home-banner h1 {
        font-size: 50px;
    }
    /*-----------------intro-----------------*/
    .intro {
        padding-top: 20px;
        padding-bottom: 30px;
        background-position-x: 60%;
    }

    .home-banner .video-container {
        height: 550px;
    }
}

@media (max-width: 991px) {
    .logo img {
        margin: 1px auto;
    }

    h2 {
        font-size: 30px;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar .navbar-collapse {
        padding: 0px;
    }

    .menu .navbar-nav li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-banner .video-container {
        height: 400px;
    }

    .home-banner h1 {
        font-size: 36px;
        top: 12%;
    }

    .partnership .col-sm-12 {
        padding-left: 8%;
        padding-right: 8%;
    }
    /*------------solutions-------------*/
    .solutions h1 {
        font-size: 40px;
    }

    .solutions .btn-default {
        font-size: 15px;
        width: 180px !important;
    }
    /*----------content-----------*/
    .title {
        background-color: #f59433;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .title h1 {
            font-size: 40px !important;
        }

    .content h1 {
        font-size: 28px;
    }
    /*-----------------intro-----------------*/
    .intro {
        background-position-x: 56%;
    }

    .product-overview .navbar-default .navbar-nav {
        width: 100%;
    }

    .calculator h1 {
        font-size: 32px;
    }

    .calculator li {
        font-size: 14px;
        padding: 10px 8px;
    }
}

@media (max-width: 767px) {
    .homepage-products {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
    }

        .homepage-products p {
            width: 100%;
        }

    .solutions figure {
        width: 50%;
        padding: 20px 0;
        margin: 0 auto;
    }

        .solutions figure .img-responsive {
            margin: 0 auto;
        }

        .solutions figure figcaption {
            position: static;
        }

    h2 {
        font-size: 27px;
    }

    .content p {
        font-size: 17px;
    }

    .home-banner .video-container {
        height: auto;
    }

    .home-banner h1 {
        font-size: 32px;
        width: 80%;
    }

    .digital-overview .row .row > .col-sm-4 {
        margin: 30px auto;
    }

    .digital-intro .row {
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .menu {
        padding-bottom: 0;
    }

    .navbar {
        margin-top: 0;
    }
    /*-----------------------*/
    .navbar-collapse {
        width: 100%;
    }
    /*------------solutions-------------*/
    .solutions .col-sm-2 {
        width: 50%;
        float: left;
        padding: 10px 0;
    }

    .solutions h1 {
        font-size: 36px;
    }

    .solutions .btn-default {
        width: 200px !important;
        padding: 10px;
    }

    .solutions figure {
        max-width: 120px;
    }

    .footer-menu {
        text-align: center;
    }

        .footer-menu .list-inline {
            margin-bottom: 0;
        }

            .footer-menu .list-inline li {
                margin-right: 2px;
                margin-left: 2px;
            }

        .footer-menu a {
            font-size: 12px;
        }
    /*----------content-----------*/
    .title {
        background-color: #f59433;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .title h1 {
            font-size: 34px !important;
        }

    .content h1 {
        font-size: 28px;
    }

    .summery iframe {
        width: 430px;
        height: 250px;
    }
    /*-----------------intro-----------------*/
    .identica-hybrid-intro, .Design-intro, .Digital-intro, .lab-solutions-intro, .model-work-intro,
    .Print-intro, .products-intro, .send-case-intro, .tips-intro {
        background-image: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-overview {
        background-image: url("../img/bluebackground.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .product-overview h4 {
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .product-overview p {
            font-size: 18px;
        }

        .product-overview .navbar-collapse {
            padding: 0;
        }

        .product-overview .navbar-default .navbar-nav {
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
        }

        .product-overview .navbar-default li {
            width: 100%;
        }

    .calculator .btn-warning {
        font-size: 16px;
    }

    .calculator > .container > .row > .col-sm-12 {
        padding: 3% 4%;
    }

    .calculator h1 {
        font-size: 36px;
    }

    .calculator p {
        font-size: 16px;
    }

    .calculator li {
        font-size: 15px;
        padding: 10px;
    }

    .sidebar .title {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .searchbar .input-group {
        width: 100%;
    }

    .social-icons .fa {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media (max-width: 580px) {
    .home-banner h1 {
        font-size: 28px;
        width: 80%;
        top: 15%;
    }
}

@media (max-width: 481px) {
    .content p {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    .home-banner h1 {
        font-size: 23px;
        top: 20%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .partnership {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*------------solutions-------------*/
    .solutions h1 {
        font-size: 32px;
    }

    .solutions .btn-default {
        margin-top: 15px;
        font-size: 14.5px;
        width: 160px !important;
        padding: 8px;
    }

    footer h5 {
        font-size: 13px;
        margin-bottom: 12px;
    }
    /*----------content-----------*/
    .title {
        background-color: #f59433;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .title h1 {
            font-size: 32px !important;
        }

    .content h1 {
        font-size: 24px;
    }

    .content p {
        font-size: 16.5px;
    }

    .summery {
        padding-top: 30px;
    }

        .summery iframe {
            width: 320px;
            height: 220px;
        }

    .calculator .btn-warning {
        padding: 12px 5px;
    }

    .calculator > .container > .row > .col-sm-12 {
        padding: 15px;
    }

    .calculator h1 {
        font-size: 30px;
    }

    .calculator p {
        font-size: 16px;
    }

    .calculator li {
        font-size: 15px;
        padding: 10px;
    }
}

@media (max-width: 385px) {
    footer .col-xs-6 {
        width: 100%;
    }

    .home-banner h1 {
        font-size: 18px;
        top: 20%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn-emerald-orange {
    color: #fff;
    background-color: #f59433;
    border-color: #f59433;
}

#quickresults {
    padding: 50px 0;
}

    #quickresults .table-responsive {
        margin-bottom: 0;
        background-image: -ms-linear-gradient(left, #A2CDCB 0%, #FFFFFF 100%);
        background-image: -moz-linear-gradient(left, #A2CDCB 0%, #FFFFFF 100%);
        background-image: -o-linear-gradient(left, #A2CDCB 0%, #FFFFFF 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #A2CDCB), color-stop(100, #FFFFFF));
        background-image: -webkit-linear-gradient(left, #A2CDCB 0%, #FFFFFF 100%);
        background-image: linear-gradient(to right, #A2CDCB 0%, #FFFFFF 100%);
    }

.full-width > .container {
    width: 100%;
    padding: 0;
}

    .full-width > .container > .row {
        margin: 0;
    }

        .full-width > .container > .row > div {
            padding: 0;
        }

            .full-width > .container > .row > div img {
                width: 100%;
            }

@media (min-width: 992px) {
    .menu .navbar li {
        padding: 29px 12px;
    }
}

.fa-stack[data-count]:after {
    position: absolute;
    right: -1rem;
    top: 0;
    content: attr(data-count);
    font-size: 1.25rem;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255,0,0,.85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.center-things {
    height: 100%;
    top: 50%;
    position: relative;
}

    .center-things p {
        margin: 0;
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background: #16827e !important;
}

button.owl-prev {
    margin-right: 7.5px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background: #16827e !important;
}

button.owl-prev {
    margin-right: 7.5px;
}
.owl-nav{
text-align:center;
}