/* Profile 7 (home 7) */
/***************************************************
  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 
 */
/***********************************************************************/
.iview-directionNav a {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .iview-directionNav a:hover {
    background-color: #000000; }
    .iview-directionNav a:hover:before {
      color: #FFFFFF; }
  .iview-directionNav a:before {
    font-size: 20px;
    line-height: 40px; }
  .iview-directionNav a.iview-prevNav {
    left: 30px; }
  .iview-directionNav a.iview-nextNav {
    right: 30px;
    left: auto; }

/*# sourceMappingURL=profile2406703431.css.map */
