footer a, footer p, footer address, .phone-footer, .email-footer a {
	color: #ddd;
}

#nav li a {
    color: #000;
}

#nav > li > a:hover, #nav > li > a.active, #nav ul.level1 > li a:hover, #nav > li > a:nth-child(1):hover, #nav > li > a:nth-child(1).active, #nav li:hover > a {
    background: #D81C10 !important;
    color: #fff !important;
}
#nav li.drop-menu ul li {
	width: auto;
}

input#searchText:focus {
    border: 1px #D81C10 solid;
}

.product-block .product-action button.addcart:hover,
.product-block .product-action a.quickview:hover {
    color: #D81C10 !important;
}

.toplinks div.links div a:hover {
	color: #ddd !important;
}
.toplinks div.links div ul li a:hover {
	color: #D81C10 !important;
}

.mini-cart .basket a:first-child:before,
.product-view .product-shop .add-to-box .btn-cart,
.button.btn-proceed-checkout,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #D81C10;
}

.z-active a.z-link {
	border-top: 2px solid #D81C10;
}

footer .inner a:hover {
    color: #fff;
}

footer .newsletter #NewsletterRegistration form  { position: relative; }
footer .newsletter #NewsletterRegistration form input#EMail {
	border: 1px solid #ddd; 
	border-radius: 2px;
}
footer .newsletter #NewsletterRegistration form input#EMail:focus { 
	outline: 0; 
	border: 1px solid #fff; 
}
footer .newsletter #NewsletterRegistration form #NewsletterOptIn {
	position: absolute;
	top: 4px;
	right: 5px;
	padding: 6px 10px;
	background: #333;
	border: 0;
}
footer #container_form_news2 input[type="text"] {
	height: auto;
	padding: 10px 15px 10px 10px;
	background: transparent;
}
footer #container_form_news2 button i {
	color: #ddd;
}
footer #container_form_news2 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
footer #container_form_news2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
footer #container_form_news2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
footer #container_form_news2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}

header .welcome-msg {
	color: #fff;
}

#content-page .text-content a[href$='.pdf']:hover {
    color: #D81C10;
	text-decoration: underline;
}

.toplinks > div > div.contact-us > a:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 6px;
    color: #fff;
}


/*
@media only screen and (max-width: 479px) and (min-width: 320px){
	header .header .logo a img {
		width: 50%;
	}
}
*/

@media only screen and (max-width: 991px){
	header .header .logo a img {
		width: 50%;
	}
}

@media only screen and (max-width: 991px){
	
}

@media only screen and (max-width: 479px) and (min-width: 320px){
	.product-collateral {
		width: 100%;
	}
}
