body {
    padding-top: 54px;
    font-family:Arial,sans-serif!important;
}

@media (min-width: 800px) {
    body {
        padding-top: 56px;
        font-family:sans-serif;
    }
}

/** Mobile **/
@media only screen and (max-width: 800px)/*, only screen and (max-device-width: 800px)*/ {

.left-col { display:none; }
    .hp-collection-title { font-size:45%!important;}
.main { width:100%; }
.bf-deal-image { max-width:30% }

.bf-deal-wrap { float:left }
}

/** Tablet **/
@media only screen and (min-width : 800px) and (max-width : 1200px) {
    .hp-collection-title { font-size:80%;}
    /*.left-col { display:none; }*/

}

/** Tablet (landscape) **/
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    /*.left-col { display:none; }*/
    .hp-collection-title { font-size:75%;}

}

.deal-tag {
    color: yellow;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: orange;
}

.left-nav {
    margin-right:0px;
    font-size:14px;
    margin-left:-10px;
    width:100%;
}
.l-nav-link>a:hover { background-color: #0f0f0f;
               text-decoration:none;
     }


@media (min-width: 1200px) {
    .col-lg-8 {

        margin-left: 20px;
    }
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f8f7f7;
}

.navbar-brand > h3 { color:white;}

.navbar-brand a:hover { color:yellow;}

.navbar>.container .navbar-brand a:hover{color:yellow}

.navbar-inverse { background-image:linear-gradient(#4267b2 0, #337ab7 100%); }

#top-logo:hover { color:yellow }

.text-white { color:#FFFFFF}

.text-black { color:#000000}

.h2, h2 {
	font-size:20px;
	margin-top:10px;
}

.h1, h1 {
    font-size:24px;
    margin-top:5px;
}
.btn-success { background-color:#6D9E56!important;}
.dropdown-header {
    font-size:16px!important;
    font-weight:bold!important;
}
.dropdown-sub {
    list-style-type: none!important;
    
}
.dropdown-item li {

}
@media only screen and (max-width: 768px) {
	.mc-banner {
		position:fixed!important;
		top:400px!important;
		}
}
