input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
    overflow-x: hidden;
    color:#000;
}

a {
    color:#ffffff;
    text-decoration:none;
}

.lp-main {
    position: absolute;
    background: none;
    top: 0;
    width: 100%;
    min-height: 800px;
}

.lp-background {
    position:absolute;
    width: 100%;
    height:100%;
    z-index: 1;
    overflow: hidden;
    left: -8px;
}

.lp-overlay {
    display: block;
    background: rgba(17,17,17,0.8);
    border-style: none;
    border-radius: 5px;
    left: 400px;
    top: 24px;
    z-index: 2;
    width: 430px;
    height: 712px;
    position: absolute;
    text-align: center;
    color:  white;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 14px;
    line-height: 17px;
}

.lp-footer   {
    display: block;
    background: rgba(17,17,17,0.9);
    border-style: none;
    top: calc(800px - 30px - 1rem);
    padding-top: 1rem;
    z-index: 2;
    width: calc(100% + 8px);
    height: 30px;
    position: absolute;
    text-align: center;
    color:  white;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 14px;
    line-height: 17px;
    left: -8px;
}

.lp-text-small {    
    margin: 10px;
    display: inline-block;
    width: 70%;
    text-align: center;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 12px;
    color: #FFF;
}
.lp-text-text {    
    margin: 10px;
    display: inline-block;
    width: 70%;

    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    color: #FFF;
}


.lp-text-big {
    margin: 10px;
    display: inline-block;
    width: 90%;
    text-align: center;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 32px;
    color: #FFF;
    line-height: 43px;
}

.lp-input {
    box-shadow:none;
    height: 32px;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 14px;
    line-height: 17px;
    border-style: solid;
    width: 316px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.lp-wistia {
    width: 340px;
    height: 192px;
}

.lp-button {
    border-style: solid;
    width: 340px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    height: 40px;
    background: rgba(232,13,23,1);
    cursor: pointer;

    text-shadow: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    box-shadow: none;
    text-shadow: none;
    border-width: 1px;
    border-color: #333333;
    text-align: center;
    background-repeat: no-repeat;
}



@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .lp-overlay { 
        left: 0px;     
        top: 0px;     
    }
    .lp-background {
	      min-width: 430px;
    }
    .lp-footer {
	      min-width: 438px;
    }	
}
	
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .lp-overlay { 
        left: 0px;     
        top: 0px;     
    }
    .lp-background {
	      min-width: 430px;
    }
    .lp-footer {
	      min-width: 438px;
    }	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .lp-overlay { 
        left: calc( ( 100% - 430px ) / 2.0);
        top: 24px;
    }
    .lp-background {
	      min-width: inherit;
    }
    .lp-footer {
	      min-width: inherit;
    }	
}


.lp-spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.lp-spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
