/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo img {
    height: initial !important;
	padding-top:9px;
	padding-bottom:9px;
}

@media (min-width: 992px) {
    #top-cart {
        margin-right:-30px;
    }
}

.text-justify {
  text-align: justify !important;
}

body, h1, h2, h3, h4, h5, h6  {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	/*margin-bottom:10px !important;*/
}

.color {
    color: #D30000 !important;
}

::selection {
	background: #a0000a !important;
}

a {
	text-decoration: none !important;
	color: #D30000;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
	color: #D30000;
}

#gotoTop:hover { background-color: #90000a; }


.dark #copyrights, #copyrights.dark {
    color: #FFF;
}
.bg-footer {
    background-color: #c3000a !important;
}
#copyrights {
    padding: 20px 0;
}