@charset "utf-8";
/* CSS Document */

/* login box */
/* Added By Agung 30-10-2012 */
.login-form.nopopup {
	width: 650px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/*box-shadow: 0 0 10px #A7A7A7;*/
	/*-webkit-box-shadow: 0 0 10px #A7A7A7;*/
}
.toploginbox {
	overflow: hidden;
	background: transparent;
}
.login-header {
    background: #000 url(images/login_header.jpg) no-repeat 20px;
    height: 68px;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.login-content {
    padding: 0 30px;
    font-size: 1.3em;
	background: url(images/bg_login_body.jpg) repeat-x bottom;
	background-size: 100% 100%;
    border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
    min-height: 220px;
}
.form-box {
    float: left;
    width: 55%;
    padding-right: 4%;
    border-right: 1px solid #e3cd1a;
    margin-top: 30px;
}
.form-box label {
    float: left;
    line-height: 2em;
}
.form-box input[type="text"],
.form-box input[type="password"] {
    float: right;
    width: 70%;
    margin-bottom: 10px;
}
.form-box .button-login {
    float: right;
    width: 70%;
    margin-top: 26px;
}
.form-box .button-login .btn-blue {
    line-height: 1.8em;
    padding: 0 1em;
}
/* End of adding */
.memberSocial
{ clear: both; margin: 0 11px 18px 11px; overflow: visible; padding: 5px 7px 10px 7px; font-size: 11px; line-height: 24px; width: auto; }

.memberSocial h2
{ color: #069; font-size: 18px; font-weight: normal; line-height: 24px; width: 100%; }
	
	.memberSocial label
	{ color: #333; display: block; }
	
.memberSocial input, .memberSocial select, .memberSocial textarea {
background:none repeat scroll 0 0 #EEEEEE;
border-color:#ccc;
border-style:solid none none solid;
border-width:1px medium medium 1px;
font:12px Arial,Helvetica,sans-serif;
width:97%;
}
	
	.memberSocial select
	{ width: 98%; margin:15px 0 10px 0; }	
	
	.memberSocial .inputAuto
	{ border: none; margin: 0 5px 0 0; width: auto; height: 12px; }
	
	.memberSocial .formFieldsLogin
	{ height: auto; }
	
	.memberSocial span
	{ display: block; padding: 5px 0 5px 0; }
	
	.memberSocial span.automaticLogin
	{ line-height: 16px; }
	
	.memberSocial span.clear
	{ padding: 5px 0 0; }
	
	.memberSocial .standardButton
	{ background: url(images/design/bg_memberButton.gif) repeat 0 0; margin-left:0 }
	
		.memberSocial .standardButton button,
		.memberSocial .standardButton a, .memberSocial .standardButton a:visited
		{ background: url(images/design/bg_memberButton.gif) repeat 0 0; }
	
	.memberSocial .forgotPassword
	{ float: left; line-height: 18px; width:230px; text-align:center }
/* button */

.standardButtonSocial 
{ /*background:url("images/design/bg_standardButton.gif") repeat scroll 0 0 transparent;*/ margin: 0 18px; }

.standardButtonSocial a, .standardButtonSocial a:visited 
{ height:30px; width:auto; margin-bottom:5px; background:url("images/design/bg_standardButton.gif") repeat scroll 0 0 transparent; color:#fff; cursor:pointer; display:block; font:bold 14px/30px Arial,Helvetica,sans-serif; text-align:center }

/* Feature Style */
#find_out_more {
	background: #FFF;
}
.signup_section {
	overflow: hidden;
}
.signup_section .container {
	min-height: 500px;
	position: relative;
}
.v_centre {
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.feature_item {
	width: 33.3333%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.feature_thumb {
	margin-bottom: 25px;
}
.feature_title {
	margin-bottom: 20px;
}
.feature_summary {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #5c6067;
	padding: 0 20px;
}

#for_business {
	background: url(images/feature-for-business-hero.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.feature_content.feature_light:after {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 45px;
    background: url(images/feature-light-effect.jpg) repeat-x;
    bottom: 0;
    z-index: -1;
}
.feature_content h2 {
    font-size: 3.6em;
}
.feature_content h3 {
    font-size: 1.5em;
    font-weight: normal;
    color: #5c6067;
}
.feature_content_left {
    width: 65%;
    float: left;
    margin-left: -20px;
}
.feature_content_right {
    width: 44%;
    float: right;
}
ul.feature_list {
    margin: 3.5em 0;
}
ul.feature_list li {
    font-size: 1.5em;
    /*white-space: nowrap;*/
    margin-bottom: 1em;
    padding-left: 25px;
    background: url(images/icon-tick-yellow.png) no-repeat left 0;
    color: #5c6067;
    line-height: normal;
}
.feature_content2_left > ul.feature_list > li {
    color: #FFFFFF;
}
.button_face_orange.button_feature {
    font-size: 1.8em;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    min-width: 260px;
}
#for_brands {
	background: url(images/board-patern.jpg);
	background-size: contain;
}
.feature_content2 h2 {
	font-size: 3.6em;
	color: rgb(255, 255, 255);
	margin-bottom: 30px;
}
.feature_content_desc {
	color: rgb(227, 227, 227);
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.feature_content2_left {
	width: 33%;
	float: left;
	margin-top: 2.5%;
}
.feature_content2_right {
	width: 65%;
	float: right;
}
#for_consumers {
	background: url(images/feature-for-consumers-hero.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.feature_image_full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -30%;
}
.feature_image_full img {
	height: 100%;
	width: auto;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
@media (min-width: 1680px) {
	.feature_image_full {
		left: -70%;
	}
}
/*@media (min-height: 768px) {
	.feature_image_full {
		left: -45%;
	}
}
@media (min-height: 844px) {
	.feature_image_full {
		left: -60%;
	}
}
@media (min-height: 864px) {
	.feature_image_full {
		left: -65%;
	}
}*/
@media (min-height: 960px) {
	.feature_image_full {
		left: -55%;
	}
}
/*@media (min-height: 1050px) {
	.feature_image_full {
		left: -55%;
	}
}*/
@media (min-height: 1200px) {
	.feature_image_full {
		left: -65%;
	}
}