/* CSS Document */
@import url("reset.css");


/************************************/
/*** INITIAL ************************/
/************************************/

body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	/*min-width:952px;
	min-height:600px;*/
}
input,
select,
textarea
{
	font-family:Arial, Helvetica, sans-serif;
}
input[type="submit"],
input[type="button"]
{
	cursor:pointer;
}
a
{
	color:#000;
	cursor:pointer;
}
a:link,
a:visited
{
	text-decoration:none;	
}

a:hover,
a:active
{
	text-decoration:underline;	
}

.clearfix
{
	clear:both;	
}
.hidden
{
	display:none;
}
.red
{
	color:#f20000;	
}

textarea {
    resize: none;
}

/************************************/
/*** BACKGROUND *********************/
/************************************/

.bg
{
	position:absolute;	
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5;
	overflow:hidden;
}
.bgCover
{
	position:absolute;	
	width:100%;
	height:100%;
	background-image:url(../img/black-4.png);
	z-index:6;
	display:none;
}

/** new selftising **/
#cookies-text {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 0px 13px;
    position: fixed;
    z-index: 18;
    /*display:none;*/
}

#cookies-app-text{
	width: 100%;
	padding: 10px 0px 13px;
	position: fixed;
	z-index: 18;
}

#cookies-text > div > p {
    font-size: 8px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}

#cookies-app-text{
	font-size: 8px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
}

#cookies-text > div > p > a {
    border-bottom: 1.2px dashed black;
    display: inline;
}

#cookies-app-text > div > p > a {
	border-bottom: 1.2px dashed black;
	display: inline;
}

#cookies-text > div > p > a:hover {text-decoration: none; color: #f20000; border-bottom: 1.2px dashed #f20000;}

#cookies-app-text > div > p > a:hover {text-decoration: none; color: #f20000; border-bottom: 1.2px dashed #f20000;}




#center-text {
	width: 100%;
	margin: auto;
	text-align: center;
}

#center-app-text{
	width: 100%;
	margin: auto;
	text-align: center;
}

/*.popUpbackground{
	height: 50%;
}

@media (max-width: 767px) {
	.popUpbackground{
		height: 25%;
	}
}*/

.close-cookies
{
    vertical-align: middle;
    background:url(../img/btn-close-general-home.png);
    background-repeat:no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left:10px;
    cursor: pointer;
}
.close-cookies:hover
{
    background-position: 0px -27px;

}
/** *** **/

/*.bg img
{
	width:100%;
	height:100%;	
}*/

/************************************/
/*** COPYRIGHT TOP ******************/
/************************************/

/** old **
.copyright
{
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	display:none;

}

*/

/** new selftising **/
.copyright
{
    position:absolute;
    top:40px;
    left:0;
    z-index:11;
    display:none;

}
/** *** **/

.copyInfo_
{
	display:none;
	position:absolute;
	top:19px;
	left:18px;
	padding:20px;
	background-color:#e6e7e7;
	border:1px solid #c8c8c8;
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.25);
	z-index:11;
	font-size:10px;
	color:#000;
}

.copyInfo_ a
{
	border-bottom:1px dotted #000;
	text-decoration:none;
}
.copyInfo_ a:link,
.copyInfo_ a:visited{
	border-bottom:1px dotted #000;
	color:#000000;
	
}
.copyInfo_ a:hover,
.copyInfo_ a:active{
	border-bottom:1px dotted #F20000;
	color:#f20000;
	
}
.copyInfo_ h3
{
	font-size:11px;	
	border-bottom:1px solid #c8c8c8;
	margin-bottom:15px;
	padding-bottom:7px;
}


/************************************/
/*** CONTENT ************************/
/************************************/

.content
{
	position:absolute;
	right:30px;
	top:60px;
	z-index:10;
	width:889px;
	display:none;
}


/*** LEFT ***/

.content .left
{
	float:left;
	width:506px;
	height:436px;
	padding:0px 20px 0 30px;
	/*padding:65px 20px 0 30px; */
	margin-right:30px;
	background-color:#fff;
	position:relative;
}
.content .leftLogin
{
	background-color:transparent;
}
.content .faqs
{
	float:left;
	width:526px;
	min-height:436px;
	padding:0px 00px 0 30px;
	/*padding:65px 20px 0 30px; */
	margin-right:30px;
	background-color:#fff;
	position:relative;
}
.content .getinv2
{
    float:left;
    width:526px;
    /*height:436px;*/
    padding:0px 00px 0 30px;
    /*padding:65px 20px 0 30px; */
    margin-right:30px;
    background-color:#fff;
    position:relative;
}
.content .contactForm
{
	float:left;
	width:506px;
	height:600px;
	padding:0px 20px 0 30px;
	/*padding:65px 20px 0 30px; */
	margin-right:30px;
	background-color:#fff;
	position:relative;
}

.content .testimonials
{
	float:left;
	width:556px;
	height:436px;
	margin-right:30px;
	position:relative;
}

.content .left .close,
.content .faqs .close,
.content .contactForm .close
{
	background:url(../img/btn-close-general.png);
	background-repeat:no-repeat;	
	position:absolute;
	top:6px;
	right:6px;
	z-index:200;
}
.content .left .close a,
.content .faqs .close a,
.content .contactForm .close a
{
	display:block;
	width:27px;
	height:27px;
	border:none 0;
}
.content .left .close a:link,
.content .left .close a:visited,
.content .faqs .close a:link,
.content .faqs .close a:visited,
.content .contactForm .close a:link,
.content .contactForm .close a:visited
{
	background:url(../img/btn-close-general.png);
	background-repeat:no-repeat;
	background-position:top;
}
.content .left .close a:hover,
.content .left .close a:active,
.content .faqs .close a:hover,
.content .faqs .close a:active,
.content .contactForm .close a:hover,
.content .contactForm .close a:active
{
	background:url(../img/btn-close-general.png);
	background-repeat:no-repeat;
	background-position:bottom;
}


.content .left .pdf
{
	position:absolute;
	top:37px;
	right:60px;
	z-index:100;
}
.content .faqs .pdf
{
	position:absolute;
	top:67px;
	left:200px;
	z-index:100;
}
.content .faqs .pdf2
{
	position:absolute;
	top:28px;
	right:45px;
	z-index:100;
}

.content .left .pdf a,
.content .faqs .pdf a,
.content .faqs .pdf2 a
{
	display:block;
	width:50px;
	height:13px;
	padding-top:2px;
	text-align:center;
	color:#fff;
	font-size:10px;
	border:none 0;
	letter-spacing:1px;
}
.content .left .pdf a:link,
.content .left .pdf a:visited,
.content .faqs .pdf a:link,
.content .faqs .pdf a:visited,
.content .faqs .pdf2 a:link,
.content .faqs .pdf2 a:visited
{
	background-color:#f20000;
	color:#fff;
}
.content .left .pdf a:hover,
.content .left .pdf a:active,
.content .faqs .pdf a:hover,
.content .faqs .pdf a:active,
.content .faqs .pdf2 a:hover,
.content .faqs .pdf2 a:active
{
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
.content .left h2,
.contentContactPopUp h2
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:65px;	
	line-height:78px;
	margin-top:65px;
}
.content .left h2 span,
.contentContactPopUp h2 span
{
	color:#e4e4e4;
}
.content .left h2 span.active{
	color:#000000;
}
.content .left p
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight:bold;
	line-height:42px;	
}
.content .left a
{
	text-decoration:none;
	border-bottom:1px dashed;	
}
.content .left a:link,
.content .left a:visited
{
	color:#000;
}
.content .left a:hover,
.content .left a:active
{
	color:#f20000;
}
.content .left .arrowLeft
{
	position:absolute;
	bottom:15px;
	left:15px;	
}
.content .left .arrowRight
{
	position:absolute;
	bottom:15px;
	right:15px;	
}
.content .left .arrowLeft a,
.content .left .arrowRight a
{
	display:block;
	width:42px;
	height:43px;
	text-decoration:none;
	border:none;
}
.content .left .arrowLeft a:link,
.content .left .arrowLeft a:visited
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:top;
}
.content .left .arrowLeft a:hover,
.content .left .arrowLeft a:active
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.content .left .arrowRight a:link,
.content .left .arrowRight a:visited
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:top;
}
.content .left .arrowRight a:hover,
.content .left .arrowRight a:active
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.content .left .note
{
	font-size:14px;	
	margin-bottom:7px;
	margin-top:25px;
	line-height:16px;
	font-weight:normal;
}
.content .left .note2
{
	font-size:14px;	
	margin-bottom:7px;
	margin-top:45px;
	line-height:22px;
	font-weight:normal;
	
}

.content .left .subnote
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:normal;
	margin-left:10px;
}

.content .left .list 
{
	margin-top:10px;
	float:right;
	margin-top:20px;
	margin-right:150px;
}
.content .left .list #link a
{
	display:block;
	width:100px;
	height:15px;
	padding:2px 5px 0 5px;
	font-size:11px;
	color:#fff;
	text-align:center;	
	border:none;
	position: absolute;
}
.content .left .list #link a:link,
.content .left .list #link a:visited
{
	background-color:#f20000;
}
.content .left .list #link a:hover,
.content .left .list #link a:active,
.content .left .list #link a.active
{
	background-color:#000;
}
.content .left .list #select select
{
	background-color:#fff;
	border:1px solid #e4e4e4;	
	position: absolute;
	cursor:pointer;
}
.content .left a.linkGray:link,
.content .left a.linkGray:visited
{
	color:#000;
	border-bottom:1px dashed #000;
}
.content .left a.linkGray:hover,
.content .left a.linkGray:active
{
	color:#666;
	border-bottom:1px dashed #555555;
}
.content .left a.linkGrana:link,
.content .left a.linkGrana:visited
{
	color:#F20000;
	border-bottom:1px dashed #F20000; /*cc0000*/
}
.content .left a.linkGrana:hover,
.content .left a.linkGrana:active
{
	color:#666;
	border-bottom:1px dashed #666; /*cc0000*/
}
.content .left a.seeDetails
{
	font-size:11px;
	font-weight:normal;	
	margin-left:10px;
	padding-bottom:3px;
}
.content .left a.seeDetails:link,
.content .left a.seeDetails:visited
{
	color:#000;	
	border-bottom:1px dashed #000;
}
.content .left a.seeDetails:hover,
.content .left a.seeDetails:active
{
	color:#f20000;
	border-bottom:1px dashed #f20000;
}

.content .left ul
{
	margin-left:40px;
	margin-top:10px;
	line-height:35px;
}
.content .left li
{
	list-style-image:url(../img/arrow.png);	
	font-size:20px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.content .left .wantInvitation
{
	position:absolute;
	bottom:90px;
	left:340px;	
}
.content .left .wantInvitation4
{
	position:absolute;
	top:354px;
	left:340px;	
}
.content .left .wantInvitation2
{
	position:absolute;
	top:325px;
	left:340px;	
}
.content .left .wantInvitation3
{
	position:absolute;
	top:190px;
	left:340px;	
	font-weight:bold;
	
}
.content .left .wantInvitation a,
.content .left .wantInvitation2 a,
.content .left .wantInvitation3 a,
.content .left .wantInvitation4 a
{
	display:block;
	width:145px;
	height:17px;
	padding:5px 5px 0 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	border:none;
}
.content .left .wantInvitation a:link,
.content .left .wantInvitation a:visited,
.content .left .wantInvitation2 a:link,
.content .left .wantInvitation2 a:visited,
.content .left .wantInvitation3 a:link,
.content .left .wantInvitation3 a:visited,
.content .left .wantInvitation4 a:link,
.content .left .wantInvitation4 a:visited
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:top;
}
.content .left .wantInvitation a:hover,
.content .left .wantInvitation a:active,
.content .left .wantInvitation2 a:hover,
.content .left .wantInvitation2 a:active,
.content .left .wantInvitation3 a:hover,
.content .left .wantInvitation3 a:active,
.content .left .wantInvitation4 a:hover,
.content .left .wantInvitation4 a:active
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.content .left .photo img
{
	margin-right:20px;	
}
.content .left .photo h2
{
	font-size:35px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-top:30px;
}
.content .left .agustEva
{
	margin-top:35px;
}
.content .left .agustEva p
{
	font-size:25px;
	line-height:35px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.content .left .agustEva a:link,
.content .left .agustEva a:visited
{
	color:#f20000;
}
.content .left .agustEva a:hover,
.content .left .agustEva a:active
{
	color:#000;
}

/*** COUNTER ***/
.counter
{
	margin:40px 0 0 40px;
	width:376px;
}
.counter .numbers
{
	font-size:11px;
	height:20px;
}
.counter .numbers .first
{
	font-size:11px;
	text-align:left;
	float:left;
}
.counter .numbers .second
{
	font-size:11px;
	text-align:right;
	float:right;
}
.counter .bar
{
	background-color:#f20000;
	width:370px;
	height:15px;
	position:relative;
	margin:0 auto;
}
.counter .inBar
{
	background-color:#ccc;
	position:absolute;
	height:100%;
}
.counter .text
{
	position:relative;
	margin-top:10px;
}
.counter .text .leftCounter,
.counter .text .rightCounter
{
	position:absolute;
}
.counter .text .leftCounter p,
.counter .text .rightCounter p
{
	font-family:Arial, Helvetica, sans-serif;
}
.counter .text .leftCounter p
{
	color:#f20000;
	font-size:12px;
	text-align:right;
	line-height:13px;
	font-weight:normal;
}
.counter .text .rightCounter p
{
	color:#999;
	font-size:12px;
	text-align:left;
	line-height:13px;
	font-weight:normal;
}

.counter .text strong
{
	font-weight:bold;
	font-size:15px;
	line-height:20px;
}
.content .left a
{
	/*border-bottom:1px dashed #000;	*/
	border-bottom:none;	
}
.content .left a.afh:link,
.content .left a.afh:visited
{
	color:#f20000;
}
.content .left a.afh:hover,
.content .left a.afh:active
{
	color:#000;
}

/*** RIGHT ***/
.content .right
{
	float:left;
}
.content .logo
{
	margin-bottom:5px;	
}
.content .hello
{
	margin-top:49px;
	margin-left:1px;		
}
.content .hello a
{
	display:block;
	width:136px;
	height:24px;
}
.content .hello a:link,
.content .hello a:visited
{
	background-image:url(../img/btn-viewhomes2.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size: 136px auto;
}
.content .hello a:hover,
.content .hello a:active
{
	background-image:url(../img/btn-viewhomes2b.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size: 136px auto;
}

.content .video
{
	margin-top:49px;
	margin-left:1px;
}
.content .video a
{
	display:block;
	width:185px;
	height:24px;
}
.content .video a:link,
.content .video a:visited
{
	background-image:url(../img/btn-whatisbehomm2.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size: 185px auto;

}
.content .video a:hover,
.content .video a:active
{
	background-image:url(../img/btn-whatisbehomm2b.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size: 185px auto;

}

.login,
.forgot-password,
.invitationCode
{
	margin-top:35px;
	padding:28px 28px 15px 28px;
	background-image:url(../img/black-85.png);
	background-repeat:repeat;
	color:#fff;
	position:relative;
}
.login h2
{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;	
}
.forgot-password h2
{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;	
}
.invitationCode h2
{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
}
.login p
{
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
}
.forgot-password p
{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
.loginAlert
{
	background-color:#f20000;
	color:#fff;	
	padding:8px 25px 8px;
	/*padding:15px 25px 15px;*/
	font-size:12px;
	text-align:right;
}
.loginAlert span
{
	background:url(../img/bg-loginAlert2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.invitationCode p
{
	font-size:13px;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:10px;
}
a.wantinvitation3
{
	font-weight:normal;	
}
.login input[type="text"],
.forgot-password input[type="text"],
.forgot-password input[type="password"]
{
	
	border:none 0;
	background-color:#FFF;
	width:238px;	
	padding:4px;
	margin-top:7px;
	color:#666;
}
.invitationCode input[type="text"],
.invitationCode input[type="password"]
{
	
	border:none 0;
	background-color:#FFF;
	width:237px;
	padding:4px;
	margin-top:7px;
	color:#666;
}
.login input[type="password"]
{
	border:none 0;
	background-color:#FFF;
	width:238px;
	padding:4px;
	margin-top:7px;
	margin-bottom:7px;
	color:#666;
}
.login a
{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.login a:link,
.login a:visited
{
	color:#fff;	
}
.login a:hover,
.login a:active
{
	color:#ddd;	
}
.invitationCode
{
	position:relative;	
}
.invitationCode a
{
	font-size:11px;	
	text-decoration:none;
	/*display:block;*/
	margin-bottom:5px;
}
.invitationCode a:link,
.invitationCode a:visited
{
	color:#fff;
}
.invitationCode a:hover,
.invitationCode a:active
{
	color:#e4e4e4;
}
.login .btn-login
{
	text-align:right;
	*width:245px;	
}
.forgot-password .btn-login
{
	text-align:right;
	margin-top:15px;	
	margin-bottom:10px;
	*width:245px;
	
}
.invitationCode .btn-login
{
	text-align:right;
	margin-top:15px;	
	margin-bottom:10px;
	
	*width:245px;
}
.login input[type="button"],
.login input[type="submit"],
.forgot-password input[type="button"],
.forgot-password input[type="submit"]
{
	background-color:#f20000;
	color:#fff;
	border:none 0;
	text-transform:uppercase;
	padding:4px 15px;
	*padding:2px 10px;
	margin-top:5px;
	letter-spacing:2px;
	font-size:11px;
}
.login input[type="submit"]:hover,
.login input[type="button"]:hover,
.forgot-password input[type="submit"]:hover,
.forgot-password input[type="button"]:hover
{
	background-color:#cc0000;
}

.invitationCode .continue
{
	background:url(../img/btn-invitation.png);
	background-repeat:no-repeat;
	background-position: right 0px;
	color:#fff;
	border:none 0;
	text-transform:uppercase;
	padding:4px 25px 4px 15px;
	*padding:2px 5px 2px 0px;
	margin-top:5px;
	letter-spacing:2px;
	font-size:11px;
	height:22px;
}

.invitationCode .continue:hover
{
	background:url(../img/btn-invitation.png);
	background-repeat:no-repeat;
	background-position: right -22px;
}
.invitationCode .enter
{
	background-color:#f20000;
	color:#fff;
	border:none 0;
	text-transform:uppercase;
	padding:4px 15px;
	*padding:2px 10px;
	margin-top:5px;
	letter-spacing:2px;
	font-size:11px;
}
.invitationCode .enter:hover
{
	background-color:#cc0000;
}
.invitationCode span
{
	font-weight:normal;
}
.size9
{
	font-size:9px;	
}
.size11
{
	font-size:11px;	
}
a.legalInvitation
{
	font-size:10px;	
}
a.legalInvitation:link,
a.legalInvitation:visited
{
	color:#f20000;
}
a.legalInvitation:hover,
a.legalInvitation:active
{
	color:#cc0000;
}


.login span
{
	font-weight:normal;
	font-size:10px;	
}
.forgot-password span
{
	font-weight:normal;
	font-size:10px;	
	line-height:12px;
}
span.email-note
{
	font-weight:normal;
	font-size:11px;	
	margin:0;
}
span.email-note12
{
	font-weight:normal;
	font-size:12px;	
	margin:0;
}
.login .close,
.forgot-password .close,
.invitationCode .close
{
	background:url(../img/btn-close-login.png);
	background-repeat:no-repeat;	
	position:absolute;
	top:6px;
	right:6px;
}
.login .close a,
.forgot-password .close a,
.invitationCode .close a
{
	display:block;
	width:27px;
	height:27px;
}
.login .close a:link,
.login .close a:visited,
.forgot-password .close a:link,
.forgot-password .close a:visited,
.invitationCode .close a:link,
.invitationCode .close a:visited
{
	background:url(../img/btn-close-login.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.login .close a:hover,
.login .close a:active,
.forgot-password .close a:hover,
.forgot-password .close a:active,
.invitationCode .close a:hover,
.invitationCode .close a:active
{
	background:url(../img/btn-close-login.png);
	background-repeat:no-repeat;
	background-position:top;
}
.emailAlert,
.passwordAlert,
.emailforgotAlert,
.invitationCodeAlert
{
	position:absolute;
	right:36px;
	height:50px;
}
.alertLeft
{
	float:left;
	width:30px;
	height:35px;
	background:url(../img/bg-loginAlert.png);
	background-repeat:no-repeat;	
}
.alertRight
{
	float:left;
	padding-right:20px;
	height:33px;
	padding-top:9px;
	background:url(../img/bg-loginAlert.png);
	background-position:right top;
	background-repeat:no-repeat;	
}
.alertRight p
{
	font-size:12px !important;
	font-weight:normal !important;
	margin:0 !important;
	color:#FFF;
}

.emailAlert
{
	top:62px;
	height:42px;
}
.passwordAlert
{
	top:122px;
	*top:128px;
	height:42px;
}
.emailforgotAlert
{
	top:62px;
}
.enterAlert
{
	top:30px;
}
.registerAlert1
{
	top:69px;
}
.registerAlert2
{
	top:134px;
	*top:140px;
}
.registerAlert3
{
	top:199px;
	*top:211px;
}
a.interrogantInvitation
{
	margin-left:5px;
}
.interrogantAlert
{
	position:absolute;
	top:90px;
	right:11px;
	*right:9px;
	width:202px;	
	z-index:200;
}
.interrogantTop
{
	width:202px;
	height:21px;
	background:url(../img/bg-interrogantTop.png);
	background-repeat:no-repeat;
	background-position:center;
}
.interrogantCenter
{
	width:162px;
	padding:5px 20px 20px 20px;
	background-color:#F00;
	background:url(../img/bg-interrogantCenter.png);
	background-repeat:repeat-y;
	background-position:center;
}
.interrogantCenter h2
{
	font-size:11px;	
	border-bottom:1px solid #ccc;
	color:#000;
	padding-bottom:5px;
	margin-bottom:15px;
}
.interrogantCenter p
{
	font-size:10px;	
	color:#000;
	font-weight:normal;
	margin:0;
	line-height:13px;
}
.interrogantBottom
{
	width:202px;
	height:9px;
	background:url(../img/bg-interrogantBottom.png);
	background-repeat:no-repeat;
	background-position:center;
}

/*** LEGAL TERMS ************************/

.menu-legal{
	position:absolute;
	top:46px;
	right:35px;	
}

.menu-legal li{
	float:left;
	font-size:12px;
	text-transform:uppercase;
	padding:0 10px;
	background:url(../img/line-legal.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.menu-legal li:first-child{
	background:none;
}

.menu-legal li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:5px 2px;
}

.menu-legal li a:hover,
.menu-legal li a:active,
.menu-legal li a.active{
	color:#f20000;
}


.legal-terms,
.faq
{
	position:relative;
}	
.content .faqs .legal-terms h2
{
	font-size:34px;
	margin:0;
}
.content .faqs .legal-terms .mask
{
	position:relative;
	width:480px;
	height:255px;
	margin-top:70px;
	overflow:hidden;
	float:left;	
}
.content .faqs .legal-terms .mask .text{
	position:absolute;
	left:0;
}
.legalIntro h3
{
	font-size:14px;
	margin-bottom:20px;
	line-height:25px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}
.legalIntro
{
	margin-top:30px;
	margin-bottom:40px;
}

.content .faqs .legal-terms .legalIntro ul
{
	margin-left:20px;
	margin-top:0;	
}
.content .faqs .legal-terms .legalIntro li
{
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:25px;	
	list-style-image:url(../img/arrow-legal.jpg);
}
.content .faqs .legal-terms .legalText h4{
	font-size:24px;	
	margin-bottom:20px;
}
.content .faqs .legal-terms .legalText h5{
	font-size:13px;
	margin:40px 0 20px 0;
}
.content .faqs .legal-terms .legalText p.data-legal{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:40px;
}
.content .faqs .legal-terms .legalText p,
.content .faqs .legal-terms .legalText li
{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
.content .faqs .legal-terms .legalText ul
{
	padding:0;
	margin-left:10px;
	margin-top:13px;
	margin-bottom:20px;
}
.content .faqs .legal-terms .legalText ul li ul
{
	margin-top:0px;
	margin-bottom:0px;
}
.content .faqs .legal-terms .legalText li
{
	
	background:url(../img/bg-listDisc.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:15px;
	margin-top:7px;
}
.content .faqs .legal-terms .legalText  a
{
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
	
}

.content .faqs .legal-terms .legalText a:hover,
.content .faqs .legal-terms .legalText a:active
{
	color:#F20000;
	border-bottom:1px dashed #F20000;
	
}




.scroll
{
	width:25px;
	/*width:15px;*/
	height:298px;
	float:right;
	margin-top:0px;
	/*margin-right:12px;*/
	margin-right:7px;
	background:url(../img/bg-scroll.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	cursor:pointer;	
}
.scrollHand
{
	position:absolute;
}
.scrollHand a
{
	display:block;
	width:25px;
	/*width:15px;*/
	height:36px;
	border:none;
}
.scrollHand a:link,
.scrollHand a:visited
{
	background:url(../img/scrollBar.png);
	background-position:center top;
	background-repeat:no-repeat;
	border:none;	
}
.scrollHand a:hover,
.scrollHand a:active
{
	background:url(../img/scrollBar.png);
	background-position:center bottom;
	background-repeat:no-repeat;	
	border:none;
}

/*** FAQ ************************/

.content .faqs .legal-terms h2
{
	font-size:50px;
	margin:22px 0 18px 0;
	line-height:78px;
}
.content .faqs .faq h2
{
	font-size:63px;
	margin:22px 0 18px 0;
	line-height:78px;
}
.faqText
{
	margin-top:38px;	
}
.faq .faqText ul
{
	margin-left:37px;	
}
.faq .faqText li
{
	margin-bottom:20px;
	list-style-image:url(../img/arrow.png);
}
.faq .faqText li h3
{
	font-size:17px;
	margin-bottom:5px;
}
.faq .faqText li p
{
	font-size:13px;
	font-weight:normal;
	line-height:19px;
}
.content .faqs .faq .mask
{
	position:relative;
	width:444px;
	height:295px; /*325*/
	margin-top:0px;
	margin-right:36px;
	float:left;	
	overflow:hidden;
}
.content .faqs .legal-terms .mask
{
	position:relative;
	width:464px;
	height:295px; /*325*/
	margin-top:0px;
	margin-right:16px;
	float:left;	
	overflow:hidden;
}
.content .faqs .faq .mask .text,
.content .faqs .faq .legal-terms .text
{
	position:absolute;
	left:0;
}
.content .faqs .faq .faqText ol li,
.content .faqs .faq .legal-terms ol li
{
	list-style-image:none;
	list-style-type:decimal;
	font-size:13px;
	font-weight:bold;
	line-height:19px;
	margin:0 0 0 18px;
}
.content .faqs .faq .faqText ol li p,
.content .faqs .faq .legal-terms ol li p
{
	list-style-image:none;
	font-size:13px;
	font-weight:normal;
	line-height:19px;
	margin:0;
}


/*** CONTACT ************************/
.content .contact{
	position:absolute; z-index:200
}

.content .left .contact ul
{
	margin-top:90px;	
}
.content .left .contact li
{
	font-size:33px;
	line-height:50px;
	list-style:url(../img/arrowContact.png);
	*list-style:url(../img/arrow.png);
	
}
.content .left .contact li a
{
	border:none 0;
	
}
.content .left .contact li a:link,
.content .left .contact li a:visited
{
	color:#f20000;
}
.content .left .contact li a:hover,
.content .left .contact li a:active
{
	color:#000;
}
.content .left .mirilla
{
	position:absolute;
	width:132px;
	height:133px;
	top:210px;
	right:100px;
}
.mirilla-tapa,
.mirilla-cercle,
.mirilla-img
{
	position:absolute;
	top:0;	
}
.mirilla-tapa
{
	z-index:90;	
}
.mirilla-cercle
{
	z-index:89;	
}
.mirilla-img
{
	z-index:88;	
}
.content .left .contactInfo h2
{
	font-size:40px;
	line-height:48px;
	margin-bottom:12px;	
}
.content .left .contactInfo h4
{
	font-size:12px;
	margin-bottom:5px;	
}	
.contactInfo h3
{
	font-size:20px;
	line-height:26px;	
	font-weight:normal;
}
.content .left .contactInfo p
{
	font-size:12px;
	line-height:17px;	
	font-weight:normal;
}
.content .left .contactInfo p.google
{
	margin-bottom:40px;
	margin-top:5px;
}
.content .left .contactInfo p.google a
{
	font-size:11px;
	font-weight:bold;
	border:none;
}
.content .left .contactInfo a:link,
.content .left .contactInfo a:visited{
	border-bottom:1px dashed #000;
}
.content .left .contactInfo a:hover,
.content .left .contactInfo a:active{
	border-bottom:1px dashed #F20000;
}

.content .left .contactInfo p.google a:link,
.content .left .contactInfo p.google a:visited{
	color:#000;
}
.content .left .contactInfo p.google a:hover,
.content .left .contactInfo p.google a:active{
	color:#f20000;
}
.coffee
{
	margin-top:10px;	
}
.coffeeLink,
.coffeeText
{
	float:left;	
	margin-right:8px;
}
.coffeeText
{
	padding-top:15px;
	font-size:11px;	
}
.content .left .contactInfo .coffeeLink a
{
	display:block;
	width:20px;
	height:25px;
	border:none 0;
}
.content .left .contactInfo .coffeeLink a:link,
.content .left .contactInfo .coffeeLink a:visited
{
	background:url(../img/btn-coffee.png);
	background-repeat:no-repeat;
	background-position:top;
	border:none 0;
}
.content .left .contactInfo .coffeeLink a:hover,
.content .left .contactInfo .coffeeLink a:active
{
	background:url(../img/btn-coffee.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border:none 0;
}
.back
{
	position:absolute;
	top:15px;
}
.back a
{
	border:none;
	font-size:11px;
	text-transform:uppercase;	
}
.back a:link,
.back a:visited
{
	border:none;
}
.back a:hover,
.back a:active
{
	border:none;	
}
/**** contact form ****/
.required
{
	font-size:11px;
	color:#666;
	position:absolute;
	right:30px;
	top:50px;
}
.contactForm h2
{
	font-size:40px;	
	margin:30px 0 0 0;
}

.contactForm table
{
	margin-top:35px;
	font-size:12px;
}
.contactForm table p
{
	font-size:12px;
	margin-bottom:25px;
}
.contactForm table p .gray
{
	font-size:11px;
	color:#666;
}
.contactForm .accept
{
	float:left;
	font-size:11px;
	color:#000;
	margin-top:22px;
}
.contactForm .accept span
{
	padding-top:10px;
}

.contactForm .btn-send
{
	float:right;
	width:97px;
	margin-right:10px;
	margin-top:17px;
}
.contactForm .btn-send a
{
	display:block;
	width:92px;
	height:16px;
	padding:4px 5px 0 0;
	text-align:center;
	color:#fff;
	font-size:11px;
	border:none;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
}
.contactForm .btn-send a:link,
.contactForm .btn-send a:visited
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:right -1px;
}
.contactForm .btn-send a:active,
.contactForm .btn-send a:hover
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:right -23px;
}
.contactForm input[type="text"]
{
	width:229px;
	border:1px solid #bbb;	
	padding:3px;
	margin-top:6px;
	color:#666;
	font-size:11px;		
}
.contactForm textarea
{
	width:489px;
	height:101px;
	padding:3px;
	color:#666;
	border:1px solid #bbb;
	font-size:11px;	
	margin-bottom:5px;
	margin-top:8px;	
}
.contactForm select
{
	width:235px;
	height:20px;
	border:1px solid #bbb;	
	margin-top:8px;
	color:#666;
	font-size:11px;	
	background-color:#fff;
}
.contactForm .characters
{
	color:#666;
	font-size:10px;	
}

.contactAlert
{
	position:absolute;
	height:50px;
	display:none;
}/*
.alertLeft
{
	float:left;
	width:30px;
	height:50px;
	background:url(../img/bg-loginAlert.png);
	background-repeat:no-repeat;	
}
.alertRight
{
	float:left;
	padding-right:20px;
	height:41px;
	padding-top:9px;
	background:url(../img/bg-loginAlert.png);
	background-position:right top;
	background-repeat:no-repeat;	
}
.alertRight p
{
	font-size:12px;
	font-weight:normal;
	margin:0;
	color:#fff;
}*/
.contactAlert1
{
	top:82px;
	right:300px; 
}
.contactAlert2
{
	top:82px;
	right:40px; 
}
.contactAlert3
{
	top:147px;
	*top:152px;
	right:300px; 
}
.contactAlert4
{
	top:212px;
	*top:222px;
	right:300px;
}
.contactAlert5
{
	bottom:203px;
	left:-2px;
}
.contactAlert5 .alertRight{
	background: url(../img/bg-loginAlert-right.png);
	background-position: left top;
	padding-right: 0;
}
.contactAlert5 .alertRightRight{
	background: url(../img/bg-loginAlert-far-right.png);
	background-position: left top;
	width: 17px;
	height: 35px;
	float: left;
}
.contactAlert6
{
	bottom:87px;
	left:17px;
}
.contactAlert6 .alertRight{
	background: url(../img/bg-loginAlert-right.png);
	background-position: left top;
	padding-right: 0;
}
.contactAlert6 .alertRightRight{
	background: url(../img/bg-loginAlert-far-right.png);
	background-position: left top;
	width: 17px;
	height: 35px;
	float: left;
}

/************************************/
/*** TESTIMONIALS *******/
/************************************/

.testimonialsCenter
{
	height:230px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	line-height:35px;
}

/* BLACK */
.test_blackTop
{
	background:url(../img/test_blackTop.png);
	background-repeat:no-repeat;
	height:51px;
	position:relative;
}
.test_blackCenter
{
	background-color:#000;
	font-weight:normal;
}
.test_blackCenter .quote
{
	color:#fff;
}
.test_blackCenter .author
{
	color:#f20000;
}
.test_blackBottom
{
	background:url(../img/test_blackBottom.png);
	background-repeat:no-repeat;
	height:155px;
	position:relative;
}

/* WHITE */
.test_whiteTop
{
	background:url(../img/test_whiteTop.png);
	background-repeat:no-repeat;
	height:51px;
	position:relative;
}
.test_whiteCenter
{
	background-color:#fff;
	font-weight:normal;
}
.test_whiteCenter .quote
{
	color:#f20000;
}
.test_whiteCenter .author
{
	color:#000;
}
.test_whiteBottom
{
	background:url(../img/test_whiteBottom.png);
	background-repeat:no-repeat;
	height:155px;
	position:relative;
}

/* RED */
.test_redTop
{
	background:url(../img/test_redTop.png);
	background-repeat:no-repeat;
	height:51px;
	position:relative;
}
.test_redCenter
{
	background-color:#f20000;
	font-weight:normal;
}
.test_redCenter .quote
{
	color:#fff;
}
.test_redCenter .author
{
	color:#000;
}
.test_redBottom
{
	background:url(../img/test_redBottom.png);
	background-repeat:no-repeat;
	height:155px;
	position:relative;
}
/** **/

.quote
{
	font-size:24px;
	margin-bottom:13px;
	font-weight:bold;
}

.quote img{
	float:left;
	margin-right:20px;
	margin-top:7px;
}
.author
{
	font-weight:bold;
	font-size:20px;
	text-align:right;
	line-height:24px;
}
.author strong
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:none;
	font-style:normal;	
}
.testimonials .arrowLeft a,
.testimonials .arrowRight a
{
	display:block;
	width:42px;
	height:43px;
	text-decoration:none;
	border:none;
}
.testimonials .arrowLeft
{
	position:absolute;
	top:0px;
	left:15px;	
}
.testimonials .arrowRight
{
	position:absolute;
	top:0px;
	right:15px;	
}

.testimonials  .test_redRight a:link,
.testimonials  .test_redRight a:visited
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:top;
}
.testimonials  .test_redRight a:hover,
.testimonials  .test_redRight a:active
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:center -86px;
}

.testimonials  .test_blackRight a:link,
.testimonials  .test_blackRight a:visited
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:center -42px;
}
.testimonials  .test_blackRight a:hover,
.testimonials  .test_blackRight a:active
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:center -86px;
}

.testimonials  .test_whiteRight a:link,
.testimonials  .test_whiteRight a:visited
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:top;
}
.testimonials  .test_whiteRight a:hover,
.testimonials  .test_whiteRight a:active
{
	background:url(../img/btn-arrowRight.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.testimonials  .test_redLeft a:link,
.testimonials  .test_redLeft a:visited
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:top;
}
.testimonials  .test_redLeft a:hover,
.testimonials  .test_redLeft a:active
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:center -86px;
}

.testimonials  .test_blackLeft a:link,
.testimonials  .test_blackLeft a:visited
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:center -42px;
}
.testimonials  .test_blackLeft a:hover,
.testimonials  .test_blackLeft a:active
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:center -86px;
}

.testimonials  .test_whiteLeft a:link,
.testimonials  .test_whiteLeft a:visited
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:top;
}
.testimonials  .test_whiteLeft a:hover,
.testimonials  .test_whiteLeft a:active
{
	background:url(../img/btn-arrowLeft.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.testimonials .close
{
	background:url(../img/btn-close-general.png);
	background-repeat:no-repeat;	
	position:absolute;
	top:20px;
	right:20px;
}
.testimonials .close2
{
	top:20px;
	right:20px;
	background:url(../img/btn-close-login.png);
	background-repeat:no-repeat;	
	position:absolute;
	
}
.testimonials .close a,
.testimonials .close2 a
{
	display:block;
	width:27px;
	height:27px;
	border:none 0;
}
.testimonials .close a:link,
.testimonials .close a:visited
{
	background:url(../img/btn-close-general.png);
	background-repeat:no-repeat;
	background-position:top;
}
.testimonials .close a:hover,
.testimonials .close a:active
{
	background:url(../img/btn-close-general.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.testimonials .close2 a:link,
.testimonials .close2 a:visited
{
	background:url(../img/btn-close-login.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.testimonials .close2 a:hover,
.testimonials .close2 a:active
{
	background:url(../img/btn-close-login.png);
	background-repeat:no-repeat;
	background-position:top;
}

/************************************/
/*** GET AN INVITATION *******/
/************************************/
.invitation
{
	margin-top:30px;
	margin-right:25px;
	position:relative;
}
.policy
{
	position:absolute;
	top:360px;
	left:00px;
	font-size:12px;	
}
.invitation h2
{
	font-size:100px;
	margin-bottom:10px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;	
	line-height:70px;
}
.invitation h2 span
{
	font-size:36px;
	line-height:40px;
}
.invitation h3
{
	font-size:15px;
	line-height:21px;
}
.invitation p
{
	font-size:13px;
	line-height:19px;	
}
.invitationPoints
{
	margin-left:40px;	
}

.invitationPoints
{
	margin-top:25px;
}
.invitationPoints li
{
	font-size:13px;
	line-height:19px;
	margin-top:10px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.invitationPoints li.firstPoint,
.importAddressPoints li.firstPoint
{
	background-image:url(../img/1.png);
	background-repeat:no-repeat;
	background-position:0 1px;
}
.invitationPoints li.secondPoint,
.importAddressPoints li.secondPoint
{
	background-image:url(../img/2.png);
	background-repeat:no-repeat;
	background-position:0 1px;
}
.invitationPoints li.thirdPoint,
.importAddressPoints li.thirdPoint
{
	background-image:url(../img/3.png);
	background-repeat:no-repeat;
	background-position:0 1px;
}

.invitationPoints li strong
{
	font-size:14px;
}
.invitationPoints li a
{
	font-size:11px;	
	text-decoration:none;
}
.invitationPoints li a:link,
.invitationPoints li a:visited
{
	border-bottom:1px dashed #000;
	padding-bottom:1px;
	color:#000;
}
.invitationPoints li a:hover,
.invitationPoints li a:active
{
	border-bottom:1px dashed #f20000;
	padding-bottom:1px;
	color:#f20000;
}
.start
{
	margin-top:17px;	
	text-align:center;	
}
.start span{
	font-size:11px;
	text-align:center;	
}
.start a
{
	display:block;
	width:89px;
	height:16px;
	padding:4px 5px 0 0;
	text-align:center;
	color:#fff;
	font-size:11px;
	border:none;
	letter-spacing:1px;
	margin:0 auto;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:2px;
}
.start a:link,
.start a:visited
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:right -1px;
}
.start a:hover,
.start a:active
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:right -23px;
}
.importAddressPoints
{
	padding-top:5px;	
}
.importAddressPoints li
{
	font-size:15px;
	line-height:19px;
	margin-top:15px;
	*margin-top:7px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}

.importAddressPoints li strong
{
	font-size:16px;
}
.importAddressPoints .firstPoint .provider p
{
	text-align:center;
	width:402px;	
	margin-top:5px;
	margin-bottom:10px;
}
.provider
{
	width:402px;
	padding-top:20px;
	margin-left:10px;
}
.provider li
{
	float:left;
	margin:0 5px;
	padding:0;
}
.provider li a,
.provider li a.hotmailActiu,
.provider li a.gmailActiu,
.provider li a.yahooActiu
{
	display:block;
	width:124px;
	height:67px;
}
.provider li a.hotmail:link,
.provider li a.hotmail:visited
{
	background-image:url(../img/logoHotmail.png);
	background-repeat:no-repeat;
	background-position:top;
}
.provider li a.hotmail:hover,
.provider li a.hotmail:active,
.provider li a.hotmailActiu
{
	background-image:url(../img/logoHotmail.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.provider li a.gmail:link,
.provider li a.gmail:visited
{
	background-image:url(../img/logoGmail.png);
	background-repeat:no-repeat;
	background-position:top;
}
.provider li a.gmail:hover,
.provider li a.gmail:active,
.provider li a.gmailActiu
{
	background-image:url(../img/logoGmail.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.provider li a.yahoo:link,
.provider li a.yahoo:visited
{
	background-image:url(../img/logoYahoo.png);
	background-repeat:no-repeat;
	background-position:top;
}
.provider li a.yahoo:hover,
.provider li a.yahoo:active,
.provider li a.yahooActiu
{
	background-image:url(../img/logoYahoo.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.firstPoint select
{
	height:20px;
	border:1px solid #bbb;	
	margin-top:8px;
	color:#808080;
	font-size:11px;	
	background-color:#fff;
}
.importAddressPoints .firstPoint p
{
	font-size:15px;		
}
.firstPoint .email
{
	font-size:13px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:5px;	
}
.firstPoint .email input[type="text"]
{
	font-size:11px;
	border:1px solid #bbb;
	width:220px;
	padding:3px;	
	margin-left:5px;
	margin-right:10px;
	color:#808080;
}
.firstPoint .email input[type="password"]
{
	font-size:11px;
	border:1px solid #bbb;
	width:90px;
	padding:3px;	
	margin-left:5px;
	margin-right:10px;
	color:#808080;
}
.importAlert1
{
	top:125px;
	left:230px;
}
.importAlert2
{
	bottom:85px;
	right:90px;
}
.friends
{
	padding-top:7px;	
}
.friends li
{
	font-size:15px;
	line-height:27px;
	list-style-image:url(../img/arrow.png);
	margin-left:41px;
	margin-bottom:15px;
}
.friends p
{
	font-size:16px;
	font-weight:bold;
	margin-top:35px;
	margin-bottom:30px;
	background-image:url(../img/2.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:5px 0 5px 40px;
}
.finish
{
	margin-top:30px;	
}
.finish a
{
	display:block;
	width:80px;
	padding:5px 5px;
	text-align:center;
	color:#fff;
	font-size:11px;
	border:none;
	letter-spacing:2px;
	margin:0 auto;
	text-transform:uppercase;
	text-decoration:none;
}
.finish a:link,
.finish a:visited
{
	background-color:#f20000;
}
.finish a:hover,
.finish a:active
{
	background-color:#000;
}


.invitationThanks h2{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:65px;
	margin-top:60px;
	line-height:78px;
}
.invitationThanks h2 span{
	font-size:33px;
	line-height:40px;
}
.invitationSentOk h2{ font-size:40px;}
.invitationSentOk li{ line-height:22px;}
.invitationSentOk .friends{ margin-top:35px !important;}


.invitation .invitationForm{ margin-top:40px !important;}
.invitation .invitationForm input[type="text"]{
	width: 229px;
	border: 1px solid #bbb;
	padding: 3px;
	margin-top: 6px;
	color: #666;
	font-size: 11px;
}
.invitation .invitationForm td p{	
	font-size: 12px;
	margin-bottom: 25px;
}
.invitation .form2{	
	position:relative;
	overflow:hidden;
}
.invitation .form2 td p{	
	margin-bottom: 20px;
}
.invitation .invitationForm select{
	width: 235px;
	height: 20px;
	border: 1px solid #bbb;
	margin-top: 8px;
	color: 	#666;
	font-size: 11px;
	background-color: #fff;
}
.invitation .invitationForm td p img{
	vertical-align:middle;	
}

.invitation .invitationForm .alertRight
{
	padding-top:5px;
	height:38px;
}

.invitation .invitationForm .tooltip-becomeMember {
	position: absolute;
	z-index: 100;
	width: 241px;
}

.invitation .invitationForm .tooltip-becomeMember-top {
	height: 14px;
	background-image: url(../img/tooltip-becoMember-top2.png);
	background-repeat: no-repeat;
}

.invitation .invitationForm .tooltip-becomeMember-center {
	background-image: url(../img/tooltip-becoMember-center.png);
	background-repeat: repeat-y;
	padding: 15px 20px 20px 20px;
}
.invitation .invitationForm .tooltip-becomeMember-bottom {
		height: 9px;
	background-image: url(../img/tooltip-becoMember-bottom.png);
	background-repeat: no-repeat;
}

.invitation .invitationForm .tooltip-becomeMember-center h3, 
.invitation .invitationForm .tooltip-becomeMember2-center h3, 
.invitation .invitationForm .tooltip-becomeMember3-center h3 {
	font-size: 11px;
	color: #f20000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.invitation .invitationForm .tooltip-becomeMember-center p, 
.invitation .invitationForm .tooltip-becomeMember2-center p, 
.invitation .invitationForm .tooltip-becomeMember3-center p {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin:0;
}
.invitation .invitationForm .start{
	float:right;
	margin-right:10px;	
}
.invitation .form2 .start{
	margin-top:10px !important;	
}
.invitation .invitationForm .start a{
	padding-left:10px;
	padding-right:20px;
}
.invitation .form2 .start a{
	padding-left:0px;
	padding-right:0px;
}

.invitation .invitationForm .required{
	float:left;
	position:static;
	padding-top:20px;
}
.invitation .invitationForm .accept
{
	float:left;
	font-size:11px;
	color:#000;
	margin-top:22px;
}
.invitation .invitationForm .accept p{
	font-size:11px !important;
	line-height: unset;
}
.invitation .invitationForm .accept span
{
	padding-top:10px;
}
.invitation .invitationForm .accept .bewebCheck{
	margin-top:-2px;
}
.invitation .form2 .required{
	
	padding-top:15px;
}
.invitation .invitationPolicy{
	position:absolute;
	right:135px;
	bottom:5px;	
	font-size: 11px;
	color: #000;
}
.invitation .invitationPolicy input[type="checkbox"]{
	margin-right:5px;	
}
.invitation .invitationPolicy a{ text-decoration:none;}
.invitation .invitationPolicy a:link,
.invitation .invitationPolicy a:visited{
	border-bottom: 1px dashed #000;
	padding-bottom: 1px;
	color: #000;
}
.invitation .invitationPolicy a:hover,
.invitation .invitationPolicy a:active{
	border-bottom: 1px dashed #f20000;
	padding-bottom: 1px;
	color: #f20000;
}
.invitation .invitationForm select[multiple]{
	height:74px;
	margin-top:6px;
	padding:3px;
}
.invitation .invitationForm textarea{
	width: 229px;
	height:90px;
	border: 1px solid #bbb;
	padding: 3px;
	margin-top: 6px;
	color: #666;
	font-size: 11px;
}
.invitation .invitationForm .characters{ font-size:10px; color:#999;}

.invitation .form2 .upload{
	position:absolute;
	right:6px;
	top:0;
	font-size:11px;
	padding:4px 15px;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
}
.invitation .form2 .uploadInput{ 
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
	position:absolute;
	right:6px;
	top:0; 
	width:90px;
	z-index:200; 
}

/************************************/
/*** SOME HOMES *************************/
/************************************/

.theseAre h2{ font-size:50px; font-weight:bold; font-family:'Helvetica Neue',Arial, Helvetica, sans-serif; margin-top:35px; margin-bottom:5px;}
.theseAre p{ font-size:19px; font-weight:bold; line-height:28px; letter-spacing:0 !important; font-family:'Helvetica Neue',Arial, Helvetica, sans-serif;}
.theseAre .gallery{ width:496px; overflow:hidden; margin-top:20px; }
.theseAre .gallery ul{ width:497px;}
.theseAre .gallery li{ float:left; width:70px; margin-right:1px;margin-bottom:1px;}
.theseAre .gallery li a{ display:block;}
.theseAre .gallery li img{ width:70px;}


.theseAre .wantInvitation
{
	position:absolute;
	top:220px;
	left:50%;
	margin-left:-80px;
}
.theseAre .wantInvitation a
{
	display:block;
	width:160px;
	height:16px;
	padding:4px 0px 0 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border:none;
	margin:0 auto;
	text-decoration:none;
}
.theseAre .wantInvitation a:link,
.theseAre .wantInvitation a:visited
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:right -1px;
}
.theseAre .wantInvitation a:hover,
.theseAre .wantInvitation a:active
{
	background:url(../img/btn-wantInvitation.png);
	background-repeat:no-repeat;
	background-position:right -23px;
}


/************************************/
/*** SUBMENU ************************/
/************************************/

.submenu
{
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	min-width:952px;
	height:37px;
	background:url(../img/black-80.png);
	background-repeat:repeat;
	z-index:11;
	display:none;
}
.submenu ul
{
	margin-left:30px;	
	margin-top:8px;
}
.submenu li
{
	float:left;
	padding:5px 16px 5px 16px;
	background-image:url(../img/footer-line.jpg);
	background-repeat:no-repeat;
	background-position:left 7px;
	letter-spacing:0px;
}
.submenu li:first-child
{
	padding:5px 16px 5px 0;	
	background:none;
}
.submenu a,
.submenu a.active
{
	font-size:11px;
	text-decoration:none;
	display:block;
}
.submenu a:link,
.submenu a:visited
{
	color:#ccc;	
}
.submenu a:hover,
.submenu a:active

{
	color:#fff;	
}
.submenu a.active:link,
.submenu a.active:hover,
.submenu a.active:visited,
.submenu a.active:active
{
	color:#fff;
	cursor:default;
}

/************************************/
/*** FOOTER COPYRIGHT TOOLTIP *******/
/************************************/

.copyToolTIp
{
	width:161px;
	height:25px;
	padding:12px 10px 10px 18px;
	background:url(../img/bg-copyrightBottom.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:25px;
	left:12px;
	z-index:11;
	font-size:10px;
	color:#000;
	display:none;
}

/************************************/
/*** FOOTER *************************/
/************************************/

.footer
{
	width:100%;
	min-width:952px;
	height:42px;
	background-color:#fff;
	position:absolute;
	display:none;
	bottom:0;	
	z-index:12;
	
	
}

/*** FOOTER LEFT ***/

.footer .left
{
	float:left;
	margin-left:27px;
	padding-top:15px;
	font-size:11px;
	color:#9b9a9c;
}
.footer .left li
{
	float:left;
	padding:0 13px;
	background-image:url(../img/footer-line.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
}
.footer .left li:first-child
{
	padding:0 10px 0 0;	
	background:none;
}
.footer .left a,
.footer .left a.active
{
	display:block;
}
.footer .left a:link,
.footer .left a:visited
{
	/*color:#9b9a9c;*/
	color:#000;
}
.footer .left a:hover,
.footer .left a:active,
.footer .left li span
{
	/*color:#000;*/
	color:#f20000;
	text-decoration:none;
}
.footer .left a:hover span{
	color: #b82919;
}
.footer .left a.active:link,
.footer .left a.active:visited
{
	/*color:#000;*/
	color:#f20000;
}
.footer .left a.active:hover,
.footer .left a.active:active
{
	/*color:#9b9a9c;*/
	color:#000;
	text-decoration:none;
}


#someNewHomes a:link,
#someNewHomes a:visited
{
	color:#f20000;
}
#someNewHomes a:hover,
#someNewHomes a:active
{
	color:#000;
	text-decoration:none;
}
#someNewHomes a.active:link,
#someNewHomes a.active:visited
{
	color:#000;
}
#someNewHomes a.active:hover,
#someNewHomes a.active:active
{
	color:#f20000;
	text-decoration:none;
}




/*** FOOTER RIGHT ***/

.footer .right
{
	float:right;
	padding-right:60px;
	padding-top:10px;
}
.footer .right ul
{
	margin-top:5px;	
}
.footer .right li
{
	float:left;
	list-style-image:url(../img/arrow-footerRight.png);
	margin-left:71px;
}
.footer .right li a,
.footer .right li span
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.footer .right li a:link,
.footer .right li a:visited
{
	color:#000;
}
.footer .right li a:hover,
.footer .right li a:active,
.footer .right li a.active,
.footer .right li span
{
	color:#f20000;
}
.diapoWIB{
	position:absolute;
	top:0px;
	left:30px;	
}
.diapoHello{
	position:absolute;
	top:0px;
	left:30px;	
}
.diapoHIW{
	position:absolute;
	top:143px;
	left:30px;	
}
.seccio{
	position:absolute;
	top:0px;
	left:30px;	
}
.diapoPrice{
	position:absolute;
	top:0px;
	left:30px;	
}

.testimoni{
	position:absolute;	
	width:100%;
}

.sendOKmessage{
	margin-top:35px;
	line-height:20px;	
}
.sendOK{
	line-height:50px;	
}




/*******************************************/
	/* marc */
.reset-password ul
{
	width:246px;
}
.reset-password li
{
	font-size:12px;
	line-height:21px;
	margin-bottom:20px;
	list-style-image:url(../img/resetLi1.png);
	margin-left:15px;
}
.reset-password li
{
	font-size:12px;
	line-height:21px;
	margin-bottom:20px;
	list-style-image:url(../img/resetLi1.png);
	margin-left:15px;
}
.reset-password .btn-login
{
	margin-top:0;	
}
.reset-password h2
{
	font-size:23px;	
}


a.legalTermsSendMessage,
.fq a{
	text-decoration:none;	
}

a.legalTermsSendMessage:link,
a.legalTermsSendMessage:visited,
.fq a:link,
.fq a:visited
{
	border-bottom:1px dashed #000;
	padding-bottom:1px;
	color:#000;
}
a.legalTermsSendMessage:hover,
a.legalTermsSendMessage:active,
.fq a:hover,
.fq a:active
{
	border-bottom:1px dashed #f20000;
	padding-bottom:1px;
	color:#f20000;
}

.bewebCheck{
	margin-top:-2px;
}

a.accessSpecial:link,
a.accessSpecial:visited{
	text-decoration:none;
	color:#000;	
	background-color:#eee; 
	padding:10px 15px;
}
a.accessSpecial:hover,
a.accessSpecial:active{
	text-decoration:none;
	color:#ffffff;	
	background-color:#666; 
	padding:10px 15px;
}

a.linkred:link,
a.linkred:visited{
	text-decoration:none;
	border-bottom:1px dashed #000;
	color:#000;	
}
a.linkred:hover,
a.linkred:active{
	text-decoration:none;
	border-bottom:1px dashed #f20000;
	color:#f20000;	
}

#specialPolicy a.radioBtn{
	text-decoration:none;
	margin-right:5px;
	border-bottom:none;
}


.tornarSpecial{
	font-size:11px; 
	letter-spacing:1px;
}
a.tornarSpecial:link,
a.tornarSpecial:visited{
	color:#666;
	text-decoration:none;
}
a.tornarSpecial:hover,
a.tornarSpecial:active{
	color:#f20000;
	text-decoration:none;
}




.invitationCode a.wantinvitation3{
	padding: 15px 28px 15px 28px; 
	display:block;
}
.invitationCode a.wantinvitation3:hover,
.invitationCode a.wantinvitation3:active{
	/*color:#f20000;*/
}



/* HELLO
*******************************************/

.bodyHello .footer{
	position:fixed;
	top:inherit !important;
	bottom:0 !important;
}
.bodyHello .submenu{
	position:fixed;
	top:inherit !important;
	bottom:42px !important;
}

.contentHello{
	width:100%;
	left:0px !important;
	top:0px;
	height:auto;
	right:0px !important;
	position:relative;
}

.contentHello .left{
	width:100%;
	height:auto;
	padding:0;
	min-width:1000px;
	overflow:hidden;
	padding-bottom:79px;
}
.contentHello .right{
	position:fixed;
	right:30px;
	top:60px;
}
.contentHello .left ul{
	margin:0;
}
.contentHello .left li{
	float:left;
	list-style:none;
	margin:0 2px 2px 0;
	width:337px;
	position:relative;
	
	overflow:hidden;
}
.contentHello .left li img{
	width:100%;
}

.contentHello .left li .txt{
	position:absolute;
	bottom:0px;	
	background:url(../img/black-80.png);
	background-repeat: repeat;
	color:#fff;
	width:100%;
	line-height:18px;
	padding-top:10px;
	padding-bottom:10px;
	bottom:-60px;
}
.contentHello .left li .txt h3{
	font-size:14px;padding-left:15px;
}

.contentHello .left li .txt h3 span{
	font-size:12px;
	font-weight:normal;
}
.contentHello .left li .txt h4{
	font-size:11px;
	font-weight:normal;padding-left:15px;
}
.contentHello .left li .txt .work{ float:right; font-size:10px; text-transform:uppercase; font-weight:normal; padding-right:15px; letter-spacing:2px; padding-top:2px; width: 170px;
text-align: right;}



a.whatIsBehommLink{
	font-size:12px;
	color:#fff!important;
}

a.whatIsBehommLink:hover,
a.whatIsBehommLink:active{
	color:#e4e4e4!important;
}

a.checkPrice{
	text-decoration:none;
 	border-bottom:1px dashed #000;
} 

a.checkPrice:hover,
a.checkPrice:active{
	text-decoration:none;
 	border-bottom:1px dashed #f20000;
	color:#f20000!important;
}

a.freeTryLink{
	color:#f20000!important;
	padding:15px 40px;
	background-color:#e4e4e4;	
	width: 140px;
	margin: 40px auto 4px 140px;
	display: block;
	font-weight:bold;
}
a.freeTryLink:hover,
a.freeTryLink:active{
	background-color:#ccc!important;
}



.architectureForHumanity{
	margin-top:60px;	
}
.architectureForHumanity p{
	font-size:14px!important;
	line-height:22px!important;
	font-weight:normal!important;	
}

a.linkRed {
border-bottom: 1px dashed #f20000!important;
color: #f20000!important;
}
a.linkRed:hover,
a.linkRed:active {
border-bottom: 1px dashed #cc0000!important;
color: #cc0000!important;
}



/* SELFTISING */

.start-btn{
    margin-top:5px;
}

.start-btn a{
    display:block;
    width:261px;
    margin:0 auto 0 160px;
    line-height:45px;
    font-size:16px;
    color:#f20000;
    font-weight:bold;
    text-align:left;
    background:url(../img/bg-startbtn.png);
    background-position:0 0;
    background-repeat:no-repeat;
    padding:0 0px 0 0px;
}
.start-btn a:hover,
.start-btn a:visited{
    background:url(../img/bg-startbtn.png);
    background-position:0 bottom;
    background-repeat:no-repeat;
}
.start-btn p{
    font-size:12px; color:#000;
    font-weight:normal;
    text-align:center;
}

a.changeDiapoHIW:hover span{
	color: #000 !important;
}
.gdpr{
	color: rgb(158,158,158);
	font-size: 10px !important;
	margin-top: 21px;
	margin-right: 13px;
	line-height: 11px !important;
}
.gdpr a.legalTerms{
	text-decoration:none;
	color: rgb(158,158,158);
}
.gdpr a.legalTerms:link, .gdpr a.legalTerms:visited {
	border-bottom:1px dashed rgb(158,158,158);
	padding-bottom:1px;
}
.gdpr a.legalTerms:hover, .gdpr a.legalTerms:active {
	border-bottom:1px dashed #000;
	padding-bottom:1px;
	color:#000;
}
