body, html {
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important;
    background-color: #151515;
}
body {
    overflow-x: hidden;
}
.col-md-4, .col-md-6, .col-xs-12 {
    /*padding-bottom: 30px;*/
}
.nivo-lightbox-wrap {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background: url('nivo-lightbox/close@2x.png') no-repeat 8px 8px !important;
    width: 32px !important;
    height: 32px !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-size: 32px 32px !important;
}
.container {
    padding-top: 80px;
    padding-bottom: 80px;
}
h1 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}
h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 34px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}
.container h2 {
    text-align: left;
    color: #ea9511;
}
.container h3 {
    color: #848484;
    font-weight: bold;
}
h3 {
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
}
h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3a3a3a;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
b, strong {
    color: #848484;
}
p {
    font-size: 20px;
    line-height: 29px;
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: #ea9511;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    color: #ffd100;
}
ul, ol {
    list-style-position: inside;
    /*list-style-type: circle;*/
}
li {
    margin-left: 15px;
}
li span {
    /*margin-left: -12px;*/
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #ea9511;
    margin-bottom: 40px;
    border: 0;
}
.container hr {
    width: 100%;
    background: #333;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
/* Navigation */
#menu {
    display: none;
    padding: 20px;
    transition: all 0.8s;
}
#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    color: #8eb640;
    font-weight: 700;
    letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    text-align: right;
    color: #ddd;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #8eb640;
}
@media (max-width: 767px) {
.navbar-collapse {
    /* background-color: rgba(21, 21, 21, 0.9) !important; */
    margin-left: auto !important;
    width: 200px;
    border-top: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,0f0f0f+100&0+0,0.22+13,0.9+100 */
background: -moz-linear-gradient(left,  rgba(15,15,15,0) 0%, rgba(15,15,15,0.22) 13%, rgba(15,15,15,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(15,15,15,0) 0%,rgba(15,15,15,0.22) 13%,rgba(15,15,15,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(15,15,15,0) 0%,rgba(15,15,15,0.22) 13%,rgba(15,15,15,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f0f0f', endColorstr='#e60f0f0f',GradientType=1 ); /* IE6-9 */
}
}

.navbar {
    /* padding: 0 !important; */
}
.on {
    background-color: rgba(21, 21, 21, 0.6) !important;
    padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #8eb640 !important;
    background-color: transparent;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: #ddd;
}
.section-title hr {
    margin: 0 auto;
    margin-bottom: 20px;
}
.section-title h2 {
    margin-bottom: 40px;
    color: #fff;
}
.section-title .overlay {
    padding: 200px 0 0 0;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 20px 3px rgba(255, 117, 0, 0.05), 0px 0 80px 4px rgba(110, 235, 255, 0.18);
}
.section-title p {
    font-size: 22px;
    color: rgba(255,255,255,0.8);
}
.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #ffd100;
    border: 0;
    padding: 17px 35px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.5s;

    text-shadow: 0px 0px 6px yellow, 0px 0px 30px black;
    /*box-shadow: 0px 0px 15px 3px black;*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4812c+0,dfa23d+51,dfa23d+100 */
background: rgb(212,129,44); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(212,129,44,1) 0%, rgba(223,162,61,1) 51%, rgba(223,162,61,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(212,129,44,1) 0%,rgba(223,162,61,1) 51%,rgba(223,162,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(212,129,44,1) 0%,rgba(223,162,61,1) 51%,rgba(223,162,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4812c', endColorstr='#dfa23d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-color: #ffb900;
}
/* Header Section */
#dv-logo {
    display: inline;
    padding-top: 30px;
}

#msi-laurel {
    max-width: 40%;
    padding: 1vw 0;
}

#social-strip {
    position: absolute;
    top: 3vw;
    right: 0;
    width: 50%;
    height: 80px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+78,0.7+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 78%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 78%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 78%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}

.header-social-icons {
    padding: 15px 0;
    margin: 3vw 0;
    z-index: 2;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+30,0.7+70,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.header-social-icons img {
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.9;
    height: 8vw;
}
.header-social-icons a :hover {
    opacity: 1;
}

.header-flex-child-infotext strong {
    color: #3c96df;
}


@media (min-width: 992px) {
    .header-flex-parent {
        position: relative;
        display: flex;
    }
    .header-flex-child-infotext {
        position: absolute;
        bottom: 0;
        /*text-align: left;*/
        padding-right: 3vw;
        width: 100%;
    }
    .header-flex-child-social {
        /*position: absolute;*/
        top: 2vw;
        right: 0;
        text-align: right;
        margin: 30px -100px 30px 0;
    }

    #header p {
        font-size: 1.5vw !important;
    }

    .download-button {
        font-size: 2.6vw !important;
    }

    .display-when-small {
        display: none !important;
    }
    .display-when-large {
        display: table !important;
    }

    #dv-logo {
        /*padding-top: 35px;*/
        max-width: 80%;
        /*margin-top: 25px;*/
        /*position: absolute;*/
    }
    #msi-laurel {
        margin-bottom: 1vw;
    }

    .youtube-container {
        /*margin-top: -60px;*/
    }

    .header-social-icons {
        text-align: right;
        background: transparent;
    }

    .header-social-icons img {
        height: 48px;
        /*min-height: 32px;*/
        /*max-height: 48px;*/
    }
}

#header {
    text-shadow: 0px 0px 12px black, 0px 0px 57px black;
    box-shadow: 0 0 25px 0px black;
    text-align: center;
}

#header p {
    font-size: 4vw;
    text-transform: uppercase;
    color: #f7f7f7;
}

#header a {
    text-decoration: none;
}

.download-button :hover {
    text-shadow: 0px 0px 10px yellow, 0px 0px 10px #ffe566, 0px 0px 30px #8e3c1c;
}

#header .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
}

.download-button {
    width: 100%;
    height: 3vw;
    text-align: center;
    font-size: 6.5vw;
    display: table;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px yellow, 0px 0px 30px black;
    box-shadow: 0px 0px 53px 3px black;
    color: white;
    border-radius: 6px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4812c+0,dfa23d+51,dfa23d+100 */
background: rgb(212,129,44); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(212,129,44,1) 0%, rgba(223,162,61,1) 51%, rgba(223,162,61,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(212,129,44,1) 0%,rgba(223,162,61,1) 51%,rgba(223,162,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(212,129,44,1) 0%,rgba(223,162,61,1) 51%,rgba(223,162,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4812c', endColorstr='#dfa23d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.download-button span {
    display: table-cell;
    padding: 34px 26px;
}

.download-button:before {
    background: url('../img/download_steam_bg.png') center center no-repeat;
    background-size: cover;
    content: "";
    display: table-column;
    width: 100%;
    height: 100%;
    margin-left: -40px;
    margin-right: 40px;
}

.download-button span:after {
    content: "* currently requires HTC Vive";
    text-transform: none;
    font-size: 0.4em;
    display: block;
    margin-top: -0.5em;
}

.display-when-small {
    display: table;
    margin-top: 3vw;
}
.display-when-large {
    display: none;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 ratio */
    padding-top: 30px; height: 0; overflow: hidden;
    box-shadow: 0px 0px 53px 3px black;
    background: black;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* About Section */
#about h3 {
    font-size: 20px;
}
#about .about-text {
    margin-left: 10px;
    font-size: 1.3em;
    font-weight: 400;
    text-align: justify;
}
#about .about-img {
    text-align: center;
}
#about .about-img img {
    display: inline;
    margin-bottom: 15px;
}

/* News Section */
#news img {
    width: 300px;
    box-shadow: 15px 0 #a7c44c;
}
#news h3 {
    padding: 10px 0;
    text-transform: uppercase;
    color: #777;
}
#news a {
    color: #777;
}
#news a:hover, #news a:focus {
    color: #888;
}
#news .news {
    margin: 35px 0;
    font-size: 18px;
}
#news .news-name {
    font-weight: 600;
    border-bottom: 1px dashed #222;
}
#news .news-description {
    font-style: italic;
    font-size: 0.95em;
}
#news .news-date {
    float: right;
    color: #555;
    margin-top: -26px;
}
/* Screenshots Section */
#screenshots hr {
    margin-bottom: 20px;
}
.categories {
    padding-bottom: 30px;
    text-align: center;
}
ul.cat li {
    display: inline-block;
}
ol.type li {
    display: inline-block;
    margin: 0 10px;
    padding: 20px 0;
}
ol.type li a {
    color: #999;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 24px;
    background: #eee;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
ol.type li a.active {
    color: #fff;
    background-color: #8eb640;
}
ol.type li a:hover {
    color: #fff;
    background-color: #8eb640;
}
.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.screenshots-item {
    margin: 15px 0;
}
.screenshots-item .hover-bg {
    overflow: hidden;
    position: relative;
}
.screenshots-item .hover-bg:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /*border: 6px solid rgba(0, 0, 0, 0.18);*/
    box-shadow: inset 0 0 40px 6px rgba(0, 0, 0, 0.6);
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg:hover .hover-text {
    opacity: 1;
}
/* Team Section */
#team h3 {
    color: #fff;
    text-transform: uppercase;
}
#team h4 {
    font-size: 1.2em;
    margin-top: -5px;
    text-transform: none;
}
#team img {
    width: 280px;
}
#team .thumbnail {
    background: transparent;
    border: 0;
}
#team .thumbnail .team-img {
    display: inline-block;
    position: relative;
}
#team .thumbnail .team-img:before {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#team .thumbnail .caption {
    padding-top: 10px;
}
#team .thumbnail .caption p {
    color: rgba(255,255,255,0.7);
    padding: 0 10px;
    font-size: 15px;
}
/* Call Reservation Section */
#call-reservation .overlay {
    padding: 90px 0;
    background: rgba(0, 0, 0, 0.7);
}
#call-reservation h2 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
#call-reservation hr {
    background: #fff;
}

/* Contact Section */
#form {
    padding: 0;
}
#contact h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #555;
}
.text-danger {
    color: #ea9511;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #d6d6d6;
    background-color: #232323;
    background-image: none;
    border: 1px solid #333;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
    margin: 20px 0 40px 0;
}
#contact .contact-item span {
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}
#contact .contact-item p {
    font-size: 16px;
}

/* Footer Section*/
#footer {
    /* background: #262626; */
    /*padding: 50px 0 0 0;*/
}
#footer h3 {
    color: #8eb640;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#footer .copyrights {
    padding: 20px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#150f00+0,1b2105+63,223102+100 */
background: #150f00; /* Old browsers */
background: -moz-linear-gradient(top,  #150f00 0%, #1b2105 63%, #223102 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #150f00 0%,#1b2105 63%,#223102 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #150f00 0%,#1b2105 63%,#223102 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150f00', endColorstr='#223102',GradientType=0 ); /* IE6-9 */
box-shadow: inset 0px 0 20px 6px rgba(0, 0, 0, 0.43), 0px 0 74px 4px rgba(18, 41, 29, 0.49);
}
#footer .social {
    margin: 20px 0 30px 0;
}
#footer .social a img {
    max-width: 48px;
    margin: 0 5px;
    opacity: 0.6;
}
#footer .social a img:hover {
    opacity: 0.9;
}
#footer p {
    font-size: 15px;
    color: rgba(255,255,255,0.8)
}
