
@font-face {
    font-family: 'proxima';
    src: url('assets/proxima.otf'); 
}
@font-face {
    font-family: 'proxima-bold';
    src: url('assets/proxima-bold.otf'); 
}
@font-face {
    font-family: 'proxima-condensed';
    src: url('assets/proxima-condensed.otf'); 
}
@font-face {
    font-family: 'proxima-condensed-light';
    src: url('assets/proxima-condensed-light.otf'); 
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 606px;
    overflow: hidden;
  }
  @media only screen and (max-width: 992px) {
   .tv {
     height: 409px;
     display: hidden;
    }
  }
  .filter {
      background-image: url(images/filter23.png);
      width: 100%;
      height: 609px;
      display: inline-block;
  }
  @media only screen and (max-width: 992px) {
    .filter{
      height:  409px;
      background-position: bottom;
    }
  }
  .filter2 {
    background-image: url(images/filter2.png);
    width: 100%;
    height: 609px;
}
@media only screen and (max-width: 992px) {
  .filter2 {
    height: 409px;
    background-image: url(images/mobilecover.png);
    background-size: cover;
    background-position: center;
  }
}
  .logo {
    display: inline-block;

  }
  .homeheader {
    margin-top: 99px;
  }
  .connectbutton {
    margin-top: 50px;
    width: 75%;
    float: right;
    text-align: center;
    padding: 45 0 45 0;
    color: #fff;
    font-family: proxima-condensed;
    font-size: 3rem;
    background: #540032; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #540032 0%, #820333 50%, #c9283e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #540032 0%,#820333 50%,#c9283e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #540032 0%,#820333 50%,#c9283e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-decoration: none;
    transition: all 280ms ease-in-out;
  }
  .connectbutton:hover{
      color:#fff;
      filter: grayscale(0.2);
  }
  .steamlogin {
      background-color:#000;
      padding:1 30;
      border-radius: 5px;
      color:#fff;
      text-decoration: none;
  }
  .steamlogin:hover {
    background-color:#c9283e;
    padding:1 30;
    border-radius: 5px;
    color:#fff;
    text-decoration: none;
}
#connecthuge{

}
@media only screen and (max-width: 1025px) {
  #connecthuge {
    display:none;
  }

}
#serverssection {
  margin-top: 620px;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  #serverssection {
    display:none;
  }

}
.servers {
  width: 100%;
}
#connect {
  text-align: center;
}
#selecionar {
  float: right !important;
}
.vipsection {
  background-image: url(images/vipbg.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 50px;
  min-height: 300px;
  z-index: 999999999999;
  -webkit-box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.75);
}
@media only screen and (max-width: 992px) {
  .vipsection {
    margin-top: 409px;
  }
}
.viptext {
  font-family: proxima-bold;
  font-size: 48pt;
  padding-bottom: 15px;
}
.vipdivider {
  border-top: 7px solid #c9283e;
  border-bottom: 7px solid #c9283e;
  border-left: 1px solid #c9283e;
  border-right: 1px solid #c9283e;
  margin-bottom: 30px;
  width: 300px;
}
.modalbuttons {
  padding-bottom: 50px;
}
#btnm{

}

ul {
margin-bottom: 0em !important;
font-family: roboto;
}
ul>li { 
  display: inline-block; 
}
tr:nth-of-type(even) {
  background-color:#540032;
}
tbody>tr:nth-of-type(odd) {
  background-color:#230d22;
}
table { 
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
  border-spacing: 0px;
  margin-bottom: 100px;
  }
  thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  border-collapse: separate;
  background-color: #472446 !important;
  }
  tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  }
  th, td {
  padding: 5px 4px 6px 4px; 
  text-align: left;
  vertical-align: center;
   
  }
  td {
  }
  thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
  }
  thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
  }
.text-huge, .text-big, .text-medium {
  line-height: 1.3em;
  margin-bottom: 0em !important;
  margin-top: 1.5em;
}
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
  }
  .tv .screen.active {
    opacity: 1;
  }
  .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 609px;
  }
  #active {
      color:#e74038 !important;
  }
 
  .faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
  }
 
 
  .faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0 0 0 0;
    background-color: #472446;
  }

  .faq {
    padding: 15 0 0 0;
  }

    .faqsection {
      background-color: ;
      color: #fff;
      padding: 70 0 90 0;
    }
    .faq.aberto {
    }
  
  .regrassection{
    padding: 70 0 70 0;
    background-image: url(images/vipbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    -webkit-box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 28px -6px rgba(0,0,0,0.75);
  }
/*--------------
      Menu
---------------*/

.ui.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  font-weight: normal;
  min-height: 1em;
  
}
.ui.menu:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.ui.menu:first-child {
  margin-top: 0rem;
}
.ui.menu:last-child {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 1000px) {
  .ui.menu {
      display: none;
  }
}



.ui.animated.list > .item {
  -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
}
/*--------------
    Sub-Menu
---------------*/

.ui.menu .menu {
  margin: 0em;
}
.ui.menu:not(.vertical) > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------
      Item
---------------*/

.ui.menu:not(.vertical) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.ui.menu .item {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  padding: 0.1em 0.8em;
  text-transform: uppercase;
  font-family: proxima-condensed;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
  -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
}
.ui.menu > .item:first-child {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
}


/*--------------
  Text Content
---------------*/

.ui.menu .text.item > *,
.ui.menu .item > a:not(.ui),
.ui.menu .item > p:only-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  line-height: 1.3;
}
.ui.menu .item > p:first-child {
  margin-top: 0;
}
.ui.menu .item > p:last-child {
  margin-bottom: 0;
}

/*******************************
             States
*******************************/


/*--------------
      Hover
---------------*/

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);

}

/*--------------
     Pressed
---------------*/

.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Active
---------------*/

.ui.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.95);
  font-weight: normal;
  box-shadow: none;
}
.ui.menu .active.item:hover{
  background: rgba(255, 255, 255, 0.5) !important;
  color: rgba(0, 0, 0, 0.95);
  font-weight: normal;
  box-shadow: none;
}
.ui.menu .active.item > i.icon {
  opacity: 1;
}

/*--------------
  Active Hover
---------------*/

.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Disabled
---------------*/

.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
  cursor: default;
  background-color: transparent !important;
  color: rgba(40, 40, 40, 0.3);
}


/*******************************
             Types
*******************************/ 


.ui.menu:not(.vertical) .left.item,
.ui.menu:not(.vertical) .left.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto !important;
}

.ui.menu:not(.vertical) .right.item,
.ui.menu:not(.vertical) .right.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
}

/* Swapped Borders */
.ui.menu .right.item::before,
.ui.menu .right.menu > .item::before {
  right: auto;
  left: 0;
}

ol{
  list-style-type: none;
  margin: 0;
  margin-left: 4.5em;
  padding: 0;
 
  counter-reset: li-counter;
}
ol > li{
  position: relative;
  margin-bottom: 15px;
  padding: 1em;
  background: -moz-linear-gradient(-45deg, #540032 0%, #820333 50%, #c9283e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #540032 0%,#820333 50%,#c9283e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #540032 0%,#820333 50%,#c9283e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
ol > li:before {
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 1.4em;
  height: 0.94em;
   
  font-size: 3em;
  line-height: 0.94;
  text-align: center;
  color: #e74038;

  background-color: #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
}