/*  ! Avandaro   */

body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 16px !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	color: #787869 !important;
	max-width: 100%;
}

.xd_avandaro_home_slider_background {
	background-color: rgba(0,0,0,0.5) !important;
	border-radius: 10px !important;
}

.xd_avandaro_color_dorado {
	color: #B99F61 !important;
}

.xd_bg_modal {
	background-color: #313131 !important;
}

.xd_main_content_top_margin {
	margin-top: 70px !important;
}

.xd_avandaro_nabar_logo_width {
	width: 260px;
	height: 69px;
	padding-left: 60px;
}

.xd_nav_link {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 400 !important;
	/* letter-spacing: 1px !important; */
	line-height: normal !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	word-spacing: normal !important;
	color: #9B9A83 !important;
	background-color: transparent !important;
	padding: 4px !important;
	-webkit-transition: all 0.3s linear 0s  !important;
	-moz-transition: all 0.3s linear 0s  !important;
	-ms-transition: all 0.3s linear 0s !important;
	-o-transition: all 0.3s linear 0s !important;
	transition: all 0.3s linear 0s !important;
	transform: scale(1) !important;	
}

.xd_nav_link:hover {
	color: #B99F61 !important;
	cursor: pointer  !important;
	transform: scale(1.1) !important;	
}

.xd_nav_link_active {
	color: #B99F61 !important;
	font-weight: 800 !important;
}

.xd_font_poppins {
	font-family: 'Poppins', serif !important;
}

.xd_font_eb_garamond {
	font-family: 'EB Garamond', serif !important;
}

.xd_bg_call_to_action {
	font-family: 'Poppins', serif !important;
	background-color: #B99F61 !important;
	color: white;
	font-size: 16px;
	letter-spacing: 3px !important;
	border: 1px solid #B99F61 !important;
	padding: 10px !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);	
}

.xd_bg_call_to_action:hover {
	background-color: #B99F61 !important;
	color: white;
	border: 1px solid black !important;	
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.xd_view_property {
	background-color: #B99F61 !important;
	color: white !important;
	font-size: 16px;
	letter-spacing: 2px !important;
	border: 1px solid #B99F61 !important;
	padding: 10px !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);		
}

.xd_view_property:hover {
	border: 1px solid black !important;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.xd_back_button {
	font-family: 'Poppins', serif !important;
	text-transform: uppercase !important;	
	background-color: white !important;
	color: #787869;
	font-size: 16px;
	letter-spacing: 3px !important;
	border: 1px solid #787869 !important;
	padding-top: 4px !important;	
	padding-right: 20px !important;
	padding-bottom: 4px !important;
	padding-left: 20px !important;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);		
}

.xd_back_button:hover {
	background-color: #B99F61 !important;
	border: 1px solid #B99F61 !important;	
	color: white;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.xd_call_to_action_2 {
	background-color: #B99F61 !important;
	color: white;
	font-size: 16px;
	letter-spacing: 3px !important;
	border: 1px solid #B99F61 !important;
	padding-top: 10px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);			
}

.xd_call_to_action_2:hover {
	color: white;	
	border: 1px solid black !important;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.xd_bg_form_submit {
	background-color: #B99F61 !important;
	border: 1px solid #B99F61 !important;		
	color: white !important;
	outline: none !important;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);				
}

.xd_bg_form_submit:hover {
	border: 1px solid white !important;			
	color: white !important;	
	outline: none !important;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}


.xd_privacy_statement_link:hover {
	text-decoration: underline !important;
}

.xd_font_weight_200 {
	font-weight: 200;
}

.xd_font_weight_400 {
	font-weight: 400;
}

.xd_font_weight_700 {
	font-weight: 700;
}

/*  ! General   */

.xd_no_horizontal_scroll {
	overflow-x: hidden !important;
}

.xd_feather_icon_16 {
	width: 16px !important;
	height: 16px !important;

}

.xd_cursor_pointer:hover {
	cursor: pointer !important;
}

.xd_cursor_no_pointer:hover {
	cursor: default !important;
}


/*  ! Linls xd_footer   */
a.xd_footer:link {
	color: #ffffff !important;
}

a.xd_footer:visited {
	color: #ffffff !important;
}

a.xd_footer:hover {
	color: #E42032 !important;
}



/*  ! news grid   */
.xd_news_grid_hover {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	overflow: hidden;
}


.xd_news_grid_hover:hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
}

.xd_news_grid_thumbnail {
	transition: all 0.3s linear 0s;
	width: 100% !important;
	height: 300px !important;
	object-fit: cover !important;
	/* object-position: 0% 0%;  */
}

.xd_news_grid_thumbnail:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	/* opacity: 0.8; */
}

.xd_news_grid_author {
	font-size: 14px !important;
	font-weight: 400 !important;
	height: 100px !important;
	overflow: hidden !important;
}

.xd_news_grid_title {
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	height: 100px !important;
	overflow: hidden !important;
	/* background-color: rgba(0,0,0,0.09) !important; */
}

/*  ! news filters   */
.xd_news_filters_title {
	color: #000000 !important;
	font-size: 24px !important;
	font-weight: 300 !important;
}

/*  ! news detail   */
.xd_news_detail_container_row {
	/* padding-left: 0px !important;
padding-right: 0px !important;	
padding-bottom: 20px !important;	 */
	border: 2px solid black;
}

.xd_news_detail_title {
	font-size: 40px !important;
	line-height: 50px !important;
	font-weight: 300 !important;
}

.xd_news_detail_author {
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
}

.xd_news_detail_author_area {
	font-size: 14px !important;
}

.xd_news_detail_date {
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 4px !important;
	text-transform: uppercase;
}

.xd_news_detail p {
	color: #000000 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
}

.xd_news_detail i {
	color: #000000 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
}

.xd_news_detail line-break: {
	display: list-item;
	list-style-position: inside;
}

.xd_news_detail ul {
	color: #000000 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
	list-style-type: disc !important;
	padding-top: 10px !important;
	padding-left: 30px !important;
}

.xd_news_detail ol {
	color: #000000 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
	list-style-type: decimal;
	padding-top: 10px !important;
	padding-left: 30px !important;
}

.xd_news_detail_video {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


.xd_news_detail_back_btn {
	background-color: transparent !important;
	color: #000000 !important;
	border: 1px solid #000000;
	border-radius: 4px !important;
	text-align: center !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	font-size: 14px !important;
}

.xd_news_detail_back_btn:hover {
	background-color: #707070 !important;
	color: #ffffff !important;
}

.xd_news_detail_page_btn {
	background-color: transparent !important;
	color: #000000 !important;
	border: 1px solid #000000;
	border-radius: 4px !important;
	text-align: center !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 14px !important;
}

.xd_news_detail_page_btn:hover {
	background-color: #707070 !important;
	color: #ffffff !important;
}

.xd_news_detail_page_btn_active {
	background-color: #707070 !important;
	color: #ffffff !important;
	border: 1px solid #000000;
	border-radius: 4px !important;
	text-align: center !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 14px !important;
}


/*  ! news categpries   */
.xd_news_category_links {
	text-decoration: none;
	color: #000000 !important;
	padding-bottom: 10px !important;
	border-bottom: 1px transparent red;
}

.xd_news_category_links:hover {
	text-decoration: none;
	color: #E42032 !important;
	border-bottom: 1px solid #E42032;
}

.xd_news_category_links_active {
	color: #E42032 !important;
	font-weight: bold !important;
	border-bottom: 1px solid #E42032;
}

/*  ! transition scale   */

.xd_transition_scale {
	transition: all 0.3s linear 0s;
}

.xd_transition_scale:hover {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	transform: scale(1.6);
}

/*  ! xd_logo */

.xd_logo_bav_bar {
	width: 160px !important;
}

.xd_logo_footer {
	text-align: left !important;
}

.xd_logo_footer_img {
	width: 200px !important;
	padding-left: 0 !important;
}

.xd_logo_x_design {
	text-align: right !important;
}


/*  ! #xd_real_estate_contact_form_memberships */

#xd_real_estate_contact_form_memberships label.error {
	color: #B99F61;
	padding-top: 10px;
	padding-bottom: 0px;
	display: inline !important;
	font-size: 14px !important;
}

#xd_real_estate_contact_form_memberships input,
textarea {
	color: white !important;
	font-size: 14px !important;
}

.xd_memberships_form_textarea {
	border-bottom: 1px solid white !important;
	color: white !important;
	font-size: 14px !important;
}

.xd_memberships_form {
	color: white !important;
}

.xd_memberships_form::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white !important;
}

.xd_memberships_form::-moz-placeholder {
	/* Firefox 19+ */
	color: white !important;
}

.xd_memberships_form:-ms-input-placeholder {
	/* IE 10+ */
	color: white !important;
}

.xd_memberships_form:-moz-placeholder {
	/* Firefox 18- */
	color: white !important;
}

/*  ! #xd_real_estate_contact_form_seller */

#xd_real_estate_contact_form_seller label.error {
	color: #B99F61;
	padding-top: 10px;
	padding-bottom: 0px;
	display: inline !important;
	font-size: 12px !important;
}

#xd_real_estate_contact_form_seller input,
textarea {
	color: white !important;
	font-size: 14px !important;
}

.xd_seller_form_textarea {
	border-bottom: 1px solid white !important;
	color: white !important;
	font-size: 14px !important;

}

.xd_seller_form {
	color: white !important;
	font-size: 14px !important;
}

.xd_seller_form::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white !important;
}

.xd_seller_form::-moz-placeholder {
	/* Firefox 19+ */
	color: white !important;
}

.xd_seller_form:-ms-input-placeholder {
	/* IE 10+ */
	color: white !important;
}

.xd_seller_form:-moz-placeholder {
	/* Firefox 18- */
	color: white !important;
}

/*  ! #xd_real_estate_contact_form_buyer */

#xd_real_estate_contact_form_buyer label.error {
	color: #B99F61;
	padding-top: 10px;
	padding-bottom: 0px;
	display: inline !important;
	font-size: 12px !important;
}

#xd_real_estate_contact_form_buyer input,
textarea {
	color: white !important;
	font-size: 14px !important;
}

.xd_buyer_form_textarea {
	border-bottom: 1px solid white !important;
	color: white !important;
	font-size: 14px !important;

}

.xd_buyer_form {
	color: white !important;
	font-size: 14px !important;
}

.xd_buyer_form::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white !important;
}

.xd_buyer_form::-moz-placeholder {
	/* Firefox 19+ */
	color: white !important;
}

.xd_buyer_form:-ms-input-placeholder {
	/* IE 10+ */
	color: white !important;
}

.xd_buyer_form:-moz-placeholder {
	/* Firefox 18- */
	color: white !important;
}


/* ! Spinner for Forms START */
.spinner>div {
	width: 16px;
	height: 16px;
	-webkit-transform: scale(0);
	transform: scale(0);
	margin: 1px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite;
	-ms-animation: sk-bouncedelay 1.4s infinite;
	;
	animation: sk-bouncedelay 1.4s infinite;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.spinner>.spinner__item2 {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.spinner>.spinner__item3 {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.spinner>.spinner__item4 {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ! Spinner for Forms END */



/* ! Avandaro */
.xd_avandaro_vertical_line {
	border-left: 1px solid #787869;
	height: 40px;
	position: absolute;
	left: 50%;
}

.xd_avandaro_image_buyer {
	width: 100%;
	height: 100%;
}

.xd_avandaro_title {
	font-family: 'EB Garamond', serif !important;
	font-size: 40px !important;
	line-height: 44px !important;
}

.xd_avandaro_sub_title {
	font-family: 'Poppins', serif !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	line-height: 30px !important;
	letter-spacing: 5px !important;
	text-transform: uppercase !important;
}

.xd_avandaro_sub_sub_title {
	font-family: 'Poppins', serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
}

.xd_avandaro_sub_title_01 {
	font-family: 'Poppins', serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 3opx !important;
	letter-spacing: 5px !important;
	text-transform: uppercase !important;
}

.xd_avandaro_sub_sub_title_01 {
	font-family: 'Poppins', serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
}

.xd_avandaro_paragraph_01 {
	font-family: 'Poppins', serif !important;
	font-size: 14px !important;
	list-style-type: circle !important;	
}

.xd_avandaro_list_01 {
	font-family: 'Poppins', serif !important;
	font-size: 16px !important;
	list-style-type: disc !important;
	padding-left: 40px  !important;
}

.xd_avandaro_list_02 {
	font-family: 'Poppins', serif !important;
	font-size: 14px !important;
	list-style-type: disc !important;
	padding-left: 40px  !important;
}


.xd_avandaro_sub {
	font-family: 'Poppins', serif !important;
	font-size: 14px !important;
}

/* ! Avandaro Search Properties */

#google_map {
	width: 100%;
	height: 80vh;
}

.xd_property_icon_images {
	position: relative;
}

.xd_property_icon_images span {
	position: absolute;
	display: inline-block;
	padding-left: 6px;
	padding-right: 4px;
	bottom: 0;
	/* background-color:  red; */
}

.xd_property_icon_images img {
	width: 20px;
	/* background-color:  greenyellow; */
}

#xd_google_goCenterUI {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0 2px 6px #0000004d;
	cursor: pointer;
	float: left;
	margin-bottom: 22px;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.range-slider {
		position: relative;
		height: 40px !important;
		width: 90% !important;
		background-color: transparent !important;		
}	

.irs-min {
	color: black !important;
	font-family: 'Poppins', sans-serif !important;
	background-color: transparent !important;
	font-size: 12px !important;	
}

.irs-max {
	color: black !important;
	font-family: 'Poppins', sans-serif !important;
	background-color: transparent !important;
	font-size: 12px !important;		
}

.irs-single {
	color: black !important;
	font-family: 'Poppins', sans-serif !important;
	background-color: transparent !important;
	font-size: 12px !important;
}

.irs-from  {
	color: black !important;
	font-family: 'Poppins', sans-serif !important;
	background-color: transparent !important;
	font-size: 12px !important;
}

.irs-to {
	color: black !important;
	font-family: 'Poppins', sans-serif !important;
	background-color: transparent !important;
	font-size: 12px !important;
}

.irs--square .irs-grid-text {
		color:  black !important;
		font-size: 12px !important;
}

.irs--round .irs-handle { 
		border: 4px solid black !important;
		box-shadow: 0 1px 3px black !important;
		background-color: black !important;
}

.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{
	background-color:black !important;
	cursor: pointer !important;
}

.irs--round .irs-bar {
		background-color: black !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
		border-top-color: black;
}

	
#xd_real_estate_filters select {
		background-color: transparent;
		border: thin solid black;
		border-radius: 1px;
		display: inline-block;
		font-size: 16px;
		line-height: auto;
		padding: 10px;
		width: 100%;
		color: black !important;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url("/uploads/es/images/icon_select_bottom_arrow_brown.png") right 12px center no-repeat transparent !important;		
		background-size: 20px !important;

}	

/* ! Avandaro Properties GRID */

.xd_property_grid_hover {
		-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
		overflow: hidden;
}	

.xd_property_grid_hover:hover {
		-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
		-webkit-transform: scale(1.03);
		-moz-transform: scale(1.03);
		transform: scale(1.03);
}

.card {
		border-radius: 0 !important;
}

.xd_footer_call_to_action {
		height: auto !important;
		min-height: 50px!important;
		padding-left: 30px !important;
		padding-right: 30px  !important;
		padding-top: 10px  !important;
		padding-bottom: 10px  !important;
		color: white  !important;
		background-color: #B99F61  !important;
		border: 1px solid #B99F61 !important;
		font-size: 16px  !important;
		letter-spacing: 5px  !important;
		text-transform: uppercase  !important;
		
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;	
		transform: scale(1);
		
}

.xd_footer_call_to_action:hover {
	border: 1px solid white !important;	
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.xd_icons_call_to_action {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);
}

.xd_icons_call_to_action:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}


.xd_promos_call_to_action {
	height: auto !important;
	min-height: 50px!important;
	padding-left: 30px !important;
	padding-right:  !important;
	padding-top: 10px  !important;
	padding-bottom: 10px  !important;
	color: white  !important;
	background-color: #8B8B7D  !important;
	border: 1px solid #8B8B7D !important;	
	font-size: 16px  !important;
	letter-spacing: 5px  !important;
	text-transform: uppercase  !important;
	
		-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);
		
}

.xd_promos_call_to_action:hover {
	border: 1px solid black !important;		
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);	
}

.xd_scale_animation {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
	transform: scale(1);
}


.xd_scale_animation:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);	
}


.xd_footer_link:hover	 {
	color: #B99F61 !important;
}

.xd_moda_modal_backdrop {
	background-color: rgba(0,0,0,0.5);
}
