/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: MARCO - One Page Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
/* FONTS */
@import url("http://fonts.googleapis.com/css?family=Ruda:400,900,700");
/* Button click effect */
@import url("http://fonts.googleapis.com/css?family=Montserrat:700");
a.button {
  overflow: hidden;
  outline: none;
}
a.button span.button-inner {
/*font-family: 'Montserrat', sans-serif;*/
/*text-transform: uppercase;*/
/*font-weight: 700;*/
/*font-size: 1.5em;*/
/*color: #222;*/
  display: block;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
/*padding: 20px;*/
}
a.button span.button-inner:hover {
  cursor: pointer;
}
a.button .circle {
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
a.button .circle.animate {
  -webkit-animation: button-effect 0.65s linear;
  animation: button-effect 0.65s linear;
}
@-webkit-keyframes button-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/*************************************************/
/* OVERALL ASPECT */
html {
  font-size: 16px;
}
body {
  background-color: #f2f2f2;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
.centered {
  text-align: center;
}
.left-aligned {
  text-align: left;
}
#devblog h1,
#devblog h2,
#devblog h3,
#devblog h4,
#devblog h5,
#devblog h6 {
  font-family: 'Ruda', sans-serif;
  font-weight: 900;
  color: #333;
}
#devblog h1 small,
#devblog h2 small,
#devblog h3 small,
#devblog h4 small,
#devblog h5 small,
#devblog h6 small {
  font-size: 50%;
}
#devblog .container .panel h1,
#devblog .container .panel h2,
#devblog .container .panel h3,
#devblog .container .panel h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#devblog .container .panel a:hover,
#devblog .container .panel a:focus {
  color: #fff;
}
#devblog .container .panel-primary h3 {
  color: #fff;
}
#devblog .container .panel-success h3 {
  color: #468847;
}
#devblog .container .panel-info h3 {
  color: #3a87ad;
}
#devblog p {
  line-height: 28px;
  margin-bottom: 25px;
}
#devblog .goleft {
  text-align: left;
}
#devblog .black {
  margin-top: 0;
  background-color: #2f2f2f;
  min-height: 300px;
  width: 100%;
}
#devblog .black h1,
#devblog .black h2,
#devblog .black h3,
#devblog .black h4 {
  color: #fff;
}
#devblog .black h4 {
  text-transform: uppercase;
}
#devblog .black p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#devblog a {
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
#devblog a:hover,
#devblog a:focus {
  text-decoration: none;
  outline: 0;
}
#devblog a:before,
#devblog a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
#devblog hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
#devblog .admin-toolbar {
  display: none;
}
#br-home h1,
#headerwrap h1,
#f h1,
#br-home h2,
#headerwrap h2,
#f h2,
#br-home h3,
#headerwrap h3,
#f h3,
#br-home h4,
#headerwrap h4,
#f h4,
#br-home h5,
#headerwrap h5,
#f h5,
#br-home h6,
#headerwrap h6,
#f h6 {
  font-family: 'Ruda', sans-serif;
  font-weight: 900;
  color: #333;
}
#br-home .container .panel h1,
#headerwrap .container .panel h1,
#f .container .panel h1,
#br-home .container .panel h2,
#headerwrap .container .panel h2,
#f .container .panel h2,
#br-home .container .panel h3,
#headerwrap .container .panel h3,
#f .container .panel h3,
#br-home .container .panel h4,
#headerwrap .container .panel h4,
#f .container .panel h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#br-home .container .panel a:hover,
#headerwrap .container .panel a:hover,
#f .container .panel a:hover,
#br-home .container .panel a:focus,
#headerwrap .container .panel a:focus,
#f .container .panel a:focus {
  color: #fff;
}
#br-home .container .panel-primary h3,
#headerwrap .container .panel-primary h3,
#f .container .panel-primary h3 {
  color: #fff;
}
#br-home .container .panel-success h3,
#headerwrap .container .panel-success h3,
#f .container .panel-success h3 {
  color: #468847;
}
#br-home .container .panel-info h3,
#headerwrap .container .panel-info h3,
#f .container .panel-info h3 {
  color: #3a87ad;
}
#br-home p,
#headerwrap p,
#f p {
  line-height: 28px;
  margin-bottom: 25px;
}
#br-home .goleft,
#headerwrap .goleft,
#f .goleft {
  text-align: left;
}
#br-home a,
#headerwrap a,
#f a {
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
#br-home a:hover,
#headerwrap a:hover,
#f a:hover,
#br-home a:focus,
#headerwrap a:focus,
#f a:focus {
  text-decoration: none;
  outline: 0;
}
#br-home a:before,
#headerwrap a:before,
#f a:before,
#br-home a:after,
#headerwrap a:after,
#f a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
#br-home hr,
#headerwrap hr,
#f hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.navbar {
  font-size: 14px;
  background: #fff;
}
.navbar-fixed-top {
  border-width: 0 0 0px;
  border-bottom-width: 0px;
}
/* ================== BASIC CONFIGURATION ================== */
.spacing i {
  padding-left: 8px;
  padding-right: 8px;
}
/* margin top & Bottom */
.mt {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* Special Margin for Wrap sections */
.mts {
  margin-top: -20px;
}
/* service icons */
.si {
  visibility: hidden;
}
.si:hover {
  background-color: #fff;
}
.si i {
  font-size: 40px;
  padding: 20px;
}
/* Padding top & bottom */
.pt {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Description Styling / Used in portfolio & Blog images footnotes */
.desc p {
  font-family: 'Ruda', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
.desc p > i {
  font-size: 16px;
  color: #979797;
}
.desc p > i:hover {
  font-size: 16px;
  color: #e74c3c;
  cursor: pointer;
}
.desc p.lead {
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: -15px;
}
.desc p.time {
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0px;
  color: #979797;
  text-align: right;
}
.desc p.time > i {
  font-size: 12px;
}
/* Dashed Separator */
hr-d {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 1em 0;
  padding: 0;
}
p.capitalize {
  display: block;
  text-align: left;
}
p.capitalize:first-letter {
  text-transform: capitalize;
  font-size: 30px;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
/* Button Call To Action */
.btn-cta {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-family: 'Ruda', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  color: #2f2f2f;
  background-color: #fff;
  border-color: #2f2f2f;
}
/* Button Theme */
.btn-theme {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-family: 'Ruda', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #2f2f2f;
  background-color: #fff;
  border-color: #2f2f2f;
}
/* Button Yellow */
.btn-yellow {
  color: #2f2f2f;
  background-color: #ffd56c;
  border-color: #fff;
  font-family: 'Ruda', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #2f2f2f;
  background-color: #fdc741;
  border-color: #fff;
}
/***** Testimonials Styling *****/
.testi-container {
  width: 100%;
  margin-bottom: 14px;
  padding: 5px 6px 3px 0px;
  background-color: #fafafa;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: left;
  z-index: 998;
}
.testi-container:before {
  width: 25px;
  height: 17px;
  background: #fafafa;
  content: '';
  position: absolute;
  z-index: 999;
  left: 42px;
  bottom: 0px;
  margin-left: -7px;
}
@media \0screen {
  .testi-container:before {
    background: none;
  }
}
.testi-container:after {
  width: 17px;
  height: 17px;
  background: #fafafa;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: '';
  position: absolute;
  z-index: 888;
  left: 45px;
  bottom: -5px;
  margin-left: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media \0screen {
  .testi-container:after {
    background: none;
    border: none;
  }
}
.testi-text {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 10px 14px 0px 14px;
  font-weight: 400;
}
/* ================== MAIN WRAP SECTIONS ================== */
#headerwrap {
  background: url("../img/bg01.jpg") no-repeat center top;
  margin-top: 0px;
  padding-top: 50px;
  background-attachment: relative;
  background-position: center center;
  min-height: 539px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#headerwrap h1 {
  margin-top: 60px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 1px;
  visibility: hidden;
}
#headerwrap h2 {
  color: #fff;
  visibility: hidden;
}
#headerwrap .img-responsive {
  margin: 0 auto;
}
#headerwrap .sub-heading {
  display: block;
  min-height: 64px;
}
#headerwrap .sign-in-with-steam img {
  margin-top: 6px;
}
/* Footer Wrap */
#f {
  background-color: #1b1b1b;
  padding-top: 40px;
  padding-bottom: 40px;
}
#f p {
  color: #fff;
}
#f h4 {
  color: #fff;
}
/* Color Wraps */
#white {
  margin-top: 0px;
  background-color: #fff;
  min-height: 300px;
  width: 100%;
}
#grey {
  margin-top: 0px;
  background-color: #f7f7f7;
  min-height: 300px;
  width: 100%;
}
#black {
  margin-top: 0px;
  background-color: #2f2f2f;
  min-height: 300px;
  width: 100%;
}
#black h3 {
  color: #fff;
}
#black h4 {
  color: #fff;
  text-transform: uppercase;
}
#black p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#black h1 {
  color: #fff;
  font-size: 70px;
}
/* Map Wrap*/
#map {
  width: 100%;
  height: 400px;
}
#map-contact {
  width: 100%;
  height: 650px;
}
/* ================== CALL TO ACTION WRAP SECTIONS & HELPERS ================== */
#cta01 {
  background: url("../img/cta/cta01.jpg") no-repeat center top;
  margin-top: 0px;
  padding-top: 100px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 350px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#cta01 h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 60px;
}
#cta01 h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
#cta02 {
  background: url("../img/cta/cta02.jpg") no-repeat center top;
  margin-top: 0px;
  padding-top: 100px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 350px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#cta02 h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
#cta03 {
  background: url("../img/cta/cta01.jpg") no-repeat center top;
  margin-top: 0px;
  padding-top: 50px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 450px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#cta03 h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}
#cta03 p {
  color: #fff;
  font-size: 16px;
}
#cta-bar {
  background: #2f2f2f;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}
#cta-bar:before,
#cta-bar:after {
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
  cursor: pointer;
}
#cta-bar h4 {
  color: #fff;
  font-weight: 400;
}
/* ================== TEAM MEMBERS INFORMATION OVER iMAGE ================== */
.members {
  width: 302px;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.members > img {
  display: block;
  position: relative;
}
.team-info {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 170px;
  padding: 10px 10px 30px 10px;
}
.subhead {
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 400;
}
.team-name {
  color: #fff;
  font-weight: 400;
  margin: 0;
  letter-spacing: -1px;
}
.team-description {
  color: #fff;
  padding-top: 20px;
}
.team-description i {
  margin: 8px;
}
/* Team Member Stats Icons Conf */
.team-stat i {
  font-size: 28px;
}
#f .contact-us {
  color: #fff;
  width: 23%;
}
#f .steam {
  width: 27%;
}
#f ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#f ul li {
  list-style: none;
  overflow: hidden;
}
#f ul li:before {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size: 16px;
  height: auto;
  margin-right: 8px;
  color: #fff;
  float: left;
}
#f .twitter ul li:before {
  margin-top: 2px;
  content: "\f099";
  font-family: 'FontAwesome';
}
#f .reddit ul li:before {
  margin-top: -2px;
  content: "\f1a1";
  font-family: 'FontAwesome';
}
#f .contact-us ul li,
#f .steam ul li {
  margin-bottom: 8px;
}
#f .steam ul li:before {
  margin-top: -2px;
  content: "\f1b6";
  font-family: 'FontAwesome';
}
#f .tweet {
  float: right;
  width: 85%;
}
@media (max-width: 600px) {
  #headerwrap h1 {
    font-size: 35px;
  }
  #cta03 {
    background: #2d2d2d;
  }
  #wv {
    height: 350px;
  }
}
@media (max-width: 900px) {
  #cta03 {
    background: #2d2d2d;
  }
}
#community-carousel .carousel-control {
  padding-top: 21.4%;
  width: 5%;
  margin-bottom: 22px;
}
.youtube-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 120px;
  margin-top: 15px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9)*/
/*background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 3px, rgba(0, 0, 0, 0.125) 3px, rgba(0, 0, 0, 0.125) 6px), url(/images/hurtworld_banner.png)*/
}
.youtube-stats .stat {
  max-width: 33.333%;
  width: 154px;
}
.youtube-stats .stat h1 {
  margin: 0;
}
.youtube-stats .stat h4 {
  margin: 0;
  color: #c5c5c5;
}
#br-home .live {
  color: #ff4f4a;
}
#br-home .video-list-thumbs > li {
  margin-bottom: 12px;
}
#br-home .video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #111;
  color: #fff;
  padding: 8px;
  border-radius: 3px;
  transition: all 500ms ease-in-out;
  border-radius: 4px;
}
#br-home .video-list-thumbs > li > a > img {
  height: 200px;
}
#br-home .video-list-thumbs > li > a > h2 {
  color: #fff;
}
#br-home .video-list-thumbs > li > a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration: none;
}
#br-home .video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
#br-home .video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.25;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  transition: all 500ms ease-in-out;
}
#br-home .video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
#br-home .video-list-thumbs .duration {
  background-color: rgba(0,0,0,0.5);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
  transition: all 500ms ease;
}
#br-home .video-list-thumbs > li > a:hover .duration {
  background-color: rgba(0,0,0,0.8);
}
#br-home .video-list-thumbs .ago {
  background-color: rgba(0,0,0,0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  right: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
  transition: all 500ms ease;
}
#br-home .video-list-thumbs > li > a:hover .ago {
  background-color: rgba(0,0,0,0.8);
}
#br-home .video-list-thumbs .views {
  background-color: rgba(0,0,0,0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  right: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  bottom: 54px;
  transition: all 500ms ease;
}
#br-home .video-list-thumbs > li > a:hover .views {
  background-color: rgba(0,0,0,0.8);
}
@media (min-width:320px) and (max-width: 480px) {
  #br-home .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  #br-home .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* Loading spinner */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*******************/
/* This fixes the offset of anchors used for the affix menu */
body {
/*position: relative;*/
  margin-top: 60px;
}
#headerwrap {
  margin-top: -60px;
}
section {
  padding-top: 60px;
  margin-top: -60px;
}
/************************************************************/
.steambutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #71a031;
  height: 25px;
  width: 154px;
  border-radius: 2px;
  border: 1px solid rgba(50,50,50,0.5);
  color: #fff;
  user-select: none;
  cursor: pointer;
  transition: background-color 0.5s;
  overflow: hidden;
}
.steambutton:hover {
  background-color: #4a6a20;
  color: #ddd;
  border: 1px solid #323232;
}
.sign-in {
  font-size: x-small;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  top: 10px;
  left: 25px;
  width: 126px;
}
.steam {
  font-size: small;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  top: -5px;
  left: 100px;
  width: 50px;
}
.mech {
  position: relative;
  background-color: #e6e5e2;
}
.armendbig {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -23px;
  left: 12px;
}
.arm {
  width: 10px;
  height: 5px;
  top: -25px;
  left: 6px;
  -webkit-transform: rotate(-42deg);
}
.armendsmall {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: -27px;
  left: 3px;
}
.axelshadow {
  background-color: #919783;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: -43px;
  left: 14px;
}
.axel {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: -48px;
  left: 15px;
}
.otherarmshadow {
  background-color: #919783;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: -43px;
  left: 4px;
}
.otherarm {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  top: -53px;
  left: -10px;
  border-radius: 100px;
  -webkit-transform: rotate(42deg);
}
a {
  text-decoration: none;
  color: inherit;
}
#nav {
  width: 100%;
  position: static;
  top: -32px;
}
#nav.affix {
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
}
@media (min-width: 767px) {
  .navbar-nav.nav-justified > li {
    float: none;
  }
}
.navbar-nav {
  margin: 1px 1px;
}
/* customize nav style */
.navbar-custom {
  background-color: #2e2e2e;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 0;
}
.navbar-custom  .navbar-nav>li>a {
  color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
  color: #eee;
}
/*.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}*/
.navbar-custom  .navbar-nav li>a:hover,
.navbar-nav li .open {
  background-color: #000;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-collapse.in {
/*3.0.2 bug workaround*/
  overflow-y: visible;
}
.navbar-toggle {
  outline: 0;
}
#nav.navbar-custom {
  border-bottom: rgba(119,119,119,0.25) solid 1px;
}
.scroll-top {
  position: fixed;
  bottom: 0;
  right: 6%;
  z-index: 100;
  background: #f2f3f2;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.scroll-top a:link,
.scroll-top a:visited {
  color: #222;
}
/* Pricing panels */
.panel {
  text-align: center;
}
.panel:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4), 0 1px 5px rgba(130,130,130,0.35);
}
.panel-body {
  padding: 0px;
  text-align: center;
}
.the-price {
  background-color: rgba(220,220,220,0.17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0;
}
.the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.subscript {
  font-size: 25px;
}
.cnrflash {
/*Position correctly within container*/
  position: absolute;
  top: -9px;
  right: 4px;
  z-index: 1;
/*Set overflow to hidden, to mask inner square*/
  overflow: hidden;
/*Set size and add subtle rounding  		to soften edges*/
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0;
}
.cnrflash-inner {
/*Set position, make larger then 			container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
/* IE 9 */
  -o-transform: rotate(45deg);
/* Opera */
  -moz-transform: rotate(45deg);
/* Firefox */
  -webkit-transform: rotate(45deg);
/* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
/*Purely decorative effects to add texture and stuff*/
/* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
/* IE 9 */
  -o-transform-origin: 100% 100%;
/* Opera */
  -moz-transform-origin: 100% 100%;
/* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,0.2) 50%);
  background-size: 4px, auto, auto, auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1,1,1,0.5), 0 1px 0 0 rgba(1,1,1,0.5), inset 0 -1px 8px 0 rgba(255,255,255,0.3), inset 0 -1px 0 0 rgba(255,255,255,0.2);
}
.cnrflash-inner:before,
.cnrflash-inner:after {
/*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #800000;
}
.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.cnrflash-label {
/*Make the label look nice*/
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1,1,1,0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
}
/************************************************************/
li a i {
  width: 16px;
  text-align: center;
}
#subscribe > .container {
  margin-top: 20px;
  margin-bottom: 80px;
}
.navbar-inverse .navbar-nav > li > div > a:hover,
.navbar-inverse .navbar-nav > li > div > a:focus {
  color: #fff;
  background-color: transparent;
}
.nav > li > div > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar-nav > li > div > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-nav > li > div > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.nav-justified > li > div > a {
  text-align: center;
}
.nav > li > div > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* Profile container */
.profile {
  margin: 20px 0;
}
/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}
.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
  border-bottom: none;
}
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.profile-usermenu ul li.active {
  border-bottom: none;
}
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
.condition-display {
  display: none;
}
#subscribe form select {
  width: 150px;
}
#subscribe form input[type=number] {
  width: 116px;
}
#subscribe .package {
  display: none;
}
.row .column-left {
  padding-left: 0;
}
.row .column-right {
  padding-right: 0;
}
/*.premium-options*/
/*line-height: 1.5*/
/* Stats */
.circle-tile {
  margin-bottom: 15px;
  text-align: center;
}
.circle-tile-heading {
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 100%;
  color: #fff;
  height: 80px;
  margin: 0 auto -40px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 80px;
}
.circle-tile-heading .fa {
  line-height: 80px;
}
.circle-tile-content {
  padding-top: 50px;
}
.circle-tile-number {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 0 15px;
}
.circle-tile-description {
  text-transform: uppercase;
}
.circle-tile-footer {
  background-color: rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.5);
  display: block;
  padding: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
  background-color: #2e4154;
}
.circle-tile-heading.green:hover {
  background-color: #138f77;
}
.circle-tile-heading.orange:hover {
  background-color: #da8c10;
}
.circle-tile-heading.blue:hover {
  background-color: #2473a6;
}
.circle-tile-heading.red:hover {
  background-color: #cf4435;
}
.circle-tile-heading.purple:hover {
  background-color: #7f3d9b;
}
.tile-img {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}
.dark-blue {
  background-color: #34495e;
}
.green {
  background-color: #16a085;
}
.blue {
  background-color: #2980b9;
}
.orange {
  background-color: #f39c12;
}
.red {
  background-color: #e74c3c;
}
.purple {
  background-color: #8e44ad;
}
.dark-gray {
  background-color: #7f8c8d;
}
.gray {
  background-color: #95a5a6;
}
.light-gray {
  background-color: #bdc3c7;
}
.yellow {
  background-color: #f1c40f;
}
.text-dark-blue {
  color: #34495e;
}
.text-green {
  color: #16a085;
}
.text-blue {
  color: #2980b9;
}
.text-orange {
  color: #f39c12;
}
.text-red {
  color: #e74c3c;
}
.text-purple {
  color: #8e44ad;
}
.text-faded {
  color: rgba(255,255,255,0.7);
}
/*************************************/
/* Bootstrap additions */
.modal-header-success {
  color: #fff;
/*padding:9px 15px;*/
  border-bottom: 1px solid #eee;
  background-color: #5cb85c;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-warning {
  color: #fff;
/*padding:9px 15px;*/
  border-bottom: 1px solid #eee;
  background-color: #f0ad4e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-danger {
  color: #fff;
/*padding:9px 15px;*/
  border-bottom: 1px solid #eee;
  background-color: #d9534f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-info {
  color: #fff;
/*padding:9px 15px;*/
  border-bottom: 1px solid #eee;
  background-color: #5bc0de;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header-primary {
  color: #fff;
/*padding:9px 15px;*/
  border-bottom: 1px solid #eee;
  background-color: #428bca;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* WTFFORMS */
label.control.radio {
  line-height: 24px;
}
/*#login*/
/*margin-bottom: calc(100%+50px)*/
.vertical-center {
  display: flex;
  min-height: 100%;
/* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
/* These two lines are counted as one :-)       */
  align-items: center;
}
#login .panel {
  box-shadow: 0 1px 5px rgba(0,0,0,0.5), 0 1px 5px rgba(130,130,130,0.4);
}
#login .panel:hover {
  box-shadow: 0 1px 6px rgba(0,0,0,0.6), 0 1px 6px rgba(130,130,130,0.45);
}
#full-contact-details ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#full-contact-details ul li {
  list-style: none;
  overflow: hidden;
}
#full-contact-details ul li:before {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size: 16px;
  height: auto;
  margin-right: 8px;
  color: #fff;
  float: left;
}
.shape {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg);
/* IE 9 */
  -o-transform: rotate(360deg);
/* Opera 10.5 */
  -webkit-transform: rotate(360deg);
/* Safari and Chrome */
  transform: rotate(360deg);
}
.offer {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  margin: 15px 0;
  overflow: hidden;
}
.offer:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shape {
  border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius {
  border-radius: 7px;
}
.offer-danger {
  border-color: #d9534f;
}
.offer-danger .shape {
  border-color: transparent #d9534f transparent transparent;
}
.offer-success {
  border-color: #5cb85c;
}
.offer-success .shape {
  border-color: transparent #5cb85c transparent transparent;
}
.offer-default {
  border-color: #999;
}
.offer-default .shape {
  border-color: transparent #999 transparent transparent;
}
.offer-primary {
  border-color: #428bca;
}
.offer-primary .shape {
  border-color: transparent #428bca transparent transparent;
}
.offer-info {
  border-color: #5bc0de;
}
.offer-info .shape {
  border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {
  border-color: #f0ad4e;
}
.offer-warning .shape {
  border-color: transparent #f0ad4e transparent transparent;
}
.shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -35px;
/*right: -40px;*/
/*top: 2px;*/
  white-space: nowrap;
  -ms-transform: rotate(30deg);
/* IE 9 */
  -o-transform: rotate(360deg);
/* Opera 10.5 */
  -webkit-transform: rotate(30deg);
/* Safari and Chrome */
  transform: rotate(30deg);
}
.offer-content {
  padding: 0 20px 10px;
}
@media (min-width: 487px) {
  .container {
    max-width: 750px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
  }
}
.game-servers-header {
  display: inline-block;
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 154px;
}
.game-servers-header .time-header {
  display: inline-block;
  width: 100px;
  text-align: left;
  margin-bottom: 5px;
}
.game-servers-header .remaining-header {
  display: inline-block;
  color: #fff;
  width: 50px;
  text-align: left;
  margin-bottom: 5px;
}
.game-servers-header .players-header {
  color: #fff;
  width: 99px;
  display: inline-block;
  text-align: right;
  margin-bottom: 5px;
}
.game-servers {
  position: relative;
  width: 545px;
  margin-left: auto;
  margin-right: auto;
  background: #252323;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 7px;
}
.game-servers .game-server {
  margin-bottom: 1px;
}
.game-servers .game-server button.server-name {
  display: block;
  width: 226px;
  text-align: left;
}
.game-servers .game-server button.server-name i.fa-square-o {
  padding-right: 1.5px;
}
.game-servers .game-server a.game-time,
.game-servers .game-server a.remaining,
.game-servers .game-server a.players {
  display: inline-block;
}
.game-servers .game-server a.game-time:hover,
.game-servers .game-server a.remaining:hover,
.game-servers .game-server a.players:hover {
  cursor: pointer;
}
.game-servers .game-server a.game-time,
.game-servers .game-server a.players {
  width: 104px;
}
.game-servers .game-server a.remaining {
  width: 52px;
}
.game-servers .game-server a.connect.btn {
  width: 160px;
}
.game-servers .game-server a.connect.btn:hover,
.game-servers .game-server a.connect.btn:focus {
  color: #fff;
}
@-moz-keyframes button-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-webkit-keyframes button-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes button-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-ms-keyframes button-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes button-effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@-o-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@-ms-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
