/*
 * File Name: style.css
 * Project: Befolio
 * Version: 1.0.0
 * Create By: RUSSSO
 */

/* Table of contents
===================================
 1. Global
 2. Navbar
 3. Jumbotron
 4. Button
 5. Pagination
 6. Input Group
 7. Navigation
 8. Progress Bar
 9. Carousel Slick
 10. Form
 11. Loader
 12. Go Top
*/

/* 1. Global
=================================== */

html {
  font-size: 15px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #000 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizelegibility;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

::-moz-selection {
  background-color: #c32026;
  color: white;
}

::selection {
  background-color: #c32026;
  color: white;
}

a {
  color: #000;
  outline: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
}

.wh-40 {
  height: 40px;
  width: 40px;
}

.wh-60 {
  height: 60px;
  width: 60px;
}

.g-py-6 {
  padding-bottom: 6rem;
}

.g-py-6,.g-pt-6 {
  padding-top: 6rem;
}

.g-pt-9 {
  padding-top: 9rem;
}

.g-pl-30 {
  padding-left: 30px;
}

.g-pr-30 {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .g-pr-30 {
    padding-right: 15px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.top-90 {
  top: 90px;
}

@media (max-width: 767px) {
  .g-pl-sm-15 {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .g-mb-sm-2 {
    margin-bottom: 2rem;
  }
}

.bg-light-1 {
  background: #fafafa;
}

.bg-light-2 {
  background: #f4f5f9;
}

.bg-light-3 {
  background: #eeeced;
}

.txt-theme-color {
  color: #c32026 !important;
}

.txt-theme-color:hover {
  color: #97191d !important;
}

.bg-theme-color {
  background: #c32026 !important;
}

.signature {
  font-family: "Rhesmanisa", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .signature {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .signature {
    font-size: 36px;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .txt-sm-center {
    text-align: center;
  }
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

@media (max-width: 991px) {
  .letter-spacing-2 {
    letter-spacing: 0;
  }
  .letter-spacing-5 {
    letter-spacing: 0;
  }
}

.rounded-9 {
  border-radius: 9px !important;
  overflow: hidden;
}

.rounded-50 {
  border-radius: 50px !important;
}

@media (max-width: 767px) {
  .order-sm-last-2,.order-sm-last-1 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media (max-width: 767px) {
  .order-sm-first-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (max-width: 1199px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 2rem;
  }
}

.breadcrumb {
  background: none;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 0;
}

.bg-cover {
  background-position: bottom !important;
  background-size: cover !important;
}

.letter {
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: 600;
  height: 60px;
  margin-right: .5rem;
  padding: 7px;
  text-align: center;
  width: 60px;
}

.section-title {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .section-title {
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .section-title {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .section-title {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .g-brd-left-sm-0 {
    border-left: none !important;
  }
}

/* 2. Navbar
=================================== */

.navbar {
  padding-top: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sticky {
  background: #fafafa;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  padding-top: .5rem;
}

.navbar-nav {
  list-style: none;
}

@media (max-width: 991px) {
  .navbar-nav .btn {
    background: none;
    color: #000 !important;
    font-size: 14px;
    text-align: left;
    text-transform: inherit;
  }

  .navbar-nav .btn:hover {
    background: none;
    color: rgba(0, 0, 0, .7) !important;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navbar-light .navbar-nav .nav-link.mPS2id-highlight {
  color: #c32026;
}

@media (max-width: 991px) {
  .navbar-expand-lg {
    background: #fafafa;
  }

  .navbar {
    padding-top: .5rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.dropdown {
  position: static;
}

.dropdown.show .dropdown-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
}

@media (max-width: 991px) {
  .dropdown .nav-link {
    outline: none;
  }

  .dropdown.show .nav-link {
    background: #e9e9e9;
    outline: none;
    padding-left: 1rem;
  }
}

.dropdown-menu {
  background: #f4f5f9;
  border-bottom: 0;
  border-left: 0;
  border-radius: 6px;
  border-right: 0;
  border-top: 2px solid #555;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  display: block;
  font-size: 14px;
  left: auto;
  margin-left: 1rem;
  margin-top: 0;
  min-width: 200px;
  opacity: 0;
  padding: 1rem;
  -webkit-transform: translate3d(0, -12px, 0);
          transform: translate3d(0, -12px, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.dropdown-menu:after {
  border-bottom: .4rem solid;
  border-left: .4rem solid transparent;
  border-right: .4rem solid transparent;
  color: #555;
  content: '';
  position: absolute;
  top: -0.5rem;
}

.dropdown-menu .dropdown-item {
  color: #000;
  padding: .5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.dropdown-menu .dropdown-item:hover {
  background: #eeeff3;
  color: black;
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:focus {
  background: #e9e9e9;
}

@media (max-width: 991px) {
  .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    margin-left: 0;
  }

  .dropdown-menu.show {
    margin-top: 15px;
    position: relative;
    top: 0;
  }

  .dropdown-menu.show .dropdown-menu {
    display: block;
  }
}

.navbar-toggler,.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  border: none;
  outline: none;
}

.hamburger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: inherit;
  margin: 0;
  outline: none !important;
  overflow: visible;
  padding: 0 0;
  text-transform: none;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: .7;
}

.hamburger-box {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 1.6rem;
}

.hamburger-inner {
  display: block;
  margin-top: -1px;
  top: 50%;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: #555;
  border-radius: 50px;
  height: 2px;
  position: absolute;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 1.6rem;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: .075s;
       -o-transition-duration: .075s;
          transition-duration: .075s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top .075s .12s ease, opacity .075s ease;
  -o-transition: top .075s .12s ease, opacity .075s ease;
  transition: top .075s .12s ease, opacity .075s ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
  -o-transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner:before {
  opacity: 0;
  top: 0;
  -webkit-transition: top .075s ease, opacity .075s .12s ease;
  -o-transition: top .075s ease, opacity .075s .12s ease;
  transition: top .075s ease, opacity .075s .12s ease;
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  -o-transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

/* 3. Jumbotron
=================================== */

.jumbotron-2 {
  padding-bottom: 2rem;
  padding-top: 8rem;
}

/* 4. Button
=================================== */

.btn {
  border-radius: 60px;
  font-size: 13px;
  font-weight: 400;
  padding: .5rem 1.25rem;
  text-transform: uppercase;
}

.btn-sm {
  padding: .25rem 1rem;
  text-transform: inherit;
}

.btn-light-1 {
  background: #f4f5f9;
}

.btn-light-1:hover {
  background: #eeeced;
  color: #000;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-red {
  background: #c32026;
  color: #fff !important;
}

.btn-red:hover {
  background: #ad1c22;
}

.btn-red:active {
  background: #97191d;
}

.btn.btn-lg {
  font-size: 14px;
  padding: .75rem 1.5rem;
}

@media (max-width: 991px) {
  .btn.btn-lg {
    font-size: 13px;
    padding: .5rem 1.25rem;
  }
}

/* 5. Pagination
=================================== */

.pagination {
  border-radius: 0;
}

.pagination .page-item {
  margin-left: .25rem;
  margin-right: .25rem;
  text-transform: uppercase;
}

.pagination .page-item:first-child a.page-link,
.pagination .page-item:last-child a.page-link {
  border: 1px solid #c32026;
  color: #c32026;
  padding: .5rem 1.25rem;
  width: inherit;
}

.pagination .page-item:first-child a.page-link:hover,
.pagination .page-item:last-child a.page-link:hover {
  background: #c32026;
  color: #fff;
}

@media (max-width: 767px) {
  .pagination .page-item:first-child a.page-link,
  .pagination .page-item:last-child a.page-link {
    height: 35px !important;
    padding: 0;
    width: 35px !important;
  }

  .pagination .page-item:first-child a.page-link i,
  .pagination .page-item:last-child a.page-link i {
    margin: 0 !important;
  }
}

.pagination .page-item.disabled a {
  border: 1px solid rgba(0, 0, 0, .4) !important;
  color: rgba(0, 0, 0, .5) !important;
}

.pagination .page-item.active .page-link {
  background: #c32026 !important;
  border: 1px solid #c32026;
  color: #fff !important;
}

.pagination .page-item .page-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
}

.pagination .page-item .page-link:hover {
  background: transparent;
  border: 1px solid #c32026;
  color: #c32026;
}

/* 6. Input Group
=================================== */

.input-group .input-group-text {
  background: transparent;
  border: none;
}

/* 7. Navigation
=================================== */

.nav {
  border-bottom: 3px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.nav .nav-link {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #000;
  font-weight: 700;
  margin-bottom: -3px;
  margin-left: .5rem;
  margin-right: .5rem;
  text-transform: uppercase;
}

.nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}

.nav .nav-link.active {
  border-color: #c32026;
  color: #c32026;
}

/* 8. Progress Bar
=================================== */

.progress {
  background: #efefef;
  height: .2142rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
}

.progress-title {
  font-weight: 400;
}

.progress-bar {
  position: relative;
}

.progress-bar .progress-value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -1.5rem;
  width: 3rem;
  z-index: 2;
}

.media-icon i {
  color: #c32026;
  min-width: 3.5rem;
  text-align: center;
}

.navigation-menu button {
  color: #000;
  font-size: 14px !important;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none !important;
}

.navigation-menu button.active {
  color: #c32026 !important;
}

.navigation-menu button:hover {
  color: rgba(0, 0, 0, .7);
}

/* 9. Carousel Slick
=================================== */

.slick-slide div {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.slick-slide .slide-center {
  opacity: .6;
}

.slick-slide.slick-center .slide-center {
  opacity: 1 !important;
}

.slick-slide .slide-center {
       -o-transition: .3s;
  -webkit-transition: .3s;
          transition: .3s;
}

.slick-list {
  margin-bottom: 2rem;
}

.slick-dots {
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 15px;
  justify-content: center;
  margin: 0 .25rem;
  width: 15px;
}

.slick-dots li button {
       -o-transition: .3s;
  -webkit-transition: .3s;
  background: #333;
  border: 0;
  border-radius: 60%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 9px;
  opacity: .5;
  outline: none;
  padding: 0;
          transition: .3s;
  width: 9px;
}

.slick-dots li.slick-active button {
  display: block;
  height: 12px;
  opacity: 1;
  width: 12px;
}

.slick-dots li button:hover {
  opacity: .9;
}

.arrow-v2 .slick-prev, .arrow-v2 .slick-next {
  bottom: -6rem !important;
  top: auto !important;
}

.slick-prev, .slick-next {
      -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #333;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0;
  height: 40px;
  outline: none !important;
  padding: 0;
  position: absolute !important;
  top: 50% !important;
          transform: translateY(-50%);
  width: 40px;
  z-index: 10;
}

.slick-prev {
  left: 13px;
}

.slick-next {
  right: 13px;
}

.slick-prev:before, .slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: bold;
}

.slick-prev:before {
  content: '\f104';
}

.slick-next:before {
  content: '\f105';
}

.slick-arrow {
       -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  opacity: .8;
          transition: opacity .3s;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.ico-centering {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -40px;
  width: 80px;
}

.carousel-prev {
  -webkit-transition: opacity 1s ease;
  opacity: 0;
          -o-transition: opacity 1s ease;
          transition: opacity 1s ease;
  visibility: hidden;
}

.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* 10. Form
=================================== */

.g-form {
  margin-top: 1.5rem;
  position: relative;
}

.g-form input[type=text], .g-form input[type=password],
.g-form input[type=email], .g-form input[type=url], .g-form input[type=time],
.g-form input[type=date], .g-form input[type=datetime-local],
.g-form input[type=tel], .g-form input[type=number], .g-form input[type=search],
.g-form textarea.g-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #000;
  outline: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.g-form input[type=text]:focus:not([readonly]),
.g-form input[type=password]:focus:not([readonly]),
.g-form input[type=email]:focus:not([readonly]),
.g-form input[type=url]:focus:not([readonly]),
.g-form input[type=time]:focus:not([readonly]),
.g-form input[type=date]:focus:not([readonly]),
.g-form input[type=datetime-local]:focus:not([readonly]),
.g-form input[type=tel]:focus:not([readonly]),
.g-form input[type=number]:focus:not([readonly]),
.g-form input[type=search]:focus:not([readonly]),
.g-form textarea.g-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #c32026 !important;
  -webkit-box-shadow: 0 1px 0 0 #c32026 !important;
          box-shadow: 0 1px 0 0 #c32026 !important;
}

.g-form input[type=text]:focus:not([readonly]) + label,
.g-form input[type=password]:focus:not([readonly]) + label,
.g-form input[type=email]:focus:not([readonly]) + label,
.g-form input[type=url]:focus:not([readonly]) + label,
.g-form input[type=time]:focus:not([readonly]) + label,
.g-form input[type=date]:focus:not([readonly]) + label,
.g-form input[type=datetime-local]:focus:not([readonly]) + label,
.g-form input[type=tel]:focus:not([readonly]) + label,
.g-form input[type=number]:focus:not([readonly]) + label,
.g-form input[type=search]:focus:not([readonly]) + label,
.g-form textarea.g-textarea:focus:not([readonly]) + label {
  color: #c32026;
}

.g-form .form-control {
  background-color: transparent;
  border-radius: 0;
  margin: 0 0 1rem 0;
  padding: .3rem 0 .25rem 0;
}

.g-form .form-control:focus {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.g-form .form-control:disabled, .g-form .form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #d2d2d2;
}

.g-form label {
  color: #333;
  cursor: text;
  left: 0;
  position: absolute;
  top: .65rem;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.g-form textarea.g-textarea {
  overflow-y: hidden;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  resize: none;
}

input:focus + label, input.has-value + label, textarea:focus + label,
textarea.has-value + label {
  color: #000;
  font-size: 13px;
  top: -15px;
}

/* 11. Loader
=================================== */

#preloader {
     -moz-background-size: cover;
       -o-background-size: cover;
  -webkit-background-size: cover;
  background: #fafafa;
          background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

#status {
  left: 50%;
  margin: -25px 0 0 -15px;
  position: fixed;
  top: 50%;
}

#status,.spinner {
  height: 30px;
  width: 50px;
}

.spinner {
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
}

.spinner > div {
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
          animation: stretchdelay 1.2s infinite ease-in-out;
  background-color: #c32026;
  display: inline-block;
  height: 100%;
  width: 6px;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(.4);
            transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* 12. Go Top
=================================== */

.scroll-to-top {
  background: rgba(255, 255, 255, .5);
  border-radius: 50px;
  bottom: 10px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 28px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
}

.scroll-to-top:hover {
  background: #c32026;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */












.article-content .article-cover {
    position: relative;
    margin-bottom: 30px;
	margin-top: 30px;
}
.article-content {
    font-size: 19px;
    line-height: 160%;
}
.article-content .article-cover::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 65%;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 78%, rgba(0, 0, 0, 0.73) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 78%, rgba(0, 0, 0, 0.73) 100%);
}
.article-content .article-cover-img {
    display: block;
    width: 100%;
    height: 100%;
}
.article-content .article-cover-img img {
    display: block;
    width: 100%;
}
img {
    border: 0;
    vertical-align: middle;
}
.article-content .article-cover-text {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
}

.article-content .article-cover .article-info {
    color: #fff;
}
.article-content .article-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    color: #222222;
    font-size: 13px;
}
.article-content .article-info .info {
    color: inherit;
    font-size: inherit;
}
.info {
    color: #888;
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 5px;
}
.article-content .article-info a {
    color: inherit;
}
.info span:last-child, .info time:last-child, .info a:last-child {
    background: none;
    padding: 0;
    margin: 0;
}
.article-content .article-cover .article-title {
    margin-bottom: 0;
    color: #fff;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.article-content .article-title {
    margin-bottom: 25px;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.article-content .article-title h1 {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 760px) {
	.article-content .article-title h1 {
		font-size: 20px;
		line-height: 1;
	}
}