body {
  color: rgb(255,255,255);
  font-family: 'Arial';
  font-size: 14px;
}

#nw .col-lg-12, #nw .col-md-12, #nw .col-sm-12, #nw .col-xs-12{
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

#nw .block{
  margin-top : 15px;
  margin-bottom: 15px;
  margin-left: -10px;
  background-color: rgb(27,27,27);
  -moz-box-shadow: 1px -1px 1px 0px #090909;
  -webkit-box-shadow: 1px -1px 1px 0px #090909;
  -o-box-shadow: 1px -1px 1px 0px #090909;
  box-shadow: 1px -1px 1px 0px #090909;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=45, Strength=5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 20px;
}

#nw #stream, #nw #chat {
  padding-bottom: 20px;
}

#nw .mainTitles{
  color: rgb(255,108,0);
  font-family: 'Museo 500';
  font-size: 24px;
  padding: 10px 0px 10px 0px;
}

#nw .brackets {
  width: 99%;
}

#nw .navbar {
  background-color : rgb(14,11,9);
  border: none;
  border-top: 4px solid rgb(255,108,0);
}

#nw .border-img {
  border: 1px solid rgb(53,50,49);
}

#nw .img-thumbnail {
  background-color: rgb(0,0,0);
}

#nw #nwnav {
  margin-left: -10px;
}

#nw .navbar-nav a {
  color : rgb(255,255,255);
  text-transform: capitalize;
}

#nw .navbar-nav > .active > a {
  background-color : rgb(53,50,49);
}

#nw .navbar-nav>.active>a:before {
  border: none;
}

#nw .navbar-collapse {
  padding-right : 0px;
  padding-left: 0px;
}

#nw .greybutton {
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, #626262),
  color-stop(1, #9F9F9F)
  );
  background-image: -o-linear-gradient(top, #626262 0%, #9F9F9F 100%);
  background-image: -moz-linear-gradient(top, #626262 0%, #9F9F9F 100%);
  background-image: -webkit-linear-gradient(top, #626262 0%, #9F9F9F 100%);
  background-image: -ms-linear-gradient(top, #626262 0%, #9F9F9F 100%);
  background-image: linear-gradient(to top, #626262 0%, #9F9F9F 100%);
  color: rgb(255,255,255);
  border-radius: 0px;
  border: none;
  width: 99%;
  }

#nw .bluebutton {
  background-image: -ms-linear-gradient(top, rgb(52,163,227) 0%, rgb(32,106,210) 100%);

  background-image: -moz-linear-gradient(top, rgb(52,163,227) 0%, rgb(32,106,210) 100%);

  background-image: -o-linear-gradient(top, rgb(52,163,227) 0%, rgb(32,106,210) 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(52,163,227)), color-stop(100, rgb(32,106,210)));

  background-image: -webkit-linear-gradient(top, rgb(52,163,227) 0%, rgb(32,106,210) 100%);

  background-image: linear-gradient(to bottom, rgb(52,163,227) 0%, rgb(32,106,210) 100%);
  color: rgb(255,255,255);
  border-radius: 0px;
  border: none;
  width: 99%;
}

#nw .blueticket {
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top
,  color-stop(0, #0D797C),
  color-stop(1, #16A4BC)
  );
  background-image: -o-linear-gradient(top, #0D797C 0%, #16A4BC 100%);
  background-image: -moz-linear-gradient(top, #0D797C 0%, #16A4BC 100%);
  background-image: -webkit-linear-gradient(top, #0D797C 0%, #16A4BC 100%);
  background-image: -ms-linear-gradient(top, #16A4BC 0%, #0D797C 100%);
  background-image: linear-gradient(to top, #0D797C 0%, #16A4BC 100%);
  color: rgb(255,255,255);
  border-radius: 0px;
  border: none;
  width: 99%;
  margin-top: 20px;
  }

#nw .redticket {
  background-image: -ms-linear-gradient(top, rgb(228,46,58) 0%, rgb(225,27,26) 100%);

  background-image: -moz-linear-gradient(top, rgb(228,46,58) 0%, rgb(225,27,26) 100%);

  background-image: -o-linear-gradient(top, rgb(228,46,58) 0%, rgb(225,27,26) 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(228,46,58)), color-stop(100, rgb(225,27,26)));

  background-image: -webkit-linear-gradient(top, rgb(228,46,58) 0%, rgb(225,27,26) 100%);

  background-image: linear-gradient(to bottom, rgb(228,46,58) 0%, rgb(225,27,26) 100%);
  color: rgb(255,255,255);
  border-radius: 0px;
  border: none;
  width: 99%;
  margin-top: 20px;
}

#nw .ticketimg {
  width: 99%;
}

#nw video {
  width : 98%;
  z-index: 1;
}

#nw video:hover {
  filter: grayscale(100%);
  opacity: 0.5;
}

#nw #sc2 form {
  padding: 10px;
}

#nw .invisibleLink {
  z-index: -1;
}

#nw .invisibleLink:hover {
  z-index: 2;
}

#nw form input  {
  background-color: rgb(37,36,36);
  border-color : rgb(53,50,49);
  color: rgb(255,255,255);
}

#nw #sc2 form select  {
  border-color : rgb(53,50,49);
  color: rgb(255,255,255);
}

#nw .modal-body > p, #nw .modal-body > h4, #nw h4.modal-title  {
  color : black;
}

#nw #timeline {
  padding-top: 20px;
  padding-bottom : 60px;
}

#nw #timeline_reduced {
  padding-top: 20px;
  padding-bottom : 30px;
}

#nw #offline_tournament {
  padding-top: 20px;
}

#nw .grey-text {
  color: rgb(86,86,87);
  font-weight: bold;
}

#nw .orange-text {
  color: rgb(255,108,0);
  font-weight: bold;
}

#nw #vote .panel {
  max-width: 530px;
  margin : 10px;
}

#nw .countryVote .successTeam:nth-child(2), .countryVote .successTeam:nth-child(3), .countryVote .successTeam:nth-child(4) {
  border: rgb(2,210,187) 1px solid;
}

@media(max-width:767px){
  #nw #vote .well-lg {
  max-width: 100%;
  margin: 5px;
  }
}

@media(min-width:768px){
  #nw #vote .well-lg {
  max-width: 31%;
  margin: 5px;
  }
}

@media(min-width:1200px){
  #nw .container-fluid > .navbar-collapse {
    margin-left : -20px;
  }
}

@media(max-width:1199px){
  #nw .container-fluid > .navbar-collapse {
    margin-left : 0px;
  }
}

#nw #vote button {
  margin-top : 5px;
}

#nw h4.nickname {
  font-weight: bolder;
}

#nw p.percent {
  overflow : hidden;
}

#nw #team .col-lg-12, #team .col-md-12, #team .col-sm-12, #team .col-xs-12{
  margin: 10px 0px;
}

/*Rajout Bootstrap */
#nw .media {
  margin-top: 0;
}
#nw .media:first-child {
  margin-top: 0;
}
#nw .media,
#nw .media-body {
  overflow: hidden;
  zoom: 1;
}
#nw .media-body {
  width: 10000px;
}
#nw .media-object {
  display: block;
  border: 1px solid rgb(53,50,49);
}
#nw .media-object.img-thumbnail {
  max-width: none;
}
#nw .media-right,
#nw .media > .pull-right {
  padding-left: 20px;
}
#nw .media-left,
#nw .media > .pull-left {
  padding-right: 20px;
}
#nw .media-left,
#nw .media-right,
#nw .media-body {
  display: table-cell;
  vertical-align: top;
}
#nw .media-middle {
  vertical-align: middle;
}
#nw .media-bottom {
  vertical-align: bottom;
}
#nw .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

#nw .media-list {
  padding-left: 0;
  list-style: none;
}

#nw .divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin-bottom: 30px;
  overflow: hidden;
  background-color: rgb(53,50,49);
}

/*TimeLine */

.timeline {
  margin: 20px 0;
  padding: 0;
  border-top: 4px solid rgb(53,50,49);
  list-style: none;
}

.timeline__step {
  float: left;
  width: 14.2%;
  padding-top: 30px;
  position: relative;
}

.timeline__step_cs {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}

.timeline__step:first-of-type:before, .timeline__step:last-of-type:before {
  content: "";
  height: 100%;
  background: rgb(27,27,27);
  position: absolute;
  top: -2px;
  left: 0;
}
.timeline__step:last-of-type:before {
  left: 50%;
}

.timeline__step-title {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
}

.timeline__step-marker {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: rgb(27,27,27);
  border: 5px solid rgb(255,108,0);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgb(27,27,27);
  text-align: center;
  line-height: 50px -10;
  color: #428bca;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -18px;
  left: 50%;
}
.done .timeline__step-marker {
  background: rgb(255,108,0);
  color: rgb(27,27,27);
}

.timeline__step-radio {
  display: none;
  /**
   * not needed for now,
   * because markers won't be clicked in horz version
   */
}
.timeline--summary {
  width: auto;
  border-width: 2px;
}

.timeline--summary .timeline__step-label {
  margin-bottom: 19px;
}
.timeline--summary .timeline__step-title {
  padding: 10px 0 0;
  font-size: 8px;
  font-weight: bold;
}
.timeline--summary .timeline__step-marker {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-width: 2px;
  text-indent: -999em;
  box-shadow: 0 0 0 2px rgb(27,27,27);
  top: -7px;
}

/* Overwrite Panel */

.panel {
  margin-bottom: 20px;
  background-color: #222222;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #3c3c3c;
  border-top: 1px solid #282828;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #282828;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #282828;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #282828;
}
.panel-default {
  border-color: #282828;
}
.panel-default > .panel-heading {
  color: #BDBDBD;
  background-color: #3c3c3c;
  border-color: #282828;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #282828;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #282828;
}
.panel-primary {
  border-color: #2a9fd6;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2a9fd6;
  border-color: #2a9fd6;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2a9fd6;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2a9fd6;
}
.panel-success {
  border-color: #809a00;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #77b300;
  border-color: #809a00;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #809a00;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #809a00;
}
.panel-info {
  border-color: #6e2caf;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #9933cc;
  border-color: #6e2caf;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #6e2caf;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #6e2caf;
}
.panel-warning {
  border-color: #f05800;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff8800;
  border-color: #f05800;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f05800;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f05800;
}
.panel-danger {
  border-color: #bd001f;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #bd001f;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bd001f;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bd001f;
}

/* Well overwriting */

.well {
  min-height: 20px;
  margin: 0px;
  margin-bottom: 20px;
  background-color: #151515;
  border: 1px solid #030303;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 20px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* Button Overwritting */

