footer a, footer p, footer address, .phone-footer, .email-footer a {
	color: #ddd;
}

#nav li a {
    color: #dadada;
}

#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: #009EE3 !important;*/
	background: #279cb4 !important;
    color: #fff !important;
}
#nav li.drop-menu ul li {
	width: auto;
}

input#searchText:focus {
    /*border: 1px #009EE3 solid;*/
	border: 1px #279cb4 solid;
}

.product-block .product-action button.addcart:hover,
.product-block .product-action a.quickview:hover {
    /*color: #009EE3 !important;*/
	color: #279cb4 !important;
}

.toplinks div.links div a:hover {
	color: #ddd !important;
}
.toplinks div.links div a:hover:before {
	color: #279cb4 !important;
}
.toplinks div.links div ul li a:hover {
	/*color: #009EE3 !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,
#ProductInquery form .button {
	/*background-color: #009EE3;*/
	background-color: #279cb4;
}

.z-active a.z-link {
	/*border-top: 2px solid #009EE3;*/
	border-top: 2px solid #279cb4;
}

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: #009EE3;*/
	color: #279cb4;
	text-decoration: underline;
}

.accordion-filter .panel-heading a {
	border-right-color: #279cb4;
}
#blcSetCatalogFilter .clear-filter {
	background: #279cb4;
}

/*pagination*/
.pagination-style a {
    border: 1px solid #c1c1c1;
    color: #666666;
}
.pagination-style a {
    background-color: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
}
.pagination-style-active {
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #3f3f3f;
}
.pagination-style-active {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
}

.infotext-container-small{
	
	background-color:#279cb4;
	border: 2px solid white ;
    border-radius: 2px;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color: white;
}	


.header-info-text{
	padding: 5px 0px 5px 5px;
	text-align: end;
	
}

#divInfotText {
    text-align: end;
	
}

@media only screen and (max-width: 768px) {
  .header-info-text{
	padding:5px;
	text-align: center;
	
	}
}
	





