/* homepage_white_blocks_area */

#homepage_white_blocks_area_bg
{
	overflow:visible;
	height:0px;
}
#homepage_white_blocks_area
{
	overflow:visible;
	height:0px;
	text-align:center;
}
#homepage_white_blocks_area .blocks_area
{
	display:inline-block;
	overflow:hidden;
	width:1320px;
	height:360px;
	position:relative;
	top:-130px;
	z-index:100;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/white_blocks bg.jpg');
}
#homepage_white_blocks_area .blocks_area .block
{
	display:inline-block;
	overflow:hidden;
	float:left;
	width:440px;
	height:360px;
}
#homepage_white_blocks_area .blocks_area .block .img_area
{
	margin-top:100px;
}
#homepage_white_blocks_area .blocks_area .block .img_area,
#homepage_white_blocks_area .blocks_area .block .img_area .img
{
	overflow:hidden;
	display:block;
	text-align:center;
	height:80px;
}
#homepage_white_blocks_area .blocks_area .block .img_area .img img
{
	height:80px;
}
#homepage_white_blocks_area .blocks_area .block .img_area .img.mask
{
	position:relative;
	top:-80px;
	opacity:0;
}
#homepage_white_blocks_area .blocks_area .block:hover .img_area .img.mask
{
	opacity:1;
}
#homepage_white_blocks_area .blocks_area .block .block_title
{
	overflow:hidden;
	display:block;
	margin-top:15px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16pt;
	color:#063482;
}
#homepage_white_blocks_area .blocks_area .block:hover .block_title
{
	color:#53C21E;
}
#homepage_white_blocks_area .blocks_area .block .link_desc
{
	overflow:hidden;
	display:block;
	height:40px;
	text-align:center;
}
#homepage_white_blocks_area .blocks_area .block .link_desc_inner_area
{
	overflow:hidden;
	display:inline-block;
	height:40px;
}
#homepage_white_blocks_area .blocks_area .block .link_desc span
{
	overflow:hidden;
	display:inline-block;
	float:left;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:#53C21E;
}
#homepage_white_blocks_area .blocks_area .block .link_desc span.icon
{
	margin-left:10px;
	width:15px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/mini arrow.png');
}
#homepage_white_blocks_area .blocks_area .block:hover .link_desc span
{
	color:black;
}
#homepage_white_blocks_area .blocks_area .block:hover .link_desc span.icon
{
	background-image:url('../images/mini arrow2.png');
}
/* homepage_general_area1 */

#homepage_general_area1_bg
{
	overflow:hidden;
	height:200px;
	margin-top:695px;
	display:none;
}
#homepage_general_area1
{
	overflow:hidden;
	height:200px;
}
#homepage_general_area1 .main_title
{
	overflow:hidden;
	text-align:center;
	height:200px;
	line-height:200px;
	font-size:40pt;
	color:#96181B;
	text-decoration:underline;
}
/* homepage_about_area1 */

#homepage_about_area1_bg
{
	overflow:hidden;
	height:1020px;
	position:relative;
}
#homepage_about_area1_bg .bg_image
{
	height:1020px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#homepage_about_area1
{
	overflow:hidden;
	height:1020px;
	width:1600px;
	position:relative;
	z-index:2;
}
#homepage_about_area1 .header
{
	overflow:hidden;
	display:block;
	height:260px;
	margin-top:220px;
	text-align:center;
}
#homepage_about_area1 .header .header_title
{
	overflow:hidden;
	display:block;
	height:95px;
	line-height:95px;
	margin-top:60px;
	color:black;
	font-size:36pt;
	font-weight:bold;
}
#homepage_about_area1 .header .header_title_bar
{
	overflow:hidden;
	display:block;
	text-align:center;
	height:1px;
}
#homepage_about_area1 .header .header_title_bar span
{
	overflow:hidden;
	display:inline-block;
	width:110px;
	height:1px;
	background-color:black;
}
#homepage_about_area1 .main_image,
#homepage_about_area1 .main_clip
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:410px;
	width:730px;
}
#homepage_about_area1 .main_image
{
	cursor:pointer;
}
#homepage_about_area1 .main_clip
{
	display:none;
	border:0;
}
#homepage_about_area1 .main_area
{
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-left:60px;
	height:615px;
	width:780px;
}
#homepage_about_area1 .main_area .top_title
{
	overflow:hidden;
	margin-top:0px;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:#2C8B75;
	font-weight:bold;
}
#homepage_about_area1 .main_area .main_title
{
	overflow:hidden;
	margin-top:0px;
	min-height:70px;
	line-height:70px;
	font-size:44pt;
	color:black;
	font-weight:800;
}
#homepage_about_area1 .main_area .main_text
{
	overflow:hidden;
	margin-top:10px;
	line-height:30px;
	font-size:16pt;
	color:#757182;
}
#homepage_about_area1 .main_area .main_link
{
	overflow:hidden;
	margin-top:30px;
	height:60px;
}
#homepage_about_area1 .main_area .main_link a
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:160px;
	height:60px;
	line-height:60px;
	font-size:20pt;
	color:white;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/btn about.jpg');
}
#homepage_about_area1 .main_area .main_link a:hover
{
	background-image:url('../images/btn about2.jpg');
}
/* homepage_about_area2 */

#homepage_about_area2_bg
{
	overflow:hidden;
	height:1020px;
	position:relative;
}
#homepage_about_area2_bg .bg_image
{
	height:1020px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#homepage_about_area2
{
	overflow:hidden;
	height:1020px;
	width:1380px;
	position:relative;
	z-index:2;
}
#homepage_about_area2 .header
{
	overflow:hidden;
	display:block;
	height:260px;
	margin-top:80px;
	text-align:center;
}
#homepage_about_area2 .header .header_title
{
	overflow:hidden;
	display:block;
	height:95px;
	line-height:95px;
	margin-top:60px;
	color:black;
	font-size:32pt;
	font-weight:bold;
}
#homepage_about_area2 .header .header_title_bar
{
	overflow:hidden;
	display:block;
	text-align:center;
	height:1px;
}
#homepage_about_area2 .header .header_title_bar span
{
	overflow:hidden;
	display:inline-block;
	width:110px;
	height:1px;
	background-color:black;
}
#homepage_about_area2 .main_image
{
	overflow:hidden;
	display:inline-block;
	float:left;
	height:450px;
	width:670px;
}
#homepage_about_area2 .main_area
{
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-right:60px;
	
	width:600px;
}
#homepage_about_area2 .main_area .top_title
{
	overflow:hidden;
	margin-top:0px;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:#F89947;
	font-weight:bold;
}
#homepage_about_area2 .main_area .main_title
{
	overflow:hidden;
	margin-top:0px;
	min-height:70px;
	line-height:70px;
	font-size:44pt;
	color:black;
	font-weight:bold;
}
#homepage_about_area2 .main_area .main_text
{
	overflow:hidden;
	margin-top:10px;
	line-height:30px;
	font-size:16pt;
	color:#757182;
}
#homepage_about_area2 .main_area .main_list
{
	overflow:hidden;
	margin-top:10px;
}
#homepage_about_area2 .main_area .main_list li
{
	overflow:hidden;
	height:30px;
}
#homepage_about_area2 .main_area .main_list li span
{
	overflow:hidden;
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:#757182;
}
#homepage_about_area2 .main_area .main_list li span.icon
{
	margin-right:10px;
	width:15px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/vi icon.jpg');
}
#homepage_about_area2 .main_area .main_link
{
	overflow:hidden;
	margin-top:30px;
	height:60px;
}
#homepage_about_area2 .main_area .main_link a
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:160px;
	height:60px;
	line-height:60px;
	font-size:20pt;
	color:white;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/btn about.jpg');
}
#homepage_about_area2 .main_area .main_link a:hover
{
	background-image:url('../images/btn about2.jpg');
}
#homepage_above_numbers_area_bg
{
	overflow:hidden;
	height:565px;
	position:relative;
}
#homepage_above_numbers_area
{
	overflow:hidden;
	height:565px;
	position:relative;
	z-index:2;
}
#homepage_above_numbers_area .header
{
	overflow:hidden;
	display:block;
	height:260px;
	margin-top:0px;
	text-align:center;
}
#homepage_above_numbers_area .header .header_title
{
	overflow:hidden;
	display:block;
	height:95px;
	line-height:95px;
	margin-top:60px;
	color:black;
	font-size:32pt;
	font-weight:bold;
}
#homepage_above_numbers_area .header .header_title_bar
{
	overflow:hidden;
	display:block;
	text-align:center;
	height:1px;
}
#homepage_above_numbers_area .header .header_title_bar span
{
	overflow:hidden;
	display:inline-block;
	width:110px;
	height:1px;
	background-color:black;
}
#homepage_above_numbers_area .images_area
{
	overflow:hidden;
	display:block;
	height:140px;
	margin-top:0px;
	text-align:center;
}
#homepage_above_numbers_area .images_inner_area
{
	overflow:hidden;
	display:inline-block;
	height:140px;
}
#homepage_above_numbers_area .images_area img
{
	float:left;
	height:140px;
	margin-right:60px;
}
#homepage_above_numbers_area .images_area img.last
{
	margin-right:0px;
}
/* homepage_numbers_area */

#homepage_numbers_area_bg
{
	overflow:hidden;
	height:430px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url('../images/number_bg red.jpg');
	background-color:red;
}
#homepage_numbers_area
{
	overflow:hidden;
	height:430px;
	width:1840px;
}
#homepage_numbers_area .header
{
	overflow:hidden;
	height:200px;
}
#homepage_numbers_area .header .header_title
{
	overflow:hidden;
	display:block;
	height:90px;
	line-height:90px;
	margin-top:35px;
	color:black;
	font-size:32pt;
	text-align:center;
	font-weight:bold;
}
#homepage_numbers_area .header .header_title_bar
{
	overflow:hidden;
	display:white;
	text-align:center;
	height:1px;
}
#homepage_numbers_area .header .header_title_bar span
{
	overflow:hidden;
	display:inline-block;
	width:110px;
	height:1px;
	background-color:white;
}
#homepage_numbers_area .blocks_area
{
	overflow:hidden;
	height:130px;
	margin-top:0px;
}
#homepage_numbers_area .blocks_area .block
{
	display:inline-block;
	overflow:hidden;
	float:left;
	width:460px;
	height:130px;
	margin-right:0px;
	box-sizing: border-box;
	border-right:1px solid white;
}
#homepage_numbers_area .blocks_area .block.last
{
	border-right:0;
}
#homepage_numbers_area .blocks_area .block .number_area
{
	display:block;
	overflow:hidden;
	height:80px;
	text-align:center;
}
#homepage_numbers_area .blocks_area .block .number_inner_area
{
	display:inline-block;
	overflow:hidden;
	height:80px;
}
#homepage_numbers_area .blocks_area .block span
{
	display:inline-block;
	overflow:hidden;
	float:left;
	height:80px;
	line-height:80px;
	font-size:42pt;
	font-weight:bold;
	color:white;
	margin-right:0px;
}
#homepage_numbers_area .blocks_area .block span.last
{
	margin-right:0;
}
#homepage_numbers_area .blocks_area .block .number_desc
{
	display:block;
	overflow:hidden;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16pt;
	color:white;
}
/* designers_slider_area */

#designers_slider_area_bg
{
	overflow:hidden;
	height:880px;
	background-color:white;
}
#designers_slider_area
{
	overflow:hidden;
	height:880px;
}
#designers_slider_area .area_header
{
	overflow:hidden;
	height:140px;
}
#designers_slider_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:120px;
	line-height:120px;
	font-size:36pt;
	color:#520038;
	font-weight:bold;
}
#designers_slider_area .area_footer
{
	margin-top:550px;
	overflow:hidden;
	height:140px;
}
#designers_slider_area .area_footer .main_link
{
	overflow:hidden;
	margin-top:40px;
	height:100px;
	text-align:center;
}
#designers_slider_area .area_footer .main_link a
{
	display:inline-block;
	overflow:hidden;
	height:100px;
	line-height:100px;
	font-size:28pt;
	font-weight:bold;
	color:#B97600;
}
#designers_slider_area .area_footer .main_link a:hover
{
	color:black;
}
/* homepage_products_slider_area */

#homepage_products_slider_area_bg
{
	overflow:hidden;
	height:980px;
	background-color:#F7F7F7;
}
#homepage_products_slider_area
{
	overflow:hidden;
	height:980px;
}
#homepage_products_slider_area .area_header
{
	overflow:hidden;
	height:180px;
}
#homepage_products_slider_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:180px;
	line-height:180px;
	font-size:36pt;
	color:#96181B;
	font-weight:bold;
}
#homepage_products_slider_area .area_footer
{
	margin-top:640px;
	overflow:hidden;
	height:140px;
}
#homepage_products_slider_area .area_footer .main_link
{
	overflow:hidden;
	margin-top:40px;
	height:100px;
	text-align:center;
}
#homepage_products_slider_area .area_footer .main_link a
{
	display:inline-block;
	overflow:hidden;
	height:100px;
	line-height:100px;
	font-size:28pt;
	color:#B97600;
	font-weight:bold;
}
#homepage_products_slider_area .area_footer .main_link a:hover
{
	color:black;
}
/* homepage_blocks_area */

#homepage_blocks_area_top_bg
{
	overflow:hidden;
	height:150px;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-image:url('../images/homepage blocks_area top_bg.jpg');
}
#homepage_blocks_area_bottom_bg
{
	overflow:hidden;
	height:100px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url('../images/homepage blocks_area bottom_bg.jpg');
}
#homepage_blocks_area_bg
{
	overflow:hidden;
	background-color:#F2ECD6;
	height:1140px;
}
#homepage_blocks_area
{
	overflow:hidden;
	height:1140px;
}
#homepage_blocks_area .area_header
{
	overflow:hidden;
	height:180px;
}
#homepage_blocks_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:180px;
	line-height:180px;
	font-size:40pt;
	color:black;
	text-decoration:underline;
}
#homepage_blocks_area .blocks_area
{
	overflow:hidden;
}
#homepage_blocks_area .blocks_area .block
{
	display:inline-block;
	float:right;
	height:465px;
	width:390px;
}
#homepage_blocks_area .blocks_area .block .img_area,
#homepage_blocks_area .blocks_area .block .img_area .img
{
	overflow:hidden;
	height:290px;
	text-align:center;
}
#homepage_blocks_area .blocks_area .block .img_area .img.hover
{
	position:relative;
	top:-290px;
	opacity:0;
}
#homepage_blocks_area .blocks_area .block:hover .img_area .img.hover
{
	opacity:1;
}
#homepage_blocks_area .blocks_area .block .img_area .img img
{
	height:290px;
	width:290px;
}
#homepage_blocks_area .blocks_area .block .block_title
{
	overflow:hidden;
	margin-top:20px;
	height:50px;
	line-height:50px;
	font-size:32pt;
	color:black;
	text-align:center;
}
#homepage_blocks_area .blocks_area .block .block_sub_title
{
	overflow:hidden;
	height:35px;
	line-height:35px;
	font-size:20pt;
	color:black;
	text-align:center;
}
#homepage_blocks_area .blocks_area .block .block_link
{
	overflow:hidden;
	height:35px;
	text-align:center;
}
#homepage_blocks_area .blocks_area .block .block_link .link_desc
{
	display:inline-block;
	overflow:hidden;
	height:35px;
	line-height:35px;
	font-size:16pt;
	color:#B9A77F;
	font-weight:bold;
}
#homepage_blocks_area .blocks_area .block:hover .block_link .link_desc
{
	color:black;
}
/* homepage_blog_slider_area */

#homepage_blog_slider_area_bg
{
	overflow:hidden;
	height:930px;
	position:relative;
}
#homepage_blog_slider_area_bg .bg_image
{
	height:930px;
	position:absolute;
	left:50%;
	top:0;
	z-index:1;
}
#homepage_blog_slider_area
{
	overflow:hidden;
	height:930px;
	position:relative;
	z-index:2;
}
#homepage_blog_slider_area .header .header_title
{
	overflow:hidden;
	display:block;
	height:90px;
	line-height:90px;
	margin-top:80px;
	color:black;
	font-size:32pt;
	text-align:center;
	font-weight:bold;
}
#homepage_blog_slider_area .header .header_title_bar
{
	overflow:hidden;
	display:block;
	text-align:center;
	height:1px;
}
#homepage_blog_slider_area .header .header_title_bar span
{
	overflow:hidden;
	display:inline-block;
	width:110px;
	height:1px;
	background-color:black;
}
#homepage_blog_slider_area .area_footer
{
	margin-top:450px;
	overflow:hidden;
	height:170px;
}
#homepage_blog_slider_area .area_footer .main_link
{
	overflow:hidden;
	margin-top:0px;
	height:170px;
	text-align:center;
}
#homepage_blog_slider_area .area_footer .main_link a
{
	display:inline-block;
	overflow:hidden;
	height:170px;
	line-height:170px;
	font-size:24pt;
	color:#B97700;
	font-weight:bold;
}
#homepage_blog_slider_area .area_footer .main_link a:hover
{
	color:black;
}
/* homepage_recommendations_slider_area */

#homepage_recommendations_slider_area_top_bg
{
	overflow:hidden;
	height:100px;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-image:url('../images/homepage area5 top_bg.jpg');
}
#homepage_recommendations_slider_area_bottom_bg
{
	overflow:hidden;
	height:290px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url('../images/homepage area5 bottom_bg.jpg');
}
#homepage_recommendations_slider_area_bg
{
	overflow:hidden;
	background-color:#EAE2BE;
	height:500px;
}
#homepage_recommendations_slider_area
{
	overflow:hidden;
	height:500px;
}
#homepage_recommendations_slider_area .area_header
{
	overflow:hidden;
	height:150px;
}
#homepage_recommendations_slider_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:150px;
	line-height:150px;
	font-size:40pt;
	color:black;
	text-decoration:underline;
}
#homepage_recommendations_slider_area .space_area
{
	overflow:hidden;
	height:500px;
	position:relative;
	z-index:2;
}
#homepage_recommendations_slider_area .space_area .circle
{
	position: absolute;
	top: 0px;
	right: 240px;
	width: 264px;
	height: 264px;
	border-radius: 132px;
	background-color: #D8C79B;
	z-index: 2;
}
/* homepage_events_slider_area */

#homepage_events_slider_area_top_bg
{
	overflow:hidden;
	height:150px;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-image:url('../images/homepage blocks_area top_bg.jpg');
}
#homepage_events_slider_area_bottom_bg
{
	overflow:hidden;
	height:100px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url('../images/homepage blocks_area bottom_bg.jpg');
}
#homepage_events_slider_area_bg
{
	overflow:hidden;
	background-color:#F2ECD6;
	height:1000px;
}
#homepage_events_slider_area
{
	overflow:hidden;
	height:1000px;
}
#homepage_events_slider_area .area_header
{
	overflow:hidden;
	height:180px;
}
#homepage_events_slider_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:180px;
	line-height:180px;
	font-size:40pt;
	color:black;
	text-decoration:underline;
}
#homepage_events_slider_area .area_footer
{
	margin-top:660px;
	overflow:hidden;
	height:160px;
}
#homepage_events_slider_area .area_footer .main_link
{
	overflow:hidden;
	margin-top:0px;
	height:160px;
	text-align:center;
}
#homepage_events_slider_area .area_footer .main_link a
{
	display:inline-block;
	overflow:hidden;
	height:160px;
	line-height:160px;
	font-size:24pt;
	color:#96181B;
}
#homepage_events_slider_area .area_footer .main_link a:hover
{
	color:black;
}
/* homepage_events_calendar_area */

#homepage_events_calendar_area_bg
{
	overflow:hidden;
	background-color:#F2ECD6;
	height:auto;
}
#homepage_events_calendar_area
{
	overflow:hidden;
	height:auto;
}
#homepage_events_calendar_area .area_header
{
	overflow:hidden;
	height:180px;
}
#homepage_events_calendar_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:180px;
	line-height:180px;
	font-size:36pt;
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
/* homepage_why_us_area */

#homepage_why_us_area_bg
{
	overflow:hidden;
	height:850px;
	position:relative;
}
#homepage_why_us_area_bg .bg_image
{
	height:850px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#homepage_why_us_area
{
	overflow:hidden;
	height:850px;
	position:relative;
	z-index:2;
}
#homepage_why_us_area .area_header
{
	overflow:hidden;
	height:260px;
	text-align:center;
}
#homepage_why_us_area .area_header .main_icon
{
	margin-top:45px;
	height:80px;
	opacity:0;
}
#homepage_why_us_area .area_header .main_title
{
	display:inline-block;
	overflow:hidden;
}
#homepage_why_us_area .area_header .main_title span
{
	display:inline-block;
	float:right;
	overflow:hidden;
	margin-top:0px;
	height:80px;
	line-height:80px;
	font-size:40pt;
	color:#530036;
	font-weight:bold;
}
#homepage_why_us_area .main_area
{
	overflow:hidden;
	height:520px;
}
#homepage_why_us_area .right_area
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:560px;
}
#homepage_why_us_area .right_area .main_title
{
	overflow:hidden;
	line-height:40px;
	font-size:28pt;
	font-weight:bold;
	color:#530036;
}
#homepage_why_us_area .right_area .main_text
{
	overflow:hidden;
	line-height:25px;
	font-size:16pt;
	color:#787878;
	margin:20px 0;
}
#homepage_why_us_area .right_area .main_link
{
	overflow:hidden;
	height:46px;
}
#homepage_why_us_area .right_area .main_link a.btn
{
	display:inline-block;
	float:right;
	height:46px;
	line-height:46px;
	padding:0 60px;
	font-size:16pt;
	font-weight:bold;
	color:white;
	background-color:#5E1644;
	border-radius:23px;
}
#homepage_why_us_area .right_area .main_link a.btn:hover
{
	background-color:black;
}
#homepage_why_us_area .left_area
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:670px;
}
#homepage_why_us_area .left_area .block
{
	overflow:hidden;
	height:170px;
}
#homepage_why_us_area .left_area .block .img
{
	display:inline-block;
	float:right;
	width:130px;
	height:130px;
}
#homepage_why_us_area .left_area .block .img img
{
	width:130px;
	height:130px;
}
#homepage_why_us_area .left_area .block .details
{
	display:inline-block;
	float:right;
	margin-right:30px;
	width:500px;
	height:170px;
}
#homepage_why_us_area .left_area .block .details .block_title
{
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:28pt;
	color:#00574A;
}
#homepage_why_us_area .left_area .block .details .block_desc
{
	overflow:hidden;
	height:75px;
	line-height:25px;
	font-size:16pt;
	color:#787878;
}
/* homepage_big_banners_area */

#homepage_big_banners_area_bg
{
	overflow:hidden;
	height:auto;
	background-color:#F2ECD6;
}
#homepage_big_banners_area
{
	overflow:hidden;
	height:auto;
	width:1865px;
}
#homepage_big_banners_area .area_header
{
	overflow:hidden;
	height:230px;
}
#homepage_big_banners_area .area_header .main_title
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	height:180px;
	line-height:180px;
	font-size:36pt;
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
#homepage_big_banners_area .banner
{
	display:inline-block;
	float:right;
	width:50%;
	height:590px;
	position:relative;
}
#homepage_big_banners_area .banner img
{
	width:100%;
	height:590px;
}
#homepage_big_banners_area .banner .main_area,
#homepage_big_banners_area .banner .hover
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:590px;
	z-index:2;
}
#homepage_big_banners_area .banner .main_area .main_title
{
	overflow:hidden;
	height:75px;
	line-height:75px;
	font-size:48pt;
	color:black;
	font-weight:bold;
	text-align:center;
	margin-top:400px;
}
#homepage_big_banners_area .banner .main_area .main_link
{
	overflow:hidden;
	height:55px;
	text-align:center;
}
#homepage_big_banners_area .banner .main_area .main_link span
{
	display:inline-block;
	overflow:hidden;
	height:55px;
	line-height:55px;
	font-size:32pt;
	color:#B87700;
	font-weight:bold;
	text-align:center;
}
#homepage_big_banners_area .banner .hover
{
	z-index:3;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
}
#homepage_big_banners_area .banner:hover .hover
{
	opacity:1;
}
#homepage_big_banners_area .banner:hover .hover .icon
{
	display:block;
	overflow:hidden;
	margin-top:150px;
	height:120px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/big_plus_icon.png');
}
#homepage_big_banners_area .banner:hover .hover .icon_desc
{
	display:block;
	line-height:50px;
	font-size:40pt;
	color:white;
	font-weight:bold;
	text-align:center;
	margin:25px 250px;
	overflow:hidden;
}
body.rtl #homepage_white_blocks_area .blocks_area .block
{
	float:right;
}
body.rtl #homepage_white_blocks_area .blocks_area .block .link_desc span
{
	float:right;
}
body.rtl #homepage_white_blocks_area .blocks_area .block .link_desc span.icon
{
	margin-left:0px;
	margin-right:10px;
}
body.rtl #homepage_about_area1_bg .bg_image
{
	left:auto;
	right:0;
}
body.rtl #homepage_about_area1 .main_image,
#homepage_about_area1 .main_clip
{
	float:left;
}
body.rtl #homepage_about_area1 .main_area
{
	float:left;
	margin-left:0px;
	margin-right:60px;
}
body.rtl #homepage_about_area1 .main_area .main_link a
{
	float:right;
}
body.rtl #homepage_about_area2 .main_image
{
	float:right;
}
body.rtl #homepage_about_area2 .main_area
{
	float:right;
	margin-right:0px;
	margin-left:60px;
}
body.rtl #homepage_about_area2 .main_area .main_list li span
{
	float:right;
}
body.rtl #homepage_about_area2 .main_area .main_list li span.icon
{
	margin-right:0px;
	margin-left:10px;
}
body.rtl #homepage_about_area2 .main_area .main_link a
{
	float:right;
}
body.rtl #homepage_above_numbers_area .images_area img
{
	float:right;
	margin-right:0px;
	margin-left:60px;
}
body.rtl #homepage_above_numbers_area .images_area img.last
{
	margin-right:0px;
	margin-left:0px;
}
body.rtl #homepage_numbers_area .blocks_area .block
{
	float:right;
	margin-right:0px;
	margin-left:0px;
	border-right:0;
	border-left:1px solid white;
}
body.rtl #homepage_numbers_area .blocks_area .block.last
{
	border-right:0;
	border-left:0;
}
body.rtl #homepage_numbers_area .blocks_area .block span
{
	float:right;
	margin-right:0px;
	margin-left:0px;
}
body.rtl #homepage_numbers_area .blocks_area .block span.last
{
	margin-right:0px;
	margin-left:0;
}
body.rtl #homepage_blocks_area .blocks_area .block
{
	float:left;
}
body.rtl #homepage_blog_slider_area_bg .bg_image
{
	left:auto;
	right:50%;
}
body.rtl #homepage_recommendations_slider_area .space_area .circle
{
	right:auto;
	left: 240px;
}
body.rtl #homepage_why_us_area_bg .bg_image
{
	left:auto;
	right:0;
}
body.rtl #homepage_why_us_area .area_header .main_title span
{
	float:left;
}
body.rtl #homepage_why_us_area .right_area
{
	float:left;
}
body.rtl #homepage_why_us_area .right_area .main_link a.btn
{
	float:left;
}
body.rtl #homepage_why_us_area .left_area
{
	float:right;
}
body.rtl #homepage_why_us_area .left_area .block .img
{
	float:left;
}
body.rtl #homepage_why_us_area .left_area .block .details
{
	float:left;
	margin-right:0px;
	margin-left:30px;
}
body.rtl #homepage_big_banners_area .banner
{
	float:left;
}
body.rtl #homepage_big_banners_area .banner .main_area,
#homepage_big_banners_area .banner .hover
{
	left:auto;
	right:0;
}
