﻿@charset "utf-8";
/* CSS Document */

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	background:#ebe9ea;
}
.direction_right {
	float:right!important;
}
sup {
	color:#F00;
}
input, select, textarea {
	border:1px solid #ccc;
}
.red {color:red;
}
.float_L {
	float:left;
}
.float_R {
	float:right!important;
}
.clr {
	clear:both;
	width:100%;
	float:left;
	height:1px;
}
.main_div {
	position:relative;
	width:100%;
	float:left;
}

.strip {
	width: 35%;
    padding: 0 0 0 39px;
    border-left: 0 solid transparent;
    border-right: 156px solid transparent;
    border-top: 691px solid #eee;
    height: 0;
    opacity: 0.60;
}
/* 
@media screen and (-webkit-min-device-pixel-ratio:0) {
.strip {
	border-top: 656px solid #eee;

}
} */
 
.inner_div_home {
	height: 500px;
    left: 11%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 1003px;
    z-index: 1;
}
.header_home {
	float:left;
	width:100%;
}
.logo_home {
	float:left;
	padding: 22px 0 0 172px;
}
.home_navigation {
	float:left;
	width:520px;
	margin-left:0px;
}
.home_box {
	background: url("../images/home_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
	color: #ffffff;
	float: left;
	height: 81px;
	margin: 50px 0 0 104px;
	width: 425px;cursor:pointer;
}
.home_box:hover {
	background:url(../images/home_p.png) no-repeat right top;
	height:81px;
}
.home_pink_txt {
	color:#000;
	font-size:16px;
	font-weight:normal;
}
.home_white_txt {
	color:#000;
	font-size:16px;
	font-weight:normal;
}
.txt {
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}
.services_box:hover {
    background: url("../images/services_p.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 42px 0 0 80px;
    width: 421px;
    cursor: pointer;
}
.services_box {
    background: url("../images/services_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 42px 0 0 80px;
    width: 421px;
    cursor: pointer;
}
.partners_box:hover {
	background:url(../images/partners_p.png) no-repeat right top;
	height:81px;
}
.partners_box {
	margin: 41px 0 0 44px;
	width: 429px;
	float:left;
	color:#ffffff;
	background:url(../images/partners_b.png) no-repeat right top;
	height:81px; cursor:pointer;
}
.career_box:hover {
	background:url(../images/career_p.png) no-repeat right top;
	height:81px;
}
.contact_box {
	margin: 30px 0 0 18px;
	width: 430px;
	float:left;
	color:#ffffff;
	background:url(../images/contact_b.png) no-repeat right top;
	height:81px; cursor:pointer;
}
.contact_box:hover {
	background:url(../images/contact_p.png) no-repeat right top;
	height:81px;
}

.home_search_box {
	float:right;
	width:320px;
	height:300px;
	margin-left:50px;
	margin-left: 68%;
   /*  margin-top: 15%; */
	position: absolute;
}
.login_con {
	width:318px;
	float:left;
	margin-top:9%;
	border:0px solid #eee;
	background:url(../images/search_bg_trans.png) repeat;
	min-height:263px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.login_con h2 {
	font-size:20px;
	color:#ffffff;
	display:block;
	font-weight:normal;
	padding:15px 0 0 24px;
	border-bottom:1px solid #a0a4a7;
	margin:0 0 0px 0;
	height:27px;
}
.login_con .input_box_con {
	float:left;
	width:100%;
	padding:0px 0 0 10px;
}
.login_con .input_box_con span {
	display:block;
	color:#fff;
	font-size:14px;
	padding:16px 5px 6px 14px
}
.login_con .input_box_con input[type="text"], .login_con .input_box_con input[type="password"]{
	display:block;
	color:#6b6b6b;
	width:250px;
	padding:8px 10px;
	height:17px;
	background:#fff;
	border:0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0 0 0 14px;
}
.login_con .input_box_con .error  {
	width:250px;
	position:absolute;
	border:0;
	padding-left:15px;  
    font-size:11px;
}
.login_con .login_btn_con {
	padding:30px 0 0 0px;
	height:20px;
	margin-top: 110px;
}
.login_con .login_btn_con .login_btn {
	background: none repeat scroll 0 0 #0565c6;
	float: right;
	margin-right: 24px;
	padding: 6px 50px;
	width:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:15px;
	color:#fff;
	border:1px solid #0565c6;
	cursor: pointer;
}
.login_con .login_agent_con {
	/* width:322px;
	float:left; */
	background:url(../images/double_shaded_img.png) repeat-x left top;
	padding:18px 0 0 25px;
}
.login_con .login_agent_con .con_1 {
	float:left;
	width:auto;
}
.login_con .login_agent_con .con_1 .img_block {
	float:left;
	width:34px;
}
.login_con .login_agent_con .con_1 .forget {
	float:left;
	width:122px;
	padding-top:17px;
	color:#fff;
	text-decoration:none;
}
.login_con .login_agent_con .con_1 .forget:hover {
	color:#0080ff;
	text-decoration:none;
}
.login_con .trade_partner_txt {
	color: #ec008c;
	float: right;
	font-size: 12px;
	width: 150px;
}
.login_con .trade_partner_txt:hover {
	color: #fff;
	float: right;
	font-size: 12px;
	width: 150px;
}

.media-icons{
float:left;
}
.absolute{position:absolute!important;}
.fixed{position:fixed!important;}

.ftr{position:fixed;bottom:0;margin:0 auto; border-top: 1px solid #cccccc; background:white;width:100%;text-align: center; padding:10px; z-index:999;}

.ftr a{color: #00448b; font-weight: bold;} 
.ftr a:hover{color: #000;}

.left{float:left;}
.right{float:right;}
.center{margin:0 auto !important; text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.textcenter{text-align:center;}

.wh10percent{width:10%;}
.wh20percent{width:20%;}
.wh30percent{width:30%;}
.wh33percent{width:33%;}
.wh40percent{width:40%;}
.wh50percent{width:50%;}
.wh60percent{width:60%;}
.wh66percent{width:66%;}
.wh70percent{width:70%;}
.wh75percent{width:75%;}
.wh80percent{width:80%;}
.wh90percent{width:90%;}
.wh95percent{width:95%;}
.wh100percent{width:100%;}

.facebook-icon:hover {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: block;
    float: left;
    background: url('../images/social-icons.png') 0px 52px;
}
.facebook-icon {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: block;
    float: left;
    background: url('../images/social-icons.png') 0px 26px;
}
.twitter-icon:hover {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: block;
    float: left;
    background: url('../images/social-icons.png') 365px 0px;
}
.twitter-icon {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: block;
    float: left;
    background: url('../images/social-icons.png') 365px -26px;
}
.linkedin-icon:hover {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: block;
    float: left;
    background: url('../images/social-icons.png') -235px 104px;
}
.linkedin-icon {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: block;
    float: left;
    background: url('../images/social-icons.png') -235px 78px;
}

.margleft{margin-left: 12%;}
.powered{float:right;}

@media (min-width:1366px) {
    .home_box {
        background: url("../images/home_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
        color: #ffffff;
        float: left;
        height: 81px;
        margin: 25px 0 0 130px;
        width: 425px;
        cursor: pointer;
    }
    .services_box {
        background: url("../images/services_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
        color: #ffffff;
        float: left;
        height: 81px;
        margin: 15px 0 0 113px;
        width: 421px;
        cursor: pointer;
    }
    .services_box:hover {
        background: url("../images/services_p.png") no-repeat scroll right top rgba(0, 0, 0, 0);
        color: #ffffff;
        float: left;
        height: 81px;
        margin: 15px 0 0 113px;
        width: 421px;
        cursor: pointer;
    }
    .contact_box {
        margin: 30px 0 0 51px;
        width: 430px;
        float: left;
        color: #ffffff;
        background: url(../images/contact_b.png) no-repeat right top;
        height: 81px;
        cursor: pointer;
    }
    .partners_box {
        margin: 41px 0 0 77px;
        width: 429px;
        float: left;
        color: #ffffff;
        background: url(../images/partners_b.png) no-repeat right top;
        height: 81px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1024px) {
.logo_home {	float:none;	padding: 5px 0 0 185px;}
.inner_div_home {
	height: 500px;
    left: 1%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 1003px;
    z-index: 1;
}
.services_box:hover {
    background: url("../images/services_p.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 20px 0 0 120px;
    width: 421px;
    cursor: pointer;
}
.services_box {
    background: url("../images/services_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 20px 0 0 120px;
    width: 421px;
    cursor: pointer;
}
.home_box {
    background: url("../images/home_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 40px 0 0 141px;
    width: 425px;
    cursor: pointer;
}
.partners_box {
    margin: 41px 0 0 82px;
    width: 429px;
    float: left;
    color: #ffffff;
    background: url(../images/partners_b.png) no-repeat right top;
    height: 81px;
    cursor: pointer;
}
.contact_box {
    margin: 30px 0 0 53px;
    width: 430px;
    float: left;
    color: #ffffff;
    background: url(../images/contact_b.png) no-repeat right top;
    height: 81px;
    cursor: pointer;
}
.strip {
    width: 35%;
    padding: 0 0 0 39px;
    border-left: 0 solid transparent;
    border-right: 151px solid transparent;
    border-top: 610px solid #eee;
    height: 0;
    opacity: 0.60;
}
.login_con {
    width: 318px;
    float: left;
    margin-top: 6%;
    border: 0px solid #eee;
    background: url(../images/search_bg_trans.png) repeat;
    min-height: 255px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.margleft {
    margin-left: 3%;
}
}
@media only screen and (max-width: 800px) {
.logo_home {	float:none;	padding: 5px 0 0 164px;}

.txt {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
.login_con .login_btn_con .login_btn {
    background: none repeat scroll 0 0 #0565c6;
    float: right;
    margin-right: 24px;
    padding: 6px 26px;
    width: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #0565c6;
    cursor: pointer;
}
.login_con .input_box_con input[type="text"], .login_con .input_box_con input[type="password"] {
    display: block;
    color: #6b6b6b;
    width: 197px;
    padding: 6px 10px;
    height: 17px;
    background: #fff;
    border: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 0 0 14px;
}
.home_pink_txt {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.inner_div_home {
	height: 500px;
    left: 1%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 1003px;
    z-index: 1;
}
.services_box:hover {
    background: url("../images/services_p.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 3px 0 0 56px;
    width: 421px;
    cursor: pointer;
}
.services_box {
    background: url("../images/services_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 3px 0 0 56px;
    width: 421px;
    cursor: pointer;
}
.home_box {
    background: url("../images/home_b.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    float: left;
    height: 81px;
    margin: 10px 0 0 73px;
    width: 425px;
    cursor: pointer;
}
.partners_box {
    margin: 31px 0 0 20px;
    width: 429px;
    float: left;
    color: #ffffff;
    background: url(../images/partners_b.png) no-repeat right top;
    height: 81px;
    cursor: pointer;
}
.contact_box {
    margin: 30px 0 0 53px;
    width: 430px;
    float: left;
    color: #ffffff;
    background: url(../images/contact_b.png) no-repeat right top;
    height: 81px;
    cursor: pointer;
}
.strip {
    width: 35%;
    padding: 0 0 0 39px;
    border-left: 0 solid transparent;
    border-right: 151px solid transparent;
    border-top: 610px solid #eee;
    height: 0;
    opacity: 0.60;
}
.login_con {
    width: 262px;
    float: left;
    margin-top: 6%;
    border: 0px solid #eee;
    background: url(../images/search_bg_trans.png) repeat;
    min-height: 255px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.margleft {
    margin-left: 3%;
}
.home_search_box {
    float: right;
    width: 259px;
    height: 283px;
    margin-left: 50px;
    margin-left: 52%;
    /* margin-top: 15%; */
    position: absolute;
}
.powered {
    float: none;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.home_navigation{display:none;}
.logo_home {	float:none;	padding: 5px 0 0 50px;}
.home_search_box {
	float:right;
	width:320px;
	height:300px;
	margin-left: auto;
	margin-top: 130px;
	position: absolute;
}
.strip {
	width: 50%;
    padding: 0 0 0 39px;
    border-left: 0 solid transparent;
    border-right: 156px solid transparent;
    border-top: 691px solid #eee;
    height: 0;
    opacity: 0.60;
}
.media-icons{
	float:none;
	margin-left: 40%;
}
.margleft{margin-left: auto;}
.powered{float:none; clear:both; margin-left: auto;}
.ftr{display:none;}
}

@media only screen and (max-width: 479px) {
.home_navigation{display:none;}
.logo_home {	float:none;	padding: 5px 0 0 50px;}
.home_search_box {
	float:right;
	width:320px;
	height:300px;
	margin-left: auto;
	margin-top: 130px;
	position: absolute;
}
.strip {
	width: 50%;
    padding: 0 0 0 39px;
    border-left: 0 solid transparent;
    border-right: 156px solid transparent;
    border-top: 691px solid #eee;
    height: 0;
    opacity: 0.60;
}
.media-icons{
	float:none;
	margin-left: 40%;
}
.margleft{margin-left: auto;}
.powered{float:none; clear:both; margin-left: auto;}

.ftr{display:none;}
}
