/* homepage mailing list subscribe */
#mailing-list {
	color:#727683;
	background:#484B54;
/*
	color: #C3E9F5;
	background: linear-gradient(45deg, #7e67e5, #02cbdf);
*/
	padding:20px 0px 20px 0px;
}

/*privacy link */
#mailing-list a{
	color:#727683;
}

#mailing-list a:hover {
    color:#FFF!important;
}

.newsletter {
    margin: 0;
    padding: 0;
/*     background: #EEE; */
    padding: 20px 30px 0px 30px;
/*     margin-bottom: 30px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


.newsletter input,
.newsletter textarea {
    color: #AAA;
    font-size: 18px;
    width: 100%;
    line-height: 34px;
    min-height: 34px;
    min-height: 48px;
/*     margin-top: 2px; */
/*
    margin-right: 6px;
*/
    margin-bottom: 10px;

    border: 1px solid #CCC;
    padding: 4px 10px 4px 10px;
    background: #f6f6f6;
    background: rgba(255,255,255,0.3);
    outline: 0;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.newsletter input:focus,
.contact textarea:focus {
    background: #FFF;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    text-shadow: none;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*
.newsletter br {
    height: 0!important;
    display: none;
}

.newsletter .lbl {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}

.newsletter .lblphone,.contact .lblselect {
    display: block;
}

.newsletter .star {
    color: #F00;
    padding: 5px;
    font-size: 16px;
    display: inline-block;
}

.newsletter textarea {
    max-height: 186px;
}

.newsletter #phone1,.contact #phone2 {
    width: 3em;
    display: inline-block;
    float: left:;
}

.newsletter #phone3 {
    width: 4em;
    display: inline-block;
}
*/

/*
.newsletter .send {
    color: #FFF;
    width: 100%;
    font-size: 16px;
    display: inline-block;
    background: #428bca;
    margin-top: 20px;
    border-radius: 4px;
    background: #22a0d1;
    background: -webkit-gradient(linear,left top,left bottom,from(#71bbd8),to(#26a2d2))!important;
    background: -moz-linear-gradient(top,#71bbd8,#26a2d2)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71bbd8',endColorstr='#26a2d2')!important;
}

.newsletter .send:hover {
    background: #22a0d1;
    background: -webkit-gradient(linear,left top,left bottom,from(#71bbd8),to(#26a2d2))!important;
    background: -moz-linear-gradient(top,#71bbd8,#26a2d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71bbd8',endColorstr='#26a2d2')!important;
}

.newsletter .send:active {
    background: #22a0d1;
    background: -webkit-gradient(linear,left top,left bottom,from(#26a2d2),to(#71bbd8))!important;
    background: -moz-linear-gradient(top,#26a2d2,#71bbd8)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26a2d2',endColorstr='#71bbd8')!important;
}
*/



.newsletter input:focus,
.newsletter textarea:focus {
    background: #FFF;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    text-shadow: none;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.newsletter #email {
    width: 66%;
    float: left;
}


.newsletter input[type="submit"] {
 	display: inline;
 	font-size: 16px;
 	width:32%;
 	border:none;
 	border-radius:0px;
 	background:#2b2e37;
 	height:50px;
}
.newsletter #send {
	content: "Submit \f1d8";
    font-family: FontAwesome;
}
.newsletter input[type="submit"]:hover {
 	color:#000;
 	background:#FFF000;
}

/*
.newsletter input[type="submit"] {
    display: inline;
    font-family: 'FontAwesome';
    font-size: 32px;
    width: 53px;
    height: 53px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
*/



/*
.newsletter span.wpcf7-not-valid-tip {
    position: absolute;
    left: -100px;
    top: 15px;
    width: 200px;
}
*/

div.wpcf7-validation-errors {
    color: #000!important;
    text-align: center;
/*     border: 2px solid #fff000!important; */
    border:none;
    background: #FFF000!important;
/*     padding: 10px!important; */
/*     font-style: italic; */
    font-weight: 400;
/*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
*/

margin:0!important;
padding: 10px!important; 
}

.wpcf7-mail-sent-ok {
	display:none!important;
}
#thanks {
    display: none;
    position: fixed;
    width: 512px;
    height: 512px;
    top: 50%;
    left: 50%;
    margin-left: -256px;
    margin-top: -256px;
    background: url('../images/logo/thanks.png');
    z-index: 10001;
}