/** 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 
 */
/***********************************************************************/
#pagenotfound #wrapper {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    #pagenotfound #wrapper {
      padding-bottom: 60px; } }

#pagenotfound .page-content #search_widget, #search .page-content #search_widget {
  width: 100%; }
#pagenotfound .page-content .popup-content, #search .page-content .popup-content {
  width: 100%;
  display: block;
  position: static;
  min-width: initial; }
#pagenotfound #main, #search #main {
  position: relative; }
  #pagenotfound #main .page-header h1, #pagenotfound #main .page-title, #search #main .page-header h1, #search #main .page-title {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center; }
  #pagenotfound #main .page-content, #search #main .page-content {
    margin-bottom: 0px; }
#pagenotfound .page-not-found, #search .page-not-found {
  margin-bottom: 0;
  padding: 30px 0; }
  @media (min-width: 480px) {
    #pagenotfound .page-not-found, #search .page-not-found {
      padding: 60px 0; } }
  @media (min-width: 768px) {
    #pagenotfound .page-not-found, #search .page-not-found {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    #pagenotfound .page-not-found, #search .page-not-found {
      padding: 100px 0; } }
  #pagenotfound .page-not-found:before, #search .page-not-found:before {
    content: '404';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 450px;
    font-weight: 900;
    color: #f5f5f5;
    z-index: -1;
    text-align: center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 991px) {
      #pagenotfound .page-not-found:before, #search .page-not-found:before {
        font-size: 350px; } }
    @media (max-width: 767px) {
      #pagenotfound .page-not-found:before, #search .page-not-found:before {
        font-size: 250px; } }
    @media (max-width: 479px) {
      #pagenotfound .page-not-found:before, #search .page-not-found:before {
        font-size: 150px; } }

.page-not-found {
  text-align: center;
  max-width: inherit;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .page-not-found h4 {
    font-size: 16px;
    color: #222222;
    font-weight: normal;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .page-not-found h4 {
        margin-bottom: 50px; } }
  .page-not-found p {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px; }
  .page-not-found .back-to-home {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 48px 0 20px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .page-not-found .back-to-home i {
      margin-left: 10px; }
      .rtl .page-not-found .back-to-home i {
        margin-right: 10px;
        margin-left: inherit; }
      .page-not-found .back-to-home i:before {
        content: '\ea2a';
        font-family: "deo-custom-icons"; }
  .page-not-found .search-widget {
    float: none;
    margin: auto;
    max-width: 500px; }
    .page-not-found .search-widget .popup-title {
      display: none !important; }
    .page-not-found .search-widget .popup-content {
      display: block !important; }
    .page-not-found .search-widget .popup-content {
      overflow: hidden;
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border-radius: 20px; }
      .page-not-found .search-widget .popup-content input[type=text] {
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #eaeaea;
        border-radius: 9999px;
        padding: 5px 40px 5px 15px; }
        .rtl .page-not-found .search-widget .popup-content input[type=text] {
          padding: 5px 15px 5px 40px; }
      .page-not-found .search-widget .popup-content button[type=submit] {
        width: 40px;
        height: 40px;
        line-height: 40px; }

/*# sourceMappingURL=errors.css.map */
