@charset "UTF-8";
/* ------------------------------------------ */
/* Style naming basically follows BEM: http://getbem.com/ */
/* ------------------------------------------ */

/*.mob_menu_droplist_linking_txt{
	width:400px;
}*/ /*fix mobile button alignment*/

.drop_subbox {
  margin-top: 0px;
  padding: 20px 30px;
  border: 1px solid #dad9d9;
  background-color: #f0ffe9; }

.drop_subbox.style2 {
  padding-top: 30px;
  padding-bottom: 30px; }

.more_droplinking {
  padding-top: 8px;/*5px;*/
  padding-bottom: 8px;/*5px;*/
  border-bottom: 1px solid #ccc;
  background-color: #e8f8ff;
  color: #707071;
  font-size: 14px;
  cursor: pointer;
  }

.more_droplinking:hover {
  background-color: #5ecdeb; /*#cb1421*/
  color: #fff; }

.header_language {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 13px;
  padding-left: 2px;
  /*background-image: url("../images/btn_sepline_1btn_sepline.png");*/
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #777393;
  /* font-size: 16px; */
  }

.header_language:hover {
  /*background-image: url("../images/btn_sepline_1btn_sepline.png");*/
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none; }

.header_language.w--open {
  text-decoration: none; }

.header_language.share_dropdown {
  background-image: url("../images/icon_share_1icon_share.png"), url("../images/btn_sepline_1btn_sepline.png");
  background-position: 50% 50%, 100% 50%;
  background-size: 32px, auto;
  background-repeat: no-repeat, no-repeat; }

.header_language.search_dropdown {
  background-image: url("../images/icon_search_1icon_search.png");
  background-position: 41% 50%;
  background-size: 38px; }

.header_language.mini_site_hamburger {
  padding-left: 20px;
  background-image: url("../images/menu-256.png"), url("../images/btn_sepline_1btn_sepline.png");
  background-position: 50% 50%, 0px 50%;
  background-size: 25px, auto;
  background-repeat: no-repeat, no-repeat; }

.header_language.mini_site_hamburger.w--open {
  background-image: url("../images/6_-_Cross-128_16_-_Cross-128.png"), url("../images/btn_sepline_1btn_sepline.png");
  background-position: 50% 50%, 0px 50%;
  background-size: 25px, auto;
  background-repeat: no-repeat, no-repeat; }

.dropdown {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  }

.icon {
  margin-right: 15px; }

.header_language_dropdown_list.w--open {
  left: 0px;
  box-shadow: 1px 1px 11px 0 #ccc; }

.header_language_dropdown_list a {
  color: #707071;
  }


.dropdown-toggle {
  padding-right: 20px; }

.header_btn {
  width: 12.5%; }

.header_btn_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 57px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-align: center; }


.dropdown_list_fa {
  background-color: #896709; }

.dropdown_list_fa.w--open {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(172, 130, 39, 0.25), rgba(172, 130, 39, 0.25));
  background-image: linear-gradient(180deg, rgba(172, 130, 39, 0.25), rgba(172, 130, 39, 0.25)); }


.dropdown-toggle-2 {
  padding: 10px 20px; }


.dropdown_list_ph.w--open {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(214, 87, 43, 0.25), rgba(214, 87, 43, 0.25));
  background-image: linear-gradient(180deg, rgba(214, 87, 43, 0.25), rgba(214, 87, 43, 0.25)); }

.dropdown_list_ho.w--open {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(120, 29, 50, 0.25), rgba(120, 29, 50, 0.25));
  background-image: linear-gradient(180deg, rgba(120, 29, 50, 0.25), rgba(120, 29, 50, 0.25)); }

.dropdownlist_cp.w--open {
  top: auto;
  right: 0px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(76, 33, 93, 0.25), rgba(76, 33, 93, 0.25));
  background-image: linear-gradient(180deg, rgba(76, 33, 93, 0.25), rgba(76, 33, 93, 0.25)); }

.dropdown_list_bp.w--open {
  right: 0px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(20, 48, 80, 0.25), rgba(20, 48, 80, 0.25));
  background-image: linear-gradient(180deg, rgba(20, 48, 80, 0.25), rgba(20, 48, 80, 0.25)); }

.dropdown_list_au.w--open {
  right: 0px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(70, 138, 45, 0.25), rgba(70, 138, 45, 0.25));
  background-image: linear-gradient(180deg, rgba(70, 138, 45, 0.25), rgba(70, 138, 45, 0.25)); }




.dropdown-list {
  right: 0px;
  bottom: 0px; }

.dropdown-list.w--open {
  left: 100%;
  top: -324px;
  right: 0px;
  bottom: auto; }

.select_dropinner_list.w-dropdown-list.w--open {
  max-height: 270px;
  overflow: auto;
  border-bottom: 1px solid #ccc; }
  .select_dropinner_list.w-dropdown-list.w--open .w-dropdown-link:last-child {
    border-bottom: 0; }

.step_question {
  position: relative; }

.header_btn_toggle,
.btn_top_linking {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 57px; }


@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown-list.header_language_dropdown_list {
    position: absolute; } }

@media screen and (min-width: 991px) {
  .header_device_language_hidden {
    display: none !important; } }

@media screen and (max-width: 479px) {
  .header_device_language_hidden {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.header_btn.w-dropdown {
  z-index: 905; }

 
#menu a {
	color: #000000;
}
#menu a:visited {
	color: #000000;
}

@media (max-width: 991px) {
.fore_dw {

/*background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1)), url(../images/bg/skyline.png);	
   vertical-align:bottom; */
   padding-top:30px;
}

input[type=search] {
	background: #fff url(../images/search.png) no-repeat 9px center;
	border: solid 1px #9d9d9f;
	padding: 4px 16px 3px 32px;
	/* width: 50px; */
	margin-right:0;
	margin-left: 5px;
	color:#777393;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

}
/*@media (min-width: 391px) {*/
.ur_lang {
    line-height: 1.7em;
    text-align: right;
	direction: rtl;
}
/*}*/

@media (min-width: 991px) {
.ur_langleft {
    line-height: 1.7em;
    text-align: left;

}
}


