<!--// https://zy.pe/api/css/675486a77683d20001d12692?token=eyJrZXkiOjE3NTI5MDAwOTQsInRva2VuIjoiMTgyM2U2ZWQ5YTZmZjlkNmFhYmVkMzk0ZSIsImNzcyI6IlltVm1iM0psIn0= //-->

a {
    color: #56fcff;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
a:active,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
    color: #56fcff;
}   
h2 {
    color: #56fcff;
}



.google-icons {
    margin-right:10px;
}
.google-icons a,
.google-icons a:visited,
.google-icons a:focus,
.google-icons a:active {
    color: #56fcff;
}
.google-icons a:hover {
    color: #ffffff;
}


.google-icons-footer {
    font-size: 13px;
    padding-bottom: 2px;
    padding-right: 4px;
}
.google-icons-footer a {
    color: #56fcff;
    padding-bottom:2px;
}
.google-icons-footer a:hover {
    color: #ffffff;
    padding-bottom:2px;
}
.google-icons-play {
    #56fcff;
    font-size: 60px;
}
.google-icons-play:hover {
    #ffffff;
}


.cmd-color  {
    padding-top:2px;
    color: #56fcff;
}
.cmd-color a {
    color: #56fcff;
    padding-top:2px;
}
.cmd-color a:hover {
    color: #ffffff;
    padding-top:2px;
}
.cmd-link {
    padding-right:5px;
}


.log {
    color: #ffffff;
}
.row-footer {
  margin-top: 30px;
  align-items: right;
  margin-bottom: 15px;
  text-align: right;
  bottom: 0;
}
.section--first {
  margin-top: 1px;
}
.section--first:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #2e0022 0%, #2e0022 100%);
    background-image: -webkit-linear-gradient(90deg, #2e0022 0%, #2e0022 100%);
    background-image: -ms-linear-gradient(90deg, #2e0022 0%, #2e0022 100%);
    background-image: linear-gradient(90deg, #2e0022 0%, #2e0022 100%);
}





/*==============================
	Header
==============================*/
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 101;
}
.header__logo {
  display: flex;
  justify-content: left;
  align-items: center;
  max-height: 70px;
  padding: 0 15px;
  width: 110px;
}
.header__logo img {
  width: 100%;
  max-height: 70px;
  display: block;
  overflow: hidden;
}
.header__logo:hover {
}
.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 99;
  width: 305px;
  padding: 30px 30px 0;
  -webkit-transform: translate3d(305px, 0, 0);
  -moz-transform: translate3d(305px, 0, 0);
  transform: translate3d(305px, 0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
}
.header__nav--active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item.show .header__nav-link {
  color: #56fcff;
  text-decoration: none;
}
.header__nav .header__nav-item .header__nav-link a {
  color: #ffffff;
  text-decoration: none;
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #000000;
  padding: 15px 20px;
  display: block;
  width: 100%;
  min-width: 200px;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 0;
  top: 100%;
}
.header__dropdown-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #000000 0%, #000000 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, #000000 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, #000000 100%);
  background-image: linear-gradient(90deg, #000000 0%, #000000 100%);
}
.header__dropdown-menu li {
  padding: 0;
}
.header__dropdown-menu a {
  font-size: 16px;
  color: rgba(0,0,0,0.75);
  line-height: 40px;
  display: block;
  font-weight: 300;
}
.header__dropdown-menu a:hover {
  color: #000000;
  text-decoration: none;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 10px;
}
.header__wrap {
  position: relative;
  background-color: #000000;
  z-index: 2;
  margin-bottom: 1px
}
.header__search {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: #000000;
  z-index: 1;
  -webkit-box-shadow: 0 5px 25px 0 rgba(86,253,255,0.3);
  box-shadow: 0 5px 25px 0 rgba(86,253,255,0.3);
  border-top: 1px solid rgba(86,253,255,0.05);
}
.header__search--active {
  bottom: -60px;
}
.header__search-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  position: relative;
}
.header__search-content input {
  position: relative;
  height: 60px;
  width: 100%;
  background-color: #56fdff;
  border: none;
  padding: 0 120px 0 15px;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.header__search-content button {
  position: absolute;
  height: 40px;
  width: 90px;
  top: 10px;
  right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
  background-image: -webkit-linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
  background-image: -ms-linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
  background-image: linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(86,253,255,0.5);
  box-shadow: 0 0 20px 0 rgba(86,253,255,0.5);
  opacity: 0.85;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.header__search-content button:hover {
  color: #ffffff;
  opacity: 1;
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  position: relative;
}
.header__auth {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4px;
}
.header__search-btn {
  color: rgba(255,255,255,0.75);
  font-size: 26px;
}
.header__search-btn:hover,
.header__search-btn.active {
  color: #ffffff;
}

.header__sign-in span {
  display: none;
}
.header__sign-in i {
  color: #ffffff;
  font-size: 24px;
}
.header__sign-in:hover {
  opacity: 1;
}
.header__btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  width: 24px;
  height: 40px;
  opacity: 0.8;
}
.header__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 13px;
  background-color: #1d0216;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header__btn span:nth-child(2) {
  top: 20px;
}
.header__btn span:nth-child(3) {
  top: 27px;
}
.header__btn:hover {
  opacity: 1;
}
.header__btn--active {
  opacity: 1;
}
.header__btn--active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__lang {
  position: relative;
  margin-left: 20px;
}
.header__lang .header__dropdown-menu {
  min-width: 122px;
  margin-top: -10px;
}
.header__lang .header__dropdown-menu.show {
  margin-top: 0;
}
.header__lang .header__nav-link {
  line-height: 70px;
  display: block;
}
@media (min-width: 360px) {
  .header__logo {
    width: 110px;
  }
  .header__nav {
    width: 235px;
    -webkit-transform: translate3d(235px, 0, 0);
    -moz-transform: translate3d(235px, 0, 0);
    transform: translate3d(235px, 0, 0);
  }
  .header__nav--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 375px) {
  .header__nav {
    width: 250px;
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
  .header__nav--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 414px) {
  .header__nav {
    width: 259px;
    -webkit-transform: translate3d(259px, 0, 0);
    -moz-transform: translate3d(259px, 0, 0);
    transform: translate3d(259px, 0, 0);
  }
  .header__nav--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 576px) {
  .header__logo {
    width: 110px;
  }
  .header__logo img {
    max-width: 100px;
    overflow:hidden;
  }
  .header__sign-in,
  .header__lang {
    /*margin-left: 30px;*/
  }
  .header__auth {
    margin-right: 4px;
  }
  .header__lang .header__dropdown-menu {
    min-width: 142px;
  }
}
@media (min-width: 768px) {
  .header__content {
    height: 90px;
  }
  .header__logo {
    height: 70px;
    width: 110px;
    padding: 0;
  }
  .header__logo img {
    max-width: 110px;
  }
  .header__auth {
    margin-right: 4px;
  }
  .header__search-btn {
    font-size: 30px;
  }
  .header__sign-in {
    height: 30px;
    min-width: 75px;
  }
  .header__sign-in i {
    display: none;
  }
  .header__sign-in span {
    display: block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .header__nav {
    top: 90px;
    width: 260px;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  .header__nav--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header__search-content input {
    padding: 0 130px 0 20px;
  }
  .header__search-content button {
    right: 20px;
  }
  .header__lang .header__nav-link {
    line-height: 90px;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    width: 140px;
  }
  .header__sign-in {
    /*margin-left: 45px;*/
  }
  .header__auth {
    margin-right: 0;
  }
  .header__btn {
    display: none;
  }
  .header__nav {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0;
    background-color: transparent;
    width: auto;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .header__nav:before {
    display: none;
  }
  .header__nav-item {
    margin: 0 25px 0 0;
    width: auto;
  }
  .header__nav-item:last-child {
    margin: 0;
  }
  .header__nav-link {
    line-height: 10px;
    display: block;
  }
  .header__nav-link--active {
    color: #ffffff;
    cursor: default;
    position: relative;
  }
  .header__nav-link--active:hover {
    color: #ffffff;
  }
  .header__nav-link--active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
    background-image: -webkit-linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
    background-image: -ms-linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
    background-image: linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(29,2,22,0.5);
    box-shadow: 0 0 20px 0 rgba(29,2,22,0.5);
  }
  .header__content {
    justify-content: flex-start;
  }
  .header__auth {
    margin-left: auto;
  }
  .header__dropdown-menu {
    margin-top: -10px;
  }
  .header__dropdown-menu.show {
    margin-top: 0;
  }
  .header__lang {
    margin-left: 35px;
  }
}






/*==============================
	Sign
==============================*/
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
}
.sign__form {
  background-color: #28282d;
  -webkit-box-shadow: 0 5px 25px 0 rgba(86,253,255,0.3);
  box-shadow: 0 5px 25px 0 rgba(86,253,255,0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
}
.sign__form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #1d0216 0%, #29,2,22 100%);
  background-image: -webkit-linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
  background-image: -ms-linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
  background-image: linear-gradient(90deg, #1d0216 0%, #1d0216 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(29,2,22,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.sign__input {
  background-color: #ffffff;
  border: none;
  height: 50px;
  position: relative;
  color: #000000;
  font-size: 15px;
  width: 250px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
}
.sign__group {
  position: relative;
  margin-bottom: 20px;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  color: rgba(ffffff,0.5);
  font-family: 'Open Sans', sans-serif;
  position: relative;
  cursor: pointer;
  padding-left: 34px;
  line-height: 22px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  opacity: 0.75;
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  opacity: 1;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #1d0216;
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  content: '\f3ff';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;
  color: rgba(ffffff,0.5);
}
.sign__group--checkbox label::selection {
  background: transparent;
  color: rgba(ffffff,0.5);
}

.sign__error {
  margin-bottom: 50px;
  font-size: 14px;
  color: rgba(ffffff,0.5);
  font-family: 'Open Sans', sans-serif;
  width: 250px;
  text-align: center;
}
@media (min-width: 360px) {
  .sign__input {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .sign__form {
    padding: 50px 60px;
  }
  .sign__logo {
    margin-bottom: 50px;
  }
}

.sign__text {
    margin-top: 20px;
    font-size: 14px;
    color: #56fcff;
    font-family: 'Open Sans', sans-serif;
}
.sign__text a {
    position: relative;
    color: #56fcff;
    color: #56fcff;
    opacity: 0.8;
}
.sign__text a:hover {
    opacity: 1;
    color: #56fcff;
}            

.sign__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
    background-image: -webkit-linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
    background-image: -ms-linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
    background-image: linear-gradient(90deg, #56fdff 0%, #56fdff 100%);
    -webkit-box-shadow: 0 0 20px 0 #56fcff;
    box-shadow: 0 0 20px 0 #56fcff;
    opacity: 0.85;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px auto 0;
}
.sign__btn:hover {
    opacity: 1;
    color: rgba(ffffff,0.8);
}

.sign__form {
    background-color: #1d0216; 
    -webkit-box-shadow: 0 5px 25px 0 rgba(86,252,255,0.3);
    box-shadow: 0 5px 25px 0 rgba(86,252,255,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: relative;
}
.sign__form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
    background-image: -webkit-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
    background-image: -ms-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
    background-image: linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(29,2,22,0.5);
    box-shadow: 0 0 20px 0 rgba(29,2,22,0.5);
}    
.header__nav-item {
    text-decoration: none;
}
.header__nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #56fcff;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.header__nav-link:hover {
  color: #ffffff;
}
.header__nav-link--more {
  font-weight: 400;
  font-size: 24px;
}
.header__nav-link--active {
  color: #56fcff;
}
.header__nav:before {
  background-image: -moz-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
  background-image: -webkit-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
  background-image: -ms-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
  background-image: linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
}
.header__wrap {
    position: relative;
    background-color: #000000;
    z-index: 2;
    margin-bottom: 1px;
    border-bottom: 1px solid #56fdff;
}


.content__tabs {
  display: none;
}
@media (min-width: 768px) {
  .content__title {
    font-size: 22px;
    margin: 25px 0 5px;
  }
  .content__tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .content__tabs li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content__tabs li:last-child {
    padding-right: 10px;
    padding-left: 10px;
  }
  

  .content__tabs li:hover {
    background-color: rgba(29,2,22,0.3); 
  }  
  .content__tabs a,
  .content__tabs a:focus,
  .content__tabs a:active {
    display: block;
    line-height: 50px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: rgba(ffffff,0.5);
  }
  .content__tabs a:hover {
    color: #ffffff;
  }

  .content__tabs--profile {
    display: none;
  }
  .content__mobile-tabs {
    display: none;
  }
  .content__mobile-tabs--profile {
    display: block;
  }
}
@media (min-width: 768px) {
  .content {
    padding: 0 0 0px;
  }
  .content__title {
    font-size: 26px;
    margin: 25px 0 10px;
  }
  .content__head {
    margin-bottom: 10px;
  }
  .content__tabs--profile {
    display: flex;
  }
  .content__tabs--profile a {
    line-height: 90px;
  }
  .content__mobile-tabs--profile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .content__title {
    font-size: 26px;
  }
  .content__tabs--profile li {
    margin-right: 45px;
  }
  .content__tabs--profile li:last-child {
    margin-right: 0;
  }
}


.portal_100x100 {
  width:50px;
  margin-top: 3px;
}

.profile__meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.profile__meta h3 {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.profile__meta span {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.profile__meta .meta_small {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
}
.hr_rule {
    border: 1px solid #56fdff;
    margin-top: 25px;
}
.hr_rule_content {
    border: 1px solid #56fdff;
}



.pad-bottom {
    padding-bottom:8px;
}
.pad-top {
    padding-top:6px;
}


.content-row {
  display: flex;
  flex-wrap: wrap;
}

.row_icon_font {
    font-size:22px;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2e333e;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 0 1px #D1E000;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #497A48;
}

input:focus + .slider {
  box-shadow: 0 0 1px #D1E000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.content__mobile-tabs-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
  background-image: -webkit-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
  background-image: -ms-linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
  background-image: linear-gradient(90deg, #56fcff 0%, #56fcff 100%);
}
.content__mobile-tabs-menu a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: rgba(86,252,255,0.95);
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}
.content__mobile-tabs-menu a:hover {
  color: #ffffff;
}
.color_input {

}
.sign__logo {
  margin-bottom: 40px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  max-width: 172px;
  border: 1px solid #56fcff;
}

@media (max-width: 1199px) {
    #video-openinfull-link {
        display: none;
    }
}
@media (min-width: 1200px) {
    #video-openinfull-link {
        display: show;
    }
}
.content__tabs a {
    display: block;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #FFF;
}
.content__tabs a:hover {
    color: #FFF;
}

@media (max-width: 1023px) {
    #menuRailSpan {
        display:flex;
    }
}
@media (min-width: 1024px) {
    #menuRailSpan {
        display:none;
    }
}
#menuRailDiv {
    font-size:30px;
}

div.loading-comments {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(29,2,22,0.5);
    margin: auto;
    font-size: 10px;
    text-align:center;
}

.loader_comments {
    border: 12px solid #56fcff;
    border-top: 12px solid #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
}

div.loading-favorites {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(29,2,22,0.5);
    margin: auto;
    font-size: 12px;
    text-align:center;
    width: 100%;
    display: block;
}
.loader_favorites {
    border: 12px solid #56fcff;
    border-top: 12px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: auto;
}
div.loading-search {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(29,2,22,0.5);
    margin: auto;
    font-size: 12px;
    text-align:center;
    width: 100%;
    display: block;
}
.loader_search {
    border: 12px solid #56fcff;
    border-top: 12px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#content-div-icon {
    color: #ffffff;
}
#content-div-icon a {
    color: #56fcff;
}
#content-div-icon a:hover {
    color: #ffffff;
}



span.portal-small-details a {
    color: #255,255,255;
}
span.portal-small-details a:hover,
span.portal-small-details a:visited {
    color: #255,255,255;
}

.portal-small-details {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    float:left;
    clear:left;
}
.portal-small-title {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    float:left;
    clear:left;
    font-weight: 800;
}

.portal-image-admin {
    max-width:300px;
    max-height:300px;
}

.nocarousel {
  margin-top: 15px;
  position: relative;
  display: block;
  /* padding: 40px 0; */
  overflow: hidden;
}


.missing-required  {
    border: 1px solid red;
}
.has-required {
    border: 0;
}

.portal-small-details account_link {
    color: #255,255,255;
}


.portal_modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 2px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.portal_modal-content {
    background-color: rgba(255,255,255,1);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #56fcff;
    width: 80%;
    max-width:1024px;
    min-width: 300px;
    text-align: center;
    color: rgba(29,2,22,0.8);
}
.portal_modal-buttons {
    margin-top: 20px;
}
.portal_modal-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #1d0216;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px auto 0;
    padding-right:10px;
    padding-left:10px;    
}
.portal_modal-button:hover {
    opacity: 1;
    color: #ffffff;
    background-color: rgba(29,2,22,0.8);
}
.portal_modal-button:visited,
.portal_modal-button:active,
.portal_modal-button:focus {
    color: #ffffff;
}

.search_input {
  background-color: #ffffff;
  border: none;
  height: 34px;
  position: relative;
  font-size: 12px;
  border: 1px solid rgba(29,2,22,0.8);
  width: 100%;
  color: rgba(29,2,22,0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
}


/*==============================
	new carousel
==============================*/

.swiper-button-next,
.swiper-button-next:visited,
.swiper-button-next:active,
.swiper-button-next:focus {
   color: rgba(255,255,255,0.3);
}
.swiper-button-next:hover {
    color: rgba(255,255,255,1);
}
.swiper-button-prev,
.swiper-button-prev:visited,
.swiper-button-prev:active,
.swiper-button-prev:focus {
   color: rgba(255,255,255,0.3);
}
.swiper-button-prev:hover {
    color: rgba(255,255,255,1);
}
.swiper-container { width: 100%; max-width: 1140px; overflow: hidden; }
.swiper-slide img { width: 100%; display: block; border-radius: 10px; }
@media (min-width: 576px) {
    .swiper-button-prev { padding-top:25px; }
    .swiper-button-next { padding-top:25px; }
}






.player_modal {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 2px;
    width: 100%;
    height: 100%;
    background-color: rgba(000000,0.8);
}
.player_modal-content {
    background-color: rgba(29,2,22,1);
    margin: 10% auto;
    padding: 10px;
    border: 1px solid #56fcff;
    width: 80%;
    max-width:1024px;
    min-width: 300px;
    text-align: center;
    color: rgba(255,255,255,0.8);
}
.player_modal-buttons {
    margin-top: 15px;
}
.player_modal-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #383838;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px auto 0;
    padding-right:10px;
    padding-left:10px;    
}
.player_modal-button:hover {
    opacity: 1;
    color: #ffffff;
    background-color: rgba(46,0,34,0.8);
}
.player_modal-button:visited,
.player_modal-button:active,
.player_modal-button:focus {
    color: #ffffff;
}





