@charset "UTF-8";

.notification_wrapper{ position: relative; }
.notifications{ position: relative; background: #ededed; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.2); -moz-box-shadow: 0 3px 9px rgba(0,0,0,.2); -ms-box-shadow: 0 3px 9px rgba(0,0,0,.2); box-shadow: 0 3px 9px rgba(0,0,0,.2);
margin-bottom: 5px; border: 1px solid #dfdfdf; padding: 10px; border-radius: 0px; margin-left: auto;   margin-right: auto; }
.notification_image{ width: 5%; float: left; margin: 0 0 0 0; }
.notification_content{ width: 94%; float: right; margin: 0 0 15px 0;}
.redirect_url{cursor: pointer;}
a.close_button{ position: absolute; top: 10px; right: 17px; font-size: 20px; font-weight: 300; color: #000; cursor: pointer;}
a.close_button:hover, a.close_button:focus{ color: #555; }

/* Red Notifcation forn Color*/
.item.red, h5.red {color: #fff;}

/*NEW Custom CSS*/

#main-header{ line-height: 14px; }
#main-header .owl-pagination{ display: none; }
.owl-buttons { bottom: 0; margin: 0 auto; position: absolute; width: 100%; }
/*.owl-controls.clickable .owl-buttons .owl-prev { position: absolute; content: "<"; }
.owl-controls.clickable.owl-buttons .owl-next { position: absolute; content: ">"; }*/
/*#content-area .search_field { margin-top: 140px; }*/
#searchpicker{ padding:5px; width: 250px;}
#searchdata { margin: 0; }
#et-main-area { margin-top: 5px; }
.owl-theme .owl-controls .owl-buttons div{ text-indent: -9999px; }
.owl-controls.clickable .owl-buttons .owl-prev{ background: url(../arrow.png) 5px no-repeat !important; transform: rotate(180deg); width: 30px;}
.owl-controls.clickable .owl-buttons .owl-next{ background: url(../arrow.png) 5px no-repeat !important; width: 30px; }
/*NEW Custom CSS*/