/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/
 
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Anton', Times, serif;
    background-color: #573d3d;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;

    width: 100%;
    height: 100%;
           
	background: url(../images/background.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-size: cover;
}

hr {
    max-width: 80%;
    border-width: 3px;
    opacity: 0.01;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #fd7a1a;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#watchA {
  z-index: 2;
}

#countdown
{
    font-family: 'Anton', Times, serif;
    text-align: center;
    text-indent: 0px;
    text-color: #00ff00;
}		

a:hover,
a:focus {
    color: #ffffff;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Anton', Times, serif;
}

p {
    font-family: 'Roboto Condensed', Times, serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 10;
    margin-bottom: 20px;
    //font-weight: 10;
    color: rgba(255,255,255,0.95);
}

li {
    font-family: 'Roboto Condensed', Times, serif;
    font-size: 20px;
    line-height: 1.0;
    font-weight: 10;
    margin-bottom: 10px;
    //font-weight: 10;
    color: rgba(255,255,255,0.95);
}

b.green {
    font-weight: 1000;
    color: rgba(30,244,30,0.95);
}

b.red {
    font-weight: 1000;
    color: rgba(255,20,20,0.95);
}

b.blue {
    font-weight: 1000;
    color: rgba(40,150,255,0.95);
}

b.censored {
    font-weight: 1000;
    color: rgba(0,0,0,0);
    background-color: #111111;
}


.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Anton', cursive;
    text-transform: none;
}

.hilight {
     color:#ff1111;
}

ul {
   font-size: 22px;
    
}
.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #fd7a1a;
}

.text-primary-title {
    font-size: 50px;
    padding: 8px; 
    color: rgb(220, 10, 10);
    background-color: rgba(10, 10, 20, .95);
    width: auto;
}

.text-countdown {
    font-size: 44px;
    padding: 8px; 
    color: #ffffff;
	margin-left: auto;
	margin-right: auto;
    background-color: rgba(10, 10, 20, .95);
    width: 50%;
    text-align: center;
}


.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}


header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: 2;
}

#static_background {
      background-color: #ff0000;
      max-height: 100%;
      min-height: 100%;
      overflow: auto; 
}

.text-white-on-black  {
    font-size: 4vmin;
    padding: 8px; 
    color: #ffffff;
	margin-left: auto;
	margin-right: auto;
    background-color: rgba(10, 10, 20, .95);
    width: 50%;
    text-align: center;
}


header .header-content {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 10;
    color: rgba(255,255,255,0.7);
}

.youtube-video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-video-container iframe, .youtube-video-container object, .youtube-video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-container
{
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    
    overflow: hidden;
    z-index: -1;
}

.main-image-container
{
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    
    overflow: hidden;
    z-index: -1;
}

#main-image-background
{
    z-index: -1;

    position: relative;
    overflow:hidden;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    height: auto;
    min-width: 100%;
    
    left: 50%;
    transform: translate(-50%, 0%);
/* 
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    filter: blur(5px);*/
}

#main-image-background-vines
{
    z-index: -1;

    position: relative;
    overflow:hidden;
    transform: translate(0%, -50%);
    width: 100%;

}
        

#video-background.collapsing {
  display:none;
}

footer {
    background-color:#2d2d2d;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 1%;
        padding: 0px 50px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    header .lower {
        top: 80%;
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1200px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 300px;
        padding: 100px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

h1.faq-question {
    font-size: 26px;
	font-weight: 10;
	text-align: left;
    width: 100%;
	padding: 8px;
	color: rgba(220, 210, 210);
	background-color: rgba(10, 10, 20, .7);
	transform: rotate(0deg);
}

p.faq-answer {
	text-align: left;
	padding: 8px;
}


.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
	background-color: #111111;
    border:2px solid #fd7a1a;
	border-color: #222222;
	//color: #ff1111;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	transform: rotate(1deg);
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 1px;
    font-family: 'Anton', Times, serif;
    background-color: rgba(10, 10, 20, .95);
    
}

.btn-xl {
    padding: 15px 30px;
    font-size: 30px;
    padding: 8px; 
    color: rgb(220, 10, 10);
    background-color: rgba(10, 10, 20, .95);
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.modal-body > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top-buffer { margin-top:20px; }

.dysmantle_tn 
{
    background-color:transparent;
    border:0px;
    padding-top:20px;
}

.dysmantle_tn_caption {color:#fff}

