@media screen and (max-width: 767px) {
  .login-container {
    padding: 10px 20px 15px; }
    .login-container a {
      margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; } }

#main-container {
  max-width: 1500px;
  width: 100%;
  margin: auto; }
  #main-container .slider {
    position: relative; }
  #main-container .slider-container {
    position: relative; }
    @media screen and (max-width: 767px) {
      #main-container .slider-container {
        margin-top: 75px; } }
    #main-container .slider-container .swiper-slide {
      background-size: cover !important;
      height: 660px;
      background-position: center center !important; }
      @media screen and (max-width: 767px) {
        #main-container .slider-container .swiper-slide {
          height: 350px; } }
    #main-container .slider-container .swiper-pagination {
      bottom: 113px; }
      @media screen and (max-width: 767px) {
        #main-container .slider-container .swiper-pagination {
          display: none; } }
      #main-container .slider-container .swiper-pagination .swiper-pagination-bullet {
        width: 35px;
        height: 4px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        background: #fff;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40); }
        #main-container .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100); }
    #main-container .slider-container .swiper-button-next,
    #main-container .slider-container .swiper-button-prev {
      background: #fff;
      background-image: url(../img/arrow.svg);
      background-size: 80%;
      background-position: 2px center;
      width: 40px;
      height: 40px;
      outline: none; }
      @media screen and (max-width: 767px) {
        #main-container .slider-container .swiper-button-next,
        #main-container .slider-container .swiper-button-prev {
          top: calc(50% + 30px); } }
    #main-container .slider-container .swiper-button-next {
      right: 0;
      transform: rotate(180deg); }
    #main-container .slider-container .swiper-button-prev {
      left: 0; }
  #main-container .login-menu {
    display: -ms-flexbox;
    display: flex;
    padding: 0 12.5px 12.5px;
    max-width: 1100px;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      #main-container .login-menu {
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0 7.5px 7.5px; } }
    #main-container .login-menu .item-menu {
      width: calc(50% - 25px);
      margin: 0 12.5px 12px;
      text-align: center; }
      #main-container .login-menu .item-menu--full {
        width: 100%; }
      @media screen and (max-width: 767px) {
        #main-container .login-menu .item-menu {
          width: 300px;
          margin: 0 7.5px 7px; } }
      #main-container .login-menu .item-menu div {
        height: 400px;
        background-size: cover !important;
        background-position: center center !important; }
        @media screen and (max-width: 767px) {
          #main-container .login-menu .item-menu div {
            height: 300px; } }
        #main-container .login-menu .item-menu div.item-1 {
          background: url(../img/concept_en.png); }
        #main-container .login-menu .item-menu div.item-2 {
          background: url(../img/kids.jpg); }
        #main-container .login-menu .item-menu div.item-3 {
          background: url(../img/exercises_new.jpg); }
        #main-container .login-menu .item-menu div.item-4 {
          background: url(../img/stars.jpg); }
        #main-container .login-menu .item-menu div.item-5 {
          background: url(../img/references_en.png); }
      #main-container .login-menu .item-menu span {
        font-weight: 700;
        font-size: 20px;
        margin: 10px 0 15px;
        color: #000;
        display: block; }
        @media screen and (max-width: 767px) {
          #main-container .login-menu .item-menu span {
            font-size: 18px;
            margin: 5px 0 8px; } }
  #main-container .sponsors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 40px; }
    #main-container .sponsors .main-sponsor {
      max-width: 300px; }
      @media screen and (max-width: 767px) {
        #main-container .sponsors .main-sponsor {
          max-width: 250px; } }
      #main-container .sponsors .main-sponsor img {
        width: 100%; }
    #main-container .sponsors .other-sponsors {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      max-width: 1100px;
      padding: 25px;
      margin-top: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 910px) {
        #main-container .sponsors .other-sponsors {
          -ms-flex-direction: column;
              flex-direction: column; } }
      #main-container .sponsors .other-sponsors img {
        max-height: 55px;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          #main-container .sponsors .other-sponsors img {
            margin-bottom: 30px;
            max-height: 50px; } }

.login-coach {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #fff;
  border-top: 8px solid #F4C264;
  width: 100%;
  max-width: 1100px;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 991px) {
    .login-coach {
      position: static;
      left: 0;
      transform: inherit;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 20px 15px 20px; } }
  @media screen and (max-width: 991px) {
    .login-coach .login-container {
      margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .login-coach .login-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; } }
  .login-coach .button {
    margin-right: 10px; }
    @media screen and (max-width: 991px) {
      .login-coach .button {
        margin: 0 5px; } }
    @media screen and (max-width: 480px) {
      .login-coach .button {
        margin: 0 0 15px; } }
  .login-coach .coach-container {
    font-size: 18px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 991px) {
      .login-coach .coach-container {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .login-coach .coach-container .in-pocket {
      margin-right: 15px; }
      @media screen and (max-width: 991px) {
        .login-coach .coach-container .in-pocket {
          margin-right: 0;
          margin-bottom: 5px; } }
      @media screen and (max-width: 480px) {
        .login-coach .coach-container .in-pocket {
          margin-bottom: 15px; } }
    .login-coach .coach-container .downloads {
      display: -ms-flexbox;
      display: flex; }
      .login-coach .coach-container .downloads img {
        max-width: 120px; }
        .login-coach .coach-container .downloads img.appstore {
          margin-right: 10px; }

.header-container {
  max-width: 1500px;
  width: 100%; }
  .header-container.custom-header {
    display: none; }
    @media screen and (max-width: 767px) {
      .header-container.custom-header {
        display: block; } }
  @media screen and (max-width: 767px) {
    .header-container {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      z-index: 9999;
      border-bottom: 1px solid #eee; } }
  .header-container #back-button {
    color: #000; }
    @media screen and (max-width: 767px) {
      .header-container #back-button {
        display: none; } }
  .header-container .search-button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 54px;
    font-size: 22px;
    color: #000; }
  .header-container .header {
    background: #fff;
    margin: auto;
    width: 100%;
    padding: 25px;
    border-top: 4px solid #F4C264; }
    @media screen and (max-width: 767px) {
      .header-container .header {
        border-top: none;
        padding: 20px 15px; } }
    .header-container .header .inner-header {
      max-width: 1100px;
      margin: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .header-container .header .inner-header .logo-container {
        max-width: 200px; }
        @media screen and (max-width: 767px) {
          .header-container .header .inner-header .logo-container {
            max-width: 140px; } }
        .header-container .header .inner-header .logo-container img {
          width: 100%; }
      .header-container .header .inner-header .lang-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 767px) {
          .header-container .header .inner-header .lang-container {
            display: none; } }
        .header-container .header .inner-header .lang-container .language-block {
          display: -ms-flexbox;
          display: flex; }
          .header-container .header .inner-header .lang-container .language-block img {
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            max-width: 27px;
            margin-right: 13px;
            transition: all 0.3s ease; }
            .header-container .header .inner-header .lang-container .language-block img:hover {
              transform: scale(1.2); }
        .header-container .header .inner-header .lang-container .contact-link {
          text-transform: uppercase;
          font-weight: 600;
          color: #000;
          margin-left: 15px;
          font-size: 15px;
          transition: all 0.3s ease; }
      .header-container .header .inner-header .hamburger {
        padding: 0;
        outline: none;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        height: 24px; }
        @media screen and (min-width: 768px) {
          .header-container .header .inner-header .hamburger {
            display: none; } }
        .header-container .header .inner-header .hamburger .hamburger-box {
          width: 30px; }
        .header-container .header .inner-header .hamburger .hamburger-inner,
        .header-container .header .inner-header .hamburger .hamburger-inner::after,
        .header-container .header .inner-header .hamburger .hamburger-inner::before {
          background: #000;
          width: 30px;
          height: 3px; }

.navbar-header {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #098ee1;
  height: 50px; }
  @media screen and (max-width: 767px) {
    .navbar-header {
      display: -ms-flexbox;
      display: flex; }
      .navbar-header .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px; } }
  .navbar-header #back-button {
    margin: 0;
    position: absolute;
    left: 5px;
    top: 8px; }
  .navbar-header .pull-right {
    position: absolute;
    right: 0;
    top: 0; }
    .navbar-header .pull-right.dker {
      top: 1px;
      right: 50px;
      background-color: transparent;
      width: 35px; }

.action-buttons {
  position: absolute;
  top: 7px;
  left: 50px; }

@media screen and (max-width: 767px) {
  .navbar-collapse {
    position: fixed;
    width: 100%;
    background: #098ee1;
    top: 50px;
    height: 50px;
    left: 0; }
    .navbar-collapse #back-button,
    .navbar-collapse .dker {
      display: none !important; }
    .navbar-collapse .navbar-nav > li > a {
      padding: 14px; } }

.navbar-collapse #back-button {
  margin: 0;
  position: relative;
  top: 7px;
  left: 8px; }

body .fancybox-close-small {
  background: url(/img/close.svg);
  width: 35px;
  height: 35px;
  background-size: cover;
  top: 9px !important;
  right: 10px !important; }
  body .fancybox-close-small svg {
    display: none; }

body .off-screen {
  width: 100%;
  position: fixed;
  padding-top: 20px;
  max-width: 600px;
  right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  top: 75px; }

body .aside-wrap .navbar-right {
  display: none; }

body .aside-wrap .login-container {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 0;
  -ms-flex-direction: column;
      flex-direction: column; }
  body .aside-wrap .login-container a {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Lato", sans-serif; }

@media screen and (max-width: 767px) {
  body .bg-primary.lter.wrapper-md {
    padding: 12px 15px; }
  body .aside-wrap .navbar-right {
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
    body .aside-wrap .navbar-right li a {
      font-size: 16px;
      color: #737373; }
  body .aside-wrap .navi-wrap {
    margin-top: 28px;
    border-top: 2px solid #f6f6f6;
    padding-top: 9px; }
    body .aside-wrap .navi-wrap .login-container {
      display: -ms-flexbox;
      display: flex; }
  body .app-search {
    position: fixed !important;
    top: 75px;
    width: 100%;
    float: none !important;
    margin-top: 0 !important;
    z-index: 1000; } }

.footer {
  width: 100%;
  max-width: 1500px;
  font-size: 16px;
  color: #000;
  background: #eee; }
  .footer .inner-footer {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 25px; }
    @media screen and (max-width: 767px) {
      .footer .inner-footer {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    @media screen and (max-width: 767px) {
      .footer .inner-footer .copyrights {
        margin-top: 20px; } }
    .footer .inner-footer span.fa {
      font-size: 30px;
      color: #000;
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .footer .inner-footer span.fa {
          margin: 0 7.5px; } }

@media screen and (max-width: 767px) {
  .app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #d5d5d5;
    color: #000; }
    .app-footer span {
      color: #000; }
    .app-footer a {
      font-size: 14px;
      text-decoration: none; } }

.popup {
  display: none; }
  @media screen and (max-width: 480px) {
    .popup .popup-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100%; } }

.fancybox-stage .fancybox-slide--html {
  padding: 0; }

.fancybox-inner .fancybox-content {
  padding: 15px;
  width: 100%;
  max-width: 380px;
  font-family: "Lato", sans-serif; }
  @media screen and (max-width: 480px) {
    .fancybox-inner .fancybox-content {
      width: 100%;
      height: 100%; } }
  .fancybox-inner .fancybox-content .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    cursor: pointer; }
  .fancybox-inner .fancybox-content .login-loading {
    display: none;
    margin: 5px 0;
    text-align: center; }
  .fancybox-inner .fancybox-content h3 {
    padding: 0;
    margin: 10px 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-align: center; }
  .fancybox-inner .fancybox-content .line-input {
    margin-bottom: 12px; }
    .fancybox-inner .fancybox-content .line-input label {
      display: none; }
    .fancybox-inner .fancybox-content .line-input input,
    .fancybox-inner .fancybox-content .line-input select {
      width: 100%;
      outline: none;
      border: 1px solid #d0d0d0;
      padding: 11px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      font-size: 12px;
      font-weight: 400;
      height: 40px;
      background: #fff;
      box-shadow: none;
      -webkit-appearance: none;
      position: relative; }
      .fancybox-inner .fancybox-content .line-input input:focus,
      .fancybox-inner .fancybox-content .line-input select:focus {
        border: 1px solid #F4C264; }
    .fancybox-inner .fancybox-content .line-input .selection {
      position: relative;
      display: block; }
      .fancybox-inner .fancybox-content .line-input .selection::before {
        content: "";
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #F4C264;
        position: absolute;
        right: 10px;
        top: 18px;
        z-index: 1; }
  .fancybox-inner .fancybox-content .or {
    text-align: center;
    font-size: 12px;
    margin: 5px 0; }
    .fancybox-inner .fancybox-content .or.forgot {
      margin-bottom: 15px; }
      .fancybox-inner .fancybox-content .or.forgot a {
        color: #000;
        text-decoration: none; }
  .fancybox-inner .fancybox-content .button {
    width: 100%;
    margin-bottom: 12px; }
    .fancybox-inner .fancybox-content .button:first-child {
      margin-bottom: 0; }

.fancybox-inner .mobile-menu .login-coach {
  position: static;
  left: 0;
  transform: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  border-top: none; }
  .fancybox-inner .mobile-menu .login-coach .button {
    margin: 0 0 12px; }
    .fancybox-inner .mobile-menu .login-coach .button:first-child {
      margin-top: 45px; }
  .fancybox-inner .mobile-menu .login-coach .coach-container {
    margin-top: 20px; }

.fancybox-inner .mobile-menu .menu-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 45px; }
  .fancybox-inner .mobile-menu .menu-container a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    display: block;
    color: #000; }
  .fancybox-inner .mobile-menu .menu-container .mobile-languages {
    text-align: center;
    margin-top: 35px; }
    .fancybox-inner .mobile-menu .menu-container .mobile-languages span {
      display: block;
      margin-bottom: 15px; }
    .fancybox-inner .mobile-menu .menu-container .mobile-languages .language-block a {
      margin-bottom: 0;
      margin: 0 7px; }
      .fancybox-inner .mobile-menu .menu-container .mobile-languages .language-block a img {
        width: 32px; }

.slide-image {
  width: 250px;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  border: 3px solid #F4C264; }

.actions {
  text-align: center;
  font-size: 25px;
  margin-top: 5px; }
  .actions .fa-times {
    position: relative;
    top: -2px;
    margin-left: 5px; }

.slides-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .slides-wrapper .slide-container {
    margin: 10px; }

.slides-h3 {
  text-align: center; }

.preview {
  width: 250px;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  border: 3px solid #F4C264;
  margin-bottom: 20px; }

.slide-submit {
  margin-top: 15px; }

.destroy-button {
  display: none; }

html {
  background-attachment: fixed;
  background-position: center; }
  html body {
    background: #fff;
    margin: 0; }
  html .fa.fa-futbol-o, html .fa.fa-clock-o {
    font-size: 13px; }
  html a,
  html a:hover,
  html a:focus {
    text-decoration: none;
    outline: none; }
  html .button {
    padding: 10px;
    border: 1px solid #F4C264;
    background: #F4C264;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-width: 110px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative; }
    html .button:hover {
      background: transparent;
      color: #000;
      text-decoration: none; }
    html .button.black {
      border: 1px solid #000;
      background: #000;
      color: #fff; }
      html .button.black:hover {
        color: #000;
        background: transparent; }
    html .button.facebook {
      background: #3F51B5;
      border: 1px solid #3F51B5;
      color: #fff; }
      html .button.facebook:hover, html .button.facebook:focus {
        color: #3F51B5;
        background: transparent; }
      html .button.facebook .fa-facebook {
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 16px; }

#return-home {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: 90%;
  transition-duration: 0.4s;
  height: 116px; }
  #return-home a {
    display: block; }

::-moz-placeholder {
  color: #000 !important;
  opacity: 0.5;
  text-align: left !important;
  text-transform: capitalize; }

:-ms-input-placeholder {
  color: #000 !important;
  opacity: 0.5;
  text-align: left !important;
  text-transform: capitalize; }

::placeholder {
  color: #000 !important;
  opacity: 0.5;
  text-align: left !important;
  text-transform: capitalize; }

:-ms-input-placeholder {
  color: #000 !important;
  text-align: left !important;
  text-transform: capitalize; }

::-ms-input-placeholder {
  color: #000 !important;
  text-align: left !important;
  text-transform: capitalize; }

.post a,
.post a:hover {
  color: inherit; }

#return-home:hover {
  height: 116px; }

.square {
  width: 20px;
  height: 20px; }

.square-md {
  width: 35px;
  height: 35px; }

.square-lg {
  width: 50px;
  height: 50px; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.crop-container {
  width: 100%;
  height: 400px; }

.b-gray {
  border-color: #bbb; }

.bg-smooth {
  background: #e7ecef; }

.m-r-half {
  margin-right: 20%; }

.m-l-half {
  margin-left: 20%; }

/* Border colors for ninjas */
.b-ninja {
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.arrow.right.arrow-primary-lter:after {
  border-left-color: #2ca5f1; }

#messages .panel-body {
  max-height: 600px; }

.list-group.no-padding .list-group-item {
  padding-top: 0;
  padding-bottom: 5px; }

.buttons {
  float: left;
  padding-left: 15px;
  padding-top: 8px; }

#post-popup {
  min-height: 600px; }

#post-form {
  height: 330px; }
  #post-form .upload {
    position: relative; }
    #post-form .upload .icon {
      font-size: 80px; }
    #post-form .upload span {
      font-size: 20px;
      text-transform: uppercase; }
    #post-form .upload #preview {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      z-index: 4;
      background: #fafafa; }
      #post-form .upload #preview .image {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #post-form .upload #preview .close {
        z-index: 5;
        color: #fff;
        width: 27px;
        height: 27px;
        background: #809195;
        right: 15px;
        text-align: center;
        top: 15px; }
    #post-form .upload input {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      cursor: pointer;
      z-index: 3;
      min-width: 100%;
      min-height: 100%;
      display: block; }
  #post-form .content h2 {
    color: #02242b;
    font-weight: 600;
    outline: none;
    margin-bottom: 15px; }
  #post-form .content .placeholder {
    color: rgba(2, 36, 43, 0.5); }
  #post-form .content p {
    min-height: 177px;
    max-height: 177px;
    border: 1px dashed #ccc;
    font-size: 22px;
    padding: 10px;
    font-weight: 300;
    outline: none;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: pre-wrap; }

/* Calendar */
#calendar {
  text-align: center; }
  #calendar table {
    width: 100%; }
    #calendar table thead tr td {
      color: #fff;
      background: #4fb649;
      padding: 8px 0;
      font-size: 24px;
      font-weight: 300; }
    #calendar table tbody tr td {
      height: 45px;
      border: 1px solid #ccc;
      font-size: 18px;
      color: #000; }
    #calendar table tbody tr td.adjacent-month {
      background: #ececec;
      color: #ddd; }
    #calendar table tbody tr td.event {
      position: relative; }
    #calendar table tbody tr td.event:not(.adjacent-month) div {
      background: #6ec169;
      color: #fff;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      margin: -1px;
      line-height: 44px; }
    #calendar table tbody tr:first-of-type td {
      border-top: 0; }
  #calendar .clndr-controls {
    background: #6ec169;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    height: 40px;
    line-height: 40px; }
    #calendar .clndr-controls .clndr-control-button {
      position: absolute;
      top: 0;
      font-size: 30px;
      cursor: pointer;
      left: 10px;
      height: 40px; }
      #calendar .clndr-controls .clndr-control-button span {
        line-height: 36px;
        height: 40px;
        display: block; }
      #calendar .clndr-controls .clndr-control-button .inactive {
        opacity: 0.5;
        cursor: default; }
    #calendar .clndr-controls .clndr-control-button.rightalign {
      right: 10px;
      left: auto; }

input.comment-vote ~ .comment-up,
input.comment-vote ~ .comment-down,
input.comment-vote:checked ~ .comment-o-down,
input.comment-vote:checked ~ .comment-o-up {
  display: none; }

input.comment-vote:checked ~ .comment-up,
input.comment-vote:checked ~ .comment-down,
input.comment-vote ~ .comment-o-up,
input.comment-vote ~ .comment-o-down {
  display: block; }

#popup {
  position: relative; }
  #popup .mfp-close {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 0;
    width: 24px;
    height: 24px;
    background: 0;
    border: 0; }
    @media screen and (max-width: 767px) {
      #popup .mfp-close {
        top: 18px; } }

#load-comments {
  padding-top: 12px; }

.row-xs {
  margin-left: -5px;
  margin-right: -5px; }

#messager-sidebar .list-group-item {
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s; }

#messager-sidebar .list-group-item:hover {
  background: #ddd; }

#messager-sidebar .current,
#messager-sidebar .current:hover {
  background: #f1f1f1;
  border-right: 3px solid #2ca5f1; }

#messager-sidebar .trash {
  position: absolute;
  top: 12px;
  right: 12px; }

.group-icon {
  padding-bottom: 100%;
  border-radius: 50%;
  width: 100%;
  position: relative; }
  .group-icon span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 40px;
    color: #fff; }

.no-animate {
  transition-duration: 0; }

.item .video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.rating-radios {
  float: left; }
  .rating-radios label {
    float: right;
    margin-left: 2px; }
  .rating-radios input:checked ~ label,
  .rating-radios:not(:checked) > label:hover,
  .rating-radios:not(:checked) > label:hover ~ label {
    color: #f6c252; }

.banner {
  overflow: hidden;
  display: block;
  font-size: 0; }

.classified-map-canvas {
  height: 250px; }

.in-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0; }

.in-right-top {
  position: absolute;
  right: 0;
  top: 0; }

#posts .post-wrapper {
  padding-bottom: 45px; }

.coach-img {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.avatar .avatar-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 0.2s;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff; }
  .avatar .avatar-overlay.avatar-hover {
    opacity: 0; }
    .avatar .avatar-overlay.avatar-hover:hover {
      opacity: 1; }

ul.player-tabs a {
  padding: 8px; }

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important; }

.news-single .wrapper p.text-md {
  max-width: 650px; }

@media (max-width: 1200px) {
  .invite-friends .col-md-5,
  .invite-friends .col-md-2 {
    width: 100%; } }

@media (min-width: 767px) {
  .search-collapse {
    display: none !important; } }

/* RESPONSIVE */
@media (max-width: 991px) {
  #post-form .col {
    display: block;
    height: auto;
    width: 100%; }
    #post-form .col.upload {
      padding: 15px 0; }
  #posts .post .col {
    display: block;
    height: auto;
    width: 100%; }
  #post-popup {
    min-height: 0; }
  .min-300 {
    min-height: 300px; }
  .min-200 {
    min-height: 200px; }
  .no-padder-sm {
    padding: 0; } }

@media (max-width: 767px) {
  #return-home {
    height: 75px; } }

.sponsor-img {
  height: 70px; }

@media screen and (max-width: 480px) {
  .sponsor-img {
    max-width: 300px;
    width: 100%;
    height: auto; } }

.app::before {
  background: #fff; }

.app .wrapper#videos {
  padding: 15px 15px 0; }
  .app .wrapper#videos .row.bottom {
    background: #eee;
    padding-top: 20px; }
    .app .wrapper#videos .row.bottom .panel {
      margin-bottom: 20px; }

.app .wrapper .old-id {
  display: none; }

.app .wrapper #preview {
  margin-bottom: 10px; }
  .app .wrapper #preview img {
    max-width: 100%; }

.item.reference {
  height: 200px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

/* width */
::-webkit-scrollbar {
  width: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; }

body .msg-content {
  background: #fff; }

body .comment-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  body .comment-group .input-group-btn {
    width: 100%; }
  body .comment-group button {
    height: 30px !important;
    width: 70px;
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  .likers {
    display: none; }
  .navbar-nav .open .dropdown-menu {
    width: 100%; }
  .app-header-fixed .app-content {
    padding-bottom: 30px; }
  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .breadcrumb li::before {
      display: none; }
    .breadcrumb li::after {
      content: "";
      border: solid #98a6ad;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 2px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: relative;
      top: -1px;
      left: 4px; }
    .breadcrumb li:last-child::after {
      display: none; }
  body #searchByValue {
    margin-bottom: 10px; }
  body #more-activites {
    margin-bottom: 25px; }
  body #messager-sidebar {
    margin-bottom: 15px; }
    body #messager-sidebar .font-bold {
      margin-top: 15px; }
  body .materialInput input {
    width: 100%; }
  body #content textarea {
    font-size: 16px;
    padding: 10px; }
  body .mfp-wrap {
    top: 0 !important;
    height: 100% !important;
    position: fixed !important; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    body .mfp-wrap {
      top: 50px !important;
      height: calc(100% - 50px) !important; } }

@media screen and (max-width: 767px) {
  body .panel .bottom {
    position: absolute;
    bottom: 4px;
    right: 15px; }
  body .player-content {
    margin-bottom: 45px; }
  body .nav-tabs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    body .nav-tabs.player-tabs {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .nav-tabs.player-tabs li {
        width: auto;
        float: none;
        margin: 0 5px 5px 0; }
    body .nav-tabs li {
      width: 100%;
      margin: 0 auto 10px; }
      body .nav-tabs li.active a {
        border-bottom-color: #e1e1e1 !important;
        background: #eee; }
      body .nav-tabs li a {
        border: 1px solid #e1e1e1; }
  body .panel-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    body .panel-footer.wrapper-xs {
      -ms-flex-direction: row;
          flex-direction: row; }
    body .panel-footer a {
      margin-bottom: 10px; }
    body .panel-footer .bugState {
      width: 100%; }
  body .nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  body .hbox .wrapper {
    overflow-x: auto; } }

.translations-wrapper {
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: scroll; }
  .translations-wrapper th {
    min-width: 90px; }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }
