body {
    background-color: #fff;
    color: #444444;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 800;
}

h1,
.h1 {
    font-size: 31px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

@media (min-width: 640px) {
    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size: 12px;
    }
}

#main-container {
}

/* Typography */
.no-bold {
    font-weight: normal !important;
}

* {
    font-family: 'Gotham A', 'Gotham B', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'Gotham SSm A', 'Gotham SSm B';*/
    font-weight: normal;
}

.shout {
    text-transform: uppercase;
}

.section-title {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 25px;
}

.section-title.with-lead {
    margin-bottom: 15px;
}

.section-title.text-success {
    color: #3a8929;
}

a, .text-success {
    color: #55963D;
}

a:hover, a:focus {
    color: #3c763d;
}

.text-white {
    color: #fff;
}

/* Layout */
.auto-width {
    width: auto !important;
}

.constrained-750 {
    max-width: 750px;
}

.constrained-1024 {
    max-width: 1024px
}

.line-height-24 {
    line-height: 24px;
}

p.line-height-24 {
    margin-top: 20px;
}

td.darker, th.darker {
    background-color: #eee;
}

.section {
    background-image: -o-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 10%);
    background-image: -moz-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 10%);
    background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 10%);
    background-image: -ms-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 10%);
    background-image: linear-gradient(to bottom, #EBEBEB 0%, #FFFFFF 10%);
}

.section.darker {
    background-color: rgb(235, 235, 235);
    background-image: -o-linear-gradient(bottom, rgb(235, 235, 235), rgb(235, 235, 235));
    background-image: -moz-linear-gradient(bottom, rgb(235, 235, 235), rgb(235, 235, 235));
    background-image: -webkit-linear-gradient(bottom, rgb(235, 235, 235), rgb(235, 235, 235));
    background-image: -ms-linear-gradient(bottom, rgb(235, 235, 235), rgb(235, 235, 235));
    background-image: linear-gradient(to bottom, rgb(235, 235, 235), rgb(235, 235, 235));
}

.container.padded {
    padding-top: 25px;
    padding-bottom: 50px;
}

.v-center {
    vertical-align: middle;
}

.bolder {
    font-weight: bolder;
}

.inline {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

ul.spaced li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-border {
    border: 0;
}

/* Buttons */
.btn.btn-success {
    background-color: #5ab03b;
    font-size: 18px;
}

.btn.btn-success:hover {
    background-color: #408a2c;
    border-bottom-color: #2b671d;
}

.btn {
    background-image: none;
    border-bottom: 3px solid #347a21;
    border-bottom-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

hr.thick {
    border-top-width: 3px;
}

/* Images */

img.img-responsive {
    width: 100%;
}

.media {
    display: table;
}

.media-image, .media-body {
    display: table-cell;
    vertical-align: middle;
}

.media-image > .media-object {
    width: 100%;
    min-width: 100px;
}

@media (min-width: 640px) {
    .media-image > .media-object {
        width: auto;
    }
}

.no-background {
    background: none !important;
}

/* Video */

.video-container {
    position: relative;
    border: 3px solid #eee;
}

.video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Map */

.map-container {
    position: relative;
    border: 3px solid #eee;
}

.map-container .map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Components */
#alert-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    margin: 20px;
    border: 5px solid #aaa;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 5px;
    width: 150px;
    margin-left: -50px;
    margin-right: auto;
    padding: 10px;
    background: rgba(100, 100, 100, 0.2);
    border-radius: 4px;
}

.carousel-control {
    width: 4%;
}

.carousel-control.inverse {
    background: none;
    color: black;
}

.carousel .glyphicon-chevron-left {
    position: absolute;
    left: 0;
}

.carousel .glyphicon-chevron-right {
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .carousel .glyphicon-chevron-left {
        left: 15px;
    }

    .carousel .glyphicon-chevron-right {
        right: 5px;
    }
}

.lightbox.in {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    text-align: center;
}

.lightbox-content {
    /*background-color: #fff;*/
    border-radius: 4px;
    display: table-cell;
    vertical-align: middle;
}

.lightbox-content img {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.lightbox-caption {
    color: #fff;
    margin-top: 20px;
}

body.lightbox-open {
    margin-right: inherit;
}

.quick-facts {
    background: #3C8900;
    color: #fff;
    min-height: 200px;
}

.quick-facts .text-success {
    color: rgb(182, 246, 133);
}

.quick-facts .carousel-caption {
    position: static;
    text-shadow: none;
    padding: 40px;
}

.quick-facts .carousel-control {
    background: none;
    margin: 10px;
}

.panel-success.darker .panel-heading {
    color: #fff;
    background-color: rgb(66, 138, 12);
}

.panel-warning.darker .panel-heading {
    color: #000;
    background-color: rgb(255, 186, 12);
}

/* Effects */
.panel.shadowed {
    box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.4);
}

.nav.nav-pill li a {
    color: #000;
}

.nav.nav-pill li.active a {
    color: #69b94b;
}

/*Header*/

#old-browser-nag {
    display: none;
}

#main-nav {
    position: relative;
    background-color: #e1e1e1;
    border-radius: 0;
    border: none;
    border-top: 9px solid #3c8902;
    border-bottom: 1px solid #2d3b3c;
    height: 141px;
    margin-bottom: 0;
    /*box-shadow: 0 -5px 5px 7px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /*overflow-x: hidden;*/
    /*overflow-y: visible;*/
}

#main-nav > .container {
    width: auto;
}

#main-nav .navbar-toggle {
    border: 2px solid #999;
}

#main-nav .navbar-toggle .icon-bar {
    border: 2px solid #999;
}

#main-nav .navbar-header {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 175px;
    height: 100%;
}

@media (min-width: 640px) {
    #main-nav .navbar-header {
        width: 295px
    }
}

#main-nav a.navbar-brand {
    padding: 0;
    background: url("../images/layout/header_logo_faded.png") no-repeat bottom center;
    width: 100%;
    height: 100%;
    background-size: contain;
}

#main-nav .top-menu .btn.btn-default {
    background-color: #fff;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid #aaabaf;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main-nav .top-menu .btn.btn-default:hover {
    background-color: #6aba4c;
    color: #fff;
    border-bottom-color: #408a2c;
}

#main-nav .top-menu {
    padding-right: 15px;
    padding-left: 15px;
    height: 55px;
}

#main-nav .top-menu ul li {
    float: left;
    padding-left: 10px;
}

#main-nav .bottom-menu .navbar-nav {
    margin-right: -15px;
}

#main-nav .bottom-menu.navbar-collapse > ul {
    min-width: 250px;
}

#main-nav .bottom-menu.navbar-collapse.in > ul, #main-nav .bottom-menu.navbar-collapse.collapsing > ul {
    background: #333;
    height: auto;
    /*display: inline-block;*/
    margin-top: 7px;
    position: relative;
}

#main-nav .bottom-menu a {
    color: #3d3d3f;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    padding: 15px;
    border: 0;
    background: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#main-nav .bottom-menu a:hover {
    color: #428a0c;
    background-color: transparent;
}

#main-nav .bottom-menu > ul > li > a:hover {
    border-bottom: 5px solid #408a2c;
    margin-bottom: -5px;
}

#main-nav .bottom-menu.navbar-collapse.in ul a, #main-nav .bottom-menu.navbar-collapse.collapsing ul a {
    font-size: 14px;
    color: #666;
}

#main-nav .bottom-menu.navbar-collapse.in ul a:hover, #main-nav .bottom-menu.navbar-collapse.collapsing ul a:hover {
    border-bottom: none;
    color: #fff;
}

#main-nav .bottom-menu .dropdown-menu {
    top: 49px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#main-nav .bottom-menu .dropdown-menu li a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}

#main-nav .bottom-menu.navbar-collapse .dropdown-menu li a {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-nav .navbar-nav {
    margin-top: 24px;
}

#main-nav .navbar-nav li:first-child, #main-nav .navbar-collapse .navbar-nav li {
    padding-left: 0;
}

#main-nav .navbar-nav li {
    padding-left: 20px;
}

#contact-us {
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: #484848;
    color: #fff;
}

/* Footer */

#contact-us a {
    color: #fff;
}

#contact-us .right p:first-child {
    clear: both;
    padding-top: 20px;
}

#contact-us hr {
    border-top: 1px solid #7f7f7f;
}

#contact-us hr.top {
    margin-bottom: 5px;
}

#contact-us hr.bottom {
    margin-top: 5px;
    clear: both;
}

#contact-us .navbar-nav > li:first-child {
    padding-right: 30px;
}

#contact-us .navbar-nav > li {
    padding-right: 10px;
}

#contact-us .navbar-nav > li a:hover {
    background-color: inherit;
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5)
}

#contact-us .navbar-nav > li > span {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 32px;
    font-size: 18px;
    display: block;
}

#contact-us input {
    height: 50px;
}

#contact-us input[type=checkbox] {
    height: auto;
}

#contact-us .text-success {
    color: #6aba4c;
}

#contact-us .btn.btn-success {
    background-color: #6aba4c;
}

#contact-us .phone {
    margin-bottom: 0;
    font-size: 22px;
}

#contact-us input, #contact-us textarea {
    background-color: #6c6c70;
    background: -webkit-linear-gradient(#6c6c70, #717175);
    background: -o-linear-gradient(#6c6c70, #717175);
    background: -moz-linear-gradient(#6c6c70, #717175);
    background: -ms-linear-gradient(#6c6c70, #717175);
    background: linear-gradient(#6c6c70, #717175); /* Standard syntax */
    -webkit-box-shadow: inset 0 20px 10px -7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 20px 10px -7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 20px 10px -7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 20px 10px -7px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 20px 10px -7px rgba(0, 0, 0, 0.1);
    border: 1px solid #89898B;
    color: #dfdfdf;
}

#contact-us .navbar-nav {
    margin: inherit;
}

#contact-us .navbar-nav li {
    float: left;
}

/* Site Map */

#site-map {
    background-color: rgb(245, 245, 245);
    border-bottom: 9px solid #000;
}

#site-map .content {
    padding: 25px;
}

#site-map .content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#site-map .content li a {
    color: #333;
}

#site-map h4 {
    text-transform: uppercase;
}

/* Our Customers */
#our-customers .thumbnail {
    background-color: #f2f2f2;
}

#our-customers .thumbnail:hover {
    background-color: #fff;
    border-color: #ddd;
}

#our-customers .thumbnail img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

#our-customers .thumbnail:hover img {
    -webkit-filter: none;
}

/* Home Page */
#new-way {
    /*background: url(http://www.biohitechglobal.com/images/home/home_mountains.png) no-repeat center bottom;*/
    background-size: contain;
    padding-bottom: 25px;
}

#new-way .lead {
    margin-bottom: 25px;
}

#new-way p, #new-way h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#new-way h4 {
    font-size: 16px;
}

@media (min-width: 640px) {
    #new-way h4 {
        font-size: 20px;
    }
}

#new-way li {
    color: #8b8b8b;
    padding-bottom: 25px;
}

#new-way .btn {
    font-size: 18px;
    padding: 10px 25px;
}

@media (min-width: 640px) {
    #new-way .btn {
        font-size: 24px;
    }
}

#new-way h3.text-success {
    color: #3a8929;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 100;
    font-size: 20px;
}

#new-way h5 {
    margin-bottom: 5px;
}

#new-way h1.save-more {
    margin-top: 0;
}

#new-way hr {
    border-top: 1px solid #ceccc8;
    max-width: 400px;
}

#new-way .left, #new-way .right {
    text-align: left;
}

#new-way .left hr, #new-way .right hr {
    max-width: inherit;
}

#new-way .middle {
    display: none;
}

@media (min-width: 992px) {
    #new-way .middle {
        display: block;
    }

    #new-way .solutions-standalone {
        display: none;
    }

    #new-way .left {
        text-align: right;
    }
}

#new-way .img-solutions {
    position: relative;
    left: -14px;
}

#new-way .img-solutions {
    position: relative;
    left: -14px;
}

/* Cloud Page */

@media (min-width: 992px) {
    #let-cloud-help-you {
        line-height: 200px;
        text-align: right;
    }
}

/* Blog Page */
article .entry-title {
    margin-bottom: 0;
}

article .entry-date {
    margin-bottom: 25px;
}

.entry-content a[rel="nofollow"] {
    display: none;
}

/* Customer Portal */
#customer-menu ul {
    list-style-type: none;
    padding-left: 0;
}

#customer-menu li h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
}

#customer-menu li p {
    color: rgb(68, 68, 68);
}

#customer-menu li a {
    display: block;
    padding: 5px 15px;
    border-radius: 15px;
}

#customer-menu li a:hover {
    background-color: #e9e9e9;
}

#customer-menu li a:hover {
    text-decoration: none;
}

#customer-menu li a > div {
    display: block;
}

#customer-menu li a > .left {
    float: left;
    text-align: center;
    width: 80px;
    padding-top: 30px;
    font-size: 40px;
    color: #a0a0a0;
}

#customer-menu li a > .left img {
    margin-top: 24px;
    margin-right: 15px;
    width: 65px;
}

#customer-menu li a > .right {
    margin-left: 80px;
}

#customer-menu .media img {
    width: 65px;
}

.fulfiller-logo {
    width: 100%;
    max-width: 200px;
}

.bootstrap-datetimepicker-widget .btn {
    border-bottom: none;
}

@media print {
    #site-map, .btn, a, .fulfiller-logo {
        display: none !important;
    }
}

.lead {
    font-size: 18px;
}

/* Video Banner */
.banner-container {
    position: relative;
    width: 100%;
    height: 600px;
    padding: 0px;
    border-right: none;
    border-left: none;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    z-index: -1;
    width: 100%;
}
div.video-text{
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    z-index: 0;
}

.video-text {
    position: absolute;
    color: #fff;
    font-size: 46pt;
    z-index: 10000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    top: 20%;
    left: 20%;
    transform: translate(-20%,-20%);
}

p.video-text {
    text-shadow: 4px 4px 6px #222;
}

@media screen and (max-width: 1240px) {
    .video-text {
        font-size: 32pt;
    }
}

@media screen and (max-width: 992px) {
    .video-text {
        font-size: 24pt;
    }
}

@media screen and (max-width: 768px) {
    .video-text {
        font-size: 16pt;
    }
}

.mw-100 {
    max-width: 100%;
}


.fa-grey {
    color: #b3b3b3;
}

.equal-height{
    margin-bottom: 1.5em;
}