.header-top {
   /* margin-bottom: 20px;*/
}

.navbar-nav{
    /*margin-top:20px;*/
    margin: 7.5px -15px;
}

body{
    font-family: Arial, Arial, Helvetica, sans-serif;
}

.footer {
    background: #222;
    color: #fff;
    padding-top: 20px;
    background-image: url("/footer-bg.jpg");
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    margin: 0;

}

.navbar-right {
    /* margin-top: 0;*/
    margin-top: 20px;
    margin-left: -20px;
}

.navbar-left {
    margin-top: 20px;
    margin-left: -20px;
}

.col-md-3.col-xs-6 {
    width: 20% !important;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.header-nav, .header-nav {
    background-color: #2A4759;
    height: 100px;
}

.dropdown-menu {
    background-color: #254A5D;
}


.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: #56565a !important;
}

.dropdown-menu > li > a {
    color: #fff;
}

icon-calendar fa fa-calendar{
    color: #fff;
}

.header-nav a, .header-nav .dropdown-menu a,
.header-nav .dropdown-menu > li > a:focus, .header-nav .dropdown-menu > li > a:hover {
    color: #fff;
}

a:hover {
    /* color: #34a798;*/
    color: #44A694;
}

.footer p {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    margin: 0;
    font-size: 16px;
}

.footer-bottom{
    background: #56565a;
    padding: 20px 0;
}

.footer a {
    color: #fff;
    /*text-decoration: none;*/
}

.footer li a {
    margin-left: 0px;
}

.footer li {
    color: white;
}

.footer-top ul {
    margin-left: 0px !important;
    padding: 20px 0;
}

.footer li a:hover {
    color: #34A798;
    text-decoration: none;
}

.footer a:hover {
    color: #34A798;
    text-decoration: none;
}


.footer p a:hover {
    color: #34A798;
}

.footer-top li {
    float: left;
    clear: left;
    font-size: 15px;
    list-style-type: none;
}

.footer h4 {
    color: #DDD;
    text-transform: none;
}

.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-bottom hidden-print{
    display: none;
}

.footer .copyright-section {
    border-top: 1px solid #555555;
    font-size: 12px;
}

.footer .copyright-section li {
    font-size: 14px;
}

.list-inline-item{
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline{
    text-align: center;
}

.navbar-nav > li > .dropdown-menu{
    padding-top:0;
}

.footer .row .flex-items-xs-bottom {
    display: flex;
    flex-wrap: wrap;
}

.panel-primary > .panel-heading {
    background-color: #2A4759;
    border-color: #2A4759;
}

.btn-primary {
    background-color: #2A4759;
    border-color: #2A4759;
}

.btn-primary:hover {
    background-color: #2A4759;
    border-color: #2A4759;
}

#btnSubmit{
    margin-bottom: 20px;
}

#btnCancel{
    margin-bottom: 20px;
}

.panel-heading > #my-event{
    display: none;
}

/* hide event description on registration page */
.page-heading #my-event {
    display: none;
}

.panel-info{
   margin-top:20px;
}

.product .thumbnail {
    display: none;
}

@media (min-width: 768px){
    .col-md-3.col-xs-6{
        width: 20%!important;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .col-md-3.col-xs-6.ASA {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
	.col-md-3.col-xs-6 {
    width: 35% !important;
    max-width: 35%;
}
    .header-nav{
        height: auto;
    }

    .fa {
        color: #fff;
    }

    .navbar-toggle{
        margin-top: -45px;
    }
}

@media (min-width: 768px)and (max-width: 1199px ) {
    .header-nav {
        height: auto;
    }
}