@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400');

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
    font-family: 'Raleway',sans-serif;
    color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',sans-serif;
    line-height: 1.4;
    letter-spacing: 2px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

p {
    font-family: 'Raleway',sans-serif;
    font-weight: 300;
}

ul {
    list-style-type: none;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

/* .navbar-wrapper {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
} */

/* Flip around the padding for proper display in narrow viewports */
.blackbg {background-color: #000; border-bottom: 1px solid #FFF;}
.blackbg a {color: #FFFFFF;}

.navbar-wrapper .navbar {
    background: #000;
}

.navbar-wrapper .navbar-nav {
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
}

.dropdown .dropdown-menu h3 {
    font-size: 24px;
    letter-spacing: 4px;
    color: #939393;
}

.dropdown .dropdown-menu hr.greyed {
    width: 90px;
    margin-left: 5px;
    border-color: #939393;
    border-width: 2px;
}

.navbar-wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-caption {
    z-index: 10;
}

.carousel-caption h1 {
    line-height: 50px;
}

footer {
    padding-top: 100px;
    background-color: #232323;
}

.contact footer {
    padding-top: 0;
}

.contact .customers {
    padding-top: 100px;
}

footer a {
    color: inherit;
}

footer a:hover {
    color: inherit;
}

footer .blacker {
    background-color: #191919;
}

footer .customers {
    padding-bottom: 125px;
}

footer .customers p {
    font-family: 'Myriad Pro',sans-serif;
    font-size: 18px;
    font-weight: regular;
    color: #FFF;
}

footer .customers p.text-uppercase {
    margin-top: 60px;
    font-family: 'Montserrat',sans-serif;
}

footer .customers h6 {
    font-size: 11px;
    color: #FFF;
}

footer .customers .list-inline li {
    display: table-cell;
    width: 32%;
    height: 130px;
    vertical-align: middle;
}

footer .blacker.links {
    padding: 20px 0 10px;
}

footer .blacker.links li {
    width: 150px;
}

footer .blacker.links li a {
    font-family: 'Montserrat',sans-serif;
    line-height: 30px;
    color: #aaaaaa;
}

footer .blacker.media {
    padding: 50px 0;
}

footer .blacker.media p {
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    color: #FFF;
}

footer h5 {
    margin-top: 90px;
    padding-left: 40px;
    color: #cccccc;
}

footer .companylist ul {
    margin-bottom: 100px;
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    line-height: 29px;
    list-style-type: none;
    color: #cccccc;
}

footer span.glyphicon {
    padding-right: 20px;
}

.row-nomargin .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

/* STANDARD CSS 
-------------------------*/

.eliminate h2,
.eliminate p {
    margin-top: 125px;
}

.eliminate p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
}

.eliminate {
    padding-bottom: 150px;
}

.eliminate hr {
    float: left;
    width: 100px;
    border: 2px solid #000;
}

.lab-bg .row-eq-height [class*=col] {
    padding-right: 3px;
    padding-left: 3px;
}

.lab-bg .black {
    height: 100%;
    padding: 150px 30px 0 30px;
    background-color: #2b2b2b;
}

.lab-bg .black p {
    font-weight: 300;
}

.lab-bg .green {
    height: 217px;
    padding: 35px 30px 0 30px;
    background-color: #106b3a;
}

.lab-bg .green p {
    font-weight: 300;
}

.lab-bg .red {
    height: 217px;
    margin-top: 3px;
    padding: 35px 30px 0 30px;
    background-color: #c4282c;
}

.lab-bg .red p strong {
    font-family: 'Montserrat',sans-serif;
}

.lab-bg .red blockquote p {
    font-weight: 300;
}

.lab-bg .blue {
    height: 217px;
    margin-top: 3px;
    padding: 20px 30px 0 30px;
    background-color: #1c96bb;
}

.lab-bg .blue p:first-of-type {
    font-family: 'Montserrat',sans-serif;
}

.lab-bg .blue p:nth-of-type(2) {
    font-weight: 300;
}

.lab-bg .col-sm-6 .row {
    height: 220px;
    margin-right: -3px;
    margin-left: -3px;
}

.lab-bg a {
    color: #FFF;
}

.lab-bg blockquote {
    padding: 0 10px;
    font-size: 14px;
    line-height: initial;
}

.industryblock a > img {
    opacity: 0.3;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.industryblock a:hover > img {
    opacity: 1;
}

.industryblock .titlebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    padding: 0 20px;
}

.products .industryblock .titlebar {
    color: #000;
}

.industryblock a {
    color: #000;
    -webkit-transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
    -ms-transition: color 1s ease-in-out;
    -o-transition: color 1s ease-in-out;
    transition: color 1s ease-in-out;
}

.industryblock a:hover {
    color: #000;
}

.industryblock a {
    color: #FFF;
}

.index .industryblock a,
.about .industryblock a {
    color: initial;
}

.index .industryblock a:hover,
.about .industryblock a:hover {
    color: #FFF;
}

.industryblock .titlebar img {
    margin-top: -40px;
}

.lgreentext {
    color: #8bbd3f;
}

.green {
    padding: 60px 0;
    color: #FFF;
    background-color: #106b3a;
}

.products .green {
    margin-top: 100px;
}

.green h5 {
    margin: 0;
    line-height: 70px;
}

.products .green h5 {
    line-height: 38px;
}

.green img {
    margin-right: 10px;
}

.products .green img {
    margin-right: 30px;
}

.lgreen {
    margin-top: 200px;
    padding: 60px 0;
    color: #FFF;
    background-color: #8bbd3f;
}

.products .lgreen {
    margin-top: 0;
    margin-bottom: 130px;
}

.contact .lgreen {
    margin-top: 0;
    margin-bottom: 0;
}

.contact .lgreentext {
    color: #8bbd3f;
}

.contactbox {
    width: 100%;
    height: 215px;
    margin-bottom: 40px;
    padding-left: 50px;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
}

.contactbox a {
    color: inherit;
}

.contactbox a h2 {
    margin-top: 50px;
    color: initial;
}

.contactbox a h2 .lgreentext {
    color: #8bbd3f;
}

.lgreen h5 {
    margin: 0;
    line-height: 70px;
}

.lgreen img {
    margin-right: 10px;
}

.lgreen ul li {
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 25px;
}

.lgreen .btn {
    padding: 20px 140px;
    border-color: #FFF;
    border-radius: 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    color: #FFF;
    background-color: transparent;
}

hr.control {
    width: 100px;
    margin-left: 10px;
    border-color: #212121;
    border-width: 2px;
}

.options h1 {
    margin-top: 50px;
    letter-spacing: 5px;
}
.products .options h1 {
    margin-top: 20px;
}
.options h2 {
    margin-left: 10px;
}

.options p {
    margin-left: 10px;
    font-size: 16px;
    line-height: 25.6px;
    color: #666;
}

.options p:first-of-type {
    padding-top: 25px;
}

.technical img {
    margin-bottom: 40px;
}

.technical h5 {
    font-size: 16px;
    color: #333333;
}

.technical p.text-uppercase {
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    color: #1f1f1f;
}

.technical .btn-default {
    width: 350px;
    margin-top: 60px;
    padding: 20px 0;
    border-color: #393939;
    border-width: 2px;
    border-radius: 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
}

.technical .btn-green {
    color: #FFF;
    background-color: #106b3a;
}

.description h3 {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
}

.description p {
    font-size: 16px;
}

.doubled {
    width: 60px;
    margin-left: 0;
    border-color: #e4e4e4;
    border-width: 2px;
}

.doubled:first-of-type {
    margin-bottom: 3px;
}

.doubled:nth-of-type(2) {
    margin-top: 3px;
    margin-left: 10px;
}

.red {
    margin-top: 90px;
    background: #c4282c;
}

.contact .red {
    margin-top: 0;
}

.red .breadcrumb {
    margin-bottom: 0;
    font-family: 'Myriad Pro',sans-serif;
    font-size: 12px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: transparent;
}

.red .breadcrumb a,
.red .breadcrumb .active {
    color: #FFFFFF;
}

.green.touch {
    margin-top: 0;
}

.green.touch h1 {
    font-family: 'Myriad Pro',sans-serif;
    font-size: 48px;
    font-weight: 300;
}

.green.touch span {
    margin: 0 15px;
}

.green.touch h1 a {
    color: #FFF;
}

.dropdown-toggle:hover {
    color: #FFFFFF;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu.columns-2 {
    min-width: 500px;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    padding-left: 0;
    list-style: none;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    padding-left: 5px;
    font-size: 13px;
    line-height: 2.6;
    white-space: normal;
    color: #939393;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #5b5b5b;
    background-color: transparent;
}

/* prettyPhoto styling for small screens */

/* @media(min-width:768px) and (max-width:1023px) {
    .dropdown-menu.columns-2 {
        margin-left: -100px;
    }

    .dropdown-menu.columns-3 {
        margin-left: -300px;
    }
} */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media(min-width:768px) {
    .industryblock.row-margin {
        margin-right: 75px;
        margin-bottom: 5px;
        margin-left: 75px;
    }

    .industryblock .col-sm-4 {
        padding-right: 3px;
        padding-left: 3px;
    }

    .industries {
        padding: 150px 0 70px;
    }

    .industries h2 {
        margin-bottom: 50px;
    }

    .lab-bg > .container > .row-eq-height {
        height: 440px;
        margin-right: -3px;
        margin-left: -3px;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .lab-bg {
        padding: 200px 0 120px 0;
        color: #ffffff;
        background-image: url('../images/home/home-background.jpg');
    }

    /* Bump up size of carousel content */

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media(min-width:992px) {
    .index .carousel {
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .featurette-heading {
        margin-top: 120px;
    }

    .navbar-wrapper .container-nav {
        padding-right: 190px;
        padding-left: 65px;
    }

    .navbar-nav > li.dropdown {
        position: static;
    }

    .dropdown:hover .dropdown-menu {
        left: 0;
        padding-top: 80px;
        padding-bottom: 100px;
        border: none;
        background: #2d2d2d;
    }

    .dropdown:hover .dropdown-toggle {
        color: #939393;
        background: #2d2d2d;
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #939393;
        background: #2d2d2d;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active>a:hover {
        color: #939393;
        background-color: transparent;
    }

    .navbar-brand {
        height: auto;
        padding-top: 55px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 0 15px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 300;
        line-height: 160px;
        letter-spacing: 2px;
        color: #FFF;
    }

    .navbar-wrapper .navbar {
        height: 160px;
        margin-bottom: 70px;
        padding-right: 0;
        padding-left: 0;
        border: none;
    }

    .index .navbar-wrapper .navbar {
        margin-bottom: 0;
    }
}

@media(min-width:1200px) {
    .navbar-brand {
        height: auto;
    }

    .carousel-caption {
        top: 17%;
        right: 0;
        left: 0;
    }
}

@media(max-width:1199px) {
    .contactbox img {
        width: 150px;
        padding-top: 30px;
    }

    .lab-bg .red {
        padding-top: 25px;
    }

    .green h5 {
        line-height: 45px;
    }

    .navbar-wrapper .container-nav {
        padding-right: 20px;
        padding-left: 20px;
    }

    .technical .btn-default {
        width: 300px;
    }

    .green.touch h1 {
        font-size: 42px;
    }

    .dropdown-menu {
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

    .open > .dropdown-menu {
        opacity: 1;
    }

    .navbar-wrapper .navbar {
        margin-bottom: 0;
        border-width: 0;
    }
    .products .navbar-wrapper .navbar {
        margin-bottom: 70px;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle span {
        color: #FFF;
    }

    .navbar-default .navbar-toggle span.icon-bar {
        width: 45px;
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle span.icon-bar:nth-of-type(4) {
        width: 30px;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #FFF;
    }

    .navbar-phone {
        margin-top: 15px;
        margin-right: 10px;
    }

    .navbar-phone .glyphicon {
        font-size: 28px;
        color: #FFFFFF;
    }
}

@media(max-width:991px) {
    .products .navbar-wrapper .navbar {
        margin-bottom: 30px;
    }
    .products .options h1 {
        margin-top: 20px;
    }
    .contactbox img {
        width: 100px;
        padding-top: 60px;
    }

    .contactbox a h2 {
        margin-top: 80px;
        font-size: 18px;
    }

    .carousel-caption h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        position: static;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #939393;
        background-color: #2d2d2d;
    }

    .industryblock .titlebar h5 {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .industryblock .titlebar h6 {
        margin-top: 5px;
        font-size: 10px;
    }

    .industryblock .titlebar {
        height: auto;
        padding: 0 10px;
    }

    .lab-bg .black {
        padding-top: 100px;
    }

    .index .green img:first-of-type {
        width: 55%;
    }

    .lab-bg .red,
    .lab-bg .blue {
        padding: 15px 10px;
    }

    .lab-bg blockquote {
        font-size: 12px;
    }

    .navbar-wrapper .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .green.touch h1 {
        font-size: 28px;
    }

    .technical .btn-default {
        width: 240px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        margin-right: 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .lgreen img {
        width: 35px;
        margin-top: 12px;
    }

    .lgreen h5 {
        margin-top: 12px;
        line-height: 35px;
    }
}

@media(max-width:767px) {
    .contact h2 {
        font-size: 20px;
    }

    .navbar-wrapper .container-nav {
        padding-right: 15px;
        padding-left: 15px;
    }

    .lgreen {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 45px 0 20px;
    }

    .lgreen h5 {
        margin-top: 0;
        font-size: 12px;
        line-height: initial;
    }

    .lgreen img {
        margin-top: 0;
    }

    .lgreen .btn {
        width: 100%;
        padding: 10px 16px;
    }

    .lgreen .col-xs-6:first-of-type {
        padding-right: 0;
    }

    .lgreen .col-xs-6:nth-of-type(2) p {
        width: 100%;
    }

    .industryblock .col-xs-6,
    .industryblock .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .industryblock .titlebar h5 {
        margin-bottom: 5px;
        font-size: 8px;
    }

    .industryblock .titlebar h6 {
        font-size: 6px;
    }

    .container-fluid.nopad {
        padding-right: 0;
        padding-left: 0;
    }

    .container-fluid.nopad .row {
        margin-right: 0;
        margin-left: 0;
    }

    .container-fluid.nopad .row [class*=col] {
        padding-right: 0;
        padding-left: 0;
    }

    .eliminate h2 {
        margin-top: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .eliminate p {
        margin-top: 55px;
    }

    .eliminate {
        padding-bottom: 40px;
    }

    /* .lab-bg .container {padding-left: 0; padding-right: 0;} */

    .lab-bg .black {
        padding-top: 20px;
    }

    .lab-bg .black h5 {
        font-size: 11px;
        color: #FFFFFF;
    }

    .lab-bg .black p {
        font-size: 10px;
        color: #ccc;
    }

    .industries h2 {
        font-size: 14px;
    }

    .industries p {
        font-size: 10px;
    }

    .lab-bg .green h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 10px;
        line-height: initial;
    }

    .lab-bg .green {
        height: auto;
        padding: 20px 40px;
    }

    .lab-bg .green img.pull-right {
        width: 120px;
    }

    .lab-bg .col-xs-6 {
        padding: 0;
    }

    .lab-bg .red {
        margin-top: 10px;
        padding: 15px;
        border-right: 5px solid #FFFFFF;
        color: #FFFFFF;
    }

    .lab-bg .red img {
        height: 15px;
        margin-bottom: 10px;
    }

    .lab-bg blockquote {
        padding: 0;
        border: none;
        font-size: 11px;
    }

    .lab-bg .blue {
        margin-top: 10px;
        padding: 15px;
        border-left: 5px solid #FFFFFF;
        color: #FFFFFF;
    }

    .lab-bg .blue img {
        width: 30px;
        margin-bottom: 10px;
    }

    .lab-bg .blue p {
        font-size: 11px;
    }

    .lab-bg .blue p:first-of-type {
        font-size: 14px;
    }

    footer {
        margin-top: 40px;
        padding-top: 60px;
    }

    footer .customers {
        padding-bottom: 40px;
    }

    footer .customers p {
        font-size: 12px;
        color: #FFF;
    }

    footer .customers h6 {
        color: #FFF;
    }

    footer .customers .list-inline li {
        width: auto;
        height: auto;
    }

    footer .blacker.links li {
        width: auto;
    }

    footer .blacker.links li img {
        margin-right: 5px;
    }

    footer h5 {
        margin-top: 40px;
        font-size: 11px;
    }

    footer .col-xs-6:last-of-type h5 {
        padding-left: 0;
    }

    footer .companylist ul {
        margin-bottom: 10px;
        padding-left: 0;
    }

    footer .companylist ul li {
        font-size: 10px;
    }

    footer .blacker.media {
        padding: 40px 0;
    }

    footer .blacker.media p.text-right {
        text-align: center;
        font-size: 8px;
    }

    footer .blacker.links li a {
        color: #FFF;
    }

    .lab-bg .row-eq-height [class*=col] {
        padding-right: 0;
        padding-left: 0;
    }

    .industryblock .titlebar {
        height: auto;
        padding: 0 10px;
    }

    .industryblock .titlebar img {
        width: 10%;
        margin-top: -35px;
    }

    .dropdown .dropdown-menu h3 {
        font-size: 16px;
    }

    .options h1 {
        margin-top: 30px;
        font-size: 28px;
    }

    .options h2 {
        font-size: 16px;
    }

    .options p {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 12px;
    }

    .products .green {
        margin-top: 0;
        padding: 40px 0;
    }

    .products .green img {
        width: 20px;
        margin-right: 15px;
    }

    .products .green h5 {
        font-size: 10px;
        line-height: 20px;
    }

    .products .lgreen {
        margin-bottom: 40px;
        padding: 30px 0;
    }

    .products .lgreen ul {
        padding-left: 0;
    }

    .products .lgreen ul li {
        margin-bottom: 10px;
        font-size: 10px;
        font-weight: 300;
        line-height: initial;
    }

    .products div.pp_overlay {
        background-color: #FFF;
    }

    .products .pp_details {
        display: none;
    }

    .products .pp_content {
        height: auto !important;
    }

    .technical p.text-uppercase {
        font-size: 12px;
    }

    .technical p {
        font-size: 10px;
    }

    .technical hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .technical .btn-default {
        width: 140px;
        margin-top: 0;
        padding: 10px 0;
        border-width: 1px;
        font-size: 7px;
    }

    .green.touch h1 {
        font-size: 12px;
    }

    .green.touch .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .green.touch span {
        margin: 0 5px;
    }
}

@media(max-width:500px) {
    .pp_pic_holder.pp_default {
        left: 0!important;
        width: 100%!important;
        margin-top: -100px !important;
        overflow: hidden;
    }

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

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

    .pp_content {
        width: 100%!important;
        height: auto!important;
    }

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

    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom {
        display: none!important;
    }

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

    .pp_details {
        box-sizing: border-box;
        width: 100%!important;
        margin-top: -2px!important;
        padding: 10px 4% 10px 3%;
        background-color: #fff;
    }

    a.pp_close {
        top: 10px!important;
        right: 10px!important;
    }
}

@media(max-width:480px) {
    .navbar-phone .glyphicon {
        font-size: 24px;
    }

    .navbar-phone {
        margin-top: 17px;
    }

    .lgreen h5 {
        font-size: 10px;
    }

    .multi-column-dropdown li a {
        padding-left: 0;
        font-size: 10px;
    }

    .content {
        width: 90%;
        margin: 50px auto;
        padding: 10px;
    }

    .green.touch .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .green.touch span {
        margin: 0 5px;
    }
}