

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box blockquote {
  padding-left: 4px;
}
.box blockquote cite {
  font-weight: 400;
}
.box blockquote p + h3 {
  margin-top: 8px;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-top: -22px;
  margin-left: -2px;
  border-radius: 50%;
}
.box_aside[class*='fa-'] {
  text-align: center;
  width: 119px;
  height: 119px;
  margin-top: 8px;
  border-radius: 50%;
}
.box_aside:before {
  font-size: 50px;
  line-height: 114px;
  color: #ffffff;
}
.box_aside.fa-gift:before {
  color: #191919;
}
.box_aside.cite {
  padding-left: 2px;
  padding-top: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 25px;
  color: #ffffff;
}
.box_cnt__no-flow p {
  padding-left: 2px;
}
@media (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside {
    margin-left: 40px;
  }
  .box_aside, .box_cnt__no-flow {
    float: none;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    overflow: visible;
  }
  .box_aside[class*='fa-'] {
    margin: 0 auto 0 75px;
  }
}
@media (max-width: 767px) {
  .box {
    margin-top: 40px;
  }
  .box + .box {
    margin-top: 65px;
  }
  .box_aside[class*='fa-'] {
    margin: 0 auto 0 165px;
  }
}
@media (max-width: 479px) {
  .box_aside[class*='fa-'] {
    margin: 0 auto 0 90px;
  }
}
.box.grid_12 {
  padding-left: 32px;
}
@media (max-width: 1260px) {
  .box.grid_12 {
    padding-left: 0;
  }
}
.box__mod1 {
  padding-left: 6px;
}

/*==================      Box      ======================*/
.colorful-box {
  text-align: center;
  float: left;
  width: 25%;
  padding-top: 76px;
  padding-bottom: 76px;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.colorful-box:hover {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  padding-top: 36px;
  padding-bottom: 116px;
}
.colorful-box:hover .text-inf {
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 1;
  visibility: visible;
}
.colorful-box p {
  color: #ffffff;
}
.colorful-box .text-inf {
  position: absolute;
  padding-top: 4px;
  left: 0;
  right: 0;
  opacity: 0;
}
.colorful-box.secondary-color h2, .colorful-box.secondary-color p, .colorful-box.secondary-color a {
  color: #191919;
}
.colorful-box.secondary-color h2 a:hover {
  color: #b3ab00;
}
.colorful-box.secondary-color a {
  border-color: #191919;
}
@media (max-width: 850px) {
  .colorful-box {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .colorful-box {
    width: 100%;
  }
}




/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb.__thumb25 {
  width: 25%;
  float: left;
}
+ .thumb.__thumb25.__thumb25 {
  margin-left: -4px;
}
.thumb.big-image {
  width: 25.0%;
  display: inline-block;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: 'VER';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  margin-left: -38px;
  border: 2px solid #fff;
  border-radius: 4px;
  font: 700 14px/28px 'Ubuntu', sans-serif;
  width: 46px;
  padding: 0px 10px;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .thumb.__thumb25 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .thumb.__thumb25 {
    width: 100%;
    margin-left: 0;
  }
}

.thumb-block {
  display: inline-block;
  width: 12.519999999999%;
}
.thumb-block + .thumb-block, .thumb-block + .big-image {
  margin-left: -4px;
}
.thumb-block + .thumb-block + .thumb-block, .thumb-block + .big-image + .thumb-block {
  margin-left: -4px;
}

@media (min-width: 2415px) {
  .thumb-block {
    width: 12.5%;
    margin-left: -4px;
  }
  .thumb-block + .thumb-block {
    margin-left: -8px;
  }
}
@media (max-width: 979px) {
  .thumb-block {
    width: 25.00888888%;
  }

  .thumb.big-image {
    width: 50%;
  }

  .thumb-block + .thumb-block {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .thumb.big-image {
    width: 100%;
    margin-left: 0;
  }
  .thumb.big-image + .thumb-block {
    margin-left: 0px;
  }

  .thumb-block {
    display: block;
    width: 100%;
  }
  .thumb-block .thumb {
    width: 50.0599%;
    display: inline-block;
  }
  .thumb-block .thumb + .thumb {
    margin-left: -4px;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}


/*==================      Well     ======================*/
.well1 {
  padding-top: 72px;
  padding-bottom: 84px;
}

.well1__inset1 {
  padding-bottom: 75px;
}

.well2 {
  padding-top: 42px;
  padding-bottom: 50px;
}

.well2__inset1 {
  padding-bottom: 53px;
}

.well2__inset2 {
  padding-bottom: 61px;
}

.well2__inset3 {
  padding-top: 22px;
}

.well3 {
  padding-top: 54px;
  padding-bottom: 20px;
}
