html,
body {
  color: #afafaf;
  height: 100%;
  background-color: #363d44;
  font-family: 'Slabo 27px', serif;
  letter-spacing: 0.01em;
}

a,
a:hover,
a:active,
a:focus {
  color: #afafaf;
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
}

iframe {
  border: 0 !important;
}

img {
  max-width: 100%;
}

hr {
  background-color: #b1b1b1;
  height: 1px;
  border: none;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignfull {
  margin: 0 auto;
  width: 100%;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.pt30 {
  padding-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.c-80 {
  color: #808080;
}

.color-white {
  color: #FFF;
}

.valign-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-colunm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.position-relative {
  position: relative;
}

.error-message {
  color: #CE2433;
}

.content-alert {
  position: fixed;
  top: 95px;
  width: 100%;
  z-index: 1000;
}


/*///// SOCIALS /////*/

.link-social {
  text-align: center;
  border: none;
}

.home-social {
  display: flex;
}

.home-social-link {  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  flex: 1;
}

.post-social-label {
  font-size: 18px;
  margin-right: 10px;
}

.post-social-link {
  width: 130px;
  padding: 1px 0 3px;
}

.post-social-link img {
  height: 10px;
}

.link-instagram {
  background-color: #962fbf;
}

.link-facebook {
  background-color: #3b5998;
}

.link-twitter {
  background-color: #01aced;
}

.link-email {
  background-color: #afafaf;
}


/*///// LAYOUT ////*/

.site-container {
  height: 100%;
}

.site-pusher {
  height: 100%;
}

.site-content {
  position: relative;
  min-height: 100%;
  padding-top: 70px;
}

.main {
  min-height: 100%;
  margin-bottom: -100px;
}

.main:after {
  content: "";
  display: block;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  background-color: #363d44;
  z-index: 1000;
  -o-box-shadow: 0px 2px 5px 0px #1f2327;
  box-shadow: 0px 2px 5px 0px #1f2327;
  filter: progid: DXImageTransform.Microsoft.Shadow(color=#1f2327, Direction=180, Strength=5);
}

.header__logo {
  font-weight: bold;
  padding: 0 25px;
  float: left
}

.header__logo img {
  margin: 0 30px;
  width: 68px;
}

.header-mailto {
  margin-right: 15px;
}

.header-mailto .modal-link-alert {
  margin-right: 15px;
  float: left;
  cursor: pointer;
}

.header-mailto .modal-link-alert span {
  background-color: #afafaf;
  color: #363d44;
  padding: 5px 10px;
  border-radius: 4px;
}

.menu {
  float: left
}

.menu a {
  border-right: 1px solid #1f2327;
  color: #b1b1b1;
  display: block;
  float: left;
  height: 100%;
  padding: 0 30px;
}

.menu a:first-child {
  border-left: 1px solid #1f2327;
}

.menu a:hover,
.menu a.active {
  color: #b1b1b1;
  background-color: #2e343a;
}

@media only screen and (max-width: 1090px) {

  .site-pusher,
  .site-container {
    height: 100%
  }

  .site-container {
    overflow: hidden
  }

  .site-pusher {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  .site-content {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }

  .header {
    position: static
  }

  .header__icon {
    position: relative;
    display: block;
    float: right;
    width: 50px;
    height: 66px;
    cursor: pointer
  }

  .header__icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    top: 16px;
    left: 15px;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
  }

  .menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #363d44;
    width: 250px;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
  }

  .menu a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #000;
    float: none;
  }

  .with--sidebar .site-pusher {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
  }

  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
  }
}

@media only screen and (max-width: 1300px) {
  .menu a {
    padding: 0 15px;
  }
}


/*////// HOME /////*/

.home-link {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.home-link span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}


/*////// PAGES ////*/

.top-page {
  background-image: url("../img/design/bg-top.jpg");
  background-position: center center;
  background-size: cover;
  font-size: 26px;
  padding: 40px 0;
  margin-bottom: 30px;
  text-align: center;
}

.text-content h2 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
}

.text-content a {
  color: #FFF;
}

.text-content form table {
  width: 100%;
}

.text-content input[type="text"],
.text-content select {
  width: 203px;
  margin-bottom: 10px;
}

.img-link a {
  position: relative;
  display: block;
}

.img-link span {
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  width: 100%;
  height: 46px;
}

.img-link a:hover span {
  height: 100%;
}


/*/////// MEMBERS ////*/

.member>a {
  display: block;
}

.member .modal-link {  
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.member>a>* {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.member-pdf {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  padding: 20px 0;
  text-align: center;
}

.modal-front .modal-body {
  background-color: #363d44;
}

.modal-front .modal-header {
  background-color: #363d44;
  border: none;
}

.modal-front .modal-img {
  padding: 20px;
}

.modal-front .modal-text {
  padding: 20px;
}


/*////// POSTS ////*/

.list-post h2 {
  margin-bottom: 0;
}

.list-post .list-post-date,
.post-date {
  margin-bottom: 15px;
}

.list-post .list-post-img {
  margin-bottom: 15px;
}

.post-cover {
  margin-bottom: 20px;
}

.post .post-social {
  margin-bottom: 20px;
}

.paginator {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.paginator span {
  padding: 0 7px;
}

.paginator span.current {
  line-height: 1;
  border-radius: 10px;
  color: #363d44;
  background-color: #afafaf;
}

.form-notif {
  margin-bottom: 30px;
}

.form-notif input {
  width: 100%;
  height: 30px;
}

.form-notif input[type='email'] {
  color: #2E343A;
}

.form-notif input[type='submit'] {
  background-color: #2E343A;
}

.form-notif ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #2E343A;
}

.form-notif :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2E343A;
}

.form-notif ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2E343A;
}

.form-notif :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2E343A;
}


/*////// TOURNAMENTS ////*/

.tournament .img-circle {
  margin-bottom: 10px;
}

.tournament h2 {
  font-size: 25px;
}


/*///// FOOTER  /////*/

footer,
.main:after {
  height: 100px;
}

footer {
  /*position: absolute;
    height: 100px;*/
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  line-height: 100px;
  background-color: #FFF;
  margin-top: 30px;
}

@media (max-width: 767px) {
  footer {
    position: static;
  }
}

.footer__logo {
  padding: 0 30px 0 15px;
}

.footer__logo img {
  width: 90px;
}

footer .sponsors {
  float: left;
  margin-left: 30px;
}

footer .sponsors img {
  margin-right: 10px;
}
