/* Top Header */
.mini-widgets {
    background-color: #000000;
}

.body > #footer .copyright {
	color: #ffffff !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}

.coupon--text {
    border: 2px dashed #d9d9d9;
    padding: 33px 45px;
}
.coupon {
    color: #000;
    text-align: left;
    border-radius: 10px;
    position: relative;
    margin-bottom: 28px;
}

li.dropdown-full-color.dropdown-tertiary {
    background-color: #4a5b7d !important;
}
li.dropdown-full-color.dropdown-tertiary a {
    color: #ffffff !important;
}

/* reduce footer */
body > #footer {
    padding-top: 0;
}
.body > #footer .footer-copyright 
{
    padding-top: 10px; margin-top: 0;
}

/* Mobile first - up to 768px wide */

 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }
 
/* Tablet targetted size */
@media screen and (min-width:768px) and (max-width:900px) {

 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }

}

/* Desktop size */
@media screen and (min-width:900px) {
  #lsdt {
 	visibility: visible;
    display: block;
 }

 #lsmbl {
	visibility: hidden;
    display: none;
 }

}


