.newsletter_btn {
	float: right;
	width: 100%;
	font-size: 19px;
	font-weight: 400;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background: #288ecd;
	border: 0px;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	line-height: 1em;
	border-radius: 4px;
	font-family: 'almoni-neue', sans-serif;
}
.newsletter_btn:hover {
	color: #fff !important;
	background: #056a9b;
}
.newsletter_btn:focus {
	float: right;
	width: 100%;
	font-size: 19px;
	font-weight: 400;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background: #212121;
	border: 0px;
	padding-top: 14px!important;
	padding-bottom: 14px!important;
	line-height: 1em;
	border-radius: 4px;
	font-family: 'almoni-neue', sans-serif;
}
.newsletter_form_field input {
	float: right;
	width: 100%;
	padding: 10px 10px 10px 7px;
	font-weight: 400;
	line-height: 1em;
	text-align: right;
	direction:rtl;
	font-size: 17px;
	color: #000;
	background-color:#fff;
	border: 0px solid #ccc;
	border-radius: 2px;
}
.newsletter_form_field select {
	float: right;
	width: 100%;
	padding: 12px 7px 11px 7px;
	font-weight: 400;
	line-height: 1em;
	text-align: right;
	direction:rtl;
	font-size: 17px;
	color: #000;
	background-color:#fff;
	border: 0px solid #ccc;
	border-radius: 2px;
}
.newsletter_form_field_long {
	float: right;
	width: 100%;
	margin-bottom:10px;
}
.newsletter_form_field_long textarea {
	float: right;
	width: 100%;
	padding: 12px 7px 11px 7px;
	font-weight: 400;
	line-height: 1em;
	text-align: right;
	direction:rtl;
	font-size: 17px;
	color: #000;
	background-color:#fff;
	border: 0px solid #ccc;
	border-radius: 2px;
}
.newsletter_form_icon {
	float: right;
	width: 50px;
	margin-left:calc(50% - 25px);
	margin-right:calc(50% - 25px);
	margin-bottom: 20px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:80px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;

}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.2em;
	direction:rtl;
}
.newsletter_form_field {
	float: right;
	width: 32.666%;
	margin-left:1%;
	margin-bottom:1%;
}
.newsletter_form_field:nth-of-type(3n) {
	margin-left:0;
}	
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-top:40px;
}
.newsletter_form_fields {
	float: right;
	width:100%;
}
.newsletter_btn_container {
	float: left;
	width: 100px;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:80px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.2em;
	direction:rtl;
}
.newsletter_form_field {
	float: right;
	width: 32.666%;
	margin-left:1%;
	margin-bottom:1%;
}
.newsletter_form_field:nth-of-type(3n) {
	margin-left:0;
}	
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-top:40px;
}
.newsletter_form_fields {
	float: right;
	width:100%;
}
.newsletter_btn_container {
	float: left;
	width: 100px;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:40px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: 49%;
	margin-left:2%;
	margin-bottom:2%;
}
.newsletter_form_field:nth-of-type(2n) {
	margin-left:0;
}
	
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top:20px;
}
.newsletter_form_fields {
	float: right;
	width: 100%;
}
.newsletter_btn_container {
	float: left;
	width: 100px;
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:40px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: 100%;
	margin-left:0;
	margin-bottom:10px;
}
.newsletter_form_field:nth-of-type(2n) {
	margin-left:0;
}
	
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top:20px;
}
.newsletter_form_fields {
	float: right;
	width: 100%;
}
.newsletter_btn_container {
	float: left;
	width: 100%;
	margin-bottom:7px
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.newsletter_form_section {
	float: right;
	width: 100%;
	padding-top:40px
}
.newsletter_grid {
	float: right;
	width:100%;
}
.newsletter_form_title {
    width: 100%;
    float: right;
	direction:rtl;
}
.newsletter_form_sub_title {
    width: 100%;
    float: right;
	text-decoration: none;
	line-height: 1.4em;
	direction:rtl;
	margin-bottom:10px
}
.newsletter_form_field {
	float: right;
	width: 100%;
	margin-left:0;
	margin-bottom:10px;
}
.newsletter_form_field:nth-of-type(2n) {
	margin-left:0;
}
	
.newsletter_form {
	float: right;
	width:100%;
	position:relative;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top:20px;
}
.newsletter_form_fields {
	float: right;
	width: 100%;
}
.newsletter_btn_container {
	float: left;
	width: 100%;
	margin-bottom:7px
}
.newsletter_icons {
    width: 100%;
    float: right;
    background-color: #fff;
    padding-top:30px;
    padding-bottom: 40px;
}
}