﻿@import url(css/themify-icons.css);
body {
  overflow-x: hidden;
  background-color: #f1f1f1;
  color: #212529 !important;
  /*font-family: 'Quicksand', sans-serif !important;*/
  font-family: RennerBook, serif !important; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Italic.ttf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }

.badge {
  margin-bottom: .5rem; }

.bg-white {
  background-color: white; }

.b-radius-0 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@font-face {
  font-family: RennerBook;
  src: url(/fonts/Obladi/Renner/nner-Medium.otf);
  font-weight: 500; }

@font-face {
  font-family: Coolvetica;
  src: url(/fonts/Obladi/Coolvetica/coolvetica_rg.ttf); }

p {
  margin-bottom: 0 !important; }

.grab {
  cursor: -webkit-grab;
  cursor: grab; }

.m-h-1 {
  max-height: 1rem; }

.h-12r {
  height: 12rem; }

.f-s-1 {
  font-size: 1rem !important; }

.w-50 {
  width: 50%; }

.bg-black {
  background-color: black; }

.hidden {
  visibility: hidden; }

.ds-none {
  display: none; }

.c-pointer {
  cursor: pointer; }

.v-a-middle {
  vertical-align: middle; }

.m-t-10-b-7 {
  margin-top: 10rem;
  margin-bottom: 7rem; }

.m-l-0p5 {
  margin-left: 0.5rem !important; }

.m-t-0p5 {
  margin-top: .5rem !important; }

.m-t-1 {
  margin-top: 1rem; }

.m-t-1p5 {
  margin-top: 1.5rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-b-d {
  margin-bottom: 1.5rem !important; }

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

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-b-p25 {
  margin-bottom: .25rem; }

.m-b-1p9 {
  margin-bottom: 1.9rem; }

.p-1 {
  padding: 1rem !important; }

.p-d {
  padding: 1.5rem !important; }

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

.p-t-3 {
  padding-top: 3rem; }

.p-l-4 {
  padding-left: 4rem; }

.error {
  color: red;
  font-size: 13px; }

.active-c {
  color: #ff2d55; }

.gray {
  color: #808080; }

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit !important; }

@font-face {
  font-family: jost;
  src: url(/fonts/Obladi/Quicksand/static/Quicksand-Regular.ttf); }

@font-face {
  font-family: jost;
  src: url(/fonts/Obladi/Jost/TrueType/Jost-500-Medium.ttf); }

.f-f-jost {
  font-family: jost; }

.badge.badge-tag {
  background-color: #ff2d55c7;
  padding: 0.6rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  color: white;
  font-weight: 300;
  font-size: 0.8rem;
  margin-right: .25rem; }

.module-slider-header {
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center; }
  .module-slider-header:before {
    width: 1px;
    height: 5rem;
    background: #000;
    content: "";
    margin: 0 auto;
    display: block;
    z-index: 2;
    position: relative;
    margin-bottom: 10px; }
  .module-slider-header p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px; }
  .module-slider-header h2 {
    font-size: 65px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase; }

.articles-module-content-and-image .content {
  font-size: 16px;
  /*font-weight: 600;*/
  line-height: 1.7; }

.card {
  -moz-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out; }
  .card:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.card,
.card-img-top {
  border-radius: 0 !important;
  background-color: transparent;
  border: none; }
  .card .card-img-container,
  .card-img-top .card-img-container {
    height: 196px;
    background-size: cover !important;
    position: relative; }
    .card .card-img-container:hover:before,
    .card-img-top .card-img-container:hover:before {
      visibility: visible;
      width: 60px;
      top: 50%;
      opacity: 0.4; }
    .card .card-img-container:hover:after,
    .card-img-top .card-img-container:hover:after {
      visibility: visible;
      width: 60px;
      right: calc(50% - 30px);
      opacity: 0.4; }
    .card .card-img-container::before,
    .card-img-top .card-img-container::before {
      position: absolute;
      content: '';
      top: 0;
      right: calc(50% - 60px);
      border: 1px solid white;
      -moz-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      -o-transform: translateX(-50%) rotate(90deg);
      -webkit-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);
      width: 60px;
      -moz-transition: all ease-in-out 0.44s;
      -o-transition: all ease-in-out 0.44s;
      -webkit-transition: all ease-in-out 0.44s;
      transition: all ease-in-out 0.44s;
      opacity: 0;
      visibility: hidden;
      z-index: 2; }
    .card .card-img-container::after,
    .card-img-top .card-img-container::after {
      visibility: hidden;
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      border: 1px solid white;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s;
      opacity: 0;
      z-index: 1; }
  .card h5,
  .card-img-top h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: .75rem; }
  .card .date,
  .card-img-top .date {
    color: #808080;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px; }

.form-container {
  border: 5px solid black; }
  .form-container .form-content-padding {
    padding: 70px 50px 50px; }
  .form-container h5 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2; }
  .form-container input[type="text"],
  .form-container textarea {
    border-radius: 0;
    background-color: transparent;
    border: 2px solid black;
    padding: 0.6rem;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.7;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .form-container input[type="text"]::-webkit-input-placeholder,
    .form-container textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .form-container input[type="text"]::-moz-placeholder,
    .form-container textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .form-container input[type="text"]:-ms-input-placeholder,
    .form-container textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .form-container input[type="text"]:-moz-placeholder,
    .form-container textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.75); }
  .form-container textarea {
    height: 10rem; }
  .form-container .input-group-text {
    padding: 0;
    background-color: transparent;
    border: none; }

button.btn-pink {
  background-color: #ff2d55; }

button.btn-cancel {
  background-color: #808080; }

button.btn-pink, button.btn-cancel {
  margin-left: 1rem;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }
  button.btn-pink:not(.btn-sm), button.btn-cancel:not(.btn-sm) {
    padding: 15px 30px; }
  button.btn-pink.btn-sm, button.btn-cancel.btn-sm {
    font-weight: 300;
    padding: 0.65rem 1.2rem; }

.reviews-wrapper .carousel-item {
  -moz-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out; }
  .reviews-wrapper .carousel-item .content {
    padding: 3rem; }

.reviews-wrapper .carousel-indicators {
  bottom: -4.7rem; }
  .reviews-wrapper .carousel-indicators li {
    background-color: #e4d3d3;
    cursor: pointer; }
    .reviews-wrapper .carousel-indicators li.active {
      background-color: #ff2d55 !important; }

.reviews-wrapper blockquote {
  margin: 0 0 2rem;
  position: relative; }
  .reviews-wrapper blockquote:after {
    content: '';
    position: absolute;
    bottom: -3.8rem;
    left: 50%;
    border-right: 2px solid #e4e4e4;
    height: 2.3rem;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .reviews-wrapper blockquote i {
    font-size: 1.5rem;
    margin-right: 0.5rem; }

.reviews-wrapper p.from {
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 14px;
  margin-top: 4.6rem; }

.modal-content {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.starrating-wrapper {
  height: 3rem; }

.starrating {
  position: absolute;
  left: 0; }

.starrating > input {
  display: none; }

/* Remove radio buttons */
.starrating > label:before {
  content: "\f005";
  /* Star */
  margin: 2px;
  font-size: 25px;
  font-family: FontAwesome;
  display: inline-block; }

.starrating > label {
  color: #acaeb0;
  /* Start color when not clicked */ }

.starrating > input:checked ~ label {
  color: #ff2d55; }

/* Set yellow color when star checked */
.starrating > input:hover ~ label {
  color: #ff2d55; }

/* Set yellow color when star hover */
.btn-black {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: black;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-transform: none;
  padding: .6em 2.5em;
  -moz-transition: all ease-in-out 0.33s;
  -o-transition: all ease-in-out 0.33s;
  -webkit-transition: all ease-in-out 0.33s;
  transition: all ease-in-out 0.33s; }
  .btn-black:hover {
    background-color: black;
    color: white !important; }

@media (max-width: 991px) {
  body {
    margin-top: 4.9rem; } }

.loading-wrapper {
  /*width:100vw;
    height:100vh;
    background: rgba(31,39,50,0.90);
    position:fixed;*/
  z-index: 10000;
  height: 20rem; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%; }

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.loading {
  border: 2px solid transparent;
  border-color: transparent #ff2d55 transparent #ff2d55;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%; }

.loading-container:hover .loading {
  border-color: transparent white transparent white; }

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: black;
  font-family: inherit !important;
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px; }

.title-slider {
  font-family: jost !important;
  font-weight: 600;
  font-size: 100px; }

.carousel-control-next, .carousel-control-prev {
  z-index: 15 !important; }
  .carousel-control-next:hover, .carousel-control-prev:hover {
    cursor: pointer; }

.slider {
  cursor: grab;
  background-color: black; }
  .slider .fil0 {
    fill: #ff2d55; }
  .slider .carousel-indicators {
    z-index: 10 !important; }
    .slider .carousel-indicators li {
      height: 8px; }
      .slider .carousel-indicators li.active {
        background-color: #ff2d55; }
  .slider .carousel-inner {
    min-height: 100vh;
    height: 100vh; }
    .slider .carousel-inner .carousel-item {
      max-height: 100vh;
      height: 100vh; }
      .slider .carousel-inner .carousel-item img {
        width: 100vw;
        height: auto; }
      .slider .carousel-inner .carousel-item .carousel-mask {
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10 !important;
        height: 100vh;
        -moz-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);
        -webkit-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);
        box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55); }
      .slider .carousel-inner .carousel-item .carousel-caption {
        font-family: jost !important;
        font-weight: 600;
        position: absolute;
        right: 15%;
        bottom: 7rem;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .slider .carousel-inner .carousel-item .carousel-caption span {
          font-family: RennerBook !important; }
        .slider .carousel-inner .carousel-item .carousel-caption h5 {
          font-weight: 400;
          text-transform: uppercase;
          line-height: 1;
          margin-bottom: 1.5rem; }
        .slider .carousel-inner .carousel-item .carousel-caption p {
          font-size: 18px;
          font-weight: 600;
          line-height: 1;
          padding-bottom: 3rem; }
        .slider .carousel-inner .carousel-item .carousel-caption .btn-container {
          height: 69px; }
          .slider .carousel-inner .carousel-item .carousel-caption .btn-container a {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            background-color: transparent;
            border-radius: 0;
            padding: 20px 40px;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 1.5rem;
            cursor: pointer;
            position: absolute !important;
            top: 0;
            left: 50% !important;
            -moz-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
            -o-transform: translateX(-50%) !important;
            -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
            -moz-transition: all .33s ease-in-out;
            -o-transition: all .33s ease-in-out;
            -webkit-transition: all .33s ease-in-out;
            transition: all .33s ease-in-out;
            border: 1px solid white;
            color: white;
            line-height: 1.5;
            text-transform: none; }
            .slider .carousel-inner .carousel-item .carousel-caption .btn-container a i {
              vertical-align: middle; }
            .slider .carousel-inner .carousel-item .carousel-caption .btn-container a:hover {
              border-color: black;
              background-color: black;
              color: white !important;
              position: absolute !important;
              top: -0.5rem !important; }

.arrow {
  top: 0;
  height: 6rem;
  width: 6rem;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality; }
  .arrow.arrow-left {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.swiper-container .swiper-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 400px !important;
    width: 400px !important;
    line-height: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform; }
    .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
      width: 100%;
      height: 100%; }
      .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article {
        width: 100%;
        height: 400px;
        position: relative;
        -moz-transition: all .366s ease-in-out;
        -o-transition: all .366s ease-in-out;
        -webkit-transition: all .366s ease-in-out;
        transition: all .366s ease-in-out;
        perspective: 1500px;
        border-radius: 8px;
        display: inline-block;
        user-select: none; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview {
          height: 400px;
          font-size: 17px;
          line-height: 28px;
          color: #222;
          transition: all .366s ease-in-out;
          width: 100%;
          position: absolute;
          overflow: hidden; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls {
            position: absolute;
            right: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            display: table; }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label {
              background-color: #f5f5f5;
              width: 33.33%;
              box-sizing: border-box;
              cursor: pointer;
              padding: 20px;
              display: table-cell;
              vertical-align: bottom; }
              .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label span {
                font-size: 20px;
                color: #000;
                width: 100%;
                display: block;
                pointer-events: none;
                text-align: center;
                transition: color .5s; }
              .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label:hover span {
                color: #ff2d55; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail {
          height: 400px;
          background-size: cover;
          background-position: center center;
          -moz-transition: all .366s ease-in-out;
          -o-transition: all .366s ease-in-out;
          -webkit-transition: all .366s ease-in-out;
          transition: all .366s ease-in-out;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          width: 100%;
          position: absolute;
          overflow: hidden; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail:before {
            content: "";
            height: 100%;
            width: 100%;
            background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
            clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
            opacity: 0;
            position: absolute;
            transition: all .366s ease-in-out;
            transform: translateY(-100%); }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            padding: 50px 20px 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, transparent);
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            color: #fff;
            font-size: 28px; }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 span:nth-child(1) {
              display: block;
              margin: 8px 0;
              text-transform: uppercase;
              letter-spacing: .5px;
              opacity: .7;
              color: #fff;
              font-size: 14px;
              line-height: 1em; }
    .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-content .article:hover {
      cursor: pointer; }
      .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-content .article:hover .article-preview {
        background-color: #f8f8f8; }
      .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-content .article:hover .article-thumbnail {
        transform: rotateX(40deg); }

.music-player-toastr {
  position: fixed;
  z-index: 2;
  width: 20rem;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  -moz-box-shadow: 1px 1px 5px #e2dddd;
  -webkit-box-shadow: 1px 1px 5px #e2dddd;
  box-shadow: 1px 1px 5px #e2dddd; }
  .music-player-toastr .album {
    background-size: cover !important;
    width: 4rem;
    height: 4rem; }
  .music-player-toastr .album-info {
    position: absolute;
    left: 6rem;
    top: 1.5rem; }
  .music-player-toastr ul {
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin-bottom: 0; }
    .music-player-toastr ul li {
      margin-right: 0 !important; }
      .music-player-toastr ul li i {
        font-size: 21px; }

.slider-all-in-one {
  height: 700px;
  background-size: cover !important;
  background-position-y: 0 !important;
  overflow-y: hidden;
  -moz-transition: all .366s ease-in-out;
  -o-transition: all .366s ease-in-out;
  -webkit-transition: all .366s ease-in-out;
  transition: all .366s ease-in-out; }
  .slider-all-in-one .slider-item-container {
    border-right: 1px solid white;
    height: 700px;
    display: inline-block;
    position: relative;
    margin-left: -4.3px; }
    .slider-all-in-one .slider-item-container:hover .slider-item-content {
      top: 60%; }
      .slider-all-in-one .slider-item-container:hover .slider-item-content p {
        margin-top: inherit !important; }
    .slider-all-in-one .slider-item-container:last-of-type {
      border: none !important; }
    .slider-all-in-one .slider-item-container .slider-item-content {
      position: absolute;
      top: 87%;
      left: 2rem;
      height: 600px;
      padding-left: 4rem;
      padding-right: 4rem;
      -moz-transition: all .366s ease-in-out;
      -o-transition: all .366s ease-in-out;
      -webkit-transition: all .366s ease-in-out;
      transition: all .366s ease-in-out; }
      .slider-all-in-one .slider-item-container .slider-item-content h4 {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.5;
        text-transform: none;
        font-size: 28px; }
      .slider-all-in-one .slider-item-container .slider-item-content p {
        color: white;
        letter-spacing: 0px;
        line-height: 1.7;
        text-transform: none;
        font-weight: 600;
        font-size: 15px;
        margin-top: 3rem; }
      .slider-all-in-one .slider-item-container .slider-item-content a {
        background-color: transparent;
        border: 1px solid white;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        color: white !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.7;
        text-transform: none;
        padding: .6rem 2.5em; }

.slider-all-in-one-wrapper {
  position: relative;
  background-color: black; }
  .slider-all-in-one-wrapper .slider-all-in-one-element {
    height: 690px;
    max-height: 690px;
    overflow: hidden; }
    .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container {
      float: left;
      width: 40%;
      max-width: 40%;
      height: 690px;
      position: relative; }
      .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content {
        display: none;
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: white; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content span {
          visibility: hidden;
          letter-spacing: 3px;
          font-size: 13px;
          font-weight: 700; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content h2 {
          visibility: hidden;
          font-size: 80px;
          font-weight: 600;
          line-height: 1em;
          letter-spacing: 3px;
          margin-top: 15px;
          margin-bottom: 15px; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content p {
          visibility: hidden;
          font-size: 16px;
          font-weight: 600;
          margin-top: 35px;
          margin-bottom: 35px;
          line-height: 1.7; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content a {
          visibility: hidden;
          color: #ff2d55 !important;
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 0px;
          -moz-transition: all ease-in-out .33s;
          -o-transition: all ease-in-out .33s;
          -webkit-transition: all ease-in-out .33s;
          transition: all ease-in-out .33s; }
          .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content a:hover {
            color: white !important; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active {
          display: block;
          visibility: visible; }
          .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active span, .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active h2, .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active p, .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active a {
            visibility: visible; }
    .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture {
      float: right;
      width: 60%;
      max-width: 60%;
      height: 100%; }
      .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture .slider-all-in-one-background {
        display: none; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture .slider-all-in-one-background.active {
          display: block;
          background-size: cover !important;
          height: 690px;
          max-height: 690px;
          width: 100%;
          -moz-transition: all ease-in-out 0.33s;
          -o-transition: all ease-in-out 0.33s;
          -webkit-transition: all ease-in-out 0.33s;
          transition: all ease-in-out 0.33s; }
  .slider-all-in-one-wrapper .slider-control {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    padding: 0.7rem 1.5rem; }
    .slider-all-in-one-wrapper .slider-control ul li {
      position: relative; }

/*@import "css/cards-slider/slider.css";*/
nav.navbar {
  padding: 1.2rem 1rem;
  -moz-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out; }
  nav.navbar .navbar-brand {
    display: none; }
  nav.navbar.navbar-dark i.ti {
    color: white !important; }
  nav.navbar.navbar-light ul li.nav-item a {
    color: black !important; }
  nav.navbar.navbar-light ul li i {
    color: inherit !important; }
  nav.navbar ul li:not(:last-of-type) {
    margin-right: 0.7rem; }
  nav.navbar ul li.dropdown a.dropdown-toggle:after {
    display: none; }
  nav.navbar ul li.dropdown i.ti {
    font-size: 7px; }
  nav.navbar ul li.dropdown:hover > .dropdown-menu {
    display: block; }
  nav.navbar ul li.dropdown .dropdown-menu {
    top: 2.2rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: transparent !important; }
    nav.navbar ul li.dropdown .dropdown-menu a {
      color: black !important; }
      nav.navbar ul li.dropdown .dropdown-menu a:hover, nav.navbar ul li.dropdown .dropdown-menu a:focus, nav.navbar ul li.dropdown .dropdown-menu a:active, nav.navbar ul li.dropdown .dropdown-menu a:visited {
        background-color: #ff2d55; }
  nav.navbar ul li.nav-item {
    position: relative; }
    nav.navbar ul li.nav-item a {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px;
      line-height: 1.7;
      text-transform: none;
      color: white !important; }
    nav.navbar ul li.nav-item.active a:not(.dropdown-item) {
      color: #ff2d55 !important; }
    nav.navbar ul li.nav-item:before:not(.logo-nav-item) {
      visibility: hidden;
      content: '';
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 0;
      border: 4px solid #ff2d554a;
      z-index: -2;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s; }
    nav.navbar ul li.nav-item:hover:before {
      visibility: visible;
      width: 100%; }
    nav.navbar ul li.nav-item:hover > a:not(.dropdown-item),
    nav.navbar ul li.nav-item:hover > i.ti:not(.dropdown-item) {
      color: #ff2d55 !important; }

.logo-nav-item {
  width: 158px; }
  .logo-nav-item .logo-container {
    position: absolute;
    width: 200px;
    height: 70px;
    overflow-y: hidden;
    top: -1.9rem;
    /* bar 1 */ }
    .logo-nav-item .logo-container .obladi-records {
      font-family: Coolvetica; }
      .logo-nav-item .logo-container .obladi-records .title {
        position: absolute;
        left: 65px;
        font-size: 27.3px;
        top: 1.4rem;
        letter-spacing: 0;
        color: white; }
      .logo-nav-item .logo-container .obladi-records .subtitle {
        position: absolute;
        left: 65px;
        bottom: -10px;
        font-size: 23.9px;
        letter-spacing: 0px;
        color: #8e1b20; }
    .logo-nav-item .logo-container .bar {
      width: 8px;
      border-top-left-radius: 150px;
      border-top-right-radius: 150px;
      background: #8e1b20;
      position: absolute;
      bottom: 0; }
      .logo-nav-item .logo-container .bar:nth-child(1) {
        left: 0;
        height: 30px;
        -webkit-animation: bar 2.2s infinite;
        animation: bar 2.2s infinite;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-animation-iteration-count: 2;
        -o-animation-iteration-count: 2;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        transition: all .2s ease-in-out; }
      .logo-nav-item .logo-container .bar:nth-child(2) {
        left: 12px;
        height: 45px;
        -webkit-animation: bar 1.9s infinite;
        animation: bar 1.9s infinite;
        -moz-animation-iteration-count: 2;
        -o-animation-iteration-count: 2;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .logo-nav-item .logo-container .bar:nth-child(3) {
        left: 24px;
        height: 40px;
        -webkit-animation: bar 1.8s infinite;
        animation: bar 1.8s infinite;
        -moz-animation-iteration-count: 2;
        -o-animation-iteration-count: 2;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .logo-nav-item .logo-container .bar:nth-child(4) {
        left: 36px;
        height: 50px;
        -webkit-animation: bar 2.1s infinite;
        animation: bar 2.1s infinite;
        -moz-animation-iteration-count: 2;
        -o-animation-iteration-count: 2;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .logo-nav-item .logo-container .bar:nth-child(5) {
        left: 48px;
        height: 40px;
        -webkit-animation: bar 2.2s infinite;
        animation: bar 2.2s infinite;
        -moz-animation-iteration-count: 2;
        -o-animation-iteration-count: 2;
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }

@-webkit-keyframes bar {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -25px; } }

@keyframes bar {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -25px; } }

.col-sp-p {
  padding-left: 0.8rem;
  padding-right: 3rem; }

.tab-w-media-wrapper {
  position: relative; }
  .tab-w-media-wrapper img {
    position: absolute;
    top: 5rem;
    left: calc(50% - 0.75rem);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13rem;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 40px 35px -20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 40px 35px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 40px 35px -20px rgba(0, 0, 0, 0.3);
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1; }
  .tab-w-media-wrapper ul.nav-tabs {
    border-bottom: 1px solid #000000; }
    .tab-w-media-wrapper ul.nav-tabs li {
      /*width: calc(100% / 2);*/
      text-align: center;
      margin-bottom: -2px; }
      .tab-w-media-wrapper ul.nav-tabs li a {
        letter-spacing: 0px;
        line-height: 1.9;
        text-transform: none;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        -moz-transition: all 0.33s ease-in-out;
        -o-transition: all 0.33s ease-in-out;
        -webkit-transition: all 0.33s ease-in-out;
        transition: all 0.33s ease-in-out;
        color: inherit !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background-color: black;
        color: white !important; }
        .tab-w-media-wrapper ul.nav-tabs li a.active {
          border: none !important;
          color: black !important;
          background-color: white; }
  .tab-w-media-wrapper .img-abstract-background {
    height: 530px;
    margin: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 40px 35px -20px rgba(0, 0, 0, 0.2), 0 40px 35px -40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 40px 35px -20px rgba(0, 0, 0, 0.2), 0 40px 35px -40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 40px 35px -20px rgba(0, 0, 0, 0.2), 0 40px 35px -40px rgba(0, 0, 0, 0.1); }
    .tab-w-media-wrapper .img-abstract-background .img-background {
      position: absolute;
      top: -20px;
      left: -20px;
      bottom: -20px;
      right: -20px;
      background-size: cover !important;
      background-position: center top;
      -moz-filter: blur(8px);
      -ms-filter: blur(8px);
      -webkit-filter: blur(8px);
      filter: blur(8px);
      z-index: 0;
      -moz-transition: .5s;
      -o-transition: .5s;
      -webkit-transition: .5s;
      transition: .5s; }
  .tab-w-media-wrapper .content-container {
    padding-top: 3rem;
    padding-left: .5rem;
    padding-right: .5rem; }
    .tab-w-media-wrapper .content-container i {
      font-size: 1.3rem; }
    .tab-w-media-wrapper .content-container h2 {
      font-size: 45px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0px; }
    .tab-w-media-wrapper .content-container p {
      letter-spacing: 0px;
      line-height: 1.7;
      text-transform: none;
      padding-top: 1.2em;
      padding-bottom: 1.2em;
      font-weight: 600; }
    .tab-w-media-wrapper .content-container .links p {
      margin-top: 1rem;
      margin-bottom: 0 !important;
      padding-bottom: 0.5rem !important;
      font-size: 26px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0px;
      text-transform: none; }
    .tab-w-media-wrapper .content-container .links ul li {
      line-height: 1;
      font-size: 20px;
      font-weight: 600;
      margin-right: 0 !important;
      display: inline-block;
      width: calc(98% /3); }
      .tab-w-media-wrapper .content-container .links ul li span {
        vertical-align: bottom; }

.tabs-w-media-player {
  position: absolute;
  top: 73%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 100%; }
  .tabs-w-media-player p.active-song {
    margin-bottom: 1.5rem !important; }
  .tabs-w-media-player div.controls {
    position: absolute;
    width: 100%; }
    .tabs-w-media-player div.controls div {
      position: absolute; }
      .tabs-w-media-player div.controls div:nth-child(1) {
        left: 3.5rem; }
      .tabs-w-media-player div.controls div:nth-child(2) {
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .tabs-w-media-player div.controls div:nth-child(3) {
        right: 3.5rem; }
      .tabs-w-media-player div.controls div i {
        cursor: pointer;
        padding: 0.5rem 0.6rem;
        color: white;
        font-size: 28px;
        font-weight: 900;
        /*background-color: rgba(255,255,255,0.5);*/
        /*-moz-box-shadow: 1px 1px 1px #d6d2d2;
            -webkit-box-shadow: 1px 1px 1px #d6d2d2;
            box-shadow: 1px 1px 1px #d6d2d2;*/ }
        .tabs-w-media-player div.controls div i.disabled {
          cursor: not-allowed;
          color: rgba(255, 255, 255, 0.5); }
  .tabs-w-media-player input[type="range"] {
    -webkit-appearance: none !important;
    position: relative;
    margin-top: 5.5rem !important;
    width: 70%;
    height: 2px;
    background-color: white;
    border: none;
    border-radius: 10px;
    margin: auto;
    transition: all 400ms;
    outline: none;
    padding: 0; }
  .tabs-w-media-player span {
    position: absolute;
    bottom: -2rem;
    color: white; }
    .tabs-w-media-player span.out-b {
      left: 4.5rem; }
    .tabs-w-media-player span.out-e {
      right: 4.5rem; }
  .tabs-w-media-player input[type="range"]::-moz-range-track {
    width: 100%;
    height: 1px;
    background-color: white;
    border: none;
    border-radius: 10px;
    margin: auto;
    transition: all 400ms;
    outline: none;
    padding: 0;
    margin: 0; }
  .tabs-w-media-player input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    transform: scale(0.75);
    width: 20px;
    height: 20px;
    border: none;
    background-color: white;
    border-radius: 40px;
    /*box-shadow: 0px 0px 0px green;*/
    transition: all 400ms;
    outline: none; }
  .tabs-w-media-player input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none !important;
    transform: scale(0.75);
    width: 20px;
    height: 20px;
    border: none;
    background-color: white;
    border-radius: 30px;
    /*box-shadow: 0px 0px 0px green;*/
    transition: all 400ms;
    outline: none; }
  .tabs-w-media-player input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(0.85); }
  .tabs-w-media-player input[type="range"]::-moz-range-thumb:hover {
    transform: scale(0.85); }
  .tabs-w-media-player input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1); }
  .tabs-w-media-player input[type="range"]::-moz-range-thumb:active {
    transform: scale(1); }
  .tabs-w-media-player .rangevalue {
    text-align: center;
    font-size: 18px;
    display: block;
    margin: auto;
    padding: 10px 0px;
    width: 100%;
    color: white; }
  .tabs-w-media-player:after {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 16rem;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1; }

.filters li {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .filters li.active {
    color: #ff2d55 !important; }

.filters-content {
  margin-top: 3.5rem; }
  .filters-content .image-background,
  .filters-content .video-background {
    height: 356px;
    width: 100%;
    background-size: cover !important;
    z-index: 1;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
  .filters-content .video-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 2rem;
    border-radius: 100%;
    border: 2px solid white;
    padding: 1rem;
    color: white;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    z-index: 2; }
  .filters-content .video-background .after {
    position: relative;
    width: 100%;
    height: 356px; }
    .filters-content .video-background .after:after {
      content: '';
      padding: 2rem;
      position: absolute;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      -moz-transition: all .33s ease-in-out;
      -o-transition: all .33s ease-in-out;
      -webkit-transition: all .33s ease-in-out;
      transition: all .33s ease-in-out;
      opacity: 1;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border: 2px solid white;
      opacity: 0.8; }
  .filters-content .video-background:hover i {
    background-color: rgba(255, 255, 255, 0.25); }
  .filters-content .video-background:hover .after:after {
    padding: 4rem;
    opacity: 0; }
  .filters-content .video-background video {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    z-index: 2;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    -o-object-fit: fill;
    object-fit: fill; }
  .filters-content .video-background:not(.active) i.pause {
    visibility: hidden; }
  .filters-content .video-background.active video {
    visibility: visible; }
  .filters-content .video-background.active i.pause {
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
  .filters-content .video-background.active:hover i.pause {
    visibility: visible !important;
    z-index: 3; }
  .filters-content .filter-item-content h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: none;
    margin-bottom: 0; }
  .filters-content .filter-item-content p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0px;
    line-height: 1.7; }

.footer-container {
  max-height: 26rem;
  height: 26rem;
  overflow: hidden;
  margin-top: 5rem; }
  .footer-container .triangle {
    position: absolute;
    width: 10rem;
    height: 0;
    border-top: 8rem solid #f1f1f1;
    border-right: 99vw solid transparent;
    z-index: 1; }
  .footer-container .footer-content {
    position: absolute;
    top: 10rem;
    z-index: 1;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .footer-container .footer-content p.title {
      color: white;
      font-size: 3rem;
      font-weight: 600;
      letter-spacing: 1px; }
    .footer-container .footer-content ul.social-media i {
      color: white;
      font-size: 1.2rem; }
    .footer-container .footer-content small {
      color: white;
      font-size: 90%; }
  .footer-container video {
    /*width: 100%;
            height: 452px;
            background: url('/') no-repeat;
            background-size: cover;*/
    width: 100%;
    position: absolute;
    top: -23rem;
    left: 0;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    -o-object-fit: cover;
    object-fit: cover; }
  .footer-container .stopfade {
    opacity: .5; }
  .footer-container .ab-2:before {
    background-color: black !important; }

@media (max-width: 1200px) {
  .title-slider {
    font-size: 70px; }
  nav.navbar {
    width: 100vw; }
    nav.navbar.navbar-dark, nav.navbar.navbar-light {
      background-color: white; }
      nav.navbar.navbar-dark ul, nav.navbar.navbar-light ul {
        margin-top: 2rem; }
        nav.navbar.navbar-dark ul li, nav.navbar.navbar-light ul li {
          font-size: 14.5px; }
          nav.navbar.navbar-dark ul li.nav-item:not(.active) a, nav.navbar.navbar-light ul li.nav-item:not(.active) a {
            color: #212529 !important; }
          nav.navbar.navbar-dark ul li.dropdown i.ti, nav.navbar.navbar-light ul li.dropdown i.ti {
            font-size: 13px !important;
            padding: 14px !important;
            color: black !important; }
    nav.navbar a.navbar-brand {
      display: inherit !important; }
      nav.navbar a.navbar-brand .logo-nav-item-mob {
        display: block; }
        nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container {
          top: -.7rem; }
          nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .obladi-records .title {
            color: inherit !important;
            font-size: 18px;
            top: 2rem;
            left: 62px; }
          nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .obladi-records .subtitle {
            font-size: 18px;
            bottom: -.4rem;
            left: 62px; }
          nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar {
            width: 7px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(1) {
              height: 24px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(2) {
              height: 37px;
              left: 11px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(3) {
              height: 33px;
              left: 22px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(4) {
              height: 45px;
              left: 33px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(5) {
              height: 31px;
              left: 44px; }
    nav.navbar .logo-nav-item {
      display: none; }
    nav.navbar button.navbar-toggler {
      border-color: #ff2d55;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0.3rem 0.4rem;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none !important;
      display: block; }
      nav.navbar button.navbar-toggler i {
        color: #ff2d55; } }

@media (max-width: 1024px) {
  .slider .carousel-inner {
    max-height: 50vw;
    height: 50vw; }
    .slider .carousel-inner .slider-bg-in-div {
      height: 50vw; }
  .slider .carousel-inner {
    min-height: 60vw;
    height: 100vw; }
    .slider .carousel-inner .carousel-item {
      max-height: 70vh;
      height: 80vh; }
      .slider .carousel-inner .carousel-item img {
        width: 100vw;
        height: auto; }
      .slider .carousel-inner .carousel-item .carousel-mask {
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10 !important;
        -moz-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);
        -webkit-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);
        box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55); }
  .carousel-caption {
    padding: 100px; }
    .carousel-caption span {
      font-size: 40px;
      font-weight: 400; }
    .carousel-caption h5 {
      font-size: 40px;
      font-weight: 400; }
    .carousel-caption .title-slider {
      font-size: 40px;
      font-weight: 400; } }

@media (max-width: 991px) {
  .carousel-item {
    height: 65vw; }
    .carousel-item .carousel-caption .span {
      font-size: 50px;
      font-weight: 400; }
    .carousel-item .carousel-caption h5 {
      font-size: 56px;
      font-weight: 400; }
    .carousel-item .carousel-caption .title-slider {
      font-size: 50px;
      font-weight: 400; }
  footer.footer-container {
    max-height: 18rem;
    height: 18rem;
    margin-top: 2rem;
    background-color: #ff2d55;
    /*display: none;*/ }
    footer.footer-container .triangle {
      border-top: 3rem solid #f1f1f1; }
    footer.footer-container .footer-content {
      top: 6.5rem; }
      footer.footer-container .footer-content p.title {
        font-size: 2.1rem; }
    footer.footer-container video {
      display: none; } }

@media (max-width: 900px) {
  .slider {
    height: 100%; }
    .slider .carousel-inner .carousel-item img {
      height: auto;
      width: 100%; }
    .slider .carousel-inner .carousel-item .carousel-caption {
      top: 50% !important; }
      .slider .carousel-inner .carousel-item .carousel-caption span {
        font-size: 36px;
        font-weight: 400; }
      .slider .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 42px;
        font-weight: 400; }
      .slider .carousel-inner .carousel-item .carousel-caption .title-slider {
        font-size: 36px;
        font-weight: 400; }
  .module-slider-header h2 {
    font-size: 32px; } }

@media (max-width: 767px) {
  /* Margins */
  .bg-black {
    display: none !important; }
  .m-t-10-b-7 {
    margin-bottom: 3rem;
    margin-top: 3rem; }
  /* Slider */
  .carousel {
    height: 100%; }
  .slider .carousel-inner {
    font-family: jost;
    font-weight: 600; }
    .slider .carousel-inner .carousel-item {
      vertical-align: middle;
      align-content: center;
      height: 100%;
      font-family: jost;
      font-size: 100px;
      font-weight: 600; }
      .slider .carousel-inner .carousel-item span {
        font-family: jost;
        font-size: 100px;
        font-weight: 600; }
      .slider .carousel-inner .carousel-item.active {
        font-family: jost;
        font-weight: 600; }
      .slider .carousel-inner .carousel-item img {
        object-fit: contain; }
      .slider .carousel-inner .carousel-item .carousel-mask {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10 !important;
        height: 100%; }
      .slider .carousel-inner .carousel-item .slider-bg-in-div {
        height: 60vh;
        width: 100%;
        background-size: cover !important;
        font-family: jost;
        font-weight: 600; }
      .slider .carousel-inner .carousel-item .carousel-caption {
        padding-top: 0px;
        padding-bottom: 15px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 40% !important;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
        .slider .carousel-inner .carousel-item .carousel-caption .title-slider {
          padding-top: 20px; }
        .slider .carousel-inner .carousel-item .carousel-caption h5 {
          padding-bottom: 15px;
          font-size: 20px;
          top: 2rem;
          left: 50%;
          position: absolute;
          -moz-transform: translate(-50%);
          -ms-transform: translate(-50%);
          -o-transform: translate(-50%);
          -webkit-transform: translate(-50%);
          transform: translate(-50%);
          width: 100%; }
        .slider .carousel-inner .carousel-item .carousel-caption a {
          padding: 3px 50px !important;
          border-color: #ff2d55 !important;
          background-color: #ff2d55 !important;
          color: white !important; }
  .slider .carousel-control-prev,
  .slider .carousel-control-next {
    transform: scale(0.7); }
  .slider-all-in-one-mob {
    display: block !important; }
    .slider-all-in-one-mob .img-slider-container {
      height: 8rem; }
      .slider-all-in-one-mob .img-slider-container span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 2.8rem;
        background-color: #ff2d55;
        color: white;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding-left: 1rem;
        padding-right: 1rem; }
      .slider-all-in-one-mob .img-slider-container .img-slider-bg {
        top: 0;
        left: 0;
        background-size: cover !important;
        height: 8rem;
        position: relative; }
  .swiper-container {
    height: 440px; }
    .swiper-container .swiper-wrapper {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .swiper-container .swiper-wrapper .swiper-slide {
        height: 350px !important;
        width: 350px !important; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article {
          height: 350px; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview {
            height: 350px;
            -moz-box-shadow: 5px 1px 9px #cec7c7;
            -webkit-box-shadow: 5px 1px 9px #cec7c7;
            box-shadow: 5px 1px 9px #cec7c7; }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label {
              padding: 15px; }
              .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label span {
                font-size: 19px; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail {
            height: 350px; }
        .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-content .article-thumbnail {
          transform: rotateX(40deg); }
    .swiper-container .swiper-pagination {
      display: block;
      bottom: 0; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        outline: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #ff2d55; }
    .swiper-container .swiper-pagination-bullet {
      margin: 0 6px !important; }
  .music-player-toastr {
    width: calc(100% - 1.5rem);
    left: .75rem; }
  /* Reviews */
  .reviews-wrapper-mob {
    display: block; }
    .reviews-wrapper-mob .content {
      padding: 1.5rem; }
    .reviews-wrapper-mob .carousel-indicators {
      bottom: -4rem !important; }
      .reviews-wrapper-mob .carousel-indicators li {
        height: 8px;
        background-color: #c1c1c1;
        margin-right: 5px;
        margin-left: 5px; }
        .reviews-wrapper-mob .carousel-indicators li.active {
          background-color: #ff2d55; }
  .tab-w-media-wrapper .col-sp-p {
    padding-left: 0;
    padding-right: 0; }
    .tab-w-media-wrapper .col-sp-p img {
      top: 1rem;
      left: 50%; }
    .tab-w-media-wrapper .col-sp-p .img-abstract-background {
      height: 430px; }
  .tab-w-media-wrapper .content-container h2 {
    font-size: 2.5rem; }
  .tab-w-media-wrapper .content-container .links ul li {
    font-size: 16px; }
  .tab-w-media-wrapper ul {
    margin-top: 0 !important; }
    .tab-w-media-wrapper ul.nav-tabs li {
      width: 100% !important; }
  .tab-w-media-wrapper div.controls div i {
    font-size: 23px; }
  .tab-w-media-wrapper p.active-song {
    margin-bottom: 1rem !important; }
  .tab-w-media-wrapper input[type="range"] {
    margin-top: 4rem !important; }
  .articles-module-content-and-image img {
    margin: auto;
    display: block; }
  .badge-container {
    text-align: center; }
  .content {
    padding-left: 0;
    padding-top: 2rem; }
  .form-container h5 {
    text-align: center; }
  .form-container .form-content-padding {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem; }
  .form-container form.form-content-padding {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem; }
  .form-container button {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem; }
  .module-slider-header {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .module-slider-header:before {
      height: 2rem; }
    .module-slider-header p {
      padding-bottom: 5px;
      font-size: 18px; }
    .module-slider-header h2 {
      font-size: 2.5rem;
      -ms-word-break: break-all;
      word-break: break-all; }
  .card .card-body {
    text-align: center;
    padding: 1.25rem .5rem; }
    .card .card-body h5 {
      font-size: 20px;
      margin-bottom: 0; }
    .card .card-body .date {
      font-size: 13px; }
  .filters-content .video-background,
  .filters-content video,
  .filters-content .after,
  .filters-content .image-background {
    height: 205px !important; } }

@media (max-width: 640px) {
  .slider .carousel-inner .carousel-item .carousel-caption {
    top: 33% !important; }
    .slider .carousel-inner .carousel-item .carousel-caption .btn-container a {
      top: -5px; } }

@media (max-width: 536px) {
  .slider {
    height: 100%; }
    .slider .carousel {
      height: 100%; }
      .slider .carousel .carousel-inner {
        height: 100%; }
        .slider .carousel .carousel-inner .carousel-item {
          height: 100%; }
  .carousel-indicators {
    margin: 1% 10%; } }

@media (max-width: 481px) {
  .carousel-control-next, .carousel-control-prev {
    padding: 15px; }
  .slider .carousel-indicators {
    bottom: 0; }
  .slider .carousel-inner .carousel-control-next, .slider .carousel-inner .carousel-control-prev {
    transform: scale(0.5); }
  .slider .carousel-inner .carousel-item {
    height: 100%; }
    .slider .carousel-inner .carousel-item .carousel-caption span {
      font-size: 26px;
      font-weight: 400; }
    .slider .carousel-inner .carousel-item .carousel-caption h5 {
      font-size: 32px;
      font-weight: 400; }
    .slider .carousel-inner .carousel-item .carousel-caption .title-slider {
      font-size: 26px;
      font-weight: 400; }
    .slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-text .title-slider {
      font-size: 26px;
      font-weight: 400; }
    .slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-text h1 {
      font-size: 26px;
      font-weight: 400; } }

@media (max-width: 414px) {
  .slider .carousel .carousel-inner {
    min-height: 40vh; }
    .slider .carousel .carousel-inner .carousel-item {
      min-height: 40vh;
      width: 100%; }
      .slider .carousel .carousel-inner .carousel-item img {
        height: 100vw;
        width: auto; }
      .slider .carousel .carousel-inner .carousel-item .carousel-caption {
        padding: 0; }
        .slider .carousel .carousel-inner .carousel-item .carousel-caption .btn-container a {
          padding: 1px 10px !important; }
        .slider .carousel .carousel-inner .carousel-item .carousel-caption .title-slider {
          padding: 0px 60px; }
    .slider .carousel .carousel-inner .carousel-control-next, .slider .carousel .carousel-inner .carousel-control-prev {
      transform: scale(0.5); } }

@media (max-width: 370px) {
  .slider .carousel-inner .carousel-item .carousel-caption {
    vertical-align: middle;
    text-align: center; }
  .carousel-indicators {
    margin: 0 10%; }
    .carousel-indicators li {
      border-top: 10px; }
  .title-slider {
    top: 40px; } }

@media (max-width: 320px) {
  .slider .carousel-indicators {
    bottom: 0; }
  .slider .carousel-inner .carousel-item {
    height: 100%; }
    .slider .carousel-inner .carousel-item .carousel-caption {
      top: 40% !important; }
      .slider .carousel-inner .carousel-item .carousel-caption span {
        font-size: 21px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 29px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption .title-slider {
        font-size: 21px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-text .title-slider {
        font-size: 21px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-text h1 {
        font-size: 21px;
        font-weight: 200; } }

@media (max-width: 241px) {
  .slider .carousel-indicators {
    bottom: 0; }
  .slider .carousel-inner .carousel-item {
    height: 100%; }
    .slider .carousel-inner .carousel-item .carousel-caption {
      top: 40% !important; }
      .slider .carousel-inner .carousel-item .carousel-caption span {
        font-size: 16px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 22px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption .title-slider {
        font-size: 16px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-text .title-slider {
        font-size: 16px;
        font-weight: 200; }
      .slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-text h1 {
        font-size: 16px;
        font-weight: 200; } }
