@charset "UTF-8";
@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(../vendor/font-awesome/font-awesome.min.css);
@import url(../vendor/aos/aos.css);
@import url(../vendor/lightslider/lightslider.min.css);
@import url(../vendor/fancybox/jquery.fancybox.css);
/* @mixin gradient() {
	background: $secondary;
	background: -webkit-linear-gradient(to right, $secondary, lighten( $secondary, 20 ) );
	background: linear-gradient(to right, $secondary, lighten( $secondary, 20 ) );
} */
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fff;
  color: #121212;
  font-family: "Roboto";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Saira Condensed";
}

#cgdpr-btn {
  font-size: 1em;
  bottom: 15px;
}

.privacy-policy p a {
  word-wrap: break-word;
}

.logged-in.admin-bar .mobile-menu {
  top: 112px;
}

.main-title {
  font-size: 32px;
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 20px 0;
}

.btn {
  font-weight: 500;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 55px;
  min-width: 150px;
}
.btn.btn-red {
  background-color: #bb2027;
  border-color: #bb2027;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red:hover {
  background-color: #d1242c !important;
  border-color: #d1242c !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-neutral {
  background-color: #fff;
  border-color: #dedede;
  color: #212224;
}
.btn.btn-neutral:focus,
.btn.btn-neutral:active,
.btn.btn-neutral:hover {
  background-color: #f6f7fa;
  border-color: #dedede;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-neutral:focus,
.btn.btn-neutral:active {
  background-color: #dcdee1;
}
.btn#load-more {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: none;
}
.btn#load-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: #121212;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translateX(-100%) translateY(10%) rotate(-45deg);
  -ms-transform: translateX(-100%) translateY(10%) rotate(-45deg);
  transform: translateX(-100%) translateY(10%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn#load-more:hover:after {
  -webkit-transform: translateY(10%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(10%) translateX(-50%) rotate(-45deg);
  transform: translateY(10%) translateX(-50%) rotate(-45deg);
}

/* .color-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;

    span {
        color: $red;
    }
} */
/* .btn-primary {
    min-width: 140px;
    padding: 14px 23px 12px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    z-index: 0;
    color: $text;
    background-color:transparent;
    border-color: $red;
    border: 2px solid $red;
    height: auto;
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    &:hover,
    &:focus {
        color:#fff;
        background-color:$red;
        border-color: $red;
        box-shadow: none;
    }
}

.btn-secondary {
    min-width: 140px;
    padding: 14px 23px 12px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    z-index: 0;
    color: #fff;
    background-color:$red;
    border-color: $red;
    border: 2px solid $red;
    height: auto;
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    &:hover,
    &:focus {
        color:#fff;
        background-color:$red-l;
        border-color: $red-l;
        box-shadow: none;
    }
} */
dl,
ol,
ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

article li {
  list-style-type: disc;
}
h2 {
  font-size: 40px;
}

.uppercase {
  text-transform: uppercase;
}

a {
  color: #bb2027;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
a:hover {
  color: #8f191e;
  text-decoration: none;
  /* h2 {
            color: $red;
        } */
  /* .fa-facebook-f {
            color: #3b5998;
            transition: .4s;
        }
        .fa-instagram {
            background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
            background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: inherit;
            transition: .4s;
        }
        .fa-pinterest {
            color: #e60023;
            transition: .4s;
        }
        .fa-linkedin-in {
            color: #0077B5;
        }
        .fa-search {
            color: $red;
        } */
}

a:focus,
a:active,
button:focus,
button:active {
  outline: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (max-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 600px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* roboto-100 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v20-latin-ext_latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url("../fonts/roboto-v20-latin-ext_latin-100.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-100.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-100.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-100.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-100italic - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/roboto-v20-latin-ext_latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
    url("../fonts/roboto-v20-latin-ext_latin-100italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-100italic.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-100italic.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-100italic.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-100italic.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/roboto-v20-latin-ext_latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-300.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-300.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-300.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-300italic - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-ext_latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
    url("../fonts/roboto-v20-latin-ext_latin-300italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-300italic.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-300italic.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-300italic.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-300italic.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/roboto-v20-latin-ext_latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-regular.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-italic - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-ext_latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"),
    url("../fonts/roboto-v20-latin-ext_latin-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-italic.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-italic.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-italic.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../fonts/roboto-v20-latin-ext_latin-500.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-500.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500italic - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-ext_latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
    url("../fonts/roboto-v20-latin-ext_latin-500italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-500italic.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-500italic.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-500italic.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-500italic.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/roboto-v20-latin-ext_latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-700.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700italic - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-ext_latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
    url("../fonts/roboto-v20-latin-ext_latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-700italic.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-700italic.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-700italic.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-700italic.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* roboto-900 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v20-latin-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"),
    url("../fonts/roboto-v20-latin-ext_latin-900.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-900.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-900.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-900.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-900italic - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/roboto-v20-latin-ext_latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
    url("../fonts/roboto-v20-latin-ext_latin-900italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-v20-latin-ext_latin-900italic.woff2") format("woff2"),
    url("../fonts/roboto-v20-latin-ext_latin-900italic.woff") format("woff"),
    url("../fonts/roboto-v20-latin-ext_latin-900italic.ttf") format("truetype"),
    url("../fonts/roboto-v20-latin-ext_latin-900italic.svg#Roboto")
      format("svg");
  /* Legacy iOS */
}

/* saira-condensed-500 - latin-ext_latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/saira-condensed-v5-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Saira Condensed Medium"), local("SairaCondensed-Medium"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-500.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-500.woff2") format("woff2"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-500.woff") format("woff"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-500.ttf")
      format("truetype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-500.svg#SairaCondensed")
      format("svg");
  /* Legacy iOS */
}

/* saira-condensed-600 - latin-ext_latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/saira-condensed-v5-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Saira Condensed SemiBold"), local("SairaCondensed-SemiBold"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-600.woff2") format("woff2"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-600.woff") format("woff"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-600.ttf")
      format("truetype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-600.svg#SairaCondensed")
      format("svg");
  /* Legacy iOS */
}

/* saira-condensed-regular - latin-ext_latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/saira-condensed-v5-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Saira Condensed Regular"), local("SairaCondensed-Regular"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-regular.woff2")
      format("woff2"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-regular.woff")
      format("woff"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-regular.ttf")
      format("truetype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-regular.svg#SairaCondensed")
      format("svg");
  /* Legacy iOS */
}

/* saira-condensed-700 - latin-ext_latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/saira-condensed-v5-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Saira Condensed Bold"), local("SairaCondensed-Bold"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-700.woff") format("woff"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-700.ttf")
      format("truetype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-700.svg#SairaCondensed")
      format("svg");
  /* Legacy iOS */
}

/* saira-condensed-800 - latin-ext_latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/saira-condensed-v5-latin-ext_latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Saira Condensed ExtraBold"), local("SairaCondensed-ExtraBold"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-800.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-800.woff2") format("woff2"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-800.woff") format("woff"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-800.ttf")
      format("truetype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-800.svg#SairaCondensed")
      format("svg");
  /* Legacy iOS */
}

/* saira-condensed-900 - latin-ext_latin */
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/saira-condensed-v5-latin-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Saira Condensed Black"), local("SairaCondensed-Black"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-900.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-900.woff2") format("woff2"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-900.woff") format("woff"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-900.ttf")
      format("truetype"),
    url("../fonts/saira-condensed-v5-latin-ext_latin-900.svg#SairaCondensed")
      format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Druk Wide Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Druk Wide Bold.eot");
  /* IE9 Compat Modes */
  src: local("Druk Wide Bold"), local("Druk-Wide-Bold"),
    url("../fonts/Druk Wide Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Druk Wide Bold.woff2") format("woff2"),
    url("../fonts/Druk Wide Bold.woff") format("woff"),
    url("../fonts/Druk Wide Bold.ttf") format("truetype"),
    url("../fonts/Druk Wide Bold.svg#Anton") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Druk Text Wide Web Medium Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Druk Wide Bold.eot");
  /* IE9 Compat Modes */
  src: local("Druk Text Wide Web Medium Regular"),
    local("Druk Text Wide Web Medium Regular"),
    url("../fonts/Druk Text Wide Web Medium Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Druk Text Wide Web Medium Regular.woff2") format("woff2"),
    url("../fonts/Druk Text Wide Web Medium Regular.woff") format("woff"),
    url("../fonts/Druk Text Wide Web Medium Regular.ttf") format("truetype"),
    url("../fonts/Druk Text Wide Web Medium Regular.svg#Anton") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Taz";
  src: local("TazWt05-Regular"),
    url("../fonts/TazWt05-Regular.woff2") format("woff2"),
    url("../fonts/TazWt05-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Taz";
  src: local("TazWt07-Bold"), url("../fonts/TazWt07-Bold.woff2") format("woff2"),
    url("../fonts/TazWt07-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Taz";
  src: local("TazWt09-Black"),
    url("../fonts/TazWt09-Black.woff2") format("woff2"),
    url("../fonts/TazWt09-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

header {
  background-color: #bb2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 15px;
  font-weight: 600;
}
header a {
  color: #fff;
  font-size: 18px;
}
header a:hover {
  color: #fff;
}
header a.active {
  text-decoration: underline;
}
header .logo {
  padding: 20px 0;
}
header .left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .left-section .logo {
  background-color: #121212;
  padding: 20px 30px;
}
header .title {
  padding-top: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  border-right: 2px solid #fff;
  margin-right: 10px;
}
header .title span {
  display: block;
  color: #fff;
}
header .title span:first-child {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
header .title span:nth-child(2) {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
header .title span:last-child {
  font-weight: 900;
  font-size: 13px;
  font-size: 1;
}
header .category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .category-nav li {
  display: inline-block;
}
header .category-nav li a {
  font-weight: 900;
  padding: 0 10px;
  font-size: 20px;
}
header .category-nav li a:hover {
  text-decoration: underline;
}
header .search-bar input {
  width: 0;
  opacity: 0;
  border: none;
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-color: #fff;
  height: 50px;
  padding-left: 4px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
header .search-bar input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .search-bar i {
  vertical-align: middle;
}
header .search-bar.active input {
  width: 300px;
  opacity: 1;
}
header .search-bar.active button i:before {
  content: "\f00d";
}

.search-toggle {
  display: inline-block;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 9999;
  font-size: 24px;
}

.navbar-toggle {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border-radius: 0;
}
.navbar-toggle span,
.navbar-toggle:after,
.navbar-toggle:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 7px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.navbar-toggle.active {
  background-color: #121212;
}
.navbar-toggle.active:active,
.navbar-toggle.active:focus {
  background-color: #121212;
}
.navbar-toggle.active span {
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.navbar-toggle.active:before {
  -webkit-transform: translateY(12px) rotate(135deg);
  -ms-transform: translateY(12px) rotate(135deg);
  transform: translateY(12px) rotate(135deg);
}
.navbar-toggle.active:after {
  -webkit-transform: translateY(-12px) rotate(-135deg);
  -ms-transform: translateY(-12px) rotate(-135deg);
  transform: translateY(-12px) rotate(-135deg);
}
.navbar-toggle:focus {
  background-color: transparent;
}

.mobile-menu {
  position: fixed;
  width: 379px;
  -webkit-transform: translateX(-379px);
  -ms-transform: translateX(-379px);
  transform: translateX(-379px);
  height: 100%;
  z-index: 1;
  top: 80px;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #121212;
  padding-top: 20px;
  z-index: 999;
}
.mobile-menu a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}
.mobile-menu a.active,
.mobile-menu a:hover {
  color: #bb2027;
}
.mobile-menu a[data-toggle="collapse"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu a[data-toggle="collapse"]:after {
  color: #fff;
  padding-right: 20px;
}
.mobile-menu a[aria-expanded="false"]:after {
  content: "";
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
}
.mobile-menu a[aria-expanded="true"]:after {
  content: "";
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
}
.mobile-menu ul {
  padding: 0;
}
.mobile-menu nav {
  padding-left: 120px;
}
.mobile-menu nav ul li > a {
  display: inline-block !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-menu nav ul li > i {
  display: inline-block !important;
  color: white;
  float: right;
  padding: 0 10px;
  padding-top: 8px;
  cursor: pointer;
}
.mobile-menu li {
  list-style-type: none;
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 6px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 6px 3px 10px 1px rgba(0, 0, 0, 0.2);
}
.mobile-menu .collapse-dropdown a {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main {
  padding-top: 80px;
}

footer {
  background-color: #bb2027;
  color: #fff;
  padding-top: 80px;
}
footer .copy-footer {
  background-color: #121212;
  text-align: center;
  z-index: 1;
  padding: 40px 0;
  text-transform: uppercase;
  font-weight: 900;
}
footer .menu-footer {
  margin-bottom: 80px;
}
footer .menu-footer ul {
  text-align: center;
}
footer .menu-footer li {
  display: inline-block;
}
footer .menu-footer li a {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
footer .menu-footer li a:hover {
  text-decoration: underline;
}
footer .menu-footer li:not(:last-child):after {
  content: "|";
  color: #fff;
  font-weight: 900;
  margin: 0 25px;
}
footer .social-icons {
  margin-bottom: 90px;
}
footer .social-icons ul {
  text-align: center;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons li:not(:last-child) {
  margin-right: 30px;
}
footer .social-icons li i {
  font-size: 40px;
  color: #fff;
}

.back-to-top-button {
  position: fixed;
  bottom: 10px;
  left: 80%;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 0;
  pointer-events: none;
}
.back-to-top-button.active {
  position: fixed;
  opacity: 1;
  pointer-events: all;
}

.banner {
  text-align: center;
}
.banner img {
  max-width: 100%;
}

section {
  padding: 40px 0;
}
section + section {
  padding-top: 0;
}
section.main-news {
  padding-top: 0;
}
section.main-news article.jumbo-article h2 {
  font-weight: 900;
}

.section-title {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid #bb2027;
  font-weight: 900;
  font-family: "Roboto";
}
.section-title span {
  color: #fff;
  background-color: #bb2027;
  padding: 10px 15px;
  display: inline-block;
}

article {
  position: relative;
}
article > a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
article > a:hover h2 {
  color: #363636;
}
article figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}
article figure img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
article figure .cat {
  position: absolute !important;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  background-color: #bb2027;
}
article .add-title {
  /* font-family: "Druk Text Wide Web Medium Regular"; */
  font-family: "Taz";
  color: #bb2027;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}
article h2 {
  font-weight: 900;
  font-family: "Taz";
  font-size: 24px;
  color: #000;
  letter-spacing: 0.8px;
}
article.jumbo-article {
  height: 100%;
}
article.jumbo-article > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
article.jumbo-article .title-bg {
  background-color: #f6f6f6;
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
article.jumbo-article figure {
  margin-bottom: 30px;
}
article.jumbo-article figure img {
  width: 100%;
  height: auto;
}

article.jumbo-article .add-title {
  color: #bb2027;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
  /* font-family: "Druk Text Wide Web Medium Regular"; */
  font-family: "Taz";
}
article.jumbo-article h2 {
  font-size: 50px;
  line-height: 1.2;
}

article.sidebar-news {
  padding: 10px 0;
}

article.sidebar-news .add-title {
  /* font-family: "Druk Text Wide Web Medium Regular"; */
  font-family: "Taz";
  color: #bb2027;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}
article.video figure:after {
  content: "";
  background-image: url(../img/icons/play.png);
  background-size: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

aside.banners {
  text-align: center;
}
aside.banners .a-single:not(:last-child) {
  margin-bottom: 50px;
}

aside li:not(:last-child) article.sidebar-news {
  border-bottom: 1px solid #bb2027;
}

.editors-choices .sidebar-news h2 {
  font-size: 22px;
  padding: 10px;
  background-color: #f6f6f6;
}

.cookie-policy {
  color: #1d1d1d;
  background-color: #f6f7fa;
}
.cookie-policy a {
  color: #bb2027;
  font-weight: 600;
}
.cookie-policy a:hover {
  color: #a51c22;
}
.cookie-policy button.gdpr-y {
  background-color: #bb2027;
  color: #fff;
}
.cookie-policy button.gdpr-y:hover {
  background-color: #121212;
}
.cookie-policy button.gdpr-n:hover {
  background-color: #dedede;
}

.single-news h2 {
  margin-bottom: 25px;
}

.single-news .wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.single-news iframe {
  max-width: 100%;
}

.single-news article figure .cat {
  bottom: 20px;
}

.single-news article figure figcaption {
  text-align: center;
  font-size: 0.8em;
}

.single-news .post-content {
  font-size: 18px;
}
.single-news .post-content p:last-child span {
  display: block;
}

.category article.jumbo-article .add-title {
  font-size: 40px;
  font-weight: 900;
}

.facebook-share-icon {
  font-size: 30px;
}
.facebook-share-icon i {
  color: #3b5998;
}
.facebook-share-icon .fa-twitter-square {
  color: #1da1f2;
}
.facebook-share-icon .fa-youtube-square {
  color: #ff0000;
}
.facebook-share-icon .fa-instagram {
  color: purple;
}

.news-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.news-slider li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

a.post-share {
  display: block;
  width: 94px;
  height: 46px;
  float: left;
  margin: 10px 0px 0px 0px;
  background: #3e599a url(sidebar-share.png) no-repeat 0 0;
  text-decoration: none;
  width: 197px;
  text-indent: 50px;
  font: 15px/46px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
}

a.post-share:hover {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

a.post-share span {
  width: 20px;
  height: 16px;
  padding: 15px;
  display: block;
  float: right;
  background-color: #4665af;
  color: #ffffff;
  vertical-align: middle;
  font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  text-indent: 0;
}

a.post-share.facebook {
  background: #3e599a url(sidebar-share.png) no-repeat 0 1px;
  margin-right: 10px;
}

a.post-share.facebook span {
  background-color: #4665af;
}

.friends .friends-container {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.friends .friends-container img {
  margin-bottom: 10px;
}
.friends .friends-container i {
  color: #bb2027;
}
.friends .friends-container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.friends .friends-container p {
  margin-bottom: 5px;
}

.skyscrapper {
  position: fixed;
  top: 112px;
  height: auto;
  width: auto;
  overflow: hidden;
}
.skyscrapper.skyscrapper-left {
  left: 50%;
  margin-left: -801px;
}
.skyscrapper.skyscrapper-right {
  right: 50%;
  margin-right: -801px;
}

.adframe {
  position: relative;
}
.adframe .adframe-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banners-block-3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.banners-block-3 + section {
  padding-top: 40px;
}
.banners-block-3 img,
.banners-block-3 iframe {
  height: 250px;
  width: 300px;
}

.load-more > div:nth-child(n + 5) {
  -webkit-animation: loadMore ease 1s;
  animation: loadMore ease 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loadMore {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadMore {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cat-1x4 article {
  margin-bottom: 20px;
}

.cat-1x4 .jumbo-article h2 {
  font-size: 40px;
  line-height: 1.2;
}

.cat-4x5 .jumbo-article-mobile {
  margin-bottom: 20px;
}

.cat-1x2 article {
  margin-bottom: 20px;
}

.search-results__section {
  margin: 10px;
}
.search-results__section h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0px;
}
.search-results__section h1 span {
  color: #bb2027;
  font-weight: 700;
}
.search-results__section article {
  margin-bottom: 20px;
}
.search-results__section aside {
  margin-top: 50px;
}

.search-results__none {
  font-size: 15px;
  font-weight: 600;
}

.error404__content h2 {
  font-size: 50px;
  font-weight: 600;
  color: #bb2027;
  padding: 10px;
}

.error404__content-main-msg {
  font-size: 30px;
  padding: 10px;
  margin-bottom: 0px;
}

.error404__content-secondary-msg {
  font-size: 20px;
  padding: 0 10px 10px;
}
.error404__content-secondary-msg small {
  font-size: 20px;
}

.news-slider .lslide {
  padding: 0 30px;
}

.news-slider li h2 {
  font-size: 20px !important;
}

.lSAction > .lSPrev {
  left: -10px;
}

.lSAction > .lSNext {
  right: -10px;
}

.lSAction > a {
  background-image: none;
  text-align: center;
  font-size: 25px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 1600px) {
  .skyscrapper {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1700px) {
  header .category-nav li a {
    font-size: 14px;
  }
  header .title span {
    white-space: pre;
  }
  article h2 {
    font-size: 18px;
  }
  article.sidebar-news h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .home article.sidebar-news {
    padding: 15px 0;
  }
  .home article.sidebar-news h2 {
    font-size: 18px;
  }
  .page-id-88 .btn {
    padding: 10px 20px;
  }
}

@media (min-width: 758px) and (max-width: 992px) {
  section article h2 {
    font-size: 35px;
  }
  .slider-mobile article h2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .logged-in.admin-bar .mobile-menu {
    top: 112px;
  }
  .slider-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .newest-news .divider{
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
  html #wpadminbar {
    position: fixed;
  }
  .container {
    max-width: 100%;
  }
  .banner {
    display: none;
  }
  .horizontal-banner {
    display: block;
    padding: 20px 0;
  }
  .horizontal-banner .banner-single {
    margin-bottom: 20px;
  }
  .horizontal-banner:nth-child(1) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  section {
    padding: 0;
  }
  article {
    margin-bottom: 20px;
  }
  article h2 {
    font-size: 20px;
  }
  article.jumbo-article h2,
  article.jumbo-article-mobile h2 {
    font-size: 35px;
  }
  article.jumbo-article figure,
  article.jumbo-article-mobile figure {
    margin-left: -15px;
    margin-right: -15px;
  }
  article.jumbo-article figure img,
  article.jumbo-article-mobile figure img {
    width: 100%;
    height: auto;
  }
  .main-news article.jumbo-article h2 {
    font-size: 40px;
  }
  .thumbs.first-featured
    .row:first-child
    div[class^="col-"]:first-child
    article {
    margin-bottom: 30px;
    border-bottom: none;
  }
  .thumbs.first-featured
    .row:first-child
    div[class^="col-"]:first-child
    article
    a {
    display: block;
  }
  .thumbs.first-featured
    .row:first-child
    div[class^="col-"]:first-child
    article
    h2 {
    font-size: 40px;
  }
  .thumbs.first-featured
    .row:first-child
    div[class^="col-"]:first-child
    article.jumbo-article
    h2 {
    font-size: 42px;
  }
  .thumbs.first-featured
    .row:first-child
    div[class^="col-"]:first-child
    figure {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .thumbs.first-featured
    .row:first-child
    div[class^="col-"]:first-child
    figure
    img {
    width: 100%;
  }
  .thumbs div[class^="col-"] article {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .thumbs div[class^="col-"] article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .thumbs div[class^="col-"] article figure {
    height: 170px;
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .thumbs div[class^="col-"] article figure img {
    height: 100%;
    /*max-width: none;*/
  }
  .thumbs div[class^="col-"] article h2 {
    font-size: 22px;
  }
  footer {
    padding-top: 40px;
  }
  footer .menu-footer {
    margin-bottom: 40px;
  }
  footer .menu-footer li {
    display: block;
    padding: 10px 0;
  }
  footer .menu-footer li:not(:last-child)::after {
    display: none;
  }
  footer .menu-footer li a {
    font-size: 20px;
  }
  footer .social-icons {
    margin-bottom: 40px;
  }
  /* .home {

		article.jumbo-article-mobile {
			margin-left: -15px;
	   			margin-right: -15px;
		}
	} */
  .search-results__section {
    margin: 10px;
  }
  .single article.jumbo-article h2,
  .page article.jumbo-article h2 {
    margin: 15px 0px;
  }
  .single article.jumbo-article .facebook-share-icon,
  .page article.jumbo-article .facebook-share-icon {
    text-align: left !important;
  }
  .single .news,
  .page .news {
    margin-top: 25px;
  }
  .page-id-88 section {
    padding: 40px 0px;
  }
  .page-id-88 section img {
    width: 65% !important;
  }
  .single-news h2 {
    font-size: 23px !important;
  }
  .cat-4x5 article h2,
  .cat-3 article h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .page-id-88 article img {
    width: 35% !important;
  }
  .page-id-88 article .btn {
    padding: 15px 20px;
  }
}

@media (min-width: 758px) and (max-width: 992px) {
  .search div[class^="col-"] article figure {
    width: 320px;
  }
}

@media (max-width: 758px) {
  .horizontal-banner {
    display: none;
  }
  header .left-section .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    background-color: transparent;
    padding: 0;
  }
  header .left-section .logo img {
    max-width: 100%;
  }
  header .search-bar.active input {
    width: calc(100% - 160px);
  }
  .gdpr-c .gdpr-y,
  .gdpr-c .gdpr-n {
    width: 100%;
  }
  .container .container {
    padding: 0;
  }
  .first-featured .row h2 {
    font-size: 20px !important;
  }
  .first-featured .row div:first-child h2 {
    font-size: 20px !important;
  }
  .first-featured .row div:first-child article .add-title {
    font-size: 20px !important;
  }
  article .add-title {
    font-size: 18px !important;
  }
  article h2 {
    font-size: 20px !important;
    line-height: 1.2;
  }
  article.jumbo-article figure {
    margin-bottom: 15px;
  }
  article.jumbo-article h2 {
    margin-bottom: 30px;
    font-size: 20px !important;
    line-height: 1.2;
  }
  article.jumbo-article-mobile h2 {
    margin-bottom: 0;
    font-size: 20px !important;
  }
  article figure .cat {
    font-size: 12px;
  }
  .cat-3x4 .cat,
  .cat-4x5.thumbs .cat {
    display: none;
  }
  .cat-4x5 .load-more .jumbo-article-mobile h2 {
    font-size: 20px !important;
  }
  .search-results__section h1 {
    text-align: center;
  }
  .single-news article .add-title {
    margin-top: 20px;
    font-size: 30px !important;
  }
  .single-news article h2 {
    font-size: 35px !important;
  }
}

@media (max-width: 452px) {
  .thumbs div[class^="col-"] article {
    padding: 10px 0;
  }
  .thumbs div[class^="col-"] article h2 {
    font-size: 16px;
  }
  .thumbs div[class^="col-"] article figure {
    width: 50%;
    height: 100px;
  }
  .thumbs div[class^="col-"] article p {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  header .logo img {
    width: 170px;
  }
  .mobile-menu {
    max-width: 100%;
  }
  .single article.jumbo-article h3 {
    font-size: 30px !important;
  }
  .single article.jumbo-article h2 {
    font-size: 26px !important;
    margin: 10px 0px 20px 0px;
  }
  .single article.jumbo-article .facebook-share-icon {
    text-align: left !important;
  }
  .single p {
    font-size: 18px;
  }
  .error404__content {
    margin: 20px 0px;
  }
}

/*   dodatne izmjene */

/* newest-news naslovnica */
.newest-news article.jumbo-article .title-bg {
  position: absolute;
  background-color: transparent;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 10px;
}
.newest-news article.jumbo-article h2 {
  font-size: 50px;
  line-height: 1.2;
  color: white;
  text-shadow: 1px 1px 9px rgba(150, 150, 150, 1);
}
.newest-news article.jumbo-article h2:hover {
  color: white;
}
.newest-news article.jumbo-article a:hover h2 {
  color: white !important;
}
.newest-news article.sidebar-news a div.inner-title {
  width: 50%;
  padding-left: 5px;
}
.newest-news article.jumbo-article h2 {
  font-size: 50px;
  line-height: 1.2;
}
.newest-news article.jumbo-article figure img {
  width: auto !important;
  height: 592px;
  object-fit: cover;
}
.newest-news article.sidebar-news a div.inner-title h3 {
  font-size: 18px;
}
.newest-news article.sidebar-news a div.inner-title h2 {
  font-size: 15px;
}
.newest-news article.sidebar-news a {
  display: flex;
}
.newest-news article.sidebar-news figure {
  width: 50%;
}
.newest-news article.jumbo-article .add-title {
  background-color: rgb(187, 33, 40, 0.6);
  color: white;
}

@media only screen and (max-width: 1300px) {
  .newest-news article.jumbo-article .title-bg h3 {
    font-size: 45px !important;
  }
  .newest-news article.jumbo-article .title-bg h2 {
    font-size: 30px !important;
  }
  .newest-news article.jumbo-article figure img {
    height: 508px;
  }
  .newest-news article.sidebar-news a div.inner-title h3 {
    font-size: 14px;
  }
  .newest-news article.sidebar-news a div.inner-title h2 {
    font-size: 13px;
  }
  .newest-news article.sidebar-news figure span.cat {
    font-size: 10px;
  }
}
@media only screen and (max-width: 992px) {
  section.news.cat-3 hr {
    margin-bottom: 1.2rem;
  }
  .banners-block-3 {
    border-bottom: unset;
  }
 .most-viewed-categories{
   padding-top: 0 !important;
 }
  .most-read-hr{
    border-top: 2px solid #bb2027 !important;
    margin-top: 0rem !important;
  }
}
.most-read-hr{
  border-top: 2px solid #bb2027;
  margin-top: 2rem;
}
@media only screen and (max-width: 452px){
  .thumbs div[class^="col-"] article h2{
    font-size: 16px !important;
  }
}

header{

}