body {
    background: #000;
    color: #ccc;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #a5a5a5;
    transition: .2s ease-out;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }


h1 {
    line-height: 1.2;
    color: #fff;
}

    h1.title-header {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

h2, h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
}

h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

h4 {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

h5 {
    color: #fff;
    margin-top: 1.5em;
}

p {
    margin: 10px 0 20px 0;
}

.huge-font{
    font-size:24px;
    text-transform: uppercase;
}
.font-24{
    font-size: 20px;
}
.uppercase{
    text-transform: uppercase;
}
.montserrat{
    font-family: "Montserrat";
}

.blasterx-color{
    color:#e50311;
}

.blasterx-button,input.blasterx-button{
    border:solid 1px #fff;
    letter-spacing:0.2em;
    padding:5px 30px;
    display:inline-block;
    font-size:18px;
    text-transform:uppercase;
    transition: .2s ease-out;
    background-color: #000;
}
.blasterx-button:hover{
    background-color: #7e2428;
    border: solid 1px #7e2428;
}

.btn {
    border-radius:0;
}

.bold {
    font-weight: bold;
}

.solid-border {
    border: solid 1px #fff;
}

.padding-15 {
    padding: 15px;
}

.padding-30 {
    padding: 30px;
}

.width-80 {
    width: 80%;
}

.text-center img.img-responsive {
    display: inline-block;
}

/*top navbar  - mobile first*/
.navbar-row.affix {
    width: 100%;
    z-index: 1;
    top: 0;
}

.navbar-row > div {
    padding: 0;
}

#sb-navbar {
    z-index: 2;
}

.navbar-header {
    height: 74px;
}

.navbar-header > button {
    margin-top: 20px;
}

.navbar-default {
    border: none;
    border-radius: 0;
    background: transparent;
    border-color: #333;
    width: 100%;
}

.navbar-brand {
    padding-top: 10px;
}

.nav > li {
    text-transform: uppercase;
    border-top:solid 1px #2a2a2a;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#b8b8b8;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a.active {
    color:#DE0505;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #DE0505;
    color: #ab1116;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #DE0505;
    position: relative;
    z-index: 9999;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    font-weight:600;
    font-size:24px;
    line-height:30px;
}
#sb-navbar li.active >a {
    color:#fff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.navbar {
    margin: 0 auto;
}

.navbar .container-fluid {
    padding-left: 0;
}


.navbar-default .navbar-nav > li > a {
    color: #a5a5a5;
    text-align: left;
    padding-left: 50px;
    transition: .5s ease-out;
}

.dropdown-menu, .dropdown-menu > li > a {
    color: #eee;
    text-align: left;
    font-weight: 100;
    font-size: 22px;
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height:32px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color:#AEAEAE;
}
.navbar-nav .open .dropdown-menu {
    margin-top:-1px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:inherit;
}

.navbar-collapse {
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
}
/*end top navbar --- mobile first*/

.section-header {
    background: #ab1116 url(../images/header_bk.jpg) repeat;
    color: #fff;
}

.section-header h2 {
    font-size: 30px;
    margin: 10px 0;
}

.product-category-header {
    color: #fff;
    margin-top: 20px;
}

.product-category-header h2 {
    font-size: 24px;
    margin: 10px 0;
    letter-spacing: 0.03em;
    line-height: 1.5em
}

.rsTextSlide p {
    font-size: 14px;
}


.home-product {
    text-align: center;
    min-height: 200px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
}

.home-bg-product {
    background: -webkit-linear-gradient(#000,#222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000,#222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000,#222); /* For Firefox 3.6 to 15 */
    background:linear-gradient(#000,#222);
    background-size: 100%;
    border-right: 1px solid #000;
    margin:0 8px;
    padding: 0 0 32px 0;
    font-family: Montserrat;
    font-size:12px;
    color:#c1c1c1;
}

.home-product img {
    margin: 20px auto 30px auto;
    -webkit-filter: grayscale(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.home-product img:hover {
    -webkit-filter: grayscale(0);
}

.home-category-name {

    line-height: 40px;
    height: 40px;

}

.banner-image {
    cursor:pointer;
}
.more-products {
    color: #ccc;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .more-products:hover {
        text-decoration: none;
        color: #999;
    }

.mhl, .bs {
    position: relative;
}

.mhl-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
    padding: 20px;
    height: auto;
}

    .mhl-text h2 {
        font-size: 40px;
        font-size: 3vmax;
        font-weight: 700;
        margin-top: 0;
        color: #fff;
    }

#mhl1 a {
    color:#fff !important;
    text-decoration: none !important;
}

#news-section h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0;
}

#news-section .bs h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
    color: #ccc;
}

.h-text {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 5px;
}

.bs .h-text {
    position: static;
}

.rs .h-text {
    position: absolute;
}

.h-text p {
    margin: 0;
}

.byline {
    font-size: 1em;
    margin-top: 5px;
}

.mhl .h-text {
    position: static;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    padding: 20px;
}

.news-excerpt {
    padding-left: 10px;
    padding-right: 10px;
}

    .h-text h2, .news-excerpt h2 {
        margin-top: 0;
        color: #fff;
    }

    .h-text h3, .news-excerpt h3 {
        margin-top: 0;
        color: #fff;
        font-weight: 500;
        font-size: 30px;
    }

    .news-excerpt h2, .news-excerpt h3 {
        text-transform: none;
        margin: 0;
    }

.news-item{
    min-height: 310px;
}
.news-item h2 {
    font-size: 24px;
}

.news-item h3 {
    font-size: 1.2em;
    margin-top: 0;
}
.news-item a{
    opacity: 1;
}

.news-item a:hover{
    opacity: 0.7;
}

.play-button-overlay {
    position: absolute;
    top: 24%;
    left: 38%;
    opacity: 0.8;
    width: 20%;
}

    .play-button-overlay:hover {
        opacity: 1;
    }

.no-top-margin {
    margin-top: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.form-control:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
    border-color:#ccc;
}

#footer {
        background-color:#0e0e0e;
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
        padding-top:30px;
        margin-top: 40px;
}


    #footer h3 {
        font-size: 13px;
        font-family:Montserrat;
        color:#979797;
        margin-bottom: 5px;
    }

    #footer ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
    }

    #footer ul li {
        height: 20px;
    }

    #footer ul li a {
        font-size:13px;
        line-height: 1;
        color:#818181;
    }
    #footer ul li a:hover {
        color:#fff;
    }

    #footer small {
        font-size: 12px;
    }

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.back-to-creative {
    height: 40px;
    line-height: 40px;
    background: #666;
    margin-top: 40px;
}

    .back-to-creative a {
        color: #ccc;
    }


.page-header {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.full-width {
    width: 100%;
}

.fb-like {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.white {
    color: #fff;
}

.bg-light-grey {
    background: #ccc;
}

.bg-dark-grey {
    background: #333;
}

.bg-black {
    background: #000;
}

.bg-red {
    background: #ab1116;
}

.red {
    color: #ab1116;
}

.yt-thumbnail-link {
    display: block;
    overflow: hidden;
}

    .yt-thumbnail-link img {
        margin: -9.375% auto;
    }


.tweets, .fb-sb-gaming {
    display: none;
}


.gallery-thumbnail-link {
    display: block;
    overflow: hidden;
}

    .gallery-thumbnail-link img.youtube-thumbnail {
        margin: -9.375% auto;
    }

    .gallery-thumbnail-link img.flickr-thumbnail {
        margin: -5.3125% auto;
    }

.gallery-img {
    padding: 6px 2px 6px 2px;
    margin:2px 0;
}

    .gallery-img:nth-child(2) {
        /*padding-left: 0;*/
    }

    .gallery-img:last-child {
        padding-right: 0;
    }

.home-highlights .gallery-img:nth-child(1) {
    padding-left: 0px;
}

.home-highlights .gallery-img:nth-child(2) {
    padding-left: 2px;
}

#people-section .gallery-img {
    padding-top: 0;
}

    #people-section .gallery-img:first-child {
        padding-left: 0px;
        padding-right: 2px;
    }

    #people-section .gallery-img:last-child {
        padding-left: 2px;
        padding-right: 0px;
    }

img.loading {
    display: none;
    position: absolute;
    top: 34%;
    left: 45%;
}

.subscribe-header {
    background-color:#000000;
}

.subscribe-intro {
    margin: 10% 5%;
}

    .subscribe-intro h1 {
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .subscribe-intro p {
        font-size: 15px font-weight: 100;
        line-height: 1.5;
        margin-bottom: 20px;
    }

.giveaway {
    margin: 10% 5%;
}

    .giveaway h2, .giveaway h3 {
        text-align: center;
    }

    .giveaway h2 {
        font-weight: 100;
        font-size: 32px;
    }

    .giveaway h3 {
        font-weight: 700;
        font-size: 36px;
    }

.giveaway-winner {
    font-size: 21px;
    background-color: rgba(0,0,0,0.8);
    color: #ccc;
    padding: 15px 0;
}


#sign-left-desc {
    list-style:none;
}
#sign-left-desc li {
    line-height: 2.5em;
    background: url(/images/home/arrow.png) no-repeat left center;
    padding-left: 16px;
    background-size: 9px 13px;
}

.terms, .terms:hover {
    color: #fff;
    font-size: 0.8em;
}

.form-control {
    background: #1d1d1d;
    color: #ccc;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.button-small, .button-medium, .button-large, .button-mini,
a.button-small, a.button-medium, a.button-large, a.button-mini,
a.button-small:visited, a.button-medium:visited, a.button-large:visited, a.button-mini:visited {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

    .button-small:hover, .button-medium:hover, .button-large:hover, .button-mini:hover, .button-hover {
        opacity: 0.6;
    }

.button-mini {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 10px;
}

.button-small {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.button-medium {
    font-size: 16px;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    letter-spacing: 1px;
}

.button-large {
    font-size: 16px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.gallery-close, .gallery-close:visited, .gallery-close:active {
    color: #999;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 15px;
    background: #333;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}

a.gallery-close:hover {
    color: #fff;
    text-decoration: none;
}

.photos-container {
    display: none;
    outline: 1px solid #333;
}


.product-cell, .person-cell {
    position: relative;
    padding: 10px;

}

    .product-cell .product-desc{

        color:#a5a5a5;
    }
    .product-cell h4{
        font-family: "Montserrat";
        color: #a5a5A5;

    }
    .product-cell a, .person-cell a {
        color: #ccc !important;
        text-decoration: none;
    }

    .product-cell .product-image {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .product-cell > .logo {
        position: absolute;
        top: 10px;
        left: 0;
        width: 50%;
        margin-left: 10px;
    }

    .product-cell > .price {
        position: absolute;
        top: 10px;
        right: 0;
        width: 50%;
        text-align: right;
        margin-right: 10px;
        color: #eee;
        font-size: 1.1em;
        line-height: 1.1;
    }

    .product-cell .list-price {
        text-decoration: line-through;
        font-size: 0.80em;
        color: #999;
        line-height: 1.1;
    }

    .product-cell .desc, .person-cell .person-desc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px;
    }
    .product-cell p{
        font-size: 14px;
    }



        .person-cell .person-desc p {
            font-size: 14px;
        }

    .person-cell h2 {
        font-size: 24px;
    }


    .person-cell h3 {
        font-size: 20px;
    }

    .person-cell h2, .person-cell h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }


.milestone-row {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

    .milestone-row:first-child {
        margin-top: 0;
    }

    .milestone-row h2, .milestone-category-row h2 {
        margin-top: 0;
        font-size: 32px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }

.milestone-year {
    font-size: 32px;
    font-weight: 100;
    margin-top: 0;
}

.milestone-title {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: none;
}

#right-nav-row {
    z-index: 1;
    border: dotted 1px #333323;
}

    #right-nav-row.affix {
        top: 50px;
    }


        #right-nav-row.affix li > a {
            padding: 10px 10px 5px 10px;
        }

            #right-nav-row.affix li > a:active {
                color: #c90808;
            }

.right-nav {
    z-index: 10;
}

    .right-nav li {
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1em;
    }

    .right-nav > li > a {
        padding: 10px;
    }

    .right-nav li.active a {
        color: #e50311;
    }


    .right-nav li > a:focus, .right-nav li > a:hover {
        background-color: transparent;
    }

.line-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #f00;
}

#intro {
    padding-bottom: 20px;
}

.mega-menu li a img {
    display: none;
}

.tag-container {
    position: absolute;
    top: 0;
    padding: 10px;
}

.article-mhl
{
    padding:0;
}

.article-mhl > .tag-container
{
    padding-left:25px;
}

.news-item > .tag-container
{
    padding:10px;
}

.tag, .tag:visited {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.75em;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    background:rgba(0, 0, 0, 0.7);
    font-weight: 100;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

a.tag {
    color: #fff;
}

.tag-product-news:hover {
    background-color: rgba(192, 33, 33, 0.7);
}

.tag-technology:hover {
    background-color: rgba(34, 153, 158, 0.7);
}

.tag-gallery:hover {
    background-color: rgba(57, 148, 69, 0.7);
}

.tag-events:hover {
    background-color: rgba(202, 163, 57, 0.7);
}

.tag-articles:hover {
    background-color: rgba(44, 104, 141, 0.7);
}

.tag-comm:hover{
    background-color:rgba(88, 12, 187, 0.7);
}

.tag-gamers:hover{
    background-color:rgba(158, 80, 34, 0.7);
}

.tag-teams:hover{
    background-color:rgba(34, 61, 158, 0.7);
}
.tag-contributors:hover{
    background-color:rgba(100, 61, 128, 0.7);
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.footer-social-button {
    content:" ";
    display:inline-block;
    height:38px;
    width:38px;
    margin:5px;
    background-repeat:no-repeat;
    background-position:center center;

    opacity: 0.5;
}

.footer-social-button:hover{
    opacity: 1;
}

.icon-facebook {
    background-image:url(../images/facebook_icon.png);
    background-position:0;
    width:17px;
}

.icon-twitter {
    background-image:url(../images/twitter_icon.png);
}

.icon-youtube {
    background-image:url(../images/youtube_icon.png);
}

#mainContent_subscribe_successful {
    margin-top:5px;
}

.small {
    font-size:0.8em;
}


#twitter-widget-0 .stream::-webkit-scrollbar {
    width: 0.5em;
}

#twitter-widget-0::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#twitter-widget-0::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#slider-desc{
    width: 100%;
    padding: 0 15px;
}
#slider-desc p{
    margin-top: 5px;
    font-size: 16px;
    color: #a5a5a5;
}

a.opacitylink{
    opacity: 1;
    display: inline-block;
    transition: .2s ease-out;
}
a.opacitylink:hover{
    opacity: 0.8;
}
.rsMainSlideImage{
    display: none;
}
