/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* text-header */
.text-header {
  font-size: 14px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase; }
  .text-header p {
    margin-bottom: 0px; }
  .text-header a {
    color: inherit; }
    .text-header a:hover {
      text-decoration: underline; }
  .text-header.text-transform-none {
    text-transform: none; }
  .text-header.white-text {
    color: #cccccc; }
    .text-header.white-text a {
      color: inherit; }
      .text-header.white-text a:hover {
        color: #ffffff; }
    .text-header.white-text.light {
      color: #ffffff; }
      .text-header.white-text.light a {
        color: inherit; }
        .text-header.white-text.light a:hover {
          color: #cccccc; }
  .text-header.text-header-one ul {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .text-header.text-header-one ul li {
      padding-left: 15px;
      padding-right: 15px; }
  .text-header.text-header-one i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    .rtl .text-header.text-header-one i {
      margin-left: 5px;
      margin-right: inherit; }
    .text-header.text-header-one i:before {
      display: block;
      font-family: "deo-custom-icons"; }
    .text-header.text-header-one i.icon-location:before {
      content: '\ea2c'; }
    .text-header.text-header-one i.icon-email:before {
      content: '\ea4d'; }
  .text-header.text-header-one a, .text-header.text-header-one span {
    display: inline-block;
    vertical-align: middle; }

/*# sourceMappingURL=text-header.css.map */
