/* Newsletter PopUp */
.newsletter_popup_inner{	
  background: #fff ;
  background-size: cover;
  background-position: center center;
}
.subscribe_area > h2 {
  color: #000000;
}
.subscribe_area > p {
  color: #7d7d7d;
}
.grid__item h1{
	color: ;
}
.subscribe-form {
  border: 1px solid #000000;
  color: #000000;
}
.subscribe-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
}
.subscribe-form::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
}
.subscribe-form:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
}
.subscribe-form:placeholder { /* Firefox 18- */
  color: #000000 !important;
}
.newsletter-btn {
  background: #bda87f none repeat scroll 0 0;
  color: #fff;
}
.popup_off{
  color: #bda87f;
}
.newsletter_popup_inner:before {
  background: #ffffff;
  opacity: 0;
}
/* Breadcurmb Banner */
.breadcrumbs {
  background: #333333 ;
}
.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: #666666;
}
.breadcrumb-list > li > a {
  color: #666666;
}
.breadcrumb-list > li::before {
  color: #666666;
}
.breadcrumb-list > li {
  color: #999999;
}
/* Top Bar Noticfication */

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

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

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