@charset "utf-8";
* { margin:0; padding:0; border:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{
	font-size:12px;
	background:#fff;
	font-family:'Lato',Arial,sans-serif;	
	font-weight:normal;
	color:#fff;
}
body,html{
	width:100%;
	height:100%;
}
html, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
table { width:100%; border-collapse:collapse; border-spacing:0; }
table, th, td { border:0; margin: 0; padding: 0;}
img { border: 0 none; vertical-align: top; width:100%; }
ul { list-style-type:;}
li { list-style-type:; }
button { cursor: pointer; }
a, a:link { text-decoration: none; color:#fff;}
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
_html .fixed { height: 1%; }
.clear { display: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.fl, .fr { display: inline; float: left; }
.fr { float: right; }
body.hide{
	overflow:hidden;
}
#load_box{
	position:fixed;
	z-index:999999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#373737;
	text-align:center;
	vertical-align:middle;
}
#load_box span{
	display:block;
	position:absolute;
	top:40%;
	left:50%;
	margin:-70px 0 0-136px;
	min-width:272px;
}
.frame{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.headerframe{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	height:auto;
}
.header_out{
	z-index:100;
	width:100%;
	background:#000;
	border-bottom:solid 10px #ed1c24;
}
.header{
	position:relative;
	padding:20px 0 0 0;
}
.logo{
	width:188px;
	float:left;
}
.logo_right{
    float: right;
    width: 250px;
}
.logo_right img{
    padding:10px;
}
.lang{
	display:block;
	float:right;
	height:auto;
	overflow:hidden;
}
.lang li{
	display:block;
	height:58px;
	float:left;
	font-size:1.33em;
	font-weight:bold;
	margin-left:20px;
}
.lang li .seek{
	display:inline-block;
	width:40px;
	height:25px;
	padding-left:20px;
	background:url(../images/seek.png) no-repeat right center;
	border-left:solid 1px #262626;
}
.lang li .multiple_share{
	display:inline-block;
	width:58px;
	height:50px;
	padding-left:20px;
	background:url(../images/multiple_share.jpg) no-repeat right center;
}
.banner_dbs{
	width:100%;
}
.tel{
	position:fixed;
	right:0;
	top:35%;
	z-index:99999;
}
.tel_icon{
	display:block;
	width:59px;
	height:60px;
	position:relative;
	background:url(../images/tel.gif) no-repeat;
	z-index:9999;
	cursor:pointer;
} 
.about_IDeals_icon{
	display:block;
	width:59px;
	height:60px;
	position:relative;
	background:url(../images/about_Ideals.gif) no-repeat;
	z-index:9999;
	cursor:pointer;
} 
.personal_icon{
	display:block;
	width:59px;
	height:60px;
	position:relative;
	background:url(../images/personal.gif) no-repeat;
	z-index:9999;
	cursor:pointer;
} 
.share_icon{
	display:block;
	width:59px;
	height:60px;
	position:relative;
	background:url(../images/share.gif) no-repeat;
	z-index:9999;
	cursor:pointer;
} 
.tel_cont{
	display:block;
	position:absolute;
	top:120px;
	right:-275px;
	width:275px;
	height:auto;
	z-index:9988;
}
.tel_cont p{
	width:100%;
	font-size:1.33em;
	padding:15px 0 15px 15px;
	background:#181818;
	border-top:solid 1px #2a2a2a;
}
.tel .tel_title{
	height:60px;
	font-size:2.08em;
	background:#aa0000;
	font-weight:bold;
	border-top:none;
	font-weight:normal;
}
.tel .branch{
	padding-left:40px;
	background-image:url(../images/map.svg);
	background-repeat:no-repeat;
	background-position: 20px center;
}
.menu{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:url(../images/menu_bg.png);
	z-index:999;
}
.fixed_menu{
	position:fixed;
	z-index:99999;
}
.menu>ul{
	display:block;
	overflow:visible;
}
.menu>ul li{
	position:relative;
	display:inline-block;
}
.menu>ul li a{
	display:block;
}
.menu>ul>li{
	margin-right:70px;
}
.menu>ul>li>a{
	padding:10px 0;
	color:#1e1e1e;
	font-size:1.66em;
}
.menu>ul>li>a:hover{
	color:#cc0000;
}
.menu>ul>li.over{
	background:url(../images/arrow_top.svg) no-repeat 15px bottom;
}
.menu>ul>li.over>a,.menu>ul>li.slide>a{
	color:#cc0000;
}
.menu>ul>li>ul{
	position:absolute;
	display:none;
	width:246px;
	font-size:1.333em;
	background:#aa0000;
	top:100%;
	left:0;
	z-index:100000;
}
.menu>ul>li>ul>li{
	width:100%;
	border-top:solid 1px #840202;
}
.menu>ul>li>ul>li:first-child{
	border-top:none;
}
.menu>ul>li>ul>li a{
	padding:15px;
}
.menu>ul>li>ul>li a:hover{
	background:#8f0202;
}
.banner_font{
	height:100%;
	position:relative;
	overflow:visible;
	z-index:100;
}
.banner_font .orien_box{
	position:absolute;
	right:0;
	bottom:20%;
	color:#181818;
	width:100%;
	max-width:600px;
}
.banner_font p.brown{
	font-size:2.4em;
	color:#885308;
}
.banner_font p.red{
	font-size:5.4em;
	color:#ed1c24;
}
.banner_font p span{
	padding:0 25px;
	font-size:1.58em;
	background:url(../images/dots.svg) no-repeat left center;
}
.banner_font p span:first-child{
	padding:0 25px 0 0;
	background:none;
}
.info{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:60px 0;
}
.infoheader{
	width:100%;
	height:80px;
	padding:60px 0;
	overflow:visible;
}
.deals_box{
	background:#7f0000;
	position:relative;
}
.deals{
	overflow:hidden;
}
.details{
	margin-bottom:50px;
}
.deals_details{
	display:none;
	position:relative;
	top:0;
	overflow:auto;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	padding:5% 5%;
}
.deals_left{
	width:100%;
	float:left;
	color:#302c2b;
}
.deals_left .imgRight_content{
	width:50%;
	float:right;
}
.deals_right{
	width:40%;
	float:right;
}
.deals_details .deals_left p{
	text-align:left;
	line-height:180%;
	font-size:1.2em;
}
.deals_details .deals_left p.deals_title{
	color:#cc0000;
	font-size:3.33em;
	margin-bottom:30px;
}
.deals_details .deals_left p.contentSpace{
	margin-bottom:15px;
}
.deals_details p.details_back{
	color:#646161;
	font-size:1.66em;
	padding-left:30px;
	text-align:left;
	cursor:pointer;
	background:url(../images/arrow_left.png) no-repeat left center;
}
.deals_details .deals_left .linkColor{
	color:#e3001b;
	text-decoration: underline;
}
.deals_details .deals_left table.threeCol_table{
	margin-top:266px;
	font-size:1.2em;
}
.deals_details .deals_left table.threeCol_table tr td{
	 padding:10px 0;
	 text-align:center;
}
.deals_details .deals_left  p.deals_content_title{
	margin:15px 0;
}
.deals_details .deals_left .deals_left_content{
	margin:20px 0;
}
.deals_details .deals_left .deals_left_content span{
	font-weight:bold;
	font-size:1.2em;
}
.deals_details .deals_left .deals_left_content p{
	margin:15px 15px;
	color:#000000;
}
.deals_details .deals_left .deals_left_content ul li{
	margin:10px 15px;
}
.details_logo{
	width:183px;
	margin-bottom:30px;
}
.deals p{
	text-align:center;
}
.deals p.list{
	margin-bottom:70px;
}
.list_mobile{
	display:none;
}
.info p.title{
	font-size:6.5em;
	text-align:center;
	font-weight:200;
}
.info p.list{
	display:block;
}
.info p.list span{
	display:inline-block;
	font-size:1.66em;
	padding:0 3.5%;
	cursor:pointer;
	transition:all 400ms ease 0s;
}
.info p.list span:first-child{
	padding:0 3.5% 0 0;
	background:none;
}
.info p.list span:last-child{
	padding:0 0 0 3.5%;
}
.deals p.list span:hover{
	color:#f6d2a2;
}
.deals p.list span.over{
	color:#f6d2a2;
	font-size:2em;
}
.list_logo{
	position:relative;
	width:100% !important;
	height:auto !important;
	overflow:hidden;
}
.list_logo ul{
	display:block;
	float:left;
	width:100% !important;
	height:auto;
	overflow:hidden;
	margin-left:12%;
}
.list_logo ul li{
	display:block;
	float:left;
	width:20.7%;
	//width:30%;
	margin-right:6%;
	margin-bottom:30px;
}
.list_logo ul li:nth-child(3n){
}
.list_logo ul li:nth-child(3n+1){
	clear:left;
}
.list_logo ul li img{
}
.list_logo ul li a{
	display:inline-block;
	font-size:1.2em;
	color:#fff;
	position:relative;
}
.suggest_Container{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	
}
.suggest_Container a{
	color:#FFF;
	display: inline-block;
	padding: 8px;
	width: 25%;
	text-align: center;
	font-size: 1.8em;
	background: #d42021 url('../images/bullet.png') no-repeat 20% center; 
	margin-bottom: 20px;
}
.banner_join{
	width:100%;
	height:300px;
	background:url(../images/banner_join.jpg) no-repeat fixed center center;
}
.banner_about{
	width:100%;
	height:44%;
	background:url(../images/banner_about.jpg) no-repeat fixed center center;
}
.join{
	background:#f4f4f4;
	padding-bottom:130px;
}
.join_video{
	width:40%;
	height:290px;
	background:#000;
	float:left;
	position:relative;
	z-index:1;
}
.join_video embed{
	windowlessVideo:"true";
}
.join_video iframe embed{
	position:relative;
	z-index:1;
}
.join_font{
	float:right;
	width:57%;
}
.join_font p{
	font-size:1.416em;
	line-height:140%;
}
p.join_font_title{
	font-size:2.916em;
	margin-bottom:25px;
	line-height:100%;
}
.join_font ol{
	padding-top:15px;
}
.join_font ol li{
	display:inline-block;
	width:100%;
	margin-top:18px;
	list-style-type:none;
	font-size:1.416em;
	padding-left:20px;
	background:url(../images/square.svg) no-repeat left 55%;
}
.join_title{
	background:#373737;
	padding-bottom:20px;
}
.join_title p{
	font-size:1.3em;
	padding-top:20px;
	color:#FFF;
}
.join_title p.title span img{
	position:relative;
	width:567px;
	top:22px;
	left:5px;
}
.join_flow{
	padding-top:100px;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	clear:both;
}
.join_flow ul{
	position:relative;
	z-index:100;
	display:block;
	height:auto;
	overflow:hidden;
	width:100%;
}
.join_flow ul li{
	display:block;
	float:left;
	width:18%;
	margin-left:9%;
	text-align:center;
}
.join_flow ul li:first-child{
	margin-left:0;
}
.join_flow ul li a.icon{
	display:block;
	width:65%;
	cursor:default;
	margin:0 auto;
}
.join_flow ul li a.iconLink{
	cursor:pointer;
}
.join_flow ul li p{
	font-size:1.3em;
	padding-top:20px;
	color:#d32020;
}
.join_flow ul li p a{
	color:#d32020;
}
.join_flow ul li p span{
	font-size:1.5em;
	padding-right:15px;
}
.join_flow  p.line{
	height:7px;
	width:72%;
	top:56%;
	left:10%;
	z-index:0;
	background:#c99d6d;
	position:absolute;
}
.join_flow  img.processLine{
	position:absolute;
	width:100%;
	top:32%;
}
.join_cont p {
	color:#d32020;
}
.about_iDeals{
	padding:0;
	color:#000;
	overflow:hidden;
	position:relative;
	
}
.about_frame{
	width:100%;
	position:relative;
	overflow:hidden;
	height:auto;
	z-index:9995;
}
.about_iDeals .list_box{
	width:100%;
	z-index:9998;
	background:url(../images/menu_bg.png);
	position:absolute;
}
.about_iDeals p.list{
	display:block;
}
.about_iDeals p.list span{
	padding:10px 4%;
}
.about_iDeals p.list span.over{
	color:#d32020;
	font-size:2em;
}
.about_iDeals p.list span:hover{
	color:#d32020;
}
.about_slide{
	width:100%;
	padding:44px 0;
	padding-bottom:0px;
	float:left;
	height:auto;
	overflow:hidden;
}
.about{
	background:#969696 url(../images/About_ideals_bg.jpg) repeat-x center top;
}
.about_frame p.title{
	margin:60px 0 35px;
}
.about_frame p.title span{
	display:inline-block;
	position:relative;
	color:#d32020;
}
.about p.title span img{
	display:block;
	position:relative;
	top:2px;
	left:5px;
}
.about p.tagline{
    color: #FFF;
    display: block;
    font-size: 3em;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}
.list_about{
	width:100%;
	height:auto;
	position:relative;
	overflow:auto;
}
.list_about_cont{
	width:100%;
	height:auto;
	overflow:auto;
	float:left;
}
.about_font{
	width:48.5%;
	float:left;
	font-size:1.416em;
	line-height:140%;
	color:#302c2b;
	font-weight:200;
}
.about_font p{
	margin-bottom:30px;
}
.video_frame_thumb{
	position:relative;
	width:75%;
	height:200px;
	cursor:pointer;
}
.video_frame_big{
	position:relative;
	width:75%;
	height:200px;
	cursor:default;
}
.about_video{
	width:100%;
	height:100%;
	margin:0 auto;
	background:#000;
	border:solid 20px #cb9d6a;
}
.about_video_thumb{
	width:20%;
	margin:0 auto;
	background:#000;
	border:solid 6px #cb9d6a;
}
.why{
	background:url(../images/why_bg.jpg) repeat-x center top;
}
.why_cont{
	margin-bottom:7%;
}
.why_cont ul{
	display:block;
	width:100%;
}
.why_cont ul li{
	display:block;
	height:auto;
	overflow:hidden;
	float:left;
	width:22.7%;
	margin-left:3%;
}
.why_cont ul li:first-child{
	margin-left:0;
}
.why_cont ul li a.icon{
	display:block;
	width:71%;
	margin:0 auto;
	cursor:default;
}
.why_cont ul li p{
	text-align:center;
	margin-top:20px;
	line-height:140%;
	text-align:center;
	font-size:1.33em;
}
.why_cont ul li p.why_title{
	font-weight:bold;
	font-size:1.66em;
}
.faq{
	background:#7f0000;
}
.faq p.title{
	color:#fff;
}
.faq_info{
	position:relative;
	background:#f2f2f2 url(../images/question.png) no-repeat 86% center;
	border:solid 20px #cacaca;
	padding:90px;
	margin-bottom:50px;
}
.faq_arrow{
	display:block;
	width:54px;
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-27px;
}
.faq_info div{
	font-size:1.66em;
	color:#2a2a2a;
	width:100%;
	padding-left:50px;
	margin-bottom:55px;
	background:url(../images/open.svg) no-repeat 8px 4px;
	cursor:pointer;
}
.faq_info div.over{
	background-image:url(../images/close.svg);
}
.faq_info div p{
	display:none;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:30px;
	color:#302c2b;
	font-weight:200;
	font-size:0.85em;
}
.faq_info div p a{
	color:#cc0000;
}
.sdeal{
	background:#f4f4f4;
}
.sdeal form#sdeal_form{
	margin:0 auto;
	width:70%;
}
.sdeal table#suggestForm_table{
	position:relative;
	width:100%;
}
.sdeal table#suggestForm_table td{
	color:#F00;
	padding:20px;
	font-size:1.55em;
	width:65%;
	text-align:left;
}
.sdeal table#suggestForm_table td:first-child{
	width:35%;
	padding-right:0;
	padding-left:100px;
}
.sdeal table#suggestForm_table td:last-child{
	padding-left:0px;
}
.sdeal table#suggestForm_table td span{
	float:right;
	padding-right:20px;
}
.sdeal table#suggestForm_table td input, .sdeal table#suggestForm_table td textarea {
	width:100%;
	padding:10px;
	border:1px #ababab solid;
}
.sdeal .submitBtn{
	text-align: right;  
	width: 100%;  
	margin: 0 auto;
}
.sdeal .submitBtn a{ 
	background:#d42021;
	padding: 8px;
	width: 62.5%;
	text-align: center;
	font-size: 1.8em;
	display:inline-block;
	margin-right:21px;
	margin-bottom:30px;
}
.footer{
	background:#000;
	padding:45px 0;
	border-top:solid 10px #ed1c24;
	text-align:center;
	color:#FFF;
}
.footer span{
	margin:0 10px;
}
.header_out{
	padding:0;
}
#home{
	float:right;
	margin-top:10px;
	margin-right:0;
}
#home a{
	display:block;
	padding:0;
	width:23px;
	height:21px;
	background:url(../images/home.png) no-repeat;
}
.slide #home_img{
	background-image:url(../images/home_hover.png);
}
.lang ul#social_btn, .lang div#social_btn {	
	display:none;	
	position:absolute; 
	right:0; 
	top:60px; 
	background:#FFF; 
	//width:250px;
	padding: 15px 15px; 
	z-index:9999; 
}
#social_btn > span, #social_btn > div > a{
	margin: 0 5px;
}
#social_btn > a.exSocialBtn > span{
	display:inline-block; 
	background:url('../images/share_linkin.jpg'); 
	width:32px; 
	height:32px; 
	float:right;
}
.video_thumb{
	border: 5px solid #fff;
}
.video_thumb img{
	position:absolute;
}
.videoThumBox {
    height: 188px;
    position: absolute;
    top: 6px;
    width: 224px;
}
.fixed_menu{
	position: fixed;
	z-index: 9997;
	top:0;
}
.about_iDeals .list_box.fixed_menu{
	position: fixed;
	z-index: 9997;
	top:0;
}
#social_btn #atstbx{
}
.addthis_sharing_toolbox{
	position: absolute;
	bottom: -3px;
	right: -175px;
	z-index: 9999;
	display:block;
	width:180px;
}
#video_popUp{
	display:block;
}
ul.dis { 
	list-style-type:initial;
}
li.dis { 
	list-style-type:initial; 
	padding: 10px 3px ;
}