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

body {
    font: 13px/20px 'Raleway', arial, sans-serif;
    background: #fff;
    color: #757B83;
    text-rendering: optimizelegibility;
    height: 100%;
    margin: 0;
}

@media (min-width:991px) {
    .scorll-baselayer {
        position: fixed;
        top: 0;
        width:100%;
    }
    .scorll-overlayer {
        background-color: white;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        position: relative;
        margin-top: 430px;
    }
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

/* CUSTOMIZE THE WELCOME
-------------------------------------------------- */

.welcome-message {
    padding: 20px 0;
}

.welcome-message h2 {
    font: 38px/44px 'Raleway', sans-serif;
    margin-bottom: 15px;
    color: #3b3f43;
    font-weight: normal;
}

.welcome-message p {
    font: 14px/20px 'Raleway', sans-serif;
    color: #3b3f43;
}

.slider-logo {
    width: 40%;
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 1;
}

.map {
    width: 99%;
    height: 200px;
    margin: 0 auto 20px;
}

.linkhover :hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    -webkit-filter: grayscale(20%); /* Safari */
    filter: grayscale(20%);
}


/* CUSTOMIZE THE LOCATIONS
-------------------------------------------------- */

@media (max-width: 767px) {
    .divider {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #E6E8EB;
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .divider {
        border-right: 1px solid #E6E8EB;
        border-left: 1px solid #E6E8EB;
        border-bottom: 1px solid #E6E8EB;
        padding: 20px 0;
    }
}

.divider {
    border-right: 1px solid #E6E8EB;
    border-left: 1px solid #E6E8EB;
}

.locations {
    margin-bottom: 20px;
    text-align: center;
}

.locations a{
  text-decoration: none;
}

.locations .img-responsive {
    margin: 0 auto;
    max-height: 60px;
}

.locations .list-group-item {
    border: 0px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
}
.locations .list-group{
    margin-top: 10px;
}

footer {
    background: #eff0f2;
    font-size: 15px;
    color: #808080;
    clear: both;
    margin: 40px auto 0;
    box-shadow: 0 15px 15px -20px #b0b0b0 inset;
    -moz-box-shadow: 0 15px 15px -20px #b0b0b0 inset;
    -webkit-box-shadow: 0 15px 15px -20px #b0b0b0 inset;
}


/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */

footer a {
    color: #000000;
}

footer a:hover {
    text-decoration: none;
    color: #002f86;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style: none;
    padding: 4px 0;
}

footer .footer-information {
    padding: 50px 0 25px;
    border-bottom: 1px solid #dfdfe2;
}

@media (max-width: 767px) {
    .footer-information {
        text-align: center;
    }
    .img-responsive {
        margin: 0 auto;
    }
}

footer .copyright {
    color: #747474;
    padding: 30px 0;
}

fotter .copyright a {
    text-decoration: none;
}

footer h3 {
    color: #3a3e44;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

footer .icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    border-radius: 50px;
}

footer .icon-mono {
    background: url("../images/icons1.png");
    background-image: url("../images/icons1.svg"), none;
    background-color: #595959;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    background-size: 80px;
}

footer .icon-mono.facebook {
    background-position: 0px -18px;
}

footer .icon-mono.facebook:hover {
    background-color: #3b5998;
    background-position: 0px -60px;
}

footer .icon-mono.twitter {
    background-position: 40px -18px;
}

footer .icon-mono.twitter:hover {
    background-color: #4099ff;
    background-position: 40px -60px;
}

footer .brand-logo img {
    margin-bottom: 10px;
    width: 200px;
}
