
@font-face {
   font-family: 'brownthin';
    src: url('http://www.5252paseo.com/fonts/brown-thin-webfont.eot');
    src: url('http://www.5252paseo.com/fonts/brown-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.5252paseo.com/fonts/brown-thin-webfont.woff') format('woff'),
         url('http://www.5252paseo.com/fonts/brown-thin-webfont.ttf') format('truetype'),
         url('http://www.5252paseo.com/fonts/brown-thin-webfont.svg#brownthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'Gotham-Light';
    src: url('http://www.5252paseo.com/fonts/Gotham-Light.eot');
    src: url('http://www.5252paseo.com/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('http://www.5252paseo.com/fonts/Gotham-Light.woff') format('woff'),
         url('http://www.5252paseo.com/fonts/Gotham-Light.ttf') format('truetype'),
         url('http://www.5252paseo.com/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'Gotham-Thin';
    src: url('http://www.5252paseo.com/fonts/Gotham-Thin.eot');
    src: url('http://www.5252paseo.com/fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
         url('http://www.5252paseo.com/fonts/Gotham-Thin.woff') format('woff'),
         url('http://www.5252paseo.com/fonts/Gotham-Thin.ttf') format('truetype'),
         url('http://www.5252paseo.com/fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}



.fuente{
	font-family: 'brownthin';
	color:white;
	
}

.fuente2{
	font-family: 'Gotham-Light';
	color:white;
	font-size:13px;
	
}

#footer-text{
	position:fixed;
	float:left;
	bottom:25px;
	left:20%;	
}

#header{
	height:85px;
	width:970px;
	padding:0;
	top:0px;
	margin-left: auto ;
  	margin-right: auto ;
}

#sub-menu{
	list-style-type:none;
	font-family: 'Gotham-Light';
	color:white;
	font-size:13px;
}

#color-background{
	background-color:#f39173;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10001;
	position:absolute;
	float:left;
	opacity:0.78;
	filter:alpha(opacity=78); /* For IE8 and earlier */
	display:none;
}

.tx2{
	font-family:Arial;
	color:white;
	font-size:13px;
	
}

/*FORM*/

::-webkit-input-placeholder { color:#fff; font-family: 'Gotham-Light'; font-size:13px; }
::-moz-placeholder { color:#fff; font-family: 'Gotham-Light'; font-size:13px; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; font-family: 'Gotham-Light'; font-size:13px; } /* ie */
input:-moz-placeholder { color:#fff;  font-family: 'Gotham-Light'; font-size:13px;}

.inpt
{

font-size:13px;
color:white;
font-family: 'Gotham-Light';
  
}

input[type="text"]
{
	padding:5px;
	width:275px;
background-color: transparent; 
border-style: solid; 
border-width: 0px 0px 1px 0px; 
border-color: white;

}

#comments{
padding:5px;
width:275px;
height:100px;
background-color: transparent; 
border-style: solid; 
border-width: 0px 0px 1px 0px; 
border-color: white;

}

.button{
	background-color: transparent;
	border:none;
	font-family: 'Gotham-Light';
	font-size:14px;
	font-weight:bold;
	color:white;
	cursor:pointer;
	
	
}


/* CONTACT FORM BROKER/BUYER 27/01/2017 */

.column-left, .column-right {display:block; float:left;}

.column-right {margin:10px 0 0 30px; padding:0;}
.column-right h3 {font-family:'Gotham-Light'; color:#fff; font-size:18px; line-height:24px; font-weight:normal;}
.column-right p {font-family:'Gotham-Light'; color:#fff; font-size:13px; line-height:20px;}

#broker .contact, #buyer .contact {display:none;}

#broker .active, #buyer .active{display:inline-block;}

#selector {display:inline-block; width:100%;  max-width:410px; text-align:center;}	
#selector a {display:block; width:50%; float:left; height:40px; line-height:40px; background-color:#dc9681; color:#e6c2b8; font-family:'Gotham-Light';}
#selector a.active {background-color:#f59e84; color:#fff;}

.contact {	
	font-family:'Gotham-Light';
	display:none;
	width:100%;	
	text-align:left;
	margin:auto;
	padding:20px 25px 25px;
	color:#fff;
	background:#f59e84;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

#broker .contact, #buyer .contact {display:none;}
#broker .active, #buyer .active{display:inline-block;}

#selector {display:inline-block; width:100%; background-color:#9fddd6; text-align:center;}	
#selector a {display:block; width:50%; float:left; height:40px; line-height:40px; cursor:pointer; font-size:13px; text-transform:uppercase;}
#selector a.active {background-color:#f59e84;}
	
.contact ul {width:280px; float:left; margin:0; padding:0;}
.contact li {font-family:'Gotham-Light'; display:block; width:100%; font-size:13px; float:left; margin-top:15px}
.contact li span {display:block; float:left; margin:0 20px 0 5px; height:30px; line-height:30px;}
.contact li	input.checkbox {width:20px; height:20px; margin:7px 0 0}

.contact li:first-child {margin-top:0;}
.contact li:last-child {border-bottom:none;}

.contact .noborder {border:none;}
.contact .center {text-align:center; margin-top: 20px;}

label {	
	font-family:'Gotham-Light';
	display:block;
	color:#fff;
	margin:0;	
	height:30px;
	font-size:18px;
	line-height:30px;
	width:100px;
	float:left;}
	
input,
input[type="text"] {
	width:280px;
	font-family:'Gotham-Light';
	font-size:18px;
	height:25px;
	line-height:30px;
	display:block;
	color:#fff;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #fff; 
	float:left;
	padding:0;
	margin:8px 0 4px;
	}

select {
	display:block;
	width:280px;
	font-family: 'Gotham-Light';
	padding:2px 5px;
	display:block;
	color:#9a897a;
	font-size:15px;
	line-height:30px;
	height:40px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	cursor:pointer;}
		
input.send {
	display:block;
	background-color:#9a897a;
	color:#fff;
	font-size:15px;
	width:auto;
	height:40px;	
	line-height:20px;
	padding:0 30px;	
	margin-top:10px;
	border:none;}
	
input.send:hover {background-color:#9a897a; opacity:0.5; cursor:pointer;}
	
input.clear {
	display:block;
	background-color:#9a897a;
	border:1px solid #9a897a;
	color:#fff;
	font-size:15px;
	width:auto;
	height:40px;
	line-height:20px;	
	padding:0 15px;		
	margin:10px 0 0 20px;
	border:none;
	opacity:0.5;}
	
input.clear:hover {background-color:#666; opacity:1; cursor:pointer;}

::-webkit-input-placeholder {color:#182236;opacity:0.5;}
:-moz-placeholder {color:#182236; opacity:0.5;}
::-moz-placeholder {color:#182236; opacity:0.5;}
:-ms-input-placeholder {color:#182236; opacity:0.5;}

input.error {color:#F03}
select.error {color:#F03;}
.error::-webkit-input-placeholder {color:#F03;opacity:1;}
.error:-moz-placeholder {color:#F03;opacity:1;}
.error::-moz-placeholder {color:#F03;opacity:1;}
.error:-ms-input-placeholder {color:#F03;opacity:1;}