

a:hover {
    cursor: pointer;
}

.container {
    padding-left: 45px;
    padding-right: 45px;
    width: 100% !important;
    min-width: 290px !important;
    max-width: 100% !important;
 
}



.navbar-fixed-top {
    border: none !important;
}
.navbar-fixed-top a {
    font-size: 16px;
}
.navbar-fixed-top a.btn-link {
    color: #000 !important;
}
.navbar-fixed-top .btn {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.navbar-fixed-top a.btn-default {
    background: #cc0000;
    color: #fff;
}

header .logo {
    position: relative;
    max-width: 239px;
    padding-right: 5px;
    z-index: 9999;
}
/*
header a {
    width: 100%;
    display: block;
    padding: 15px 0 9px 0;
    color: #8d8d8d;
    font-size: 18px;
}
*/

header .col-xs-12 p {
    letter-spacing: 5px;
    text-align: center;
}


#text1 p, #text2 p, #mission p {
    margin-top: 30px;
    color: #1f2d38;
    font-size: 14px;
    text-align: justify;
}
h2.title {
    margin: 30px 0;
    color: #1f2d38;
    font-size: 24px;
    text-align: center;
}

#blocks .col-xs-4 {
    padding: 10px;
}
#blocks a {
    display: block;
    position: relative;
    width: 100%;
    min-width: 290px;
    min-height: 189px;
  
    box-shadow: inset  0 -60px 140px -10px #000;
    overflow: hidden !important;
}
#blocks a img {
    position: relative;
    width: 100%;
    vertical-align: top;
    transition: all .2s ease;
    z-index: -1;
}
#blocks a:hover img {
    transform: scale(1.15);
}
#blocks a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all .2s;
}
#blocks a:hover:after {
    opacity: 1;
}
#blocks a {
    color: #fff;
    text-decoration: none;
}

#blocks a:hover h4 {
    margin-top: -160px;
}
#blocks a p {
    padding-bottom: 40px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
    font-size: 13px;
    text-align: justify;
    letter-spacing: 1px;
    z-index: 2;
    opacity: 0;
    transition: all .2s ease;
}
#blocks a:hover p {
    display: inline-block;
    opacity: 1;
}

#example p {
    height: 0;
}
#example i.text {
    position: relative;
    top: -100px;
    color: rgba(255,255,255,.8);
    font-size: 22px;
    text-transform: uppercase;
    z-index: 2;
}

#reviews img {
    cursor: pointer;
}

#mission .col-xs-2 {
    padding-right: 0;
}
#mission h5 {
    font-size: 16px;
}
#mission h6 {
    line-height: 18px;
    font-size: 14px;
}
#mission .btn-danger {
    background: #d91414;
    color: #fff;
    font-size: 22px;
    padding: 7px 70px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer {
    width: 100%;
    padding-bottom: 20px;
    background: #141414;
}
#footer .nav>li {
    float:none;
    display:table-cell;
    width:1%;
    text-align:center;
}
#footer .nav>li>a {
   
    padding: 15px 8px;
    color: #fff;
    font-size: 9px;
}
#footer .nav>li:hover>a, #footer .nav>li>a:hover, #footer .nav>li:focus>a, #footer .nav>li>a:focus {
    background: none !important;
    color: #d91414 !important;
}
#footer hr {
    margin-top: 0;
    border-top: 1px solid #d91414;
}
#footer .info p {

    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
#footer .info p a {
    color: #fff;
}
#footer .info p span {
    color: #d91414;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.modal-content {
    border: none;
    border-radius: 0;
}
.modal-title {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}
.modal .modal-header, .modal .modal-footer {
    border: none;
}
.modal .modal-body {
    padding-bottom: 0;
}
.modal .modal-header {
    padding-bottom: 0;
}
.modal .modal-footer {
    padding-top: 0;
}
.modal .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
}
.modal input.form-control {
    height: 40px;
}
.modal .form-control:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
    box-shadow: none;
    transition: all .2s linear;
}
.modal .btn {
    background: #01b5d8;
    font-size: 18px;
}
