body, html {
    font-family: 'Arial', 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;
    line-height: 1.2;
}
body {
    overflow-x: hidden;
}
.col-md-4, .col-md-6, .col-xs-12 {
    /*padding-bottom: 30px;*/
}

#vid-bg-gutter {
    background-color: black;
}

#vid-bg {
    margin: auto;
    width: 100%;
    background: #000;
    text-align: center;
    box-shadow: outset 0px 0px 60px rgba(0, 0, 0, 0.43), 0px 0px 50px rgba(30, 100, 150, 0.9);
}

#vid-bg-overlay {
    position: absolute;
}

#bg_container {
    height: 500px;
    overflow: hidden;
}

#dv-logo {
    position: absolute;
    width: 32vw;
    top: 5vw;
    left: 5vw;
}

#dv-presskit {
    position: absolute;
    width: 32vw;
    top: 5vw;
    right: 5vw;
}

#arrow-down {
    width: 2vw;
    top: 2vw;
    left: 2vw;
}
#feature {
    width: 100%;
    top: 15%;
    left: 15%;
}
#tagline {
    position: absolute;
    top: 18vw;
    width: 100%;
    text-align: center;
    font-size: calc(20% + 1.5vw);
    /*font-weight: black;*/
    margin: auto;
    padding-top: 6vw;
    padding-bottom: 18vw;
    color: #FFF;
}

.blue-button {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    margin: 10px auto;
    max-width: 15%;

background: rgb(20,50,80,0.8);

}

.blue-button :hover {
    background: rgb(70,130,170, 0.8);
    background: -moz-linear-gradient(45deg,  rgba(50,110,150,1) 0%, rgba(20,50,80,1) 100%, rgba(20,50,80,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(50,110,150,1) 0%,rgba(20,50,80,1) 100%,rgba(20,50,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(50,110,150,1) 0%,rgba(20,50,80,1) 100%,rgba(20,50,80,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 */
    border-radius: 6px;
}

.white-button {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    margin: 10px auto;
    max-width: 15%;

background: rgb(255,255,255, 0.8);

}

.white-button :hover {
    background: rgb(255,255,255, 0.8); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(180,180,180,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(180,180,180,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(180,180,180,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,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 */
    border-radius: 6px;
}

.orange-button {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    margin: 10px auto;
    max-width: 15%;

background: rgb(190,50,0,0);

}

.orange-button :hover {
    background: rgb(250,100,0, 0.8);
    background: -moz-linear-gradient(45deg,  rgba(230,80,0,1) 0%, rgba(190,50,0,1) 100%, rgba(190,50,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(230,80,0,1) 0%,rgba(190,50,0,1) 100%,rgba(190,50,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(230,80,0,1) 0%,rgba(190,50,0,1) 100%,rgba(190,50,0,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 */
    border-radius: 6px;
}

#button-container {
text-align: center;
display: table-cell;
padding: 14px 41px;
}

.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: 20px;
    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 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 2.5vw;
    font-family: 'SaniTrixieSansRegular';
    /*text-transform: uppercase;*/
    text-align: center;
}
h6 {
    text-align: left;
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    line-height: 100%;
}
b, strong {
    color: #848484;
}
p {
    font-size: 22px;
    line-height: 29px;
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: #3c96df;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    color: #ffffff;
}
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: #fff;
    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(50,110,150); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(50,110,150,1) 0%, rgba(20,50,80,1) 51%, rgba(20,50,80,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(50,110,150,1) 0%,rgba(20,50,80,1) 51%,rgba(20,50,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(50,110,150,1) 0%,rgba(20,50,80,1) 51%,rgba(20,50,80,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: #000;
}
/* Header Section */
/*#dv-logo {
    display: inline;
    padding-top: 30px;
}*/

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

.header-tagline {
    font-size: 15px;
    color: #e6e6e6;
}

@media (min-width: 992px) {
    #header p {
        font-size: 1.5vw !important;
    }

    .blue-button {
        display: inline-block;
        margin: 10px 2px;
    }

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

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

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

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

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

#header a {
    text-decoration: none;
}

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

.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: 10px; height: 0; overflow: hidden;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.8);
    background: black;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* About Section */
#about h3 {
    font-size: 22px;
}
#about .about-text {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
}
#about .about-img {
    text-align: center;
}
#about .about-img img {
    display: inline;
    margin-bottom: 15px;
}

#about .links {
    margin: 20px 0 30px 0;
}
#about .links a img {
    max-width: 64px;
    margin: 0 5px;
    opacity: 0.8;
}
#about .links a img:hover {
    opacity: 0.4;
}

/* 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;
    font-style: bold;
}
.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;
    text-align: justify;
    padding-bottom: 22px;
}
.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);*/
}
.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;
    box-shadow: inset 0 0 40px 6px rgba(0, 0, 0, 0.6);
}

/* Contact Section */
#form {
    padding: 0;
}
#contact h3 {
    text-transform: uppercase;
    font-size: 22px;
    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/#0b1115+0,1b2105+63,223102+100 */
background: #0b1115; /* Old browsers */
background: -moz-linear-gradient(top,  #0b1115 0%, #1b2105 63%, #223102 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0b1115 0%,#1b2105 63%,#223102 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  #0b1115 0%,#0a0e12 63%,#0a0e12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1115', endColorstr='#223102',GradientType=0 ); /* IE6-9 */
box-shadow: inset 0px 0 20px 6px rgba(0, 0, 0, 0.43), 0px 0 740px 4px rgba(30, 100, 150, 0.9);
}
#footer .links {
    margin: 20px 0 30px 0;
}
#footer .links a img {
    max-width: 48px;
    margin: 0 5px;
    opacity: 0.6;
}
#footer .links a img:hover {
    opacity: 1;
}
#footer p {
    font-size: 15px;
    color: rgba(255,255,255,0.8)
}
