/** 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-slide .block_content {
  width: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .text-slide .block_content > * {
    padding: 10px 50px;
    white-space: nowrap;
    will-change: transform, padding, width;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: text-slide;
    -moz-animation-name: text-slide;
    animation-name: text-slide;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running; }
  .text-slide .block_content:hover > * {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused; }
.text-slide.white-text {
  color: #cccccc; }
  .text-slide.white-text a {
    color: inherit; }
    .text-slide.white-text a:hover {
      color: #ffffff; }
  .text-slide.white-text.light {
    color: #ffffff; }
    .text-slide.white-text.light a {
      color: inherit; }
      .text-slide.white-text.light a:hover {
        color: #cccccc; }
.text-slide.text-slide-one .block_content a {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .rtl .text-slide.text-slide-one .block_content a {
    margin-right: 8px;
    margin-left: inherit; }

/*# sourceMappingURL=text-slide.css.map */
