/* SM and above */
@media (min-width: 768px) {
    
    p {
        margin: 20px 0;
    }
    /*top navbar SM and above*/
    .navbar-nav {
        float: right;
        margin-top: 10px;
    }
    .nav > li {
        border:none;
    }
    a.dropdown-toggle {
        border:none;
    }

    .navbar-nav > li > a {
        padding-bottom: 25px;
    }
    .navbar-default .navbar-nav > li > a {
        font-weight:100;
        padding-left:0px;
        font-size:18px;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: #000;
    }
    #sb-navbar li.active>a {
        background-color: rgba(0,0,0,0);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color:#eee;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color:transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a.active {
        color:#b8b8b8;
    }

    /*end top navbar SM and above*/

    .byline {
        font-size: 0.75em;
    }

    .h-text, .news-excerpt-overlay {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        padding-top:20px;
    }

    #news-section .bs h3 {
        font-size:14px;
        line-height: 1.5em;
    }

    .tweets, .fb-sb-gaming {
        padding-left: 0;
        border: 1px dotted #333;
        margin-top: 20px;
        list-style: none;
        display: block;
    }

    .fb-sb-gaming {
        margin-top: 0;
    }

    .tweets a {
        color: #fff;
    }

    .tweets li, .fb-sb-gaming li {
        overflow: hidden;
        border-bottom: 1px dotted #333;
        padding: 10px;
    }

        .tweets li:first-child, .fb-sb-gaming li {
            margin-top: 0;
        }

        .tweets li:nth-child(2) {
            margin-top: 0;
        }

        .tweets li:nth-child(n+4) {
            display: none;
        }

    .twitter-avatar, .twitter-name, .twitter-date {
        float: left;
        font-size: 12px;
        color: #ddd;
    }

    .twitter-date {
        width: 100%;
        margin-top: 5px;
        text-align: right;
    }

        .twitter-date a {
            color: #999;
        }

    .tweet-text {
        font-size: 12px;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

    .tweets h2, .fb-sb-gaming h2 {
        font-size: 13px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: lowercase;
        margin: 0;
    }

    .fb-sb-gaming h2 {
        text-transform: none;
    }

    .h-text h3 {

        font-weight: 700;
        color: #fff;
        font-size: 18px;
    }

    .sb-fb-logo {
        width: 100%;
        padding: 12px 5px;
    }

    .mhl-text h2 {
        color: #fff;
    }

    .mhl .h-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.2);
        padding: 15px;
        cursor: pointer;
    }

    .product-cell .desc p, .person-cell .person-desc p {
        display: block;
        overflow-y: hidden;
        max-height: 0;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .person-cell:hover .person-desc p, .product-cell:hover .desc p {
        max-height: 50px;
    }


    .news-item > div {
        padding: 10px;
    }

    .subscribe-intro h1 {
        font-size: 70px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .form-row {
        margin-top: 20px;
    }

    /*mega top menu*/
    .navbar-nav > .open > a {
        background-color: #101010;
        background: url(/images/arrow.png) no-repeat bottom center;
        background-size: 10%;
    }

    .mega-menu {
        width: 750px;
        border: solid 1px #3a3b3b;
        background-color: #010101;
        padding: 15px 0;
        text-align: center;
    }

    .product-menu {
        left: -228px;
    }

    .people-menu {
        left: -339px;
    }

    .gallery-menu {
        left: -425px;
        left: -426px\9;
    }

    .about-menu {
        left: -520px;
    }

    .mega-menu li {
        display: inline-block;
        margin-left: 0;
    }

        .mega-menu li a img {
            display: inline;
            width: 60px;
        }

        .mega-menu li a {
            background: none;
            text-align: center;
        }

        .mega-menu li a {
            font-size: 13px;
        }

            .mega-menu li a div {
                font-size: 11px;
    }
    /*end mega top menu*/

    .milestone-row .img-responsive {
        max-width: 600px;
    }

    .subscribe-header h3 {
        color: #fff;
    }

    .subscribe-intro {
        margin: 20% 5%;
    }


    .icon-facebook {
        width:28px;
    }

    .icon-twitter {
        margin-right:14px;
    }

    #mainContent_subscribe_successful {
        margin-top:10px;
        margin-bottom:10px;
    }
    

    .mhl-text {
        position: absolute;
        width: 100%;
        color: #fff;
        padding: 20px;
        text-align:left;
        bottom:0;
        background-color:rgba(0,0,0,0.8);
    }
    .mhl-text h2{
        color:#fff;
        font-size:18px;
    }

    .rsDefault .rsTabs {
        margin-top:-60px;
    }
    .vertical-center {
        display: flex;
        align-items: center;
    }
    .huge-font{
        font-size:40px;
        text-transform: uppercase;
    }
    .home-bg-product {
        font-size: 20px;
    }

    h2, h3 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 30px;
    }
    .font-24{
        font-size: 24px;
    }
    .huge-font{
        font-size:30px;
        text-transform: uppercase;
    }
    .product-category-header h2 {
        font-size: 28px;
        margin: 10px 0;
        letter-spacing: 0.03em;
    }
    .product-cell h4{
        min-height: 38px;
    }
    .product-cell .product-desc{
        min-height: 48px;
     
    }
}
