/******************** BASE STYLES ***********************/
.row-fluid .t-span12	{max-width:99.99999998999999%;*max-width:99.94680850063828%}

@media(min-width:768px) and (max-width:1139px){
	.row-fluid .t-span12	{max-width:99.999999993%;*max-width:99.9468085036383%}
}
@media(min-width:1280px){
	.row-fluid .t-span12	{max-width:100%;*max-width:99.94680851063829%}
}
@media(max-width:768px){
	.row-fluid .t-span12	{max-width:100%;*max-width:100%}
}
/*********************** base ***********************/
.newsletter-module .subscribe-form fieldset {
    max-width: unset !important;
}
.newsletter-module .subscribe-form .hs_submit.hs-submit {
    margin-top: -10px;
}
.newsletter-module .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}
section.newsletter-module{
  padding: 80px 0;
  width: 100%;
  float: left;
}
.newsletter-module a {
  text-decoration: none;
  letter-spacing: 2px;
}
.newsletter-module h1 {
  font-size: 50px;
  line-height:60px;
  font-weight:600;
  margin:0px;
  margin-bottom: 15px !important;
}
.newsletter-module h2 {
  font-size: 40px;
  font-weight:800;
  margin:0px;
  line-height:50px;
  margin-bottom: 15px !important;
}
.newsletter-module h3 {
  font-size: 30px;
  font-weight:400;
  margin:0px;
  line-height: 40px;
  margin-bottom: 15px !important;
}
.newsletter-module h4 {
  font-size: 24px;
  font-weight:400;
  margin:0px;
  line-height: 35px;
  margin-bottom: 15px !important;
}
.newsletter-module h5 {
  font-size: 20px;
  font-weight:400;
  line-height: 26px;
  margin:0px;
  margin-bottom: 15px !important;
}
.newsletter-module h6 {
  font-size:15px;
  font-weight:400;
  margin-bottom: 15px !important;
}
/**********************************************/
.newsletter-module{
    background-size: cover !important;
    background-attachment:fixed !important;
  	background-position:center;
    padding: 130px 0;
  	width:100%;
  	position:relative;
  	float:left;
}.newsletter-module .page-center{
		position:relative;
  	z-index:9;
}
.newsletter-module .overlay{
    position: absolute;
    top: 0;
    left: 0;
  	display:block;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.newsletter-module .newsletter-head{
    width: 65%;
    margin:auto;
}
.newsletter-module .subscribe-form{
    width:50% !important;
    margin:auto !important;
    float: none !important;
}
.newsletter-module form .hs_email{
		margin-bottom:0px;
}
.newsletter-module .subscribe-form input, .newsletter-module .subscribe-form textarea{
    max-width: 100% !important;
    height:40px;
    border:none !important;
    border-radius:3px;
    width: 100% !important;
    padding:10px;
    box-sizing: border-box !important;
    text-shadow:none;
    box-shadow: none;
    transition:all ease .30s;
    -webkit-transition:all ease .30s;
    -moz-transition:all ease .30s;
    -o-transition:all ease .30s;
    -ms-transition:all ease .30s;
    margin-bottom: 10px;
}
.newsletter-module .subscribe-form input.hs-button{
    color: rgb(255, 255, 255);
    font-size:12px;
    letter-spacing:2px;
    box-sizing:border-box;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 0px !important;
    width: auto !important;
    padding: 0px 50px;
}
.newsletter-module .subscribe-form input.hs-button:active, .newsletter-module .subscribe-form input.hs-button:hover,.newsletter-module .subscribe-form input.hs-button:focus{
    opacity:0.8;
    cursor:pointer;
    outline:none;
    box-shadow: none;
    transition:all ease .30s;
    -webkit-transition:all ease .30s;
    -moz-transition:all ease .30s;
    -o-transition:all ease .30s;
    -ms-transition:all ease .30s;
}
.newsletter-module .subscribe-form ul.hs-error-msgs{
    margin:0 !important;
    padding:0 !important;
}
.newsletter-module .subscribe-form ul.hs-error-msgs li{
    list-style:none;
    color: #ccc;
    font-size: 13px;
}
.newsletter-module .subscribe-form .hs-form-required, .newsletter-module .subscribe-form .hs_error_rollup{
    display:none;
}
.newsletter-module .actions{
    margin:0 !important;
    padding:0 !important;
    width: 99%;
}
.newsletter-module .actions input{
    margin-top:0;
}
.newsletter-module .hs-error-msgs label{
    color:#999;
}
.newsletter-section{
    padding:120px 0;
}
.newsletter-section h2{
    color:#fff;    
    font-size:35px;
    font-weight:300;
    width: 45%;
    line-height: 50px;
    float: none;
    margin: auto;
}
.newsletter-section .subscribe-form{
    width:35%;
    margin:auto !important;
    float: none;
}
.newsletter-section .subscribe-form input{
    height:40px;
    border:none;
    border-radius:3px;
    width: 100%;
}
.newsletter-section .subscribe-form input.hs-button{
    background: rgb(241,114,150);
    color: rgb(255, 255, 255);
    font-size:12px;
    letter-spacing:2px;
    margin-top:20px;
}
.newsletter-section .subscribe-form ul.hs-error-msgs{
    margin:0;
    padding:0;
}
.newsletter-section .subscribe-form ul.hs-error-msgs li{
    list-style:none;
    color: #ccc;
}
.newsletter-section .subscribe-form .hs-form-required, .home-01 .newsletter-section .subscribe-form .hs_error_rollup{
    display:none;
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.newsletter-module{
    padding: 50px 0;
}
.newsletter-module h2 {
    width: 100%;
    font-size: 23px;
    line-height: 30px;
}
.newsletter-module .subscribe-form{
    width: 100% !important;
}
}
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.newsletter-module{
    padding: 50px 0;
}
.newsletter-module h2 {
    width: 100%;
    font-size: 23px;
    line-height: 30px;
}
.newsletter-module .subscribe-form{
    width: 100% !important;
}
}
/****************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.newsletter-module{
    padding:80px 0;
}
.newsletter-module h2 {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
}
.newsletter-module .subscribe-form{
    width: 60%;
}
}
/**************iPad Landscape****************/
@media only screen and (max-width: 1024px) and (min-width: 986px){
.newsletter-module{
    padding:100px 0;
}
.newsletter-module h2 {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
}
.newsletter-module .subscribe-form{
    width: 50%;
}
}
/*****************************************************************/