body{
    background-color:rgba(120,120,120,0.3);
    padding:0px;
    margin:0px;
    background-color:#EEE;
    -webkit-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;  
    width: 100%;
    font-family: 'Arimo', sans-serif;
    background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-color: #222;
    background-size: 16px 16px;
    color:#AAA;

}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
a{
    text-decoration: none;
    color:#ffaf4b;
}
.wrapper{

    margin:10px auto;
    margin-top: 20px;
    position: relative;
    width: 70%;
    min-width: 400px;
    max-width: 980px;
    padding:20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    /*background-color: #E6763B;
    background-color: #AAA;*/
    background-color: #222;
    border-left:5px solid orange;
    border-right: 5px solid orange;
}
.header img{
    max-width: 98%;
    border-radius: 5px;
}
.header h1 span{

}
.nwsLine{
    margin:10px auto;
    position: relative;
    max-width: 400px;

}
.nwsLine input {
    position: relative;
    top: -2px;
    border-radius: 3px;
    border: 1px solid #ffaf4b;
    border: 1px solid #333;
    background-color: #111;
    max-width: 90%;
    padding: 10px;
    width: 90%;
    border-radius: 8px;
    font-size: 18px;
    position: relative;
    top: -5px;
    color: mediumspringgreen;
    font-size: 1.5em;
}
h1{
    display: block;
    padding:10px;
    border-radius: 3px;
    background-color: #ffaf4b;
    font-size: 2em;
    text-align: center;
    color:#111;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(left, #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=1 ); /* IE6-9 */
}
.subBtn{
    background-color: mediumspringgreen;
    margin: 10px auto;
    padding:10px;
    font-size: 2em;
    color:#111;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    border:3px solid mediumseagreen;
}

.subBtn:hover{
    transform: scale(1.05);
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #2d9fe8;
    border:3px solid #FFF;
    color:#FFF;
}
.companyLogo{
    position: relative;
    margin:10px auto;
    max-width: 150px;
    text-align: center;
    display: block;
}

.companyLogo img{

    margin-top:25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(40%);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.companyLogo:hover img{
    -webkit-filter: grayscale(10%); 
    filter: grayscale(10%) brightness(90%);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    transform:scale(1.05);
}

.succMessage,.sorryMessage{
    display: block;
    padding:10px;
    border-radius: 3px;
    background-color:mediumspringgreen;
    font-size: 2em;
    text-align: center;
    color:#111;
}
.sorryMessage{
    background-color: #b21f2d;
}
.succMessage h3{
    font-size: 22px;
}
.nwsBox{
    background-color: #ffa84c;
    padding:10px;
    margin:10px auto;
}
.accepTerms{
    background-color: #222;
    font-size: 1em;
    max-width: 400px;
    padding:10px;
    border-radius: 5px;
    margin:5px auto;
    position: relative;
}
.succMessage,.sorryMessage{
    display: none;
}
.subBtn img{
    border-radius: 50%;
}
.subBtn span{
    position: relative;
    top:-10px;
    display: inline-table;
    margin-left: 10px;
}
#reCaptchaCode{
    text-align: center;
}
#reCaptchaCode iframe{
    position: relative;
    display: block;
    margin:5px auto;
}
.g-recaptcha {
    display: inline-block;
    max-width: 300px;
}
.unsubLine{
    color:#666;
    width: 180px;
    position: relative;
    display: block;
}
.unsubLine:hover{
    cursor: pointer;
    color:mediumspringgreen;

}
.footer{
    color:#666;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width:980px){
    .wrapper{
        margin-top:130px;
        min-width: 60%;
        width: 96%;
        padding:0px;
        margin:5px;
    }
    h1 span{
        display: block;
        widows: 98%;
        text-align: left;
        font-size: 18px;
    }
    .nwsLine{
        max-width:98%;

    }
    .nwsLine input{
          font-size: 1.8em;
        max-width: 98%;
    }
    .accepTerms{
        max-width:98%;
        font-size: 2em;
    }

}
@media only screen and (orientation: landscape) and (max-width:980px) {

}