body {
    font-family: "Public Sans", sans-serif !important;
}

.row{
    margin-right: 0;
    margin-left: 0;
}
.header-top {
    margin-bottom: 20px;
    display: none;
}

.header-nav, .header-nav .dropdown-menu {
    background-color: rgba(45, 102, 169, 0.9);
}

    .header-nav .nav .open > a,
    .header-nav .nav .open > a:focus,
    .header-nav .nav .open > a:hover,
    .header-nav .nav > li > a:focus,
    .header-nav .nav > li > a:hover,
    .header-nav .dropdown-menu > li > a:focus,
    .header-nav .dropdown-menu > li > a:hover {
        /*background-color: #3b822a;*/
        background-color: rgb(00, 110, 163);
    }

.header-nav a, .header-nav .dropdown-menu a,
.header-nav .dropdown-menu > li > a:focus, .header-nav .dropdown-menu > li > a:hover {
    color: #fff;
}

.rsmImageOverlayText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color: white;
	background: rgba(0, 0, 0, 0.3);
	padding-left: 20px;
    padding-right: 20px;
}

.rsmHeaderImage {
    background: url('https://discus.azurewebsites.net/barrels2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #000;
    text-align: center;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.rsmBlueButton {
    width: 90%;
}

table.rsmHomeTable td {
    width: 50%;
}


/*ul {
    border: 0 none;
    font-family: "Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}*/

/*.footer {
    background-color: #363839;
    border-color: #e9eaee;
    border-top-width: 12px;
    color: #8c8989;
    border-bottom: 1px solid #232527;
}*/

.footer {
    background: #222;
    color: #fff;
    padding-top: 20px;
    background-image: url("footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
}

.footer a {
    color: #bfbfbf;
    /*text-decoration: none;*/
}

.footer li a {
    margin-left: 0px;
}

.footer-top li {
    padding: 6px 0;
    line-height: 22px;
    float: left;
    clear: left;
    display: inline-block;
}

.footer-top {
    padding: 0 15px;
    display: -webkit-flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.footer h4 {
    /* color: #DDD; */
    text-transform: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px !important;
    font-weight: 700 !important;
}

.footer h4 a {
    color: #fff;
    text-decoration: none;
}

.footer h4 a:hover {
    color: #c05a35;
}

.footer-copy-top {
    padding: 20px 0;
}

.footer-copy-top p {
    font-size: 14px;
    line-height: 20px;
}

.footer-tagline {
    font-size: 21px;
    color: #7b7e80;
    text-transform: uppercase;
}

.footer-tagline strong {
    float: left;
    padding: 20px 0 0;
    font-family: "Prelo-Medium","Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-tagline span {
    float: left;
    clear: left;
    padding: 0 0 5px;
}

.footer-links li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

.footer-links li a:hover {
    color: #c05a35;
}

.footer-links {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.footer-logo{
    height: 42px;
    width: 220px;
}

.footer-container{
    max-width: 80%;
    padding: 0 15px;
    margin: 0 auto;
}
.btn-primary {
    background-color: #3ea9ff;
  /*  background-color: rgba(45, 102, 169, 0.9);*/
    /*background-color: #00549e;*/
}

.footer-social-icons{
    text-align: right;
}

.footer-social-icons ul{
    margin-bottom: 0;
}

.no-bullet{
    margin-left: 0;
    list-style: none;
}

.footer-social-icons ul li{
    display: inline-block;
    padding: 0 7px;
}

.footer-social-icons ul li a{
    font-size: 24px;
    color: #fff;
}

.footer-social-icons ul li a:hover {
    color: #c05a35;
}

@media (min-width: 768px){
    .navbar-left{
        margin-left:-15px;
        margin-top:20px;
    }

    .navbar-right {
        margin-top: 20px;
        margin-right: -27px;
    }

   .navbar-header{
       margin-left: -12px;
   }
}

.page-header-logo{
    margin-top:20px;
}

.update-cart{
	float: right;
}

