@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("/bootstrap/css/bootstrap-reboot.min.css");
@import url("/bootstrap/css/bootstrap.min.css");
@import url("/bootstrap/css/cards-style.css");
@import url("/css/jquery.fancybox.min.css");
@import url("/css/player.css");
@import url("/css/font-awesome.min.css");
@import url("/bootstrap/css/owl.theme.default.css");
@import url("/bootstrap/css/owl.carousel.css");
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 1.6666666667rem; }

h2 {
  font-size: 1.5333333333rem; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.2666666667rem; }

h5 {
  font-size: 1.1333333333rem; }

h6 {
  font-size: 1rem; }



body {
  background: #fff;
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px; }
  @media (max-width: 600px) {
    body {
      background: #fff; } }

.cybersport {
  background: #1B2C4A;
  color: #fff; }

.kopm2 {
  background: #343449;
  color: #fff; }

.video {
  background: #b43920;
  color: #fff; }

.news {
  background: #575450;
  color: #fff; }

.fun {
  background: #575450;
  color: #fff; }

.personal {
  background: #2c211d;
  color: #fff; }

.place {
  background: #006925;
  color: #fff; }

.custom-alert {
  display: inline-block;
  border-radius: 60px; }

.alert {
  position: relative; }
  .alert .delete {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    display: inline-block;
    color: #3c3c3c;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .alert .delete:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }

.table tr th, .table-bordered tr th {
  text-align: center !important;
  vertical-align: middle !important;
  background-color: rgba(155, 155, 155, 0.075) !important; }
  .table tr th p, .table-bordered tr th p {
    margin: 0;
    padding: 0; }
.table tr td, .table-bordered tr td {
  text-align: left !important;
  vertical-align: middle !important; }
  .table tr td p, .table-bordered tr td p {
    margin: 0;
    padding: 0; }
.table tr td, .table-bordered tr td {
  vertical-align: middle !important;
  text-align: center; }
.table tr:hover, .table-bordered tr:hover {
  background-color: rgba(155, 155, 155, 0.075) !important; }
.table tr.active, .table-bordered tr.active {
  background: #eef0f1; }

.btn {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer; }

.img-fluid {
  display: inline-block; }

p {
  margin-bottom: 10px;
  line-height: 1.3; }

.border {
  border: 2px solid #f1a602; }

.alert-default {
  border: 1px solid #F3F3F3; }

.fa {
  margin: 0 5px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.fineTitle {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 300; }
  .fineTitle .fa-youtube {
    color: red; }
  .fineTitle .fa-twitch {
    color: #6441A5; }
  .fineTitle.simple {
    font-size: 1.0666666667rem; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 0.8rem;
  border-left: 5px solid #dedede; }
  blockquote p {
    line-height: 1.3;
    margin: 0 0 8px 0;
    padding: 0; }
    blockquote p:last-child {
      margin: 0; }
  blockquote .author {
    font-weight: 300;
    font-size: 0.8rem;
    color: #3c3c3c; }
  blockquote .info {
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #3c3c3c; }

.media {
  display: block;
  margin-top: 8px; }
  .media small {
    margin-right: 5px;
    padding-top: 2px; }
  .media a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #3c3c3c;
    text-decoration: underline; }
    .media a:last-child {
      margin-right: 0; }

.bg {
  margin-bottom: 25px;
  border: 4px solid #f1a602;
  border-width: 4px 0 4px 0;
  position: relative;
  height: 200px;
  display: flex;
  align-content: center;
  align-items: center; }
  .bg a {
    display: inline-block; }
    .bg a img {
      width: auto;
      max-height: 150px; }

.label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  border-radius: 3px !important;
  padding: 3px 8px !important;
  background: #ed0000;
  color: #fff; }
  .label.twitch {
    background: #25008d;
    color: #fff; }
  .label.youtube {
    background: #c00000;
    color: #fff; }

.wg-button {
  padding: 10px 0;
  text-align: center; }
  .wg-button .b-big-orange-buttonarea {
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(255, 18, 0, 0.3);
    overflow: hidden;
    text-decoration: none; }
    .wg-button .b-big-orange-buttonarea:hover {
      box-shadow: 0 0 2px rgba(255, 89, 24, 0.3), 0 0 25px rgba(255, 18, 0, 0.3);
      text-decoration: none; }
    .wg-button .b-big-orange-buttonarea .b-big-orange-button {
      background: url("/css/images/big-orange-button.png") no-repeat;
      border-radius: 3px;
      float: left;
      height: 46px;
      margin-right: 37px;
      position: relative;
      text-decoration: none; }
      .wg-button .b-big-orange-buttonarea .b-big-orange-button .b-big-orange-button_right {
        background: url("/css/images/big-orange-button.png") no-repeat 100% 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        float: left;
        font: 17px/45px "WarHeliosCondCBold","Arial Narrow",arial,sans-serif;
        height: 46px;
        margin-right: -37px;
        padding: 0 31px;
        position: relative;
        text-align: center;
        text-shadow: 0 -1px 0 #000;
        text-transform: uppercase; }

.container {
  max-width: 1260px;
  width: 100%; }

.onlineTable {
  margin: 0 auto 20px;
  max-width: 500px; }
  .onlineTable .offline {
    width: 100%;
    max-width: 250px; }
  .onlineTable a {
    display: block;
    padding: 3px 6px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #3c3c3c;
    text-decoration: none;
    border: 1px solid transparent; }
    .onlineTable a:hover {
      border: 1px solid #f2dede; }
      .onlineTable a:hover .name {
        color: #ed0000; }
      .onlineTable a:hover img {
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg); }
    .onlineTable a .name {
      margin-bottom: 5px;
      font-size: 0.8666666667rem;
      font-weight: 400; }
    .onlineTable a .game {
      margin-bottom: 5px;
      font-size: 0.7333333333rem;
      font-weight: 300; }
    .onlineTable a .type {
      margin-bottom: 5px;
      font-size: 0.7333333333rem;
      font-weight: 300; }
    .onlineTable a .online {
      font-size: 0.7333333333rem;
      font-weight: 300; }
    .onlineTable a .date {
      margin-bottom: 5px;
      font-size: 0.6666666667rem; }
    .onlineTable a img {
      padding: 5px;
      border-radius: 50% !important;
      border: 1px solid #dedede;
      width: 100%;
      max-width: 120px;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .onlineTable a .row {
      margin: 0; }
      .onlineTable a .row .col-4, .onlineTable a .row .col-8 {
        padding: 5px; }

.rewardTable {
  margin: 0 auto 20px;
  max-width: 500px; }
  .rewardTable a {
    display: block;
    padding: 3px 6px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #3c3c3c;
    text-decoration: none;
    border: 1px solid transparent; }
    .rewardTable a:hover {
      border: 1px solid #f2dede; }
      .rewardTable a:hover .name {
        color: #ed0000; }
      .rewardTable a:hover img {
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg); }
    .rewardTable a .rank {
      text-transform: uppercase;
      font-size: 0.9333333333rem;
      font-weight: 400; }
    .rewardTable a .about {
      text-transform: lowercase;
      margin-bottom: 5px;
      font-size: 0.7333333333rem;
      font-weight: 300;
      line-height: 1.4; }
    .rewardTable a .name {
      font-size: 0.8666666667rem;
      font-weight: 300; }
    .rewardTable a img {
      padding: 5px;
      border-radius: 50% !important;
      border: 1px solid #dedede;
      width: 100%;
      max-width: 120px;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .rewardTable a .row {
      margin: 0; }
      .rewardTable a .row .col-4, .rewardTable a .row .col-8 {
        padding: 5px; }

.offline-image {
  display: inline-block;
  width: 100%;
  max-width: 300px; }

.pedestal {
  margin-top: 30px; }
  .pedestal .place1 {
    max-width: 300px;
    background: #df0000;
    color: #fff; }
    .pedestal .place1 .card-description .place {
      text-transform: uppercase;
      font-size: 1.2666666667rem; }
    .pedestal .place1 .card-description .value {
      font-size: 1rem; }
  .pedestal .place2 {
    max-width: 300px;
    width: 80%;
    background: #009700;
    color: #fff; }
    .pedestal .place2 .card-description .place {
      text-transform: uppercase;
      font-size: 1.1333333333rem; }
    .pedestal .place2 .card-description .value {
      font-size: 0.8666666667rem; }
  .pedestal .place3 {
    max-width: 300px;
    width: 70%;
    background: #5151ff;
    color: #fff; }
    .pedestal .place3 .card-description .place {
      text-transform: uppercase;
      font-size: 1rem; }
    .pedestal .place3 .card-description .value {
      font-size: 0.7333333333rem; }
  .pedestal .name {
    font-weight: bold;
    font-size: 1.0666666667rem; }
  .pedestal .img {
    border: 1px solid #F3F3F3;
    margin: 0;
    padding: 0; }
    .pedestal .img img {
      margin: 0;
      padding: 0; }

#content {
  position: relative;
  margin: 25px auto 15px;
  max-width: 1260px; }
  @media (max-width: 1260px) {
    #content {
      padding: 0 15px; } }
  @media (max-width: 600px) {
    #content {
      padding: 0; } }
  #content .darkBanner {
    margin-bottom: 25px;
    padding: 20px 25px;
    background: #3c3c3c; }
  #content .post {
    padding: 20px 5px 25px; }
    @media (max-width: 600px) {
      #content .post {
        padding: 0 5px 25px; } }
    #content .post .large a {
      width: 100%; }
      #content .post .large a:hover h3 {
        color: #d0d5d8; }
    #content .post .label {
      position: absolute;
      top: 8px;
      right: 8px;
      font-size: 0.6666666667rem;
      z-index: 99; }
    #content .post figure {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 300px;
      overflow: hidden; }
      @media (max-width: 600px) {
        #content .post figure {
          height: 250px; } }
      #content .post figure:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      #content .post figure a {
        display: block; }
      #content .post figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      #content .post figure figcaption {
        text-align: left !important;
        position: absolute;
        z-index: 3;
        width: 100%;
        padding: 80px 20px 15px;
        left: 0;
        bottom: 0;
        color: #fff;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0); }
        #content .post figure figcaption h3 {
          font-size: 1.2rem;
          display: inline-block;
          margin: 0 0 10px 0;
          padding: 0 0 10px 0;
          font-weight: 300;
          border-bottom: 1px solid #fff;
          text-transform: uppercase; }
          @media (max-width: 1000px) {
            #content .post figure figcaption h3 {
              border: 0;
              margin: 0;
              padding: 0; } }
        #content .post figure figcaption p {
          margin: 0;
          padding: 0;
          font-weight: 300; }
          @media (max-width: 1000px) {
            #content .post figure figcaption p {
              display: none; } }
  #content .postList {
    padding: 0 5px; }
  #content .eventList {
    padding: 20px 5px 0; }

#owl-slider-event .item .image {
  position: relative;
  margin-bottom: 10px;
  display: block; }
  #owl-slider-event .item .image .label {
    position: absolute;
    top: 5px;
    right: 5px; }
#owl-slider-event .item .name a {
  margin: 0;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 0.9333333333rem;
  font-weight: 500;
  border-bottom: 1px dashed #fff; }
  #owl-slider-event .item .name a:hover {
    color: #f1a602;
    border-bottom: 1px dashed #f1a602; }
#owl-slider-event .item .event {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300; }
  #owl-slider-event .item .event p {
    margin: 0; }
#owl-slider-event .item .btn-danger {
  padding: 7px 15px;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase; }

.card-design {
  color: #fff;
  min-height: 100%; }
  .card-design .table {
    padding: 7px;
    min-height: auto; }

#form {
  width: 100%;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #dedede; }
  #form .form-control {
    font-weight: 300;
    font-size: 0.9333333333rem; }
  #form #formSend {
    width: 100%; }
  #form textarea {
    height: 200px;
    resize: none; }
  #form .alert {
    margin-bottom: 0; }
  #form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300;
    font-size: 0.9333333333rem; }
  #form ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    font-size: 0.9333333333rem; }
  #form :-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    font-size: 0.9333333333rem; }
  #form :-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
    font-size: 0.9333333333rem; }

.community-card-link {
  display: block;
  text-decoration: none;
  color: #3c3c3c; }
  .community-card-link img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .community-card-link:hover {
    text-decoration: none; }
    .community-card-link:hover img {
      -webkit-transform: rotate(6deg);
      -moz-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      -o-transform: rotate(6deg);
      transform: rotate(6deg); }

.community-card {
  max-width: 500px;
  background: #f9f9f9;
  border-radius: 2px;
  position: relative;
  margin: 0 auto; }
  .community-card .cnt {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #3c3c3c;
    font-size: 0.7333333333rem; }
  .community-card .rounded {
    margin: 0 0 6px 0;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 5px; }
    .community-card .rounded img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50% !important; }
  .community-card .nickname {
    margin-bottom: 8px; }
  .community-card .question {
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.2;
    font-size: 0.8rem; }
    .community-card .question blockquote {
      padding: 0 0 0 10px;
      margin: 0; }
  .community-card .answer {
    margin-bottom: 0; }
  .community-card .vote .btn {
    width: 100%; }
  .community-card .social {
    display: block;
    text-align: center; }
    .community-card .social a {
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      margin-right: 12px;
      border: 1px solid #3c3c3c;
      color: #3c3c3c;
      font-size: 0.9333333333rem;
      text-align: center;
      border-radius: 50%; }
      .community-card .social a:hover {
        background: #3c3c3c;
        color: #fff; }
      .community-card .social a:last-child {
        margin-right: 0; }

.schedule {
  margin: 0 auto 20px;
  max-width: 500px;
  position: relative; }
  .schedule a {
    display: block;
    text-decoration: none;
    color: #3c3c3c;
    border: 1px solid transparent; }
    .schedule a:hover {
      color: #e13548 !important; }
  .schedule .item {
    position: relative;
    padding-left: 90px;
    margin: 10px;
    margin: 0 0 5px 0; }
    .schedule .item .left {
      position: absolute;
      width: 75px;
      text-align: right;
      left: 0;
      top: 0;
      font-size: 0.7333333333rem;
      color: #3c3c3c;
      margin-top: 2px; }
      .schedule .item .left .label {
        margin-top: 3px;
        margin-bottom: 3px;
        padding: 3px 5px;
        border-radius: 4px !important;
        font-size: 0.6rem; }
    .schedule .item .right {
      position: relative;
      border-left: 1px solid #bbb;
      padding: 0 0 20px 15px; }
      .schedule .item .right i.bullet {
        position: absolute;
        top: 0;
        left: -8px;
        width: 15px;
        height: 15px;
        background: #999;
        border: 3px solid #fff;
        -webkit-border-radius: 50 !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important; }
      .schedule .item .right .name {
        font-weight: 500;
        line-height: 1;
        margin-bottom: 5px; }
      .schedule .item .right .about {
        font-size: 0.6666666667rem; }

.box {
  background: #fff;
  box-shadow: 1px 0 0 0 #dedede, 0 1px 0 0 #dedede, 1px 1px 0 0 #dedede, 1px 0 0 0 #dedede inset, 0 1px 0 0 #dedede inset; }
  @media (max-width: 991px) {
    .box {
      box-shadow: none; } }

.postSingle {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dedede; }
  .postSingle:last-child {
    border: 0;
    padding-bottom: 0; }
  .postSingle a {
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 0.8666666667rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #3c3c3c;
    letter-spacing: -1px; }
    .postSingle a.img {
      -moz-box-shadow: 5px 5px 5px rgba(182, 182, 182, 0.35);
      -webkit-box-shadow: 5px 5px 5px rgba(182, 182, 182, 0.35);
      box-shadow: 5px 5px 5px rgba(182, 182, 182, 0.35);
      height: 100%;
      max-height: 140px; }
      @media (max-width: 1260px) {
        .postSingle a.img {
          max-height: 250px; } }
      @media (max-width: 576px) {
        .postSingle a.img {
          margin-bottom: 15px; } }
      .postSingle a.img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .postSingle a .label {
      position: absolute;
      bottom: 8px;
      right: 8px;
      font-size: 0.6666666667rem;
      z-index: 99; }
    .postSingle a:hover {
      color: #000; }
  .postSingle .about {
    margin: 0 0 10px; }
  .postSingle h5 {
    font-size: 0.9333333333rem;
    font-weight: 600;
    margin: 0;
    padding: 0; }
    .postSingle h5 a {
      padding: 0; }
    @media (max-width: 576px) {
      .postSingle h5 {
        text-align: center; } }
    .postSingle h5 a {
      text-decoration: none;
      color: #3c3c3c; }
      @media (max-width: 576px) {
        .postSingle h5 a {
          padding-top: 25px; } }
      .postSingle h5 a:hover {
        color: #000; }
  .postSingle .service {
    margin-bottom: 0; }
    .postSingle .service .date {
      font-size: 0.6666666667rem;
      color: #3c3c3c; }
    .postSingle .service .more a {
      text-transform: lowercase;
      text-decoration: none;
      font-size: 0.6666666667rem;
      color: #3c3c3c; }
      .postSingle .service .more a:hover {
        color: #000; }
  .postSingle blockquote {
    margin: 20px 0 0 0; }
    .postSingle blockquote p {
      margin: 0;
      padding: 0;
      font-size: 0.8rem;
      margin-bottom: 4px; }
      .postSingle blockquote p:last-child {
        margin-bottom: 0; }

.main {
  background: #fff;
  display: block !important;
  border: 0 !important; }
  .main .card-image img {
    height: 120px !important; }

.news-block .fineTitle {
  margin-top: 0 !important; }
.news-block .description {
  line-height: 1.1;
  font-size: 13px;
  font-weight: 400; }

.team-social-block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .team-social-block li {
    display: inline-block;
    text-align: center; }
    .team-social-block li a {
      margin: 0 5px;
      display: inline-block;
      color: #3c3c3c;
      text-decoration: underline; }
      .team-social-block li a:hover {
        opacity: 0.7; }

.no-items {
  border: 1px solid #F3F3F3;
  padding: 10px;
  text-align: center; }

.question {
  background: #f9f9f9;
  padding: 8px;
  margin-bottom: 15px; }
  .question .message {
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media (max-width: 600px) {
      .question .message {
        font-size: 0.8666666667rem; } }
  .question .answer {
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1.2; }
    @media (max-width: 600px) {
      .question .answer {
        font-size: 0.8666666667rem; } }

.border-image-gallery {
  border: 2px solid #f1a602;
  display: block;
  overflow: hidden;
  height: 140px; }
  .border-image-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .border-image-gallery:hover img {
    -webkit-transform: rotate(1deg) scale(1.1);
    -moz-transform: rotate(1deg) scale(1.1);
    -ms-transform: rotate(1deg) scale(1.1);
    -o-transform: rotate(1deg) scale(1.1);
    transform: rotate(1deg) scale(1.1); }

.team-photo {
  margin: 15px -15px;
  padding: 25px 25px;
  background: url("images/bg.jpg"); }
  .team-photo .fineTitle {
    margin-top: 0 !important;
    color: #fff; }
    .team-photo .fineTitle span:after {
      background-color: #fff; }
  .team-photo #owl-team-photo {
    display: block;
    position: relative;
    width: 100%; }
    .team-photo #owl-team-photo .item {
      border: 2px solid #f1a602;
      height: 130px;
      overflow: hidden; }
      .team-photo #owl-team-photo .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .team-photo #owl-team-photo .item:hover img {
        -webkit-transform: rotate(1deg) scale(1.1);
        -moz-transform: rotate(1deg) scale(1.1);
        -ms-transform: rotate(1deg) scale(1.1);
        -o-transform: rotate(1deg) scale(1.1);
        transform: rotate(1deg) scale(1.1); }

.nav-tabs-wg {
  margin: 0 auto; }
  .nav-tabs-wg .tab-content {
    padding: 10px 10px;
    border: 1px solid #ddd;
    margin-top: -1px; }

.schedule-card {
  padding: 0; }
  .schedule-card .rounded {
    background: #fff;
    display: inline-block;
    margin: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 5px; }
    .schedule-card .rounded img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50% !important; }
  .schedule-card hr {
    background: #fff;
    margin: 5px 0; }
  .schedule-card .alert {
    color: #fff;
    background: url("images/bg.jpg"); }
    .schedule-card .alert .link a {
      font-weight: 300;
      font-size: 0.7333333333rem;
      color: #f9f9f9; }
      .schedule-card .alert .link a:hover {
        opacity: 0.7; }

.crossword {
  border: 1px solid #dedede;
  padding: 15px 15px 5px;
  position: relative;
  z-index: 1; }
  .crossword .white {
    color: #fff; }
  .crossword:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/pattern.png");
    z-index: 2; }
  .crossword table {
    width: auto;
    z-index: 3;
    position: relative;
    border: 0;
    padding: 0;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse; }
    .crossword table tr {
      border: 0 !important; }
      .crossword table tr:hover {
        background-color: transparent !important; }
      .crossword table tr td {
        margin: 0;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
        border: 0 !important; }
        .crossword table tr td .form-control {
          display: inline-block;
          padding: 3px;
          width: 30px;
          height: 30px;
          text-align: center;
          font-size: 0.9333333333rem; }
        .crossword table tr td .input-error {
          background-color: #ed0000;
          color: #fff; }
        @media (max-width: 1200px) {
          .crossword table tr td {
            padding: 1px; }
            .crossword table tr td .form-control {
              padding: 1px;
              width: 27px;
              height: 27px;
              font-size: 0.8666666667rem; } }
        @media (max-width: 1000px) {
          .crossword table tr td {
            padding: 1px; }
            .crossword table tr td .form-control {
              padding: 1px;
              width: 25px;
              height: 25px;
              font-size: 0.8rem; } }
        @media (max-width: 950px) {
          .crossword table tr td {
            padding: 1px; }
            .crossword table tr td .form-control {
              padding: 1px;
              width: 22px;
              height: 22px;
              font-size: 0.8rem; } }

.crossword-question p {
  margin: 0 0 10px 0;
  font-size: 0.8rem; }
.crossword-question h2, .crossword-question h3, .crossword-question h4 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 300; }

.number {
  background: #5cb85c !important;
  color: #fff !important; }

.header {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
  z-index: 999; }
  .header:before {
    content: '';
    display: block;
    position: absolute;
    background: url("/css/images/post/post4.png") bottom left repeat-x;
    width: 100%;
    height: 100%;
    bottom: 0; }
  .header .logo {
    margin: 20px auto 0; }
    .header .logo a {
      display: inline-block;
      max-width: 180px;
      padding: 0 15px;
      text-align: center; }
      .header .logo a img {
        display: inline-block; }
  .header .section-menu {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 0 0 1px 0;
    background: rgba(0, 0, 0, 0.4); }
    .header .section-menu #mobileMenu {
      display: none; }
      @media (max-width: 660px) {
        .header .section-menu #mobileMenu {
          display: block;
          margin: 15px auto; } }
    .header .section-menu .menu {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: flex; }
    .header .section-menu .menu-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 10px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      border-bottom: 2px solid transparent;
      font-size: 0.9333333333rem; }
      .header .section-menu .menu-item:hover {
        color: #d39100;
        border-bottom: 2px solid #d39100; }
      .header .section-menu .menu-item.active {
        color: #f1a602;
        border-bottom: 2px solid #f1a602; }
      .header .section-menu .menu-item img {
        height: 60px; }
      @media (max-width: 900px) {
        .header .section-menu .menu-item {
          font-size: 0.8rem; } }
      @media (max-width: 700px) {
        .header .section-menu .menu-item {
          padding: 7px 7px;
          font-size: 0.8rem; }
          .header .section-menu .menu-item img {
            height: 40px; } }
      @media (max-width: 660px) {
        .header .section-menu .menu-item {
          display: none; } }
  .header .btn-online {
    height: 100%;
    width: 100%;
    background: #d39100;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3333333333rem; }
    .header .btn-online small {
      text-transform: none;
      font-weight: 300;
      font-size: 0.8rem; }
    .header .btn-online div {
      margin: 0;
      padding: 0;
      line-height: 1; }
    .header .btn-online:hover {
      background: #f1a602; }
    @media (max-width: 900px) {
      .header .btn-online {
        font-size: 1.2rem; }
        .header .btn-online small {
          font-size: 0.7333333333rem; } }

.breadcrumb {
  margin: 0;
  padding: 7px 5px 7px 0;
  text-align: right;
  background: none;
  color: #f1a602 !important; }
  .breadcrumb .breadcrumb-item {
    font-size: 0.8rem;
    color: #3c3c3c;
    font-weight: 500; }
    .breadcrumb .breadcrumb-item:before {
      display: inline-block;
      padding-right: .5rem;
      padding-left: .5rem;
      color: #ddd;
      font-family: FontAwesome;
      content: "\f101"; }
    .breadcrumb .breadcrumb-item:first-child:before {
      content: "";
      padding-left: 0;
      padding-right: 0; }
    .breadcrumb .breadcrumb-item.active {
      font-weight: 400; }
    @media (max-width: 900px) {
      .breadcrumb .breadcrumb-item {
        font-size: 0.8rem; }
        .breadcrumb .breadcrumb-item:before {
          display: inline-block;
          padding-right: .2rem;
          padding-left: .2rem; } }
    @media (max-width: 600px) {
      .breadcrumb .breadcrumb-item {
        font-size: 0.7333333333rem; } }

.crumb {
  text-align: center;
  display: inline-block; }
  .crumb a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px;
    margin: 7px;
    color: #3c3c3c;
    font-size: 0.7333333333rem;
    text-decoration: none; }
    .crumb a:hover, .crumb a.active {
      background: #f6f6f6; }

a.card-post, .card-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  height: 100%;
  text-decoration: none;
  color: #3c3c3c; }
  a.card-post .card-image, .card-post .card-image {
    position: relative;
    display: block;
    overflow: hidden; }
    a.card-post .card-image img, .card-post .card-image img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    a.card-post .card-image:after, .card-post .card-image:after {
      content: '';
      display: block;
      position: absolute;
      background: url("/css/images/post/post3.png") bottom left repeat-x;
      width: 100%;
      height: 100%;
      bottom: 0; }
  a.card-post .card-text, .card-post .card-text {
    background: #fff;
    margin-top: -5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    padding: 12px 15px;
    align-items: center;
    justify-content: left;
    font-weight: 400;
    line-height: 1.2; }
    a.card-post .card-text blockquote, .card-post .card-text blockquote {
      margin: 8px 0 0;
      font-size: 0.7rem;
      line-height: 1.2; }
  a.card-post .card-footer, .card-post .card-footer {
    padding: 10px 15px;
    border-radius: 0; }
  a.card-post:hover .card-text, .card-post:hover .card-text {
    color: #000; }
  a.card-post:hover .card-image img, .card-post:hover .card-image img {
    -webkit-transform: rotate(2deg) scale(1.07);
    -moz-transform: rotate(2deg) scale(1.07);
    -ms-transform: rotate(2deg) scale(1.07);
    -o-transform: rotate(2deg) scale(1.07);
    transform: rotate(2deg) scale(1.07); }

.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }

.custom {
  position: relative; }
  .custom:before {
    content: '';
    display: block;
    position: absolute;
    background: url("/css/images/post/post4.png") bottom left repeat-x;
    width: 100%;
    height: 100%;
    top: 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1; }
  .custom:after {
    content: '';
    display: block;
    position: absolute;
    background: url("/css/images/post/post4.png") bottom left repeat-x;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1; }
  .custom .custom-text {
    position: relative;
    z-index: 2; }
    .custom .custom-text .fineTitle {
      color: #fff; }

.card-blog {
  max-width: 400px; }

.sidebarMenu {
  position: relative;
  padding: 20px 0;
  max-width: 400px;
  margin: 0 auto; }
  .sidebarMenu:before {
    content: '';
    display: block;
    position: absolute;
    background: url("/css/images/post/post3.png") bottom center repeat-x;
    width: 100%;
    height: 20px;
    top: 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1; }
  .sidebarMenu:after {
    content: '';
    display: block;
    position: absolute;
    background: url("/css/images/post/post3.png") bottom center repeat-x;
    width: 100%;
    height: 20px;
    bottom: 0;
    z-index: 1; }
  .sidebarMenu .list-group-item {
    display: block;
    position: relative;
    background: none;
    color: #fff;
    z-index: 999;
    padding: 10px 15px; }
    .sidebarMenu .list-group-item small {
      font-weight: 300; }
    .sidebarMenu .list-group-item .img {
      margin-right: 15px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      width: 40px;
      height: 40px; }
      .sidebarMenu .list-group-item .img img {
        padding: 2px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50% !important;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
    .sidebarMenu .list-group-item.active, .sidebarMenu .list-group-item:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(0, 0, 0, 0.4); }
      .sidebarMenu .list-group-item.active .img img, .sidebarMenu .list-group-item:hover .img img {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }

.footer {
  position: relative;
  margin-top: 100px;
  background: #343449;
  color: #fff;
  min-height: 200px;
  padding: 40px 0 5px; }
  .footer p {
    line-height: 1.1;
    margin-bottom: 6px; }
  .footer:before {
    content: '';
    display: block;
    top: -46px;
    position: absolute;
    background: url("/css/images/footer.png") top center repeat-x;
    width: 100%;
    height: 100%; }
  .footer .tank {
    position: absolute;
    position: absolute;
    top: -275px;
    left: -20px;
    width: 440px; }
    @media (max-width: 700px) {
      .footer .tank {
        width: 400px; } }
    @media (max-width: 550px) {
      .footer .tank {
        width: 320px;
        left: -20px; } }
    @media (max-width: 420px) {
      .footer .tank {
	margin: 0 auto;
    text-align: center;
    display: block;
    /* position: relative; */
    top: -210px;
    width: 260px;
    left: 50px;} }
  .footer .small p {
    font-size: 13px;
    line-height: 1.2; }
  .footer small {
    font-weight: 300;
    font-size: 0.6666666667rem; }
    .footer small p {
      line-height: 1; }
    .footer small a {
      text-decoration: none;
      color: #d39100; }
      .footer small a:hover {
        color: #f1a602; }
  .footer .social {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 23px;
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
    text-transform: uppercase;
    font-weight: 300;
    background: #171717 url("/css/images/background_wot.jpg") top center;
    background-size: cover;
    position: relative;
    z-index: 2; }
    .footer .social .btn-social {
      font-weight: 500;
      background: #ddd;
      color: #3c3c3c;
      font-size: 0.8rem;
      border-radius: 5px;
      padding: 10px;
      margin: 0 5px;
      position: relative;
      z-index: 3;
      white-space: normal; }
      .footer .social .btn-social .fa {
        font-size: 0.8666666667rem; }
      .footer .social .btn-social:hover {
        opacity: 0.9;
        color: #000; }
    .footer .social:before {
      content: '';
      display: block;
      position: absolute;
      background: url("/css/images/post1.png") bottom left repeat-x;
      width: 100%;
      height: 100%;
      bottom: 0;
      z-index: 1; }

.event {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto; }
  .event:hover {
    text-decoration: none;
    opacity: 0.8; }
  .event .img {
    position: relative; }
    .event .img:before {
      content: '';
      display: block;
      position: absolute;
      background: url("/css/images/post/post3.png") bottom center repeat-x;
      width: 100%;
      height: 20px;
      top: 0;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      z-index: 1; }
    .event .img:after {
      content: '';
      display: block;
      position: absolute;
      background: url("/css/images/post/post3.png") bottom center repeat-x;
      width: 100%;
      height: 20px;
      bottom: 0;
      z-index: 1; }
  .event .name {
    position: relative;
    padding: 15px 0 15px;
    text-align: center;
    background: #6f9c62;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none; }
    .event .name:before {
      content: '';
      display: block;
      position: absolute;
      background: url("/css/images/post/post3.png") bottom center repeat-x;
      width: 100%;
      height: 20px;
      top: 0;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      z-index: 1; }
    .event .name:after {
      content: '';
      display: block;
      position: absolute;
      background: url("/css/images/post/post3.png") bottom center repeat-x;
      width: 100%;
      height: 20px;
      bottom: 0;
      z-index: 1; }

#owl-carousel-place .item a, #owl-carousel-place1 .item a {
  display: inline-block; }
  #owl-carousel-place .item a .gallery-slider, #owl-carousel-place1 .item a .gallery-slider {
    display: inline-block;
    width: 100%;
    height: 250px;
    border: 3px solid #c4c4c4; }
    #owl-carousel-place .item a .gallery-slider img, #owl-carousel-place1 .item a .gallery-slider img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #owl-carousel-place .item a .gallery-slider-height, #owl-carousel-place1 .item a .gallery-slider-height {
    display: inline-block;
    width: 100%;
    height: 600px;
    border: 3px solid #c4c4c4; }
    #owl-carousel-place .item a .gallery-slider-height img, #owl-carousel-place1 .item a .gallery-slider-height img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

#owl-carousel-place-single .item {
  display: inline-block; }
  #owl-carousel-place-single .item a {
    display: block; }
    #owl-carousel-place-single .item a .gallery-slider {
      display: block;
      width: 100%;
      height: 300px;
      border: 3px solid #c4c4c4; }
      #owl-carousel-place-single .item a .gallery-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.social {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 25px; }
  .social a {
    color: #fff;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 0 0 1px 0;
    background: rgba(0, 0, 0, 0.75);
    display: inline-block;
    border-radius: 15px;
    font-size: 12px;
    margin: 5px 5px; }
    .social a:hover {
      background: rgba(0, 0, 0, 0.85); }

.accordion {
  position: relative;
  border: 1px solid #ECECEC;
  border-left: 2px solid #1D1E20;
  padding: 0;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); }

.accordion .btn {
  padding: 10px 15px;
  background: #f7f7f7;
  width: 100%;
  text-align: left;
  border-top: 1px solid #eee;
  font-size: 15px;
  font-weight: 400;
  white-space: unset;
  position: relative;
  z-index: 999;
  text-transform: none; }

.accordion .collapse, .accordion .collapsing {
  padding: 15px 15px 15px 25px;
  border-top: 1px solid #eee;
  border-left: 0;
  position: relative;
  z-index: 999; }

.document-item {border: 1px solid #ddd; text-decoration:none; min-height:260px; box-shadow: 0 7px 6px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 7px 6px 2px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
.document-item:hover, .document-item:focus, .document-item:active {text-decoration: none; background: #fafafa; box-shadow: none;}
.document-item .name {color: black; font-size: 22px; font-weight: bold;}
.document-item .description {color: black; font-size: 16px; font-weight: 300;}

.document-item img {
width:100%;
height:100%;
object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
