/***************************************************
  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 
 */
/***********************************************************************/
.page-home .ApColumn .title_block {
  position: relative;
  font-size: 40px;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  font-weight: 300;
  font-family: "Harmonia Sans Pro Cyr"; }
  @media (max-width: 767px) {
    .page-home .ApColumn .title_block {
      font-size: 32px; } }
  @media (max-width: 575px) {
    .page-home .ApColumn .title_block {
      font-size: 24px; } }
  .page-home .ApColumn .title_block::after {
    content: "";
    background: #222222;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
.page-home .title-margin .title_block {
  margin: 70px 0 50px; }
  @media (max-width: 991px) {
    .page-home .title-margin .title_block {
      margin: 30px 0; } }

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav div.iview-items {
  left: 0;
  text-align: center; }
  .iview-controlNav div.iview-items ul li {
    height: auto; }
    .iview-controlNav div.iview-items ul li a.iview-control {
      text-indent: inherit;
      display: inline-block;
      font-size: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: transparent;
      color: #ffffff;
      margin: 0 5px;
      border: 1px solid #ffffff; }
      .iview-controlNav div.iview-items ul li a.iview-control:before {
        display: none; }
      .iview-controlNav div.iview-items ul li a.iview-control.active {
        background: #ffffff;
        color: #222222; }

.layout-1 .ApImage {
  position: relative;
  margin-bottom: 0; }
  .layout-1 .ApImage .image_description {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .layout-1 .ApImage .btn {
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #000;
    height: 65px;
    line-height: 60px;
    padding: 0 30px;
    min-width: 250px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px; }
    .layout-1 .ApImage .btn:hover {
      background: #000;
      color: #ffffff;
      border-color: transparent; }
  .layout-1 .ApImage.left .image_description {
    right: 100px; }
  .layout-1 .ApImage.right .image_description {
    left: 100px; }

.layout-3 .ApImage {
  position: relative;
  margin-bottom: 0; }
  .layout-3 .ApImage .image_description {
    position: absolute;
    bottom: 50%;
    left: 120px;
    width: 40%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .layout-3 .ApImage .banner-title {
    font-size: 50px;
    line-height: normal;
    font-weight: 300;
    font-family: "Harmonia Sans Pro Cyr";
    color: #ffffff;
    margin-bottom: 20px; }
  .layout-3 .ApImage .banner-desc {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 38px; }
  .layout-3 .ApImage .btn {
    font-size: 14px;
    font-weight: 700;
    border: 2px solid;
    padding: 15px 45px;
    text-transform: uppercase;
    color: #ffffff; }
    .layout-3 .ApImage .btn:hover {
      background: #ffffff;
      color: #222222;
      border-color: transparent; }

.layout-4 {
  position: relative; }
  .layout-4:before {
    content: "";
    background: #ddd;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    bottom: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .layout-4:before {
      margin-right: -1000px;
      margin-left: inherit; }

.ApColumn .instagram-block {
  margin: 0; }
  .ApColumn .instagram-block .title_block {
    position: relative;
    bottom: inherit;
    left: inherit;
    background: transparent;
    height: auto;
    padding: 0;
    transform: none;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    width: 100%; }
    .ApColumn .instagram-block .title_block:before {
      content: "\e97d";
      font-family: "nova-icons";
      font-weight: 100;
      font-size: 59px;
      display: block;
      margin-bottom: 20px; }
    .ApColumn .instagram-block .title_block::after {
      display: none; }
  .ApColumn .instagram-block .block_content .owl-row {
    margin: 0 -15px; }
  .ApColumn .instagram-block .normal-list {
    display: inline-block !important;
    width: 100%; }
    .ApColumn .instagram-block .normal-list > div {
      width: 25%; }
      .ApColumn .instagram-block .normal-list > div:first-child {
        width: 50%; }
      .ApColumn .instagram-block .normal-list > div a {
        margin-bottom: 30px; }
        .ApColumn .instagram-block .normal-list > div a:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          background-color: rgba(0, 0, 0, 0.4);
          opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          -moz-opacity: 0;
          -webkit-opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.3s ease;
          -moz-transition: opacity 0.3s ease;
          -ms-transition: opacity 0.3s ease;
          -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
        .ApColumn .instagram-block .normal-list > div a:after {
          content: "\f16d";
          position: absolute;
          width: 100%;
          left: 0;
          color: #fff;
          font-family: "FontAwesome";
          font-size: 30px;
          font-weight: 400;
          top: 50%;
          text-align: center;
          line-height: 100%;
          z-index: 2;
          opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          -moz-opacity: 0;
          -webkit-opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .ApColumn .instagram-block .normal-list > div a:hover:before, .ApColumn .instagram-block .normal-list > div a:hover::after {
          opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          -moz-opacity: 1;
          -webkit-opacity: 1;
          filter: alpha(opacity=100); }

@media (max-width: 1300px) {
  .layout-1 .ApImage .btn {
    font-size: 16px;
    height: 50px;
    line-height: 45px;
    min-width: 180px;
    letter-spacing: 0; }
  .layout-1 .ApImage.left .image_description {
    right: 50px; }
  .layout-1 .ApImage.right .image_description {
    left: 50px; }

  .layout-3 .ApImage .image_description {
    left: 50px;
    width: auto; }
  .layout-3 .ApImage .banner-title {
    font-size: 40px;
    margin-bottom: 10px; }
  .layout-3 .ApImage .banner-desc {
    font-size: 18px;
    margin-bottom: 30px; }
  .layout-3 .ApImage .btn {
    padding: 13px 40px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .layout-3 .ApImage .image_description {
    left: 50px;
    width: auto; }
  .layout-3 .ApImage .banner-title {
    font-size: 30px;
    margin-bottom: 10px; }
  .layout-3 .ApImage .banner-desc {
    font-size: 16px;
    margin-bottom: 20px; }
  .layout-3 .ApImage .btn {
    padding: 10px 30px;
    font-size: 12px; } }
@media (max-width: 991px) {
  .page-home .ApColumn .title_block {
    font-size: 35px;
    margin: 40px 0 30px; }

  .ApColumn .instagram-block .title_block {
    font-size: 16px; }
    .ApColumn .instagram-block .title_block::before {
      font-size: 40px; } }
@media (max-width: 767px) {
  .ApColumn .instagram-block .block_content .owl-row {
    margin: 0; }
  .ApColumn .instagram-block .normal-list > div {
    padding: 0; }
    .ApColumn .instagram-block .normal-list > div a {
      margin-bottom: 0; }
  .ApColumn .instagram-block .title_block {
    font-size: 20px;
    margin-top: 20px; } }
@media (max-width: 575px) {
  .layout-3 .ApImage .image_description {
    left: 30px;
    width: auto; }
  .layout-3 .ApImage .banner-title {
    font-size: 30px;
    margin-bottom: 10px; }
  .layout-3 .ApImage .banner-desc {
    font-size: 16px;
    margin-bottom: 20px; }
  .layout-3 .ApImage .btn {
    padding: 10px 30px;
    font-size: 12px; } }

/*# sourceMappingURL=profile2637981944.css.map */
