@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}
.carousel-control.left {
background: none !important;
}
.carousel-control.right {
background: none !important;
}
.carousel-control {
    width: 5%;
    color: #000;
}
.carousel-control:hover {
    color: #000;

    opacity: 1;
}
.dropdown:hover .dropdown-menu {
    display: block;
    background-color: white;
}

.dropdown-menu {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.dropdown-menu > li a {
    color: black !important;
    padding: 9px 18px;
}

.dropdown-menu > li a:hover {
    background-color: #790c0c;
    color: white !important;
}

.dropdown-menu li {
    border-bottom: 1px grey solid;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    ul.footer_social_links {
        margin: 0px;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
}

.container {
    margin-bottom: 100px;
    margin-top: 100px;
}

.navbar-default {
    background-color: #000000
}

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0 60px;
}

.navbar-nav > li {
    padding: 40px 0;
}

.navbar-nav > li {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar-nav > li:hover {
    background-color: #790c0c;
}

.navbar-nav > li a:hover {
    color: white;
}

.navbar-brand {
    height: 100%;
}

.navbar-brand img {
    max-height: 100px;
}


h2 {
    margin: 20px 0;
    color: #272727;
}

h6.grayc {
    color: #999;
}

h6 {
    margin-bottom: 14px;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}

#footer {
    padding: 20px 0;
    margin: 0;
    background-color: #dadada;
    color: grey;
    width: 100%;
}

/* footer social links */
ul.footer_social_links {
    float: right;
    padding: 0px;
    list-style: none;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #252525;
    color: #999;
}

.footer_social_links li:hover {
    background-color: #454545;
}

.footer_social_links li i {
    color: #999;
}

.footer_social_links.four li {
    margin: 0 0 0 13px;
    width: auto;
    height: auto;
    background: none;
}

.footer_social_links.four li:hover {
    background: none;
}

.footer_social_links.three li {
    background-color: #d3d3d3;
}

.footer_social_links.three li:hover {
    background-color: #999;
}

.footer_social_links.three li i {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    #footer {
        text-align: center;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar-brand img {
        max-height: 70px;
    }

    .navbar-toggle {
        margin-top: 30px;
    }

    .navbar-nav > li {
        padding: 0 0;
    }
}

@media only screen and (max-width: 370px) {

    .footer_social_links {
        margin: 0 27%;
        width: 44%;
    }
}

@media only screen and (min-width: 371px) and (max-width: 767px) {
    .footer_social_links {
        margin: 0 19%;
        width: 44%;
    }
}

@media only screen and (max-width: 479px) {

}



