/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.landing_section {
	float: left;
	width: 100%;
}
.landing_grid_container {
	width: 60%;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
	display: block;
	padding-left: 20%;
	padding-right: 20%;
}
.landing_grid_up {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.landing_grid_down {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.landing_header_fixed {
    width: 100%;
    height:100px;
    left:0;
    right:0;
    top:0;
    position:fixed;
    z-index:1000;
}
.landing_header {
    background-position: center top;
    width: 100%;
    float: right;
    background-image: url('../images/landing/header_title.png');
    background-repeat: no-repeat;
    height:100px;
}
.landing_header_title_content {
    width: 80%;
    float:right;
    margin-right:10%;
    margin-left:10%;
}
.landing_header_title_right {
    width: 44%;
    float:right;
    margin-top:22px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:left;
    margin-left:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_header_title_middle {
    width: 10%;
    float:right;
    margin-top:16px;
}
.landing_header_title_left {
    width: 43%;
    float:right;
    margin-top:22px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-right:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_background {
    width: 100%;
    height:100%;
    float:right;
    position:relative;
}
.landing_background_img_plain
{
    background-position: left top;
    width: 820px;
    height: 690px;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/plain-desktop.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_hat
{
    background-position: right top;
    width: 740px;
    height: 780px;
    float: right;
    right: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/hat-desktop.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_case
{
    background-position: right top;
    width: 405px;
    height: 745px;
    float: left;
    left: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/case-desktop.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_thanks
{
    background-position: right top;
    width: 600px;
    height: 670px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/thanks.png');
    background-repeat: no-repeat;
    position:fixed;
}
.landing_page_content {
    width: 100%;
    float:right;
    margin-top:28%;
    position:relative;
}
.landing_page_title {
    width: 100%;
    float:right;
    font-size: 60px;
    font-weight: 900;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:15px;
}
.landing_page_text {
    width: 100%;
    float:right;
    font-size: 31px;
    font-weight: 400;
    color:#222154;
    direction: rtl;
    text-align: center;
    line-height:1.5em;
}
.landing_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 60px;
	padding-bottom: 60px;
	direction:rtl;
}
.landing_btn
{
    background-position: center center;
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
    text-decoration:none;
}
.landing_btn:hover {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.web_btn:focus {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_btn2 {
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #222154;
    border: 1px solid #222154;
    border-radius: 30px;
    background-color:#fff;
    text-decoration:none;
}
.landing_btn2:hover {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.web_btn2:focus {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.landing_page_content_list {
    width: 100%;
    float:right;
    margin-top: 50px;
    position:relative;
}
.landing_title_list {
    width: 100%;
    float:right;
    font-size: 60px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:25px;
}
.landing_list_items {
    width: 70%;
    float:right;
    margin-right:15%;
    margin-left:15%;
}
.landing_list_item {
    width: 100%;
    float:right;
    background-color:#F3F6F8;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.landing_list_item_hour {
    width: 150px;
    height:50px;
    float:right;
    font-size: 21px;
    font-weight: 400;
    color:#6A6CB1;
    direction:rtl;
    text-align:center;
}
.landing_list_content {
    width: 70%;
    float:right;
    direction:rtl;
    margin-right:15px;
}
.landing_list_item_title {
    width: 100%;
    float:right;
    font-size: 21px;
    font-weight: 600;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_list_item_text {
    width: 100%;
    float:right;
    font-size: 21px;
    font-weight: 400;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_page_form_container {
    width: 100%;
    float:right;
    margin-top: 200px;
    margin-bottom: 150px;
    position:relative;
}
.landing_form_title {
    width: 100%;
    float:right;
    font-size: 60px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom: 60px;
}
.landing_form {
    width: 70%;
    float:right;
    margin-right:15%;
    margin-left:15%;
}
.landing_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
}
.landing_form_btn {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:hover {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:focus {

}
.contact_home_form {
	float: right;
	width: 100%;
}
.contact_home_form_field {
	float: right;
	width: 32.66666666666667%;
	margin-bottom: 1%;
}
.contact_home_form_field_short {
	float: right;
	width: 48%;
	margin-bottom: 60px;
}
.contact_home_form_field_long {
	float: right;
	width: 100%;
	margin-bottom: 60px;
}
.contact_home_form_field_sep {
	float: right;
	width: 4%;
	height: 10px;
}
.contact_home_form #name1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/name.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #name1:focus
{
    /*background-image: url('../images/System/contact_form/grey/name_hover.png');*/
}
.contact_home_form #phone1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/phone.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #phone1:focus
{
    /*background-image: url('../images/System/contact_form/grey/phone_hover.png');*/
}
.contact_home_form #email1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/email.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #email1:focus
{
    /*background-image: url('../images/System/contact_form/grey/email_hover.png');*/
}
.contact_home_form #numberOfPeople
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/people.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #numberOfPeople:focus
{
    /*background-image: url('../images/System/contact_form/grey/people_hover.png');*/
}
.contact_home_form #subject1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/tour.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #subject1:focus
{
    /*background-image: url('../images/System/contact_form/grey/tour_hover.png');*/
}
.contact_home_form #datepicker
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/calendar.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #datepicker:focus
{
    /*background-image: url('../images/System/contact_form/grey/calendar_hover.png');*/
}
.contact_home_form #comments1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/comments.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #comments1:focus
{
    /*background-image: url('../images/System/contact_form/grey/comments_hover.png');*/
}
.contact_home_checkbox_container {
	width: 60%;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	direction: rtl;
}
.contact_home_checkbox {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 7px;
	float: right;
	width: 20px;
}
.contact_home_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	direction: rtl;
}
.contact_home_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
	display: block;
	margin-top: 5px;
	text-align:center;
}
.contact_home_button {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.contact_home_button:hover {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #8e3026;
}
.contact_home_button:focus {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #752822;
}
#MailResponseFromServer3 {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	font-weight: 400;
	color: #0033CC;
	text-align: left;
}
#progressDivWithGif3 {
	float: none;
	height: 100%;
	width: 74%;
	margin-right:13%;
	margin-left:13%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(34, 33, 89, 0.1);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progressDivWithGif3 img {
	height: 100px;
	width: 100px;
	margin-top: 100px;
	margin-left: 0px;
}
.landing_footer
{
    background-position: center top;
    width: 100%;
    float: right;
    background-color: transparent;
    background-image: url('../images/landing/footer_up.png');
    background-repeat: repeat-x;
    z-index:10!important;
    position:relative;
    direction:rtl;
}
.landing_footer_item_right
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
    padding-top:90px;
    padding-bottom:50px;
}
.landing_footer_item_middle
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
        padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_left
{
    width: 33.33333333333333%;
    float: right;
    box-sizing:border-box;
    padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_right_text {
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154
}
.landing_footer_item_middle_text {
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-bottom:10px;
}
.landing_footer_item_middle_img {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_text {
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154;
}
.landing_footer_item_left_images {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_img {
    width: 70%;
    float: left;
    margin-top:20px;
}
.landing_footer_item_left_face {
    width: 25%;
    float: right;
    margin-top:25px;
    margin-left:5%;
}
.back-to-top {
    float:right;
}
.back-to-top:hover {
    float:right;
}

.subFooterSection {
	width: 100%;
	float:right;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
}
.subFooterFusionIcon {
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	display:inline-block;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.landing_section {
	float: left;
	width: 100%;
}
.landing_grid_container {
	width: 80%;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
	display: block;
	padding-left: 10%;
	padding-right: 10%;
}
.landing_grid_up {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.landing_grid_down {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.landing_header_fixed {
    width: 100%;
    height:100px;
    left:0;
    right:0;
    top:0;
    position:fixed;
    z-index:1000;
}
.landing_header {
    background-position: center top;
    width: 100%;
    float: right;
    background-image: url('../images/landing/header_title.png');
    background-repeat: no-repeat;
    height:100px;
}
.landing_header_title_content {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_header_title_right {
    width: 40%;
    float:right;
    margin-top:22px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:left;
    margin-left:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_header_title_middle {
    width: 10%;
    float:right;
    margin-top:16px;
}
.landing_header_title_left {
    width: 40%;
    float:right;
    margin-top:22px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-right:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_background {
    width: 100%;
    height:100%;
    float:right;
    position:relative;
}
.landing_background_img_plain
{
    background-position: left top;
    width: 820px;
    height: 690px;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/plain.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_hat
{
    background-position: right top;
    width: 740px;
    height: 780px;
    float: right;
    right: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/hat.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_case
{
    background-position: right top;
    width: 280px;
    height: 745px;
    float: left;
    left: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/case.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_thanks
{
    background-position: right top;
    width: 600px;
    height: 670px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/thanks.png');
    background-repeat: no-repeat;
    position:fixed;
}
.landing_page_content {
    width: 100%;
    float:right;
    margin-top:28%;
    position:relative;
    z-index:10000000000;
}
.landing_page_title {
    width: 100%;
    float:right;
    font-size: 50px;
    font-weight: 900;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:15px;
}
.landing_page_text {
    width: 100%;
    float:right;
    font-size: 25px;
    font-weight: 400;
    color:#222154;
    direction: rtl;
    text-align: center;
    line-height:1.5em;
}
.landing_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 60px;
	padding-bottom: 60px;
	direction:rtl;
	z-index:10000000000000!important;
	position:relative;
}
.landing_btn
{
    background-position: center center;
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
    text-decoration:none;
}
.landing_btn:hover {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.web_btn:focus {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_btn2 {
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #222154;
    border: 1px solid #222154;
    border-radius: 30px;
    background-color:#fff;
    text-decoration:none;
}
.landing_btn2:hover {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.web_btn2:focus {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.landing_page_content_list {
    width: 100%;
    float:right;
    margin-top: 50px;
    position:relative;
}
.landing_title_list {
    width: 100%;
    float:right;
    font-size: 50px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:25px;
}
.landing_list_items {
    width: 70%;
    float:right;
    margin-right:15%;
    margin-left:15%;
}
.landing_list_item {
    width: 100%;
    float:right;
    background-color:#F3F6F8;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.landing_list_item_hour {
    width: 150px;
    height:50px;
    float:right;
    font-size: 21px;
    font-weight: 400;
    color:#6A6CB1;
    direction:rtl;
    text-align:center;
}
.landing_list_content {
    width: 70%;
    float:right;
    direction:rtl;
    margin-right:15px;
}
.landing_list_item_title {
    width: 100%;
    float:right;
    font-size: 21px;
    font-weight: 600;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_list_item_text {
    width: 100%;
    float:right;
    font-size: 21px;
    font-weight: 400;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_page_form_container {
    width: 100%;
    float:right;
    margin-top: 200px;
    margin-bottom: 150px;
    position:relative;
}
.landing_form_title {
    width: 100%;
    float:right;
    font-size: 50px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom: 60px;
}
.landing_form {
    width: 70%;
    float:right;
    margin-right:15%;
    margin-left:15%;
}
.landing_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
}
.landing_form_btn {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:hover {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:focus {

}
.contact_home_form {
	float: right;
	width: 100%;
}
.contact_home_form_field {
	float: right;
	width: 32.66666666666667%;
	margin-bottom: 1%;
}
.contact_home_form_field_short {
	float: right;
	width: 48%;
	margin-bottom: 60px;
}
.contact_home_form_field_long {
	float: right;
	width: 100%;
	margin-bottom: 60px;
}
.contact_home_form_field_sep {
	float: right;
	width: 4%;
	height: 10px;
}
.contact_home_form #name1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/name.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #name1:focus
{
    /*background-image: url('../images/System/contact_form/grey/name_hover.png');*/
}
.contact_home_form #phone1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/phone.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #phone1:focus
{
    /*background-image: url('../images/System/contact_form/grey/phone_hover.png');*/
}
.contact_home_form #email1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/email.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #email1:focus
{
    /*background-image: url('../images/System/contact_form/grey/email_hover.png');*/
}
.contact_home_form #numberOfPeople
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/people.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #numberOfPeople:focus
{
    /*background-image: url('../images/System/contact_form/grey/people_hover.png');*/
}
.contact_home_form #subject1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/tour.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #subject1:focus
{
    /*background-image: url('../images/System/contact_form/grey/tour_hover.png');*/
}
.contact_home_form #datepicker
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/calendar.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #datepicker:focus
{
    /*background-image: url('../images/System/contact_form/grey/calendar_hover.png');*/
}
.contact_home_form #comments1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/comments.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #comments1:focus
{
    /*background-image: url('../images/System/contact_form/grey/comments_hover.png');*/
}
.contact_home_checkbox_container {
	width: 60%;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	direction: rtl;
}
.contact_home_checkbox {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 7px;
	float: right;
	width: 20px;
}
.contact_home_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	direction: rtl;
}
.contact_home_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
	display: block;
	margin-top: 5px;
	text-align:center;
}
.contact_home_button {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.contact_home_button:hover {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #8e3026;
}
.contact_home_button:focus {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #752822;
}
#MailResponseFromServer3 {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	font-weight: 400;
	color: #0033CC;
	text-align: left;
}
#progressDivWithGif3 {
	float: none;
	height: 100%;
	width: 74%;
	margin-right:13%;
	margin-left:13%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(34, 33, 89, 0.1);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progressDivWithGif3 img {
	height: 100px;
	width: 100px;
	margin-top: 100px;
	margin-left: 0px;
}
.landing_footer
{
    background-position: center top;
    width: 100%;
    float: right;
    background-color: transparent;
    background-image: url('../images/landing/footer_up.png');
    background-repeat: repeat-x;
    z-index:10!important;
    position:relative;
    direction:rtl;
}
.landing_footer_item_right
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
    padding-top:90px;
    padding-bottom:50px;
}
.landing_footer_item_middle
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
        padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_left
{
    width: 33.33333333333333%;
    float: right;
    box-sizing:border-box;
    padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_right_text {
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154
}
.landing_footer_item_middle_text {
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-bottom:10px;
}
.landing_footer_item_middle_img {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_text {
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154;
}
.landing_footer_item_left_images {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_img {
    width: 70%;
    float: left;
    margin-top:20px;
}
.landing_footer_item_left_face {
    width: 25%;
    float: right;
    margin-top:25px;
    margin-left:5%;
}
.back-to-top {
    float:right;
}
.back-to-top:hover {
    float:right;
}

.subFooterSection {
	width: 100%;
	float:right;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
}
.subFooterFusionIcon {
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	display:inline-block;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.landing_section {
	float: left;
	width: 100%;
}
.landing_grid_container {
	width: 90%;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.landing_grid_up {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.landing_grid_down {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.landing_header_fixed {
    width: 100%;
    height:100px;
    left:0;
    right:0;
    top:0;
    position:fixed;
    z-index:1000;
}
.landing_header {
    background-position: center top;
    width: 100%;
    float: right;
    background-image: url('../images/landing/header_title_m.png');
    background-repeat: no-repeat;
    height:100px;
}
.landing_header_title_content {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_header_title_right {
    width: 40%;
    float:right;
    margin-top:24px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:left;
    margin-left:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_header_title_middle {
    width: 10%;
    float:right;
    margin-top: 22px;
}
.landing_header_title_left {
    width: 40%;
    float:right;
    margin-top:24px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-right:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_background {
    width: 100%;
    height:100%;
    float:right;
    position:relative;
}
.landing_background_img_plain
{
    background-position: left top;
    width: 340px;
    height: 290px;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/plain-mobile.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_hat
{
    background-position: right top;
    width: 285px;
    height: 300px;
    float: right;
    right: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/hat-mobile.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_case
{
    background-position: right top;
    width: 180px;
    height: 330px;
    float: left;
    left: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/case-mobile.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_thanks
{
    background-position: right top;
    width: 305px;
    height: 338px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/thanks_tablet.png');
    background-repeat: no-repeat;
    position:fixed;
}
.landing_page_content {
    width: 100%;
    float:right;
    margin-top:35%;
    position:relative;
}
.landing_page_title {
    width: 100%;
    float:right;
    font-size: 40px;
    font-weight: 900;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:15px;
}
.landing_page_text {
    width: 100%;
    float:right;
    font-size: 24px;
    font-weight: 400;
    color:#222154;
    direction: rtl;
    text-align: center;
    line-height:1.5em;
}
.landing_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 60px;
	padding-bottom: 60px;
	direction:rtl;
	z-index:10000000000000!important;
	position:relative;
}
.landing_btn
{
    background-position: center center;
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
    text-decoration:none;
}
.landing_btn:hover {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.web_btn:focus {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_btn2 {
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #222154;
    border: 1px solid #222154;
    border-radius: 30px;
    background-color:#fff;
    text-decoration:none;
}
.landing_btn2:hover {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.web_btn2:focus {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.landing_page_content_list {
    width: 100%;
    float:right;
    margin-top: 50px;
    position:relative;
}
.landing_title_list {
    width: 100%;
    float:right;
    font-size: 40px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:25px;
}
.landing_list_items {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_list_item {
    width: 100%;
    float:right;
    background-color:#F3F6F8;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.landing_list_item_hour {
    width: 130px;
    height:50px;
    float:right;
    font-size: 19px;
    font-weight: 400;
    color:#6A6CB1;
    direction:rtl;
    text-align:center;
}
.landing_list_content {
    width: 70%;
    float:right;
    direction:rtl;
    margin-right:15px;
}
.landing_list_item_title {
    width: 100%;
    float:right;
    font-size: 19px;
    font-weight: 600;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_list_item_text {
    width: 100%;
    float:right;
    font-size: 19px;
    font-weight: 400;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_page_form_container {
    width: 100%;
    float:right;
    margin-top: 200px;
    margin-bottom: 150px;
    position:relative;
}
.landing_form_title {
    width: 100%;
    float:right;
    font-size: 40px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom: 40px;
}
.landing_form {
    width: 70%;
    float:right;
    margin-right:15%;
    margin-left:15%;
}
.landing_form_send {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	float: left;
}
.landing_form_btn {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:hover {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:focus {

}
.contact_home_form {
	float: right;
	width: 100%;
}
.contact_home_form_field {
	float: right;
	width: 32.66666666666667%;
	margin-bottom: 1%;
}
.contact_home_form_field_short {
	float: right;
	width: 48%;
	margin-bottom: 60px;
}
.contact_home_form_field_long {
	float: right;
	width: 100%;
	margin-bottom: 60px;
}
.contact_home_form_field_sep {
	float: right;
	width: 4%;
	height: 10px;
}
.contact_home_form #name1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/name.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #name1:focus
{
    /*background-image: url('../images/System/contact_form/grey/name_hover.png');*/
}
.contact_home_form #phone1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/phone.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #phone1:focus
{
    /*background-image: url('../images/System/contact_form/grey/phone_hover.png');*/
}
.contact_home_form #email1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/email.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #email1:focus
{
    /*background-image: url('../images/System/contact_form/grey/email_hover.png');*/
}
.contact_home_form #numberOfPeople
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/people.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #numberOfPeople:focus
{
    /*background-image: url('../images/System/contact_form/grey/people_hover.png');*/
}
.contact_home_form #subject1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/tour.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #subject1:focus
{
    /*background-image: url('../images/System/contact_form/grey/tour_hover.png');*/
}
.contact_home_form #datepicker
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/calendar.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #datepicker:focus
{
    /*background-image: url('../images/System/contact_form/grey/calendar_hover.png');*/
}
.contact_home_form #comments1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/comments.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #comments1:focus
{
    /*background-image: url('../images/System/contact_form/grey/comments_hover.png');*/
}
.contact_home_checkbox_container {
	width: 60%;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	direction: rtl;
}
.contact_home_checkbox {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 7px;
	float: right;
	width: 20px;
}
.contact_home_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	direction: rtl;
}
.contact_home_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
	display: block;
	margin-top: 5px;
	text-align:center;
}
.contact_home_button {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.contact_home_button:hover {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #8e3026;
}
.contact_home_button:focus {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #752822;
}
#MailResponseFromServer3 {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	font-weight: 400;
	color: #0033CC;
	text-align: left;
}
#progressDivWithGif3 {
	float: none;
	height: 100%;
	width: 74%;
	margin-right:13%;
	margin-left:13%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(34, 33, 89, 0.1);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progressDivWithGif3 img {
	height: 100px;
	width: 100px;
	margin-top: 100px;
	margin-left: 0px;
}
.landing_footer
{
    background-position: center top;
    width: 100%;
    float: right;
    background-color: transparent;
    background-image: url('../images/landing/footer_up.png');
    background-repeat: repeat-x;
    z-index:10!important;
    position:relative;
    direction:rtl;
}
.landing_footer_item_right
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
    padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_middle
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
        padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_left
{
    width: 33.33333333333333%;
    float: right;
    box-sizing:border-box;
    padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_right_text {
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154
}
.landing_footer_item_middle_text {
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-bottom:10px;
}
.landing_footer_item_middle_img {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_text {
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154;
}
.landing_footer_item_left_images {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_img {
    width: 70%;
    float: left;
    margin-top:20px;
}
.landing_footer_item_left_face {
    width: 25%;
    float: right;
    margin-top:25px;
    margin-left:5%;
}
.back-to-top {
    float:right;
}
.back-to-top:hover {
    float:right;
}

.subFooterSection {
	width: 100%;
	float:right;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
}
.subFooterFusionIcon {
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	display:inline-block;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.landing_section {
	float: left;
	width: 100%;
}
.landing_grid_container {
	width: 90%;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.landing_grid_up {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.landing_grid_down {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.landing_header_fixed {
    width: 100%;
    height:100px;
    left:0;
    right:0;
    top:0;
    position:fixed;
    z-index:1000;
}
.landing_header {
    background-position: center top;
    width: 100%;
    float: right;
    background-image: url('../images/landing/header_title_m.png');
    background-repeat: no-repeat;
    height:100px;
}
.landing_header_title_content {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_header_title_right {
    width: 40%;
    float:right;
    margin-top:24px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:left;
    margin-left:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_header_title_middle {
    width: 10%;
    float:right;
    margin-top: 22px;
}
.landing_header_title_left {
    width: 40%;
    float:right;
    margin-top:24px;
    font-size:19px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-right:15px;
    box-sizing:border-box;
    display:inline;
}
.landing_background {
    width: 100%;
    height:100%;
    float:right;
    position:relative;
}
.landing_background_img_plain
{
    background-position: left top;
    width: 340px;
    height: 290px;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/plain-mobile.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_hat
{
    background-position: right top;
    width: 285px;
    height: 300px;
    float: right;
    right: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/hat-mobile.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_case
{
    background-position: right top;
    width: 180px;
    height: 330px;
    float: left;
    left: 0;
    top: 300px;
    position: absolute;
    background-image: url('../images/landing/case-mobile.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_thanks
{
    background-position: right top;
    width: 305px;
    height: 338px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/thanks_tablet.png');
    background-repeat: no-repeat;
    position:fixed;
}
.landing_page_content {
    width: 100%;
    float:right;
    margin-top:35%;
    position:relative;
}
.landing_page_title {
    width: 100%;
    float:right;
    font-size: 40px;
    font-weight: 900;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:15px;
}
.landing_page_text {
    width: 100%;
    float:right;
    font-size: 24px;
    font-weight: 400;
    color:#222154;
    direction: rtl;
    text-align: center;
    line-height:1.5em;
}
.landing_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 60px;
	padding-bottom: 60px;
	direction:rtl;
	z-index:10000000;
	position:relative;
}
.landing_btn
{
    background-position: center center;
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
    text-decoration:none;
}
.landing_btn:hover {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.web_btn:focus {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_btn2 {
    width: 100%;
    float: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #222154;
    border: 1px solid #222154;
    border-radius: 30px;
    background-color:#fff;
    text-decoration:none;
}
.landing_btn2:hover {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.web_btn2:focus {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.landing_page_content_list {
    width: 100%;
    float:right;
    margin-top: 50px;
    position:relative;
}
.landing_title_list {
    width: 100%;
    float:right;
    font-size: 40px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:25px;
}
.landing_list_items {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_list_item {
    width: 100%;
    float:right;
    background-color:#F3F6F8;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.landing_list_item_hour {
    width: 130px;
    height:50px;
    float:right;
    font-size: 19px;
    font-weight: 400;
    color:#6A6CB1;
    direction:rtl;
    text-align:center;
}
.landing_list_content {
    width: 70%;
    float:right;
    direction:rtl;
    margin-right:15px;
}
.landing_list_item_title {
    width: 100%;
    float:right;
    font-size: 19px;
    font-weight: 600;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_list_item_text {
    width: 100%;
    float:right;
    font-size: 19px;
    font-weight: 400;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_page_form_container {
    width: 100%;
    float:right;
    margin-top: 200px;
    margin-bottom: 150px;
    position:relative;
}
.landing_form_title {
    width: 100%;
    float:right;
    font-size: 40px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom: 40px;
}
.landing_form {
    width: 70%;
    float:right;
    margin-right:15%;
    margin-left:15%;
}
.landing_form_send {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	float: left;
}
.landing_form_btn {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:hover {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    padding-right: 30px!important;
    padding-left: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:focus {

}
.contact_home_form {
	float: right;
	width: 100%;
}
.contact_home_form_field {
	float: right;
	width: 32.66666666666667%;
	margin-bottom: 1%;
}
.contact_home_form_field_short {
	float: right;
	width: 48%;
	margin-bottom: 60px;
}
.contact_home_form_field_long {
	float: right;
	width: 100%;
	margin-bottom: 60px;
}
.contact_home_form_field_sep {
	float: right;
	width: 4%;
	height: 10px;
}
.contact_home_form #name1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/name.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #name1:focus
{
    /*background-image: url('../images/System/contact_form/grey/name_hover.png');*/
}
.contact_home_form #phone1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/phone.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #phone1:focus
{
    /*background-image: url('../images/System/contact_form/grey/phone_hover.png');*/
}
.contact_home_form #email1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/email.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #email1:focus
{
    /*background-image: url('../images/System/contact_form/grey/email_hover.png');*/
}
.contact_home_form #numberOfPeople
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/people.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #numberOfPeople:focus
{
    /*background-image: url('../images/System/contact_form/grey/people_hover.png');*/
}
.contact_home_form #subject1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/tour.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #subject1:focus
{
    /*background-image: url('../images/System/contact_form/grey/tour_hover.png');*/
}
.contact_home_form #datepicker
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/calendar.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #datepicker:focus
{
    /*background-image: url('../images/System/contact_form/grey/calendar_hover.png');*/
}
.contact_home_form #comments1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/comments.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #comments1:focus
{
    /*background-image: url('../images/System/contact_form/grey/comments_hover.png');*/
}
.contact_home_checkbox_container {
	width: 60%;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	direction: rtl;
}
.contact_home_checkbox {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 7px;
	float: right;
	width: 20px;
}
.contact_home_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	direction: rtl;
}
.contact_home_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
	display: block;
	margin-top: 5px;
	text-align:center;
}
.contact_home_button {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.contact_home_button:hover {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #8e3026;
}
.contact_home_button:focus {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #752822;
}
#MailResponseFromServer3 {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	font-weight: 400;
	color: #0033CC;
	text-align: left;
}
#progressDivWithGif3 {
	float: none;
	height: 100%;
	width: 74%;
	margin-right:13%;
	margin-left:13%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(34, 33, 89, 0.1);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progressDivWithGif3 img {
	height: 100px;
	width: 100px;
	margin-top: 100px;
	margin-left: 0px;
}
.landing_footer
{
    background-position: center top;
    width: 100%;
    float: right;
    background-color: transparent;
    background-image: url('../images/landing/footer_up.png');
    background-repeat: repeat-x;
    z-index:10!important;
    position:relative;
    direction:rtl;
}
.landing_footer_item_right
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
    padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_middle
{
    width: 33.33333333333333%;
    float: right;
    border-left: 1px solid #ccc;
    box-sizing:border-box;
        padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_left
{
    width: 33.33333333333333%;
    float: right;
    box-sizing:border-box;
    padding-top:50px;
    padding-bottom:50px;
}
.landing_footer_item_right_text {
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154
}
.landing_footer_item_middle_text {
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-bottom:10px;
}
.landing_footer_item_middle_img {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_text {
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154;
}
.landing_footer_item_left_images {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_img {
    width: 70%;
    float: left;
    margin-top:20px;
}
.landing_footer_item_left_face {
    width: 25%;
    float: right;
    margin-top:25px;
    margin-left:5%;
}
.back-to-top {
    float:right;
}
.back-to-top:hover {
    float:right;
}

.subFooterSection {
	width: 100%;
	float:right;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
}
.subFooterFusionIcon {
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	display:inline-block;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.landing_section {
	float: left;
	width: 100%;
}
.landing_grid_container {
	width: 90%;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.landing_grid_up {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.landing_grid_down {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.landing_header_fixed {
    width: 100%;
    height:100px;
    left:0;
    right:0;
    top:0;
    position:fixed;
    z-index:1000;
}
.landing_header {
    background-position: center top;
    width: 100%;
    float: right;
    background-image: url('../images/landing/header_title_m.png');
    background-repeat: no-repeat;
    height:50px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.landing_header_title_content {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_header_title_right {
    width: 40%;
    float:right;
    margin-top:18px;
    font-size:12px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:left;
    margin-left:10px;
    box-sizing:border-box;
    display:inline;
}
.landing_header_title_middle {
    width: 10%;
    float:right;
    margin-top: 14px;
}
.landing_header_title_left {
    width: 40%;
    float:right;
    margin-top:18px;
    font-size:12px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-right:10px;
    box-sizing:border-box;
    display:inline;
}
.landing_background {
    width: 100%;
    height:100%;
    float:right;
    position:relative;
}
.landing_background_img_plain
{
    background-position: left top;
    width: 240px;
    height: 205px;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/plain-phone.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_hat
{
    background-position: right top;
    width: 180px;
    height: 190px;
    float: right;
    right: 0;
    top: 410px;
    position: absolute;
    background-image: url('../images/landing/hat-phone.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_case
{
    background-position: right top;
    width: 120px;
    height: 210px;
    float: left;
    left: 0;
    top: 760px;
    position: absolute;
    background-image: url('../images/landing/case-phone.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_thanks
{
    background-position: right top;
    width: 215px;
    height: 240px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/thanks_phone.png');
    background-repeat: no-repeat;
    position:fixed;
}
.landing_page_content {
    width: 100%;
    float:right;
    margin-top: 57%;
    position:relative;
}
.landing_page_title {
    width: 100%;
    float:right;
    font-size: 26px;
    font-weight: 900;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:15px;
}
.landing_page_text {
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    float:right;
    font-size: 18px;
    font-weight: 400;
    color:#222154;
    direction: rtl;
    text-align: center;
    line-height:1.5em;
}
.landing_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	direction:rtl;
}
.landing_btn
{
    background-position: center center;
    width: 100%;
    float: none;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-left: 0px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
    text-decoration:none;
}
.landing_btn:hover {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.web_btn:focus {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_btn2 {
    width: 100%;
    float: none;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #222154;
    border: 1px solid #222154;
    border-radius: 30px;
    background-color:#fff;
    text-decoration:none;
}
.landing_btn2:hover {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.web_btn2:focus {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.landing_page_content_list {
    width: 100%;
    float:right;
    margin-top: 30px;
    position:relative;
}
.landing_title_list {
    width: 100%;
    float:right;
    font-size: 26px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:25px;
}
.landing_list_items {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_list_item {
    width: 100%;
    float:right;
    background-color:#F3F6F8;
    padding:10px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.landing_list_item_hour {
    width: 100%;
    float:right;
    font-size: 17px;
    font-weight: 400;
    color:#6A6CB1;
    direction:rtl;
    text-align:right;
    margin-bottom: 5px;
}
.landing_list_content {
    width: 100%;
    float:right;
    direction:rtl;
    margin-right:0px;
}
.landing_list_item_title {
    width: 100%;
    float:right;
    font-size: 17px;
    font-weight: 600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-bottom:5px;
}
.landing_list_item_text {
    width: 100%;
    float:right;
    font-size: 17px;
    font-weight: 400;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_page_form_container {
    width: 100%;
    float:right;
    margin-top: 50px;
    margin-bottom: 70px;
    position:relative;
}
.landing_form_title {
    width: 100%;
    float:right;
    font-size: 26px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom: 20px;
}
.landing_form {
    width: 90%;
    float:right;
    margin-right: 5%;
    margin-left: 5%;
}
.landing_form_send {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	float: left;
}
.landing_form_btn {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5em;
    margin-left: 0px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:hover {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5em;
    margin-left: 0px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:focus {
	color: #fff !important;
}
.contact_home_form {
	float: right;
	width: 100%;
}
.contact_home_form_field {
	float: right;
	width: 32.66666666666667%;
	margin-bottom: 1%;
}
.contact_home_form_field_short {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.contact_home_form_field_long {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}
.contact_home_form_field_sep {
	float: right;
	width: 0%;
	height: 0px;
	display:none;
}
.contact_home_form #name1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/name.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #name1:focus
{
    /*background-image: url('../images/System/contact_form/grey/name_hover.png');*/
}
.contact_home_form #phone1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/phone.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #phone1:focus
{
    /*background-image: url('../images/System/contact_form/grey/phone_hover.png');*/
}
.contact_home_form #email1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/email.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #email1:focus
{
    /*background-image: url('../images/System/contact_form/grey/email_hover.png');*/
}
.contact_home_form #numberOfPeople
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/people.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #numberOfPeople:focus
{
    /*background-image: url('../images/System/contact_form/grey/people_hover.png');*/
}
.contact_home_form #subject1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/tour.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #subject1:focus
{
    /*background-image: url('../images/System/contact_form/grey/tour_hover.png');*/
}
.contact_home_form #datepicker
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/calendar.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #datepicker:focus
{
    /*background-image: url('../images/System/contact_form/grey/calendar_hover.png');*/
}
.contact_home_form #comments1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/comments.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #comments1:focus
{
    /*background-image: url('../images/System/contact_form/grey/comments_hover.png');*/
}
.contact_home_checkbox_container {
	width: 60%;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	direction: rtl;
}
.contact_home_checkbox {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 7px;
	float: right;
	width: 20px;
}
.contact_home_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	direction: rtl;
}
.contact_home_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
	display: block;
	margin-top: 5px;
	text-align:center;
}
.contact_home_button {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.contact_home_button:hover {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #8e3026;
}
.contact_home_button:focus {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #752822;
}
#MailResponseFromServer3 {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	font-weight: 400;
	color: #0033CC;
	text-align: left;
}
#progressDivWithGif3 {
	float: none;
	height: 100%;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(34, 33, 89, 0.1);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progressDivWithGif3 img {
	height: 60px;
	width: 60px;
	margin-top: 170px;
	margin-left: 0px;
}
.landing_footer
{
    background-position: center top;
    width: 100%;
    float: right;
    background-color: transparent;
    background-image: url('../images/landing/footer_up.png');
    background-repeat: repeat-x;
    z-index:10!important;
    position:relative;
    direction:rtl;
}
.landing_footer_item_right
{
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    box-sizing:border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}
.landing_footer_item_middle
{
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    box-sizing:border-box;
    padding-top:30px;
    padding-bottom:30px;
}
.landing_footer_item_left
{
    width: 100%;
    float: right;
    box-sizing:border-box;
    padding-top:30px;
    padding-bottom:30px;
    border-bottom: 1px solid #ccc;
}
.landing_footer_item_right_text {
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154
}
.landing_footer_item_middle_text {
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-bottom:10px;
}
.landing_footer_item_middle_img {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_text {
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-top:10px;
}
.landing_footer_item_left_images {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_img {
    width: 70%;
    float: left;
    margin-top: 0px;
}
.landing_footer_item_left_face {
    width: 25%;
    float: right;
    margin-top: 5px;
    margin-left:5%;
}
.back-to-top {
    float:right;
}
.back-to-top:hover {
    float:right;
}

.subFooterSection {
	width: 100%;
	float:right;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.subFooterFusionIcon {
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	display:inline-block;
}

}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.landing_section {
	float: left;
	width: 100%;
}
.landing_grid_container {
	width: 90%;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.landing_grid_up {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: 0;
}
.landing_grid_down {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1!important;
}
.landing_header_fixed {
    width: 100%;
    height:100px;
    left:0;
    right:0;
    top:0;
    position:fixed;
    z-index:1000;
}
.landing_header {
    background-position: center top;
    width: 100%;
    float: right;
    background-image: url('../images/landing/header_title_m.png');
    background-repeat: no-repeat;
    height:50px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.landing_header_title_content {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_header_title_right {
    width: 40%;
    float:right;
    margin-top:18px;
    font-size:12px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:left;
    margin-left:10px;
    box-sizing:border-box;
    display:inline;
}
.landing_header_title_middle {
    width: 10%;
    float:right;
    margin-top: 14px;
}
.landing_header_title_left {
    width: 40%;
    float:right;
    margin-top:18px;
    font-size:12px;
    font-weight:600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-right:10px;
    box-sizing:border-box;
    display:inline;
}
.landing_background {
    width: 100%;
    height:100%;
    float:right;
    position:relative;
}
.landing_background_img_plain
{
    background-position: left top;
    width: 240px;
    height: 205px;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/plain-phone.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_hat
{
    background-position: right top;
    width: 180px;
    height: 190px;
    float: right;
    right: 0;
    top: 410px;
    position: absolute;
    background-image: url('../images/landing/hat-phone.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_case
{
    background-position: right top;
    width: 120px;
    height: 210px;
    float: left;
    left: 0;
    top: 760px;
    position: absolute;
    background-image: url('../images/landing/case-phone.png');
    background-repeat: no-repeat;
    position:absolute;
}
.landing_background_img_thanks
{
    background-position: right top;
    width: 215px;
    height: 240px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../images/landing/thanks_phone.png');
    background-repeat: no-repeat;
    position:fixed;
}
.landing_page_content {
    width: 100%;
    float:right;
    margin-top: 57%;
    position:relative;
}
.landing_page_title {
    width: 100%;
    float:right;
    font-size: 26px;
    font-weight: 900;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:15px;
}
.landing_page_text {
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    float:right;
    font-size: 18px;
    font-weight: 400;
    color:#222154;
    direction: rtl;
    text-align: center;
    line-height:1.5em;
}
.landing_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	direction:rtl;
}
.landing_btn
{
    background-position: center center;
    width: 100%;
    float: none;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-left: 0px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
    text-decoration:none;
}
.landing_btn:hover {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.web_btn:focus {
    background-position: center center;
    width: 100%;
    float: none;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_btn2 {
    width: 100%;
    float: none;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #222154;
    border: 1px solid #222154;
    border-radius: 30px;
    background-color:#fff;
    text-decoration:none;
}
.landing_btn2:hover {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.web_btn2:focus {
	color: #fff;
	border: 1px solid #222154;
	background-color: #222154;
}
.landing_page_content_list {
    width: 100%;
    float:right;
    margin-top: 30px;
    position:relative;
}
.landing_title_list {
    width: 100%;
    float:right;
    font-size: 26px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom:25px;
}
.landing_list_items {
    width: 100%;
    float:right;
    margin-right: 0%;
    margin-left: 0%;
}
.landing_list_item {
    width: 100%;
    float:right;
    background-color:#F3F6F8;
    padding:10px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.landing_list_item_hour {
    width: 100%;
    float:right;
    font-size: 17px;
    font-weight: 400;
    color:#6A6CB1;
    direction:rtl;
    text-align:right;
    margin-bottom: 5px;
}
.landing_list_content {
    width: 100%;
    float:right;
    direction:rtl;
    margin-right:0px;
}
.landing_list_item_title {
    width: 100%;
    float:right;
    font-size: 17px;
    font-weight: 600;
    color:#222154;
    direction:rtl;
    text-align:right;
    margin-bottom:5px;
}
.landing_list_item_text {
    width: 100%;
    float:right;
    font-size: 17px;
    font-weight: 400;
    color:#222154;
    direction:rtl;
    text-align:right;
}
.landing_page_form_container {
    width: 100%;
    float:right;
    margin-top: 50px;
    margin-bottom: 70px;
    position:relative;
}
.landing_form_title {
    width: 100%;
    float:right;
    font-size: 26px;
    font-weight: 300;
    color:#222154;
    direction:rtl;
    text-align:center;
    margin-bottom: 20px;
}
.landing_form {
    width: 90%;
    float:right;
    margin-right: 5%;
    margin-left: 5%;
}
.landing_form_send {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	float: left;
}
.landing_form_btn {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5em;
    margin-left: 0px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:hover {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5em;
    margin-left: 0px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back_form_hover.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.landing_form_btn:focus {
	color: #fff !important;
}
.contact_home_form {
	float: right;
	width: 100%;
}
.contact_home_form_field {
	float: right;
	width: 32.66666666666667%;
	margin-bottom: 1%;
}
.contact_home_form_field_short {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.contact_home_form_field_long {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}
.contact_home_form_field_sep {
	float: right;
	width: 0%;
	height: 0px;
	display:none;
}
.contact_home_form #name1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/name.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #name1:focus
{
    /*background-image: url('../images/System/contact_form/grey/name_hover.png');*/
}
.contact_home_form #phone1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/phone.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #phone1:focus
{
    /*background-image: url('../images/System/contact_form/grey/phone_hover.png');*/
}
.contact_home_form #email1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/email.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #email1:focus
{
    /*background-image: url('../images/System/contact_form/grey/email_hover.png');*/
}
.contact_home_form #numberOfPeople
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/people.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #numberOfPeople:focus
{
    /*background-image: url('../images/System/contact_form/grey/people_hover.png');*/
}
.contact_home_form #subject1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/tour.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #subject1:focus
{
    /*background-image: url('../images/System/contact_form/grey/tour_hover.png');*/
}
.contact_home_form #datepicker
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/calendar.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #datepicker:focus
{
    /*background-image: url('../images/System/contact_form/grey/calendar_hover.png');*/
}
.contact_home_form #comments1
{
    background-position: calc(100% - 7px) center;
    float: right;
    width: 100%;
    /*background-image: url('../images/System/contact_form/grey/comments.png');*/
    background-repeat: no-repeat;
    box-sizing:border-box;
    padding-right:10px;
}
.contact_home_form #comments1:focus
{
    /*background-image: url('../images/System/contact_form/grey/comments_hover.png');*/
}
.contact_home_checkbox_container {
	width: 60%;
	float: right;
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	direction: rtl;
}
.contact_home_checkbox {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 7px;
	float: right;
	width: 20px;
}
.contact_home_checkbox_title {
	padding: 0px;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
	margin-left: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	direction: rtl;
}
.contact_home_form_send {
	width: 20%;
	margin-left:40%;
	margin-right:40%;
	float: left;
	display: block;
	margin-top: 5px;
	text-align:center;
}
.contact_home_button {
    background-position: center center;
    width: 100%;
    float: right;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 10px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #222154;
    background-color: transparent;
    background-image: url('../images/landing/btn_back.png');
    background-repeat: no-repeat;
    border-radius: 30px;
}
.contact_home_button:hover {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #8e3026;
}
.contact_home_button:focus {
	border-width: 0px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	color: #fff!important;
	background-color: #752822;
}
#MailResponseFromServer3 {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	font-weight: 400;
	color: #0033CC;
	text-align: left;
}
#progressDivWithGif3 {
	float: none;
	height: 100%;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(34, 33, 89, 0.1);
	top: 0%;
	left: 0%;
	position: absolute;
}
#progressDivWithGif3 img {
	height: 60px;
	width: 60px;
	margin-top: 170px;
	margin-left: 0px;
}
.landing_footer
{
    background-position: center top;
    width: 100%;
    float: right;
    background-color: transparent;
    background-image: url('../images/landing/footer_up.png');
    background-repeat: repeat-x;
    z-index:10!important;
    position:relative;
    direction:rtl;
}
.landing_footer_item_right
{
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    box-sizing:border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}
.landing_footer_item_middle
{
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    box-sizing:border-box;
    padding-top:30px;
    padding-bottom:30px;
}
.landing_footer_item_left
{
    width: 100%;
    float: right;
    box-sizing:border-box;
    padding-top:30px;
    padding-bottom:30px;
    border-bottom: 1px solid #ccc;
}
.landing_footer_item_right_text {
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154
}
.landing_footer_item_middle_text {
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-bottom:10px;
}
.landing_footer_item_middle_img {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_text {
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height:1.5em;
    color:#222154;
    margin-top:10px;
}
.landing_footer_item_left_images {
    width: 30%;
    float: right;
    margin-left:35%;
    margin-right:35%;
}
.landing_footer_item_left_img {
    width: 70%;
    float: left;
    margin-top: 0px;
}
.landing_footer_item_left_face {
    width: 25%;
    float: right;
    margin-top: 5px;
    margin-left:5%;
}
.back-to-top {
    float:right;
}
.back-to-top:hover {
    float:right;
}
.subFooterSection {
	width: 100%;
	float:right;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.subFooterFusionIcon {
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	display:inline-block;
}
}