/* 
    Created on : 22-Nov-2016, 13:54:58
    Author     : Chris
    Website    : BludFPV
*/

/* Safe Block */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
    background-color: #ffff33;
}
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
}

body{
    background: #000;
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.container{
    background: #fff;
}
section{
}
video{
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0px auto;
}
hr{
    width: 80%;
}
.socialWrap{
    width: 35%;
    margin: 0px auto;
    display: inline-block;
}
.social{
    width: 25%;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 25%;
    float: left;
}
.social1{
    background-image: url('http://bludzfpv.com/images/yt.png');
}
.social2{
    background-image: url('http://bludzfpv.com/images/fb.png');
}
.social3{
    background-image: url('http://bludzfpv.com/images/in.png');
}
.social4{
    background-image: url('http://bludzfpv.com/images/tw.png');
}
#headerVid{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    height: auto;
    top: 0;
    overflow: hidden;
}
#headerVidOverlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
#headerVidLogo{
    width: 50%;
    margin: 5% auto;
    background-image: url('http://bludzfpv.com/images/headerVidLogo.png');
    background-position: left;
    background-size: 92%;
    padding-bottom: 30%;
    background-repeat: no-repeat;
}
#introText{
}
.bigBtnWrap{
    width: 85%;
    margin: 0px auto;
}
.bigBtn{
    background: #28f100;
    border: 2px solid #00cc33;
    border-radius: 5px;
    color: #fff;
}
.shopBtn{
    background: #28f100;
    border: 2px solid #00cc33;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 0.6em;
    display: inline-block;
}
.bigBtnText{
    text-align: center;
    padding-top: 0.2em;
}
#intro{
    width: 80%;
    margin: 0px auto;
}

#contactText{
    text-align: center;
}

footer{
    width: 100%;
    max-width: 1920px;
    background: #3b3b3b;
    float: left;
    padding: 1% 0;
    text-align: left;
}
#footerContainer{
    background: none;
}
.footerThird{
    position: relative;
    float: left;
    width: 33.3%;
}
#footerCentre{
    text-align: center;
}
/* STORE */
header{
    background: #3b3b3b;
    width: 100%;
}
#headerContainer{
    background: none;
}
#headerLogo{
    background: url('http://bludzfpv.com/images/headerLogo.png');
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-bottom: 9%;
}
#headerCenter{
    padding-top: 2%;
}
#headerCart{
    padding-top: 2%;
}
/* Inlay Slideshow */
#inlaySlideWrap{
    margin-bottom: 32%;
}
.inlaySlide{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 90%; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
/* GRIDS */
.grid_of_4{
    float: left;
}
.grid42{
    width: 47.5%;
}
.grid44{
    width: 95%;
    margin: 2.5% 2.5% 0 2.5%;
}

.grid_of_3{
    float: left;
}
.grid31{
    width: 31%;
}
.grid32{
    width: 66%;
}
.grid33{
    width: 95%;
    margin: 2.5% 2.5% 0 2.5%;
}
.gridLeft{
    margin: 0 1.75% 0 0;
}
.gridCenter{
    margin: 0 1.75% 0 1.75%;
}
.gridRight{
    margin: 0 0 0 1.75%;
}
/*FORM*/
.formL{
    float: left;
    width: 50%;
    clear: both;
}
.formR{
    float: right;
    width: 50%;
}
select, input, textarea{
    margin-bottom: 2%;
    width: 90%;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 1%;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 25px
}
#inlayPriceFormSubmit, #productFormSubmit{
    background: #28f100;
    border: #00cc33 1px solid;
    cursor: pointer;
}
.pMini{
    font-size: 20px;
}
#inlayImgPreWrap{
    border-radius: 5px;
    border: #d1d1d1 1px solid;
    margin-bottom: 1%;
    width: 24%;
    clear: none;
    display: none;
}
#inlayImgPre{
}
td{
}
#checkoutBtn{
    cursor: pointer;
}
#inlayPrices{
    margin-bottom: 2%;border: 1px solid black;border-radius: 5px;background: #cccccc;padding: 5%;width: 85%;
}

.productWrap{
    cursor: pointer;
    width: 25%;
    float: left;
}
.productInner{
    width: 70%;
    height: 70%;
    margin: 15%;
    min-height: 430px;
}
.cartTableDiv{
    float: left;
}
.cartText{
    font-size: 50%;
}
.navBar{
    float: left;
    color: white;
}
.navBarWrap{
    width: 100%;
    background: black;
}