﻿/* 

    Northeast Laboratory Services
    Responsive CSS

*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Helvetica Neue','Verdana', 'Times New Roman', Times, serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 170%;   
    background-color: #000000;
}

#frmMaster {

}

/* The Header */

.header-top {
    background: #274479;
}

.header-top .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-top .header-logo {
    text-align: center;
}

.header-top .header-logo img {
    margin: 0 auto 15px;
}

.header-contact .header-town,.header-contact .header-phone {
    font-family: fira-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #FFFFCC;
    line-height: 28px;
}

.header-top .header-contact-text {
    text-align:center;
}

.header-top .fa-facebook-square {
    position: relative;
    top: 5px;
    margin-left: 6px;
    font-size: 32px;
}

.header-top a .fa-facebook-square {
 color: #fff;
}

.header-top a:hover .fa-facebook-square {
 color: #fcffe1;
}

.header-top .fa-pinterest-square {
    position: relative;
    top: 5px;
    margin-left: 2px;
    font-size: 32px;
}

.header-top a .fa-pinterest-square {
 color: #fff;
}

.header-top a:hover .fa-pinterest-square {
 color: #fcffe1;
}

.header-top .fa-instagram {
    position: relative;
    top: 5px;
    margin-left: 2px;
    font-size: 32px;
}

.header-top a .fa-instagram {
 color: #fff;
}

.header-top a:hover .fa-instagram {
 color: #fcffe1;
}

.header-contact .header-phone a, .header-contact .header-phone a:visited {
    color: #fff;
    text-decoration: none;
}

.header-top .login {
    margin-bottom: 8px;
    background-color: #6181be;
}

.flex-row {
    display: flex;
    align-items: center;
}

@media only screen and (max-width : 767px) {

    .flex-row {
        display: block;
    }

    .header-top .header-logo img {
        margin-bottom: 30px;
    }

}

@media only screen and (min-width : 768px) {
    /* SM */

    .header-top .header-logo img {
        margin-bottom:0;
    }

    .header-top .header-logo {
        margin-bottom: 0;
        text-align: left;
    }

    .header-top .header-contact {
        text-align: right;
    }

    .header-top .header-contact-text {
        padding-left: 0;
        padding-right: 0;
        text-align: right;
    }

}

/* The Navigation Menu */

.main-menu {
    background-color: #6181be;
    padding-top: 1px;
}

/* The Footer */

.footer {
    color: #B9B9B9;
    background: #000000; /* Old browsers */
}

.footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer a, .footer a:visited {
    color: #B9B9B9;
    text-decoration: none;
}

.footer a:hover {
    color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------
/* Some General Styles. */

h1, h2, h3 {
    padding: 0 0;
    margin: 0 0;
    font-family: 'fira-sans', 'verdana', 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF
}

h1 {    
    margin-bottom: 20px;
    font-size: 200%;
    line-height: 125%;
}


h2 {   
     font-size:150%;
    margin-bottom: 20px;
    line-height: 125%;
}

h3 {
    margin-bottom: 10px;
    font-size: 125%;
    line-height: 125%;
}

.secondary-title {
    margin-top: -14px;
    color: #b40000;
}

.font-blue {
    color:#37455f;
}

.font-white {
    color:#ffffff !important;
}

/***************** Youtube Resize Code ************************/

.video-container {
    height: 0;
    overflow: hidden;
    margin-top:64px !important;
    padding-bottom: 56.25%;
    position: relative;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
    .video-container {
        margin-top:0 !important;
        margin-bottom:24px;
    }
}

/* Coro Hours */

.coro-hours {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    background-color: #CC0000;
}

/************ Scrolling Banner ***************/

.content-light-blue {
    color: #6181be;
    background-color: #6181be;
}

.content-light-blue .container {
}

.marquee-wrapper {
    min-width: 100%;
    height: 64px;
    margin: 0;
    /* This gradiant was created at http://www.colorzilla.com/gradient-editor/ */
    background: #6181be; /* Old browsers */
}


.marquee {
    min-width: 100%;
    height: 64px;
    margin: 0 2px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 64px;
}


/************ Off-White Content Block ***************/

.content-off-white {
    color: #000;
    background-color: #eaeaea;
}

.content-off-white .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-off-white .container > .row:first-child > div > :first-child {
    margin-top: 0;
}

.content-off-white .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
}

.content-off-white h1, .content-off-white h2 {
    color: #000;
}

.content-off-white h3 {
    color: #555;
}


/************ Blue Content Block ***************/

.content-blue {
    color: #000;
    background-color: #37455f;
}

.content-blue .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-blue .container > .row:first-child > div > :first-child {
    margin-top: 0;
}

.content-blue .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
}

.content-blue h1, .content-red h2, .content-red h3 {
    color: #000;
}

.white-box {   
    background-color: #e4e4e4;
    font-size: 18px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #999999;
}

.white-box p {   
    font-size: 18px;
    line-height: 170%;
}

.white-box h2 {
    color: #37455f;
}

.white-box a {
    cursor:pointer;
    padding-bottom: 4px;
}

.white-box h4 {
    padding-bottom: 5px;
}



/************ darkblue Content Block ***************/

.content-darkblue {
    color: #fff;
    background-color: #2c2e33;
}

.content-darkblue .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-darkblue .container > .row:first-child > div > :first-child {
    margin-top: 0;
}

.content-darkblue .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
}

.content-darkblue h1, .content-red h2, .content-red h3 {
    color: #FFFFFF;
}

.content-darkblue .bs-1 {
    border: 1px solid #FFFFFF;
}

/***************************************/

.photo {
    border: 1px solid #505050;
}

.text-center img {
    margin: 0 auto;
}

/* Big Picture Box. */

.big-picture {
    background-color: #fff;
}

.big-picture .container-fluid {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .container-fluid .row {
    margin: 0 0;
    padding: 0 0;
}

.big-picture .container-fluid .row .col-xs-12 {
    margin: 0 0;
    padding: 0 0;
}

.big-picture .nivoSlider {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .slider-wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .nivo-controlNav {
    display: none;
}

/* 
.nivo-directionNav {
    display:none;
}
*/

div.big-picture div.slider-wrapper div.slider-caption {
    display: none;
}

div.big-picture div.slider-wrapper div.nivo-caption {
    display: none;
    position:absolute;
    font-size: 450%;
    font-weight: bold;
    line-height: 100%;
    left:0px;
    top:50%;
    margin-top: -120px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background: none;
    bottom: 0;
    box-sizing: border-box;
    opacity: 1.0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    padding: 5px 10px;
    width: 100%;
    z-index: 8;
}

@media (max-width: 1588px) {
    div.big-picture div.slider-wrapper #home-slider div.nivo-caption {
        top:64%;
        font-size:350%;
    }

}
@media (max-width: 1240px) {
    div.big-picture div.slider-wrapper #home-slider div.nivo-caption {
        top:64%;
        font-size:240%;
    }
}

@media (max-width: 900px) {
    div.big-picture div.slider-wrapper #home-slider div.nivo-caption {
        top:80%;
        font-size:160%;
    }
}

@media (max-width: 768px) {
    div.big-picture div.slider-wrapper #home-slider div.nivo-caption {
        display:none !important;
    }
}




/* Rotator */

div.rotator {
    position: relative;
    overflow:hidden;
}

div.home-rotator {
    overflow:hidden;
    width: 470px;
    height: 342px;
    background-color: #505050;
}

/* Custom CSS Content Area */

p {
    margin-bottom: 20px;
}

.bold {
    font-weight:bold;
}


/******** Contact Page ********/

div.contact-form {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    color:#000000;
}

div.contact-form div.captcha {
    margin-bottom: 16px;
}
div.contact-form #recaptcha_widget_div {
    margin: 0;
    text-align: center;
}
div.contact-form #recaptcha_area {
    margin: 0 auto;
    text-align: left;
}

div.photos {
    -webkit-box-shadow: 0px 16px 5px 2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 16px 5px 2px rgba(0,0,0,0.09);
    box-shadow: 0px 16px 5px 2px rgba(0,0,0,0.09);
    margin-bottom:38px;
}

table tr td {
    vertical-align:top;
}

@media screen and (max-width: 991px) {

    ul, ol {
        margin-bottom: 0px;
        margin-top: 0;
    }

    ul li {
        margin-bottom:0px;
    }

}


/* Section Main Styles. */

div.section-title {
    font-size: 18px;
}

div.section-title h1 {
    padding-top: 0px;
    padding-bottom: 4px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 150%;
    font-weight: normal;
    color: #1c3664;
    line-height: 100%;
    border-bottom: 2px solid #1c3664;
}

div.section-menu {

}

div.section-menu div.list-group {
    border: 0px none;
}

div.section-menu a.list-group-item, div.section-menu a.list-group-item:visited {
    font-size: 80%;
    font-weight: bold;
    line-height: 150%;
    background-color: #DDDDDD;
    border: 1px solid #1c3664;    
}

div.section-menu div.list-group:first-child {
    border-top: 0px none;
}

div.section-menu a.list-group-item:hover {
    background-color: #CCCCCC;
}

div.section-content {
    padding-left: 15px;
    border-left: 2px solid #CCCCCC;
}

/* ---------------------------------------------------------------------------------------------
/* Custom styles. */

div.map-wrapper {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 56.25%;
}

div.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    border: 1px solid #830628;
}

div.map-caption {
    font-size: 125%;
    line-height: 125%;
    margin-bottom: 24px;
    text-align: center;
}

div.map-caption a, div.map-caption a:visited {
    text-decoration:none;
    color:#ffffff;
}

div.map-caption a:hover{
    text-decoration:none;
    color:#e7e7e7;
}

.sales-caption {
    font-size:75%;
    margin-top:8px;
    font-style:italic;
    color:#274479;
    line-height:150%;
    text-align:center;
}

.kitchen-caption {
    font-size:75%;
    margin-top:8px;
    font-style:italic;
    color:#274479;
    line-height:150%;
    text-align:center;
}

/*************** Rotating Color Sections - Contact List Page ****************/


.container .contact-list {
    background-color: #c3c3c3;
    padding:18px 8px;
}

.container .contact-list-title {
    background-color:#636363;
}

.content-off-white .container .contact-list-title h3 {
    color:#ffffff !important;
    padding-top:22px;
    padding-bottom:0;
}

.container .contact-list:nth-child(2n+1) {
    background-color: #dfdfdf;
    padding:18px 8px;
}

.container .contact-list a {
    font-size:14px;
}


@media (max-width: 992px) {

    .contact-list a {
        font-size: 20px !Important;
        line-height: 150%;
        text-align:left;
    }

}

/* Helpder classes for borders. */

.border-1 {
    border: 1px solid #000000;
}

/* Helper classes for margin and padding. */

div.container .margin-top-0 {
    margin-top: 0;
}

.mt-0, .margin-top-10 {
    margin-bottom: 10px;
}

.mt-15, .margin-top-15 {
    margin-bottom: 15px;
}

.mt-20, .margin-top-20 {
    margin-bottom: 20px;
}

.mt-30, .margin-top-30 {
    margin-bottom: 30px;
}

.mb-0, .margin-bottom-0 {
    margin-bottom: 0;
}

.ml-0, .margin-left-0 {
    margin-left: 0;
}

.mr-0, .margin-right-0 {
    margin-right: 0;
}

.mb-10, .margin-bottom-10 {
    margin-bottom: 10px;
}

.mb-15, .margin-bottom-15 {
    margin-bottom: 15px;
}

.mb-20, .margin-bottom-20 {
    margin-bottom: 20px;
}

.mb-30, .margin-bottom-30 {
    margin-bottom: 30px !important;
}

@media (max-width: 960px) {


    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

}


/* Padding 0px */

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}







