/* CSS Document */
@font-face {
    font-family: 'oxygenbold';
    src: url('fonts/oxygen-bold-webfont.eot');
    src: url('fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/oxygen-bold-webfont.woff') format('woff'),
        url('fonts/oxygen-bold-webfont.ttf') format('truetype'),
        url('fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'oxygenlight';
    src: url('fonts/oxygen-light-webfont.eot');
    src: url('fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/oxygen-light-webfont.woff') format('woff'),
        url('fonts/oxygen-light-webfont.ttf') format('truetype'),
        url('fonts/oxygen-light-webfont.svg#oxygenlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'oxygenregular';
    src: url('fonts/oxygen-regular-webfont.eot');
    src: url('fonts/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/oxygen-regular-webfont.woff') format('woff'),
        url('fonts/oxygen-regular-webfont.ttf') format('truetype'),
        url('fonts/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0px;
    font-family: 'oxygenregular';
    font-size: 14px;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#container {
    width: 100%;
    padding: 60px 0px 0px 0px;
}

.main {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

#header {
    border-bottom: 4px solid #eeedec;
    width: 100%;
    clear: both;
    padding: 15px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    background: #fff;
}



#header #logo {
    float: left;
}

#top-links {
    float: right;
}

#top-links h3.mobile {
    display: none;
}

#top-links ul {
    margin: 0px;
    padding: 0px;
}

#top-links ul li {
    list-style-type: none;
    margin: 7px 0px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: right;
    font-family: 'oxygenbold';
}

#top-links ul li a {
    color: #3f3f3f;
    text-decoration: none;
}

#top-links ul li a:hover {
    color: #012e9e;
}

#slider-area {
    border-bottom: 4px solid #eeedec;
    clear: both;
    padding: 20px 0px 30px 0px;
}

#logout:before {
    width: 11px;
    height: 11px;
    position: absolute;
    border-bottom-color: #3f3f3f;
    left: 7em;
    top: -0.4em;
    content: '';
    background: white;
    border-top: #3f3f3f solid 1px;
    border-left: #3f3f3f solid 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#logoutarea {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}

#logout {
    border: 1px solid #3f3f3f;
    display: none;
}


#topbar ul {
    margin: 0px;
    padding: 0px;
    float: right;
    display: block;
    background-color: #fff;
}

#topbar ul li {
    float: left;
    list-style-type: none;
    margin: 0px 9px;
    font-size: 16px;
}

#topbar ul li strong {
    font-weight: normal;
    display: block;
    padding: 5px 0px 5px 18px;
    border-left: 1px solid #bbbcbf;
}

#topbar ul li a {
    color: #424242;
    text-decoration: none;
}

#logoutarea {
    clear: both;
    z-index: 90;
    width: 155px;
    margin-top: 0;
}

#profile {
    position: relative;
}

#logoutarea ul li {
    list-style-type: none;
    line-height: 30px;
    font-size: 12px;
}

#companyName {
    cursor: pointer;
    color: #3f3f3f;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 180px;
    left: 0px;
    z-index: 9999999;
}

.popup .overlaybg {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.popup .login-page {
    background: #fff;
    width: 280px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 999999999;
}

.popup .login-page h2 {
    font-size: 16px;
    font-family: 'oxygenbold';
    text-transform: uppercase;
    color: #000;
    display: block;
    clear: both;
    margin: 0px 0px 12px 0px;
    font-weight: normal;
}

.popup .login-page h4 {
    font-size: 12px;
    color: #000;
    display: block;
    clear: both;
    margin: 0px 0px 12px 0px;
    font-weight: normal;
}

.popup .login-page h4 a {
    color: #000;
    text-decoration: none;
}

.popup .login-page h4 a:hover {
    text-decoration: underline;
}

.popup .login-page form {
    display: block;
    margin: 0px;
    padding: 0px;
}

.popup .login-page form label {
    display: block;
    font-size: 12px;
    color: #545151;
    padding: 0px 0px 3px 0px;
}

.popup .login-page form input,
.popup .login-page form textarea {
    margin: 0px 0px 6px 0px;
    width: 280px;
    border: 1px solid #bbbaba;
}

.popup .login-page form button.go {
    width: auto;
    text-align: left;
    background: #1a171b;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    padding: 3px 8px;
}

.popup .login-page form button.go:hover {
    background: #990000;
}

.popup .login-page .close {
    position: relative;
    float: right;
    text-align: right;
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
    color: #bbbaba;
    font-weight: normal;
}

.popup .login-page .close a {
    color: #bbbaba;
    text-decoration: none;
}

.popup .login-page .close a:hover {
    color: #000;
}


#welcome {
    float: left;
    width: 478px;
    padding: 40px 0px 0px 0px;
}

#welcome img,
#welcome iframe,
#welcome object {
    width: 478px;
    height: 268px;
    margin: 0px 0px 12px 0px;
}

#welcome h2 {
    margin: 0px 0px 7px 0px;
    font-size: 20px;
    color: #3050a3;
}

#welcome p {
    font-size: 16px;
    color: #808080;
    margin: 0px;
}


#homegallery {
    width: 373px;
    float: right;
    position: relative;
    padding: 20px 0px 0px 0px;
}

.stepcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 357px;
}

.stepcarousel .belt {
    position: absolute;
    left: 0;
    top: 0;
}

.stepcarousel .panel {
    float: left;
    overflow: hidden;
    width: 373px;
}

.stepcarousel .panel p {
    color: #808080;
    margin: 0px;
}

.stepcarousel .panel img {
    width: 100%;
}

#homegallery #mygallery-paginate {
    position: absolute;
    z-index: 9999;
    text-align: center;
    margin: 0px;
    width: 373px;
}

.leftaroo,
.rightaroo {
    display: none;
}


#products-area {
    clear: both;
    width: 100%;
    border-bottom: 4px solid #eeedec;
    clear: both;
    padding: 55px 0px;
    background: url(images/product-services.jpg) no-repeat #fcfbfb;
}

#products-area h2 {
    margin: 0px 0px 12px 0px;
    font-size: 34px;
    line-height: 80px;
    color: #012e9e;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'oxygenbold';
    clear: both;
    display: block;
}

#products-area #product-left {
    float: left;
    width: 285px;
    padding: 0px 0px 0px 30px;
}

#products-area #product-left h3 {
    display: block;
    background: #96d631;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 6px 0px 6px 10px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

#products-area #product-left ul {
    margin: 0px 0px 55px 0px;
    padding: 0px;
}

#products-area #product-left ul li {
    display: block;
    border-bottom: 1px solid #b2b1b1;
    padding: 9px 10px;
    font-size: 14px;
}

#products-area #product-left ul li a {
    text-decoration: none;
    color: #808080;
    font-family: 'oxygenbold';
}

#products-area #product-left p {
    margin: 0px 0px 25px 0px;
    color: #808080;
}

#products-area #product-right {
    float: right;
    width: 550px;
    margin: 0px 30px 0px 0px;
}

#products-area #product-right .content {
    clear: both;
}

#products-area #product-right .content p {
    margin: 5px 0px 12px 0px;
    color: #808080;
    font-size: 14px;
}

#products-area #product-right .pro-box {
    float: left;
    margin: 0px 9px 20px 9px;
    width: 175px;
    height: 175px;
}

#products-area #product-right .pro-box img {
    width: 100%;
    height: 100%;
}


#company-area {
    clear: both;
    width: 100%;
    border-bottom: 4px solid #eeedec;
    clear: both;
    padding: 55px 0px;
}

#company-area h2 {
    margin: 0px 0px 12px 0px;
    font-size: 34px;
    line-height: 80px;
    color: #012e9e;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'oxygenbold';
    clear: both;
    display: block;
}

#company-area #company-left {
    float: left;
    width: 285px;
    padding: 0px 0px 0px 30px;
}

#company-area #company-left h3 {
    display: block;
    background: #96d631;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 6px 0px 6px 10px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

#company-area #company-left ul {
    margin: 0px 0px 55px 0px;
    padding: 0px;
}

#company-area #company-left ul li {
    display: block;
    border-bottom: 1px solid #b2b1b1;
    padding: 9px 10px;
    font-size: 14px;
}

#company-area #company-left ul li a {
    text-decoration: none;
    color: #808080;
    font-family: 'oxygenbold';
}

#company-area #company-right {
    float: right;
    width: 591px;
    margin: 0px 30px 0px 0px;
}

#company-area #company-right .content {
    clear: both;
}

#company-area #company-right .content p {
    margin: 0px 0px 12px 0px;
    color: #808080;
    font-size: 14px;
}

#company-area #company-right .content h4 {
    color: #012e9e;
    font-size: 14px;
    margin: 0px 0px 2px 0px;
    font-family: 'oxygenbold';
    font-weight: normal;
}


#bottom1 h2 {
    margin: 0px 0px 12px 0px;
    font-size: 34px;
    line-height: 80px;
    color: #012e9e;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'oxygenbold';
    clear: both;
    display: block;
}

#bottom1 #contactform {
    float: left;
    width: 449px;
    margin: 0px 0px 0px 30px;
}

#bottom1 #contactform form {
    margin: 0px;
    padding: 0px;
    display: block;
}

form input,
#bottom1 #contactform form textarea {
    width: 70%;
    padding: 2%;
    background: #f1f0ef;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .21);
    border: 1px solid #dfdfdf;
    text-transform: uppercase;
    color: #808080;
    font-size: 14px;
    margin: 0 0 3% 0;
    font-family: 'oxygenregular';
}

form select,
#bottom1 #contactform form textarea {
    width: 70%;
    padding: 3%;
    background: #f1f0ef;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .21);
    border: 1px solid #dfdfdf;
    text-transform: uppercase;
    color: #808080;
    font-size: 14px;
    margin: 0 0 3% 0;
    font-family: 'oxygenregular';
}

form select.peroid,
#bottom1 #contactform form textarea {
    width: 45%;
    padding: 2%;
    background: #f1f0ef;
    border: none;
    text-transform: uppercase;
    color: #808080;
    font-size: 14px;
    margin: 0 0 3% 5px;
    font-family: 'oxygenregular';
}

form textarea {
    height: 150px;
    font-size: 14px;
    font-family: 'oxygenregular';
}

form input.radius,
#bottom1 #contactform form textarea {
    width: 24px;
    padding: 2%;
    background: #f1f0ef;
    border: none;
    text-transform: uppercase;
    color: #808080;
    font-size: 14px;
    margin: 0 0 3% 5px;
    font-family: 'oxygenregular';
}

form input.chk {
    width: 20px;
    background: #ffffff;
    border: none;
    color: #808080;
    box-shadow: none
}

form button.go {
    background: #96d631;
    color: #fff;
    font-size: 15px;
    font-family: 'oxygenbold';
    width: auto;
    padding: 10px 20px;
    cursor: pointer;
    border-style: none;
    margin: 0 0 0 0%
}

form button.go:hover {
    background: #000;
}

.go {
    width: auto;
    text-align: left;
    background: #96d631;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 8px;
}

.go:hover {
    background: #000;
}

#grpEqTypes {
    margin: 0 0 3% 0
}

.location {
    float: left;
    width: 70%;
    padding: 0 4% 0 0;
    margin: 0 0 0 0;
}

.radius {
    float: none;
}

.advancedSearch {
    display: none;
}

.searchClick {
    text-decoration: underline;
    color: #96d631;
    cursor: pointer
}

#bottom1 #widget {
    width: 270px;
    float: right;
    margin: 0px 30px 0px 0px;
}

#bottom1 #widget h3 {
    color: #2e50a3;
    font-size: 18px;
    font-family: 'oxygenbold';
    margin: 0px 0px 7px 0px;
    text-transform: uppercase;
    font-weight: normal;
}

#bottom1 #widget p {
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    color: #808080;
}

#bottom1 #widget p img {
    margin: 0px 10px 0px 0px;
}

#bottom2 {
    clear: both;
    width: 100%;
    background: #012e9e;
    padding: 14px 0px;
    margin: 0px 0px 20px 0px;
}

#bottom2 #bottom-link h4 {
    float: left;
    font-weight: normal;
    font-size: 14px;
    font-weight: normal;
    color: #a4dffa;
    margin: 0px;
}

#bottom2 #bottom-link h5 {
    float: left;
    font-weight: normal;
    font-size: 14px;
    font-weight: normal;
    color: #a4dffa;
    margin: 0px 0px 0px 70px;
}

#bottom2 #bottom-link h6 {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 3px 0px 0px 0px;
}

#bottom2 #bottom-link h4 a,
#bottom2 #bottom-link h5 a {
    color: #a4dffa;
    text-decoration: none;
}

#bottom2 #bottom-link h4 a:hover,
#bottom2 #bottom-link h5 a:hover {
    text-decoration: underline;
}

#aboutcompany,
#ourproducts,
#contact,
#announcementstitle {
    display: block;
    position: absolute;
    top: -160px;
}

form input.validationError {
    border: 1px solid red;
    background-color: rgb(255, 192, 203);
}

.validationError {
    border: 1px solid red;
    background-color: rgb(255, 192, 203);
}

.validationSpanError {
    display: none;
    color: red;
    background-color: rgb(255, 192, 203);
    padding: 10px 20px;
    margin: 5px
}

a.tooltip2:hover {
    /*background: url("/Images/iconhelpover.png");*/
    background-color: #3050a3;
}

a.tooltip2 {
    outline: none;
    text-decoration: none;
    display: inline;
    padding: 3px;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    background-color: #96d631;
    width: 14px;
    height: 14px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    vertical-align: top;
    margin: 0 0 5px 5px;
}

a.tooltip2 strong {
    line-height: 20px;
}

a.tooltip2 span {
    z-index: 10;
    display: none;
    padding: 5px 5px;
    margin-top: -30px;
    margin-left: 28px;
    width: 240px;
    line-height: 16px;
}

a.tooltip2:hover span {
    display: inline;
    position: absolute;
    color: #fff;
    border: 1px solid #96d631;
    background: #3050a3;
    font-size: 12px
}

a.tooltip2:hover span.single {
    display: inline;
    position: absolute;
    color: #fff;
    border: 1px solid #96d631;
    background: #3050a3;
    font-size: 12px;
    margin-top: -8px;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

.calloutsingle {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
    margin-top: -28px
}


/*CSS3 extras*/
a.tooltip2 span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

.number-only {
    width: 24px;
    padding: 9px;
    background: #f1f0ef;
    border: none;
    text-transform: uppercase;
    color: #808080;
    font-size: 14px;
    margin: 0 0 3% 5px;
    font-family: 'oxygenregular';
}

.percent-number {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #808080;
}

.short-term-location {
    width: 94%;
}


@media only screen and (max-width:980px) {
    .main {
        width: 96%;
    }


    #products-area #product-left {
        padding: 0px;
    }

    #products-area #product-right {
        margin: 0px;
    }

    #company-area #company-left {
        padding: 0px;
    }

    #company-area #company-right {
        margin: 0px;
    }

}

@media only screen and (max-width:960px) {
    #bottom2 #bottom-link h6 {
        float: none;
        clear: both;
        padding: 10px 0px 0px 0px;
    }
}

@media only screen and (max-width:925px) {

    #products-area #product-left,
    #company-area #company-left {
        width: 250px;
    }
}

@media only screen and (max-width:895px) {

    #welcome {
        float: left;
        width: 400px;
        padding: 40px 0px 0px 0px;
    }

    #welcome img,
    #welcome iframe,
    #welcome object {
        width: 400px;
        height: 224px;
        margin: 0px 0px 12px 0px;
    }

    #homegallery {
        width: 333px;
        float: right;
        position: relative;
        padding: 20px 0px 0px 0px;
    }

    .stepcarousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 327px;
    }

    .stepcarousel .panel {
        float: left;
        overflow: hidden;
        width: 333px;
    }

    #products-area #product-left,
    #company-area #company-left {
        width: 240px;
    }
}

@media only screen and (max-width:880px) {

    #products-area #product-left,
    #company-area #company-left {
        width: 30%;
    }

    #products-area #product-right,
    #company-area #company-right {
        width: 68%;
    }

    #products-area #product-right img,
    #products-area #product-right iframe,
    #products-area #product-right object {
        width: 100%;
    }

    #products-area #product-right .pro-box {
        float: left;
        margin: 0 2% 5% 2%;
        width: 43%;
        height: auto;
    }
}

@media only screen and (max-width:880px) {
    #bottom1 #contactform {
        width: 370px;
    }
}

@media only screen and (max-width:770px) {

    #welcome {
        float: none;
        clear: both;
        margin: 0 auto;
        width: 478px;
        padding: 30px 0px 20px 0px;
    }

    #welcome img,
    #welcome iframe,
    #welcome object {
        width: 478px;
        height: 268px;
        margin: 0px 0px 12px 0px;
    }

    #homegallery {
        width: 373px;
        float: none;
        clear: both;
        margin: 0 auto;
        position: relative;
        padding: 20px 0px 0px 0px;
    }

    .stepcarousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 357px;
    }

    .stepcarousel .belt {
        position: absolute;
        left: 0;
        top: 0;
    }

    .stepcarousel .panel {
        float: left;
        overflow: hidden;
        width: 373px;
    }

    #products-area #product-left h3,
    #company-area #company-left h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width:740px) {
    #bottom1 #contactform {
        width: 330px;
    }
}

@media only screen and (max-width:690px) {

    #products-area #product-left,
    #company-area #company-left {
        width: 100%;
        float: none;
        clear: both;
    }

    #products-area #product-left ul,
    #company-area #company-left ul {
        border-left: 1px solid #b2b1b1;
        display: block;
        height: 39px;
        margin: 0px 0px 12px 0px;
    }

    #products-area #product-left ul li,
    #company-area #company-left ul li {
        float: left;
        border-right: 1px solid #b2b1b1;
        border-top: none;
    }

    #products-area #product-right,
    #company-area #company-right {
        width: 100%;
    }

    #products-area #product-right .pro-box {
        width: 45%;
    }

    #bottom1 #contactform,
    #bottom1 #widget {
        margin: 0px;
    }
}


@media only screen and (max-width:640px) {
    #container {
        width: 100%;
        padding: 155px 0px 0px 0px;
    }



    #products-area h2,
    #company-area h2,
    #bottom1 h2 {
        font-size: 32px;
    }

    #bottom1 #contactform {
        width: 280px;
    }

    #bottom2 #bottom-link h5 {
        float: none;
        clear: both;
        padding: 10px 0px 0px 0px;
        margin: 0px;
    }

    #aboutcompany,
    #ourproducts,
    #contact,
    #announcementstitle {
        display: block;
        position: absolute;
        top: -150px;
    }
}

@media only screen and (max-width:580px) {
    .main {
        width: 90%;
    }

    #bottom1 #contactform,
    #bottom1 #widget {
        clear: both;
        float: none;
        width: 100%;
    }

}

@media only screen and (max-width:530px) {
    #welcome {
        float: none;
        clear: both;
        margin: 0 auto;
        width: 100%;
        padding: 30px 0px 20px 0px;
    }

    #welcome img,
    #welcome iframe,
    #welcome object {
        width: 100%;
        height: 238px;
        margin: 0px 0px 12px 0px;
    }

}

@media only screen and (max-width:480px) {

    #company-area #company-left ul li {
        font-size: 13px;
        padding: 9px 7px;
    }
}

@media only screen and (max-width:440px) {
    #container {
        width: 100%;
        padding: 90px 0px 0px 0px;
    }

    #header {
        height: 55px;
    }

    #header #logo {
        display: none !important;
    }

    #header #mobilelogo {
        display: block;
        clear: both;
        margin: 0px 0px 20px 0px;
        text-align: center;
    }

    #top-links {
        clear: both;
        float: none;
        margin: 0px 0px 10px 0px;
        position: absolute;
        width: 100%;
        z-index: 99999999999999;
        background: url(images/menu.png) right top no-repeat #f3f3f3;
    }

    #top-links h3.mobile {
        margin: 7px 0px;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        padding: 7px 15px;
        font-weight: normal;
        font-family: 'oxygenbold';
    }

    #top-links:hove {
        height: 220px;
        display: block;
    }

    #top-links:hover ul {
        display: block !important;
        position: relative;
    }

    #top-links ul li {
        text-align: left;
        padding: 7px 15px;
    }

    #top-links ul,
    #top-links ul.hide {
        display: none !important;
    }

    #products-area h2,
    #company-area h2,
    #bottom1 h2 {
        font-size: 26px;
        line-height: normal;
    }

    #homegallery {
        width: 323px;
        float: none;
        clear: both;
        margin: 0 auto;
        position: relative;
        padding: 20px 0px 0px 0px;
    }

    .stepcarousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 337px;
    }

    .stepcarousel .belt {
        position: absolute;
        left: 0;
        top: 0;
    }

    .stepcarousel .panel {
        float: left;
        overflow: hidden;
        width: 323px;
    }

    #homegallery #mygallery-paginate {
        position: absolute;
        z-index: 9999;
        text-align: center;
        margin: 0px;
        width: 323px;
    }

    #aboutcompany,
    #ourproducts,
    #contact,
    #announcementstitle {
        display: block;
        position: absolute;
        top: -100px;
    }
}

@media only screen and (max-width:360px) {

    #company-area #company-left ul,
    #products-area #product-left ul {
        height: 24px;
    }

    #company-area #company-left ul li,
    #products-area #product-left ul li {
        font-size: 12px;
        border-bottom: none;
        padding: 3px 4px;
    }

    #homegallery {
        width: 300px;
        float: none;
        clear: both;
        margin: 0 auto;
        position: relative;
        padding: 20px 0px 0px 0px;
    }

    .stepcarousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 327px;
    }

    .stepcarousel .belt {
        position: absolute;
        left: 0;
        top: 0;
    }

    .stepcarousel .panel {
        float: left;
        overflow: hidden;
        width: 300px;
    }

    #homegallery #mygallery-paginate {
        position: absolute;
        z-index: 9999;
        text-align: center;
        margin: 0px;
        width: 300px;
    }

}

@media only screen and (max-width:320px) {

    #products-area h2,
    #company-area h2,
    #bottom1 h2 {
        font-size: 24px;
    }
}

.map-container {
    display: inline-block;
    width: 375px;
    padding-left: 100px;
    vertical-align: top;
}

.form-container {
    display: inline-block;
    width: 449px;
}

.best-confidence {
    color: #4E8975;
}

.medium-confidence {
    color: #D9D082;
}

.worse-confidence {
    color: #E55451;
}

.confidence-table {
    font-size: 10px;
    display: none;
}

.prediction {
    color: #2B65EC;
}

.average-cell {
    text-align: right;
    border-left-width: 1px;
    border-left-style: dashed;
    border-right-width: 1px;
    border-right-style: dashed;
}

.average-cell-header {
    text-align: right;
    border-left-width: 1px;
    border-left-style: dashed;
    border-right-width: 1px;
    border-right-style: dashed;
    border-top-style: dashed;
    border-top-width: 1px;
}

.average-cell-footer {
    text-align: right;
    border-left-width: 1px;
    border-left-style: dashed;
    border-right-width: 1px;
    border-right-style: dashed;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.company-rate,
.carrier-rate,
.external-rate,
.eureeka-rate,
.base-rate {
    width: 55px;
}

.margin-rate {
    width: 35px;
}

.rfp-short-term-grid {
    width: 100%;
    display: table;
    border-spacing: 0px 0px;
}

.rfp-short-term-grid-rate-header {
    border: 1px solid #ccc;
    border-bottom: 0px;
}

.rfp-short-term-grid-rate-border-left-col {
    border-left: 1px solid #ccc;
}

.rfp-short-term-grid-rate-border-right-col {
    border-right: 1px solid #ccc;
}

.rfp-short-term-grid-rate-border-bottom-col {
    border-bottom: 1px solid #ccc;
}

.rfp-short-term-grid tr:last-child td:nth-child(n+4):nth-last-child(n+4) {
    border-bottom: 1px solid #ccc;
}

.rate-forecast-tile {
    height: 100px;
    display: inline-block;
    width: 100px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin: 0 auto;
    margin-right: 5px;
    text-transform: uppercase;
    text-align: center;
}

.rate-forecast-tile.history {
    background-color: #648d57;
}

.rate-forecast-tile.current {
    background-color: #283451;
}

.rate-forecast-tile.prediction {
    background-color: #8b8b97;
}

.rate-forecast-tile .price {
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.heading {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 3px solid;
    margin: 10px 0 20px;
}

.heading.history {
    border-bottom-color: #648d57;
}

.heading.current {
    border-bottom-color: #283451;
}

.heading.forecast {
    border-bottom-color: #8b8b97;
}

.heading span {
    background: #fff;
    padding: 0 10px;
}

.heading-container.blank {
    width: 125px;
}

.heading-container {
    display: inline-block;
}

.heading-container.history {
    width: 375px
}

.heading-container.current {
    width: 120px;
    margin-left: 7px;
}

.heading-container.forecast {
    width: 375px;
    margin-left: 5px
}



.route-distance {
    font-size: 15px;
    margin-top: 20px;
    display: none;
}


.expander-container {

    list-style-type: none;
}

.expander-container ul {
    list-style-type: none;
}

.expander-container label {
    background-color: #AAAFAB;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 25px;
    color: white;
    cursor: pointer;
    margin-left: 43%;
}

#excb {
    display: none;
}

.expander-container input[type=checkbox]~ul {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.expander-container input[type=checkbox]:checked~ul {
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.expander-container input[type=checkbox]+label:before {
    transform-origin: 25% 50%;
    border: 8px solid transparent;
    border-width: 8px 12px;
    border-left-color: white;
    margin-left: -20px;
    width: 0;
    height: 0;
    display: inline-block;
    text-align: center;
    content: '';
    color: #AAAFAB;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    margin-top: 1px;
}

.expander-container input[type=checkbox]:checked+label:before {
    transform: rotate(90deg);
}

.expander-container #trendTable {
    margin-top: 1%;
}

.lane-filter {
    cursor: pointer;

    text-decoration: underline;
}