/*personalized css*/

/*starts scrollbar*/
.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 10px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #262626;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #262626;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:active {
  background: #262626;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 0);
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: rgba(200, 200, 200, 0);
}
::-webkit-scrollbar-track:active {
  background: rgba(200, 200, 200, 0);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*ends scrollbar*/

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Play";
  padding-top: 50px;
  background-color: #000;
  margin-bottom: 30px;
}

a {
  color: #5265ff;
}
.text-primary {
  color: #5265ff;
}
.bg-primary {
  background-color: #5265ff;
}
.btn {
  font-family: "Bungee";
}

.btn-primary {
  background-color: #19bd6e;
  border-color: #19bd6e;
}
.btn-primary.focus {
  background-color: #19bd6e;
  border-color: #19bd6e;
}
.btn-primary:hover {
  background-color: #1c918d;
  border-color: #1c918d;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5265ff;
}
.btn-primary .badge {
  color: #5265ff;
}
.btn-info {
  background-color: #19bd6e;

  border-color: #19bd6e;
}
.btn-info:focus,
.btn-info.focus {
  background-color: #19bd6e;

  border-color: #19bd6e;
}
.btn-info:hover {
  background-color: #1c918d;

  border-color: #19bd6e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #ff525c;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5265ff;

  border-color: #5265ff;
}
.btn-info .badge {
  color: #5265ff;
}
.btn-link {
  color: #5265ff;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #5265ff;
}
.nav > li > a:hover {
  background-color: #19bd6e;
}
.nav > li > a:focus {
  background-color: #19bd6e;
}
.nav .open > a,
.nav .open > a:hover {
  background-color: #1c918d;
  border-color: #1c918d;
}
.nav .open > a:focus {
  background-color: #19bd6e;
  border-color: #19bd6e;
}

.nav-pills > li > a {
  background-color: #19bd6e;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #5265ff;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-inverse .navbar-brand {
  font-family: "Bungee";

  color: #212c4c;
}
.navbar-inverse .navbar-brand:hover {
  color: #21bc37;
}
.navbar-inverse .navbar-brand:focus {
  color: #212c4c;
}
.navbar-inverse .navbar-text {
  font-family: "Bungee";

  color: #212c4c;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Bungee";

  color: #212c4c;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #21bc37;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #21bc37;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #21bc37;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #484848;
}

.navbar-inverse .navbar-toggle:focus {
  background-color: #484848;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #21bc37;
}
.navbar-inverse .navbar-link {
  color: #ff525c;
}
.navbar-inverse .btn-link {
  color: #ff525c;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-right {
  float: right;
}

.navbar-right a {
  display: inline-block;
  float: right;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #19bd6e;
  border-color: #19bd6e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c918d;
  border-color: #1c918d;
}
.pagination > li > a,
.pagination > li > span {
  color: #5265ff;
}
.label-info {
  background-color: #5265ff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #ff525c;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5265ff;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5265ff;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #5265ff;

  border-color: #5265ff;
}
.panel-primary {
  border-color: #5265ff;
}
.panel-primary > .panel-heading {
  background-color: #5265ff;

  border-color: #5265ff;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5265ff;
}
.panel-primary > .panel-heading .badge {
  color: #5265ff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5265ff;
}
.modal-content {
  overflow: hidden;
}
.tooltip {
  font-family: "Play";
}
.popover {
  font-family: "Play";
}
.carousel-indicators li {
  border: 1px solid #5265ff;
}
.carousel-indicators .active {
  background-color: #5265ff;
}
div.separator {
  background-color: #5265ff;
  height: 12px;
  border-radius: 3px;
  margin: auto;
}
div.textbox {
  background-color: #5265ff;
  border: 3px solid #5265ff;
  padding: 10px;
  border-radius: 8px;
  overflow: auto;
}
div.wrapper {
  border: 3px solid #5265ff;
  padding: 10px;
  border-radius: 8px;
}
div.microchart {
  margin-top: 10px;
  margin-left: 150px;
}
div.atentionbox {
  padding: 3px;
  border-radius: 4px;
  overflow: auto;
}
div.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
div.placeholder {
  margin-bottom: 20px;
}
img.role_logo {
  margin-left: 130px;
  margin-top: -85px;
  height: 80px;
  width: 80px;
  float: left;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #5265ff !important;
}

/* FONTS*/

p {
  float: left;
}
p.paragraphtext {
  color: #000000;
  font-size: 14px;
  font-family: "Play";
}
p.textbox {
  color: #ffffff;
  font-size: 12px;
  font-family: "Play";
  margin: 0px;
  text-align: left;
}
p.smalltext {
  color: #000000;
  font-size: 12px;
  font-family: "Play";
  margin: 0px;
}
p.mediumtext {
  color: #333;
  font-size: 16px;
  font-family: "Play";
  margin: 5px;
}
p.poptext {
  color: #333;
  font-size: 16px;
  font-family: "Play";
  margin-top: 5px 0px 0px 0px;
}
p.bigtext {
  color: #ff525c;
  font-size: 16px;
  font-family: "Bungee";
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
p.subtitletext {
  color: #555;
  font-size: 16px;
  font-family: "Bungee";
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
p.titletext {
  color: #5265ff;
  font-size: 28px;
  font-family: "Bungee";
  line-height: 1;
  margin: 20px 0px 0px 0px;
}
p.navtext {
  color: #ffffff;
  font-size: 15px;
  font-family: "Bungee";
  line-height: 1;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
p.footertext {
  color: #fff;
  font-size: 14px;
  font-family: "Play";
}
p.info0 {
  color: #fff;
  font-size: 28px;
  font-family: "Bungee";
  line-height: 1;
  margin: 0px;
}
p.info1 {
  float: none;
  text-align: center;
  color: #5265ff;
  font-size: 86px;
  font-family: "Bungee";
  letter-spacing: -10px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 3px;
}
p.info2 {
  float: none;
  text-align: center;
  color: #5265ff;
  font-size: 55px;
  font-family: "Bungee";
  letter-spacing: -5px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 3px;
}
p.atention {
  color: #ffffff;
  font-size: 18px;
  font-family: "Bungee";
  line-height: 1;
  margin: 0px;
}
li {
  color: #ffffff;
  font-size: 12px;
  font-family: "Play";
  line-height: 1;
  padding: 3px 0px;
}
a.bigtext {
  color: #ffffff;
  font-size: 12px;
  font-family: "Bungee";
  line-height: 1;
  margin: 0px;
}

.img-inner-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-shadow: inset 0px 0px 30px 5px #000;
  box-shadow: inset 0px 0px 30px 5px #000;
}

/*bootstrap cards*/
.card {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  /*border: 3px solid #5265FF;*/
}
.feature-image {
  width: 70%;
  margin-bottom: 10px;
}
.step-image {
  width: 100%;
  margin-bottom: 10px;
}
.steps-container {
  border-top: 1px solid #000000;
  background: linear-gradient(#5e348a, #000000);
  min-height: 400px;
  padding-top: 20px;
}

.card-img-top {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.card-block {
  padding: 10px;
}
/*music slide*/
.slidecard {
  margin: 0px 0px 40px 0px;
}
.carousel-indicators-slide {
  bottom: 0px;
}
.slidecarousel {
  width: 80%;
  margin: auto;
}
.carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
img.nav-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  margin: 10px 10px 10px 10px !important;
  float: right;
}

/*reduce header on scroll*/
#strech-margin.large {
  height: 6vw;
  max-height: 30px;
}
#strech-margin.small {
  height: 0px;
  max-height: 0px;
}
#strech-logo.large {
  display: block;
  margin: auto;
  width: 30vw;
  max-width: 400px;
  min-width: 250px;
  margin-top: 10px;
}
#strech-logo.small {
  display: block;
  margin: auto;
  width: 106px;
  max-width: 106px;
  min-width: 106px;
  margin-top: 5px;
}
#strech-border.large {
  /*border-bottom: #000 0.4/*vw solid;*/
  -webkit-box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
#strech-border.small {
  /*border-bottom: #000 0px solid;*/
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
#landing-slot.large {
  height: 100vh;
}
#landing-slot.small {
  height: 50vh;
}
#landing-slot {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#strech-logo,
#strech-margin {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot");
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.carousel-control {
  color: #5265ff;
  background-image: none !important;
  opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #5265ff;
}

.right-bottom-nav {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

.left-bottom-nav {
  position: absolute;
  bottom: 0px;
  left: 15px;
}

.rotate-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 60%;
  left: 20%;
  background-color: #000;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  text-align: center;
  z-index: 99;
  display: none;
}

.rotate-text {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: "Play";
}

.load-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 60%;
  left: 20%;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  text-align: center;
}

.load-text {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-family: "Play";
}

.website-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  background: #000000;
  text-align: center;
  padding: 6px;
  color: #fff;
  font-size: 12px;
}

.footer-row {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-container {
  max-width: 1000px;
  overflow: hidden;
  border-top: solid 1px #f21f89;
}

.footer-block {
  border-left: solid 1px #f21f89;
}

.blur-box {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.99);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pop-section {
  overflow: auto;
  max-width: 1400px;
  padding-top: 30px;
  /*min-height: 340px;
margin-bottom: 20px;
padding-bottom: 30px;
border-radius: 20px;*/
}

.pop-row {
  background: #fff;
  border-top: solid 1px #ccc;
}

.pop-title {
  float: none;
  text-align: center;
}

.landing-section {
  /*height: 100vh;
  max-height: 100vw;*/
  margin-top: -40px;
}

.gradient-background {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../img/mav.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*flex center sizes*/
@media (min-width: 0px) {
  .flex-center-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .flex-center-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .flex-center-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ANIMATIONS */

.arrow-link,
.arrow-link:hover {
  position: absolute;
  top: 90vh;
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* match column heights in row */
.even-heights [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  overflow: hidden;
}

/* separator */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: solid 4px #f21f89;
  top: 12px;
  width: 100vw;
}
.fancy span:before {
  right: 100%;
  margin-right: 5px;
}
.fancy span:after {
  left: 100%;
  margin-left: 5px;
}

h1 {
  color: #f21f89;
  font-size: 28px;
  font-family: "Bungee";
  line-height: 1;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*paper effect*/
.paper-effect {
  position: relative;
  background: linear-gradient(to right, #ffffff, #f0f0f0, #ffffff);
}
.paper-effect:before,
.paper-effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.paper-effect:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.img-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 24px 86px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 24px 86px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 24px 86px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 24px 86px rgba(0, 0, 0, 0.75);
}

.img-shadow-inv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 -24px 86px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 -24px 86px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 -24px 86px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 -24px 86px rgba(0, 0, 0, 0.75);
}

.thumbnail-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 40px #000000;
  pointer-events: none;
}
