.clear-both {
  clear: both;
  display: block;
}

.vertical-container-mobile {
  display: table;
  height: 100%;
}
.vertical-container-mobile .vertical-center {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (min-width: 768px) {
  .vertical-container {
    display: table;
    height: 100%;
  }
  .vertical-container .vertical-center {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.no-bg {
  background: none !important;
  border-color: transparent !important;
}
.no-bg a {
  border-color: transparent !important;
}

.text-white {
  color: #fff;
}
.text-white .no-bg {
  color: #fff !important;
}

.circle-image img, .circle-image .image {
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

.rounded-image .image {
  border-radius: 5%;
}

.rounded-image-15 .image {
  border-radius: 15%;
}

.rounded-image-30 .image {
  border-radius: 30%;
}

.full-width {
  width: 100%;
}

body .pswp {
  z-index: 10000;
}

.to-animate {
  opacity: 0;
}

.page-content.error-404 {
  padding: 150px 0 100px;
}

.row {
  position: relative;
  overflow: hidden;
}
.row .full-width .col:last-of-type {
  margin-bottom: 0;
}

.col {
  margin-bottom: 20px;
}

.widget {
  background: #fff;
  margin-bottom: 20px;
}
.widget img {
  width: 100%;
  height: auto;
}
.widget:last-of-type {
  margin: 0;
}

.scale-container {
  display: block;
  visibility: hidden;
  height: auto;
}
.scale-container .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .no-col-paddings .col {
    padding: 0;
  }
  .single-image.float-left, .single-image.float-right {
    width: 30%;
    margin-bottom: 10px;
  }
  .single-image.float-left {
    margin-right: 10px;
    float: left;
  }
  .single-image.float-right {
    margin-left: 10px;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
  .single-image.float-left {
    margin-right: 20px;
  }
  .single-image.float-right {
    margin-left: 20px;
  }
}
body {
  font-family: "Rubik", sans-serif;
  background: #131005;
}

.body-wrapper {
  background: url("/img/background/bg-image.jpg") no-repeat top left transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.page-content .paper {
  background: #fff;
}

.navbar {
  background: #131005;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar .nav-logo {
  max-height: 40px;
  width: auto;
}

.social-buttons {
  margin-left: 20px;
}
.social-buttons i {
  color: #fff;
}

footer .footer-top-bacground {
  background: url("/img/background/footer-top-background.png") repeat-x top left transparent;
  height: 80px;
}
footer .footer-content {
  background: #131005;
}
footer .social-link {
  max-width: 40%;
}

.text-justify, .text-justify-p p {
  text-align: justify;
}

.text-red {
  color: #dd4b39;
}

.yt-btn {
  transition: transform 0.2s ease, filter 0.2s ease;
}

.yt-btn:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.4));
}

.article-content img {
  max-width: 100%;
}
.article-content a {
  color: #dd4b39;
  text-decoration: none;
  font-weight: bolder;
}
.article-content a:hover {
  color: #a23727;
}

@media only screen and (min-width: 992px) {
  .article-content img {
    width: auto;
  }
  .article-content img.left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
  }
  .article-content img.right {
    float: right;
    margin-left: 30px;
    max-width: 50%;
  }
  .article-content img.center {
    margin: 10px auto;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
