/** 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 
 */
/***********************************************************************/
/* DeoVideo */
.DeoVideo .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .DeoVideo .embed-responsive iframe, .DeoVideo .embed-responsive object, .DeoVideo .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .DeoVideo .embed-responsive iframe, .rtl .DeoVideo .embed-responsive object, .rtl .DeoVideo .embed-responsive embed {
      right: 0px;
      left: auto; }
.DeoVideo.show-fake-content .content-video {
  display: none; }
.DeoVideo.playing .content-video {
  display: block; }
.DeoVideo.playing .image-video {
  display: none; }
.DeoVideo.popup-video.playing .content-video {
  display: none; }
.DeoVideo.popup-video.playing .image-video {
  display: block; }
.DeoVideo.image-video {
  cursor: pointer;
  position: relative; }
  .DeoVideo.image-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    text-align: center;
    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;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .image-about .DeoVideo.image-video:before {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px; }
  .DeoVideo.image-video .video-play:before {
    content: "\ea77";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #FFFFFF;
    font-size: 80px;
    font-family: "deo-custom-icons";
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .DeoVideo.image-video.playing:before {
    display: none; }
  .DeoVideo.image-video.playing .video-play:before {
    content: "\ea79"; }
  .DeoVideo.image-video:hover:before {
    background-color: rgba(58, 52, 42, 0.5); }
  .DeoVideo.image-video:hover .video-play:before {
    color: #eee;
    opacity: 1;
    filter: alpha(opacity=100); }

/*# sourceMappingURL=DeoVideo.css.map */
