/* Newsletter PopUp */
.newsletter_popup_inner{	
  background: #fff url("../../../files/2_d04df7bf-ddfb-42bc-a960-f8e2fe918be2_1024x10243560.jpg?v=1533376625") no-repeat;
  background-size: cover;
  background-position: center center;
}
.subscribe_area > h2 {
  color: #ffffff;
}
.subscribe_area > p {
  color: #ffffff;
}
.grid__item h1{
	color: ;
}
.subscribe-form {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.subscribe-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
.subscribe-form::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
.subscribe-form:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
}
.subscribe-form:placeholder { /* Firefox 18- */
  color: #ffffff !important;
}
.newsletter-btn {
  background: #fa0f07 none repeat scroll 0 0;
  color: #fff;
}
.popup_off{
  color: #fa0f07;
}
.newsletter_popup_inner:before {
  background: #000;
  opacity: 0;
}
/* Breadcurmb Banner */
.breadcrumbs {
  background: #e8edf0 ;
}
.overlay-bg::before {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.breadcrumbs-title {
  color: #252525;
}
.breadcrumb-list > li > a {
  color: #252525;
}
.breadcrumb-list > li::before {
  color: #252525;
}
.breadcrumb-list > li {
  color: #252525;
}
/* Top Bar Noticfication */

.top-notification-bar {
	background: #f3f3f3;
	background: -moz-linear-gradient(left, #f3f3f3 0%, #666666 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #f3f3f3), color-stop(100%, #666666));
	background: -webkit-linear-gradient(left, #f3f3f3 0%, #666666 100%);
	background: -o-linear-gradient(left, #f3f3f3 0%, #666666 100%);
	background: -ms-linear-gradient(left, #f3f3f3 0%, #666666 100%);
  	background: linear-gradient(to right, #f3f3f3 0%, #666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#666666', GradientType=1 );
}

.notification-entry p a {
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
}
.notification-entry p a:hover {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}
.notification-close-btn {
  background-color: ;
  border: 1px solid #fff;
  color: #fff;
}
.notification-close-btn:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: #232323;
}

.notification-entry p {
  color: #fff;
}
.top-notification-bar::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}