﻿hr {
    height:1px;
    border:none;
    border-top:1px dashed #0066CC;
}
.request {
    min-width: 70px;
    color: #03a9f4;
    border: 1px solid #03A9F4;
    background-color: transparent;
}

.content-wrapper {
    width: 100%;
    height: 100%;
}

section p {
    font-size: 16px;
    color: #222629;
}

.divCenter {
    text-align: center;
}

footer {
    background: #3f3b39;
    margin-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt--20 {
    margin-top: -20px;
}

.home-main-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

h4 {
    font-weight: 700;
    line-height: 1.1;
    color: #1f425e;
}

.navbar-logo {
    max-height: 33px;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 33px;
    white-space: nowrap;
}

.links-gray-light a, .text-gray-light {
    color: #777;
}

    .links-gray-light a:hover {
        color: #eee;
        transition: all 100ms;
        outline: 0 !important;
        text-decoration: none;
    }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.mvs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.inputForm {
    max-width: 800px;
}

section h1, section h2, section h3 {
    color: #036;
    line-height: 1.2 !important;
    font-weight: bold;
}

.thumbnail .caption {
    color: #00afd7;
}

    .thumbnail .caption p {
        color: #2f6b91;
    }

.bordered {
    border: 1px solid #e9eaec;
}

.bg-gray {
    background-color: rgb(233, 234, 236);
}

.img-box {
    /*border:1px solid grey;*/
    border-radius:5px;
    position: relative;
    height:200px;
    text-align:center;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}