﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /*-moz-opacity: 0.8;*/
    
    background: url('../Images/loading.gif') 50% 50% no-repeat rgb(0, 0, 0);
}
.intro-section {
    position: relative;
    overflow: hidden;
}
.intro-section .image-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.intro-section .image-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(270deg,transparent 0,rgba(0,0,0,.65) 100%);
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.65) 100%);
}
.intro-section .cell {
    display: table-cell;
    width: 1%;
    height: 300px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    color: #fff;
    position: relative;
    text-align: center;
    height: 290px;
}
.intro-section .cell h1 {
    text-shadow: 4px 4px 5px #000;
     font-size: 34px;
    line-height: 40px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.wrapper{
    padding: 0 20px;
}
.page{
    background-color: #f4f4f4;
    height:100%;
}
.warranty_content{
    margin-bottom: 105px;
    top: -83px;
    position: relative;
}
.form-horizontal span {
color: #7f7f7f !important;
font-weight:700;
font-size:16px;
}

.gform_button_select_files{
    padding: 15px 20px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    border: none;
    border-radius: 40px;
    background-color: #262626;
    color:#ffffff;

}
.col-md-9 div{
    width:100% !important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}