/* Author     : hristiyan */
body, header, section, footer, article, h1, h2, h3, h4, h5, h6, input, button, label, p, fieldset, nav, ul, li, a, span, strong, em, select, form, div {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face
{
    font-family: ExtraBold;
    src: url('fonts/opensans-extrabold-webfont.eot');
    src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-extrabold-webfont.woff') format('woff'),
        url('fonts/opensans-extrabold-webfont.ttf') format('truetype'),
        url('fonts/opensans-extrabold-webfont.svg#ExtraBold') format('svg');
}
@font-face
{
    font-family: OpenSansExtraBoldItalic;
    src: url('fonts/opensans-extrabolditalic-webfont.eot');
    src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
        url('fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
        url('fonts/opensans-extrabolditalic-webfont.svg#OpenSansExtraBoldItalic') format('svg');
}

@font-face
{
    font-family: VAGRounded;
    src: url('fonts/VAGRoundedBlack.ttf');
}

@font-face
{
    font-family: OpenSansRegular;
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: porkys;
  src: url('fonts/PORKYS_.TTF'),
       url('fonts/font.eot');
}

@font-face{
    font-family: OPENSANS-SEMIBOLD;
    src: url('fonts/OPENSANS-SEMIBOLD_0.TTF'),
        url('fonts/OPENSANS-SEMIBOLD.eot');
}

@font-face{
    font-family: OPENSANS-SEMIBOLDITALIC;
    src: url('fonts/OPENSANS-SEMIBOLDITALIC_0.TTF'),
         url('fonts/OPENSANS-SEMIBOLDITALIC.eot');
}

.placeholder {
    color: #555;
    font-style:italic;
    font-size:13px;
    font-family:OpenSansRegular;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #555;
    font-style:italic;
    font-size:13px;
    font-family:OpenSansRegular;
}
::-webkit-input-placeholder {
    color: #555;
    font-style:italic;
    font-size:13px;
    font-family:OpenSansRegular;
}

:-moz-placeholder { /* Firefox 18- */
    color: #555;
    font-style:italic;
    font-size:13px;
    font-family:OpenSansRegular;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #555 !important;
    font-style:italic;  
    font-size:13px;
    font-family:OpenSansRegular;
}
#wrapper{
 
    background: rgb(146,222,250); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(146,222,250,1) 0%, rgba(146,222,250,1) 43%, rgba(105,134,32,1) 43%, rgba(105,134,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,222,250,1)), color-stop(43%,rgba(146,222,250,1)), color-stop(43%,rgba(105,134,32,1)), color-stop(100%,rgba(105,134,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(146,222,250,1) 0%,rgba(146,222,250,1) 43%,rgba(105,134,32,1) 43%,rgba(105,134,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(146,222,250,1) 0%,rgba(146,222,250,1) 43%,rgba(105,134,32,1) 43%,rgba(105,134,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(146,222,250,1) 0%,rgba(146,222,250,1) 43%,rgba(105,134,32,1) 43%,rgba(105,134,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(146,222,250,1) 0%,rgba(146,222,250,1) 43%,rgba(105,134,32,1) 43%,rgba(105,134,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92defa', endColorstr='#698620',GradientType=0 ); /* IE6-9 */



}
#form-h1 {
    font-family: porkys;
    color: #f5a307;
    font-size: 32px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
#imageOne{
    margin-left: -1em;
}
#imageTwo{
    /*//border:1px solid black;*/
    margin-top:1em;
}
.home-content {
    margin-top: 4em;
}
.home-content h1{
    color:#f5f5f5;
    font-size: 1.8em;
    font-family:OpenSansRegular;
    font-weight: normal;
}
.home-content p{
    color:white;
    font-family:OpenSansRegular;
    font-weight: normal;
}
.home-content h2 {
    font-size: 1.6em;
    color: #f5f5f5;
    font-family:OpenSansRegular;
    font-weight: normal;
}
.home-content ul{
    padding-left: 3em;
}
.home-content ul li{
    color:#f5f5f5;
    font-family:OpenSansRegular;
    font-weight: normal;
}
#formWrapper{
    margin-top:-14em;
   
}
#formWrapper h3{
     font-size: 1.9em;
}
.privacy-marketing {
    font-size: 14px;
    font-style: italic;
}
.privacy-marketing .error {
    margin-left: 25px;
}

.privacy-marketing input[type="checkbox"] {
    margin-top: 5px;
    margin-left: 5px !important;
    display: inline-block;
}
#apply_form {
    background: rgb(110,202,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(110,202,255,1) 0%, rgba(16,61,111,1) 50%, rgba(16,61,111,1) 50%, rgba(110,202,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,202,255,1)), color-stop(50%,rgba(16,61,111,1)), color-stop(50%,rgba(16,61,111,1)), color-stop(100%,rgba(110,202,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(110,202,255,1) 0%,rgba(16,61,111,1) 50%,rgba(16,61,111,1) 50%,rgba(110,202,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(110,202,255,1) 0%,rgba(16,61,111,1) 50%,rgba(16,61,111,1) 50%,rgba(110,202,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(110,202,255,1) 0%,rgba(16,61,111,1) 50%,rgba(16,61,111,1) 50%,rgba(110,202,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(110,202,255,1) 0%,rgba(16,61,111,1) 50%,rgba(16,61,111,1) 50%,rgba(110,202,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ecaff', endColorstr='#6ecaff',GradientType=0 ); /* IE6-9 */
    color: white !important;
    font-size: 2em;
    font-style: italic;
    border:1px solid #0e3e5f;
    border-radius: 10px;
    -moz-box-shadow:    0 0 6px #000000;
    -webkit-box-shadow: 0 0 6px #000000;
    box-shadow:         0 0 6px #000000;
    padding-bottom: 1.6em;
    width: 9em;
}
#apply_form:hover{
    color:black;
}
.error {
    color: red;
    font-size: 0.9em;
}
footer {
    background: #3c6315;
    text-align:center;
    padding: 10px;
    color:#f5f5f5;
}
#form{
    -moz-box-shadow:    0 0 40px #000000;
    -webkit-box-shadow: 0 0 40px #000000;
    box-shadow:         0 0 40px #000000;
    padding: 1.2em;
    border: 3px ridge #f5a307;
    border-radius: 10px;
}
.alert-success {
    margin-top: -3.4em;
}
#thank_you{
    border: 1px solid black;
    border-radius:10px;
    margin-top: 3em;
    padding: 1em;
    font-size: 2.5em;
    background: #f0f0f0;
    font-style: italic;
    box-shadow: 0 0 10px darkblue;
}
#header {
   
    
    font-style: italic;
    margin-top: 2em;
    text-align: center;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white !important;
    cursor: pointer !important;
} 
a.lead-a {
    color: whitesmoke;
    font-size: 0.75em;
    font-family: OpenSansRegular;
}
.row-fluid {
    color: whitesmoke;
}
hr {
    border-top: 1px solid whitesmoke !important;
}

@media (min-width: 20em) and (max-width:30em){  /* 320px - 480px (÷ 16) */ 
    #formWrapper {
        margin-top: 2em;
    }
    #imageTwo {
         margin-bottom: -3em;   
    }
    #logoImg{
        width: 157% ;
    }
    #banerImg{
        display:none;
    }
    .home-content h1 {
        color: black;
    }
    .home-content p {
        color: black;
    }
    .home-content h2 {
        color: black;
    }
    .home-content ul li {
        color: black;
    }
}
@media (min-width: 30em)and (max-width:37.5em){   /* 480px - 600px (÷ 16) */ 
    #formWrapper {
        margin-top: 2em;
    }
    #imageTwo {
         margin-bottom: -3em;   
    }
    #logoImg{
        width: 157%;
    }
    #banerImg{
        display:none;
    }
    .home-content h1 {
        color: black;
    }
    .home-content p {
        color: black;
    }
    .home-content h2 {
        color: black;
    }
    .home-content ul li {
        color: black;
    }
     
}
@media (min-width: 37.5em) and (max-width:48em){    /* 600px - 768px (÷ 16) */
    #formWrapper {
        margin-top: 2em;
    }
    #imageTwo {
/*        display: none;*/
         margin-bottom: -3em;   
    }
    #logoImg{
        width: 157%;
    } 
    #banerImg{
        display:none;
    }
    .home-content h1 {
        color: black;
    }
    .home-content p {
        color: black;
    }
    .home-content h2 {
        color: black;
    }
    .home-content ul li {
        color: black;
    }
    
}
@media (min-width: 48em) and (max-width:64em){   /* 768px - 1024px (÷ 16) */
    #logoImg {
        width: 25em;
        margin-left: -3em;
    }
    #banerImg {
        width: 27.5em;
        margin-left: -3em;
        margin-top: -7.8em;
    }
    #imageTwo {
        margin-top: 20.4em;
    }
    #formWrapper {
        margin-top: -9em;
    }
    #form{
        width: 28em;
    }
    #formWrapper {
        margin-left: -2em;
        margin-top: -9em;
    }
}
@media (min-width: 64em) and (max-width:75em) /* 976px - 1200px (÷ 16) */ {
    #logoImg {
        width: 30em;
    }
    #banerImg {
        width: 30em;
        margin-top: 5.8em;
    }
    #imageTwo {
        margin-top: 2em;
    }
    #formWrapper {
        margin-top: -12em;
    }
}

#cookie-bar {background: rgba(85,85,85,0.66); width:100% !important; height:auto ; line-height:24px !important; color:#eeeeee; text-align:center; padding:0.5em 5%; text-align: center !important; color: #fff;}
#cookie-bar.fixed {position:fixed ; top:0; left:0;  z-index: 99999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {color: #fff ; font-size: 12px !important;   text-transform: none; margin-top: 0px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); }
#cookie-bar .cb-enable {display: block;height: 15px;position: absolute;right: 18px;text-decoration: none!important;text-indent:9000px;top: 0;width: 14px;}
.cb-enable::after {content: "×";text-decoration: none;font-size: 36px;position: absolute;text-indent: 0px;top: 0px;left: 0px;line-height: 1em;margin: 0px !important;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:underline;}