/*--------------------- WEB FONTS ----------------------------------*/
/*
Open Sans Condensed
	Light 300
	Light 300 italic
	Bold 700

Open Sans
	Light 300
	Light 300 italic
	Regular 400
	Regular 400 italic
	Bold 700
	Bold 700 italic

Titoli H1 H2 H3 H4 H5	- font-family: 'Open Sans', sans-serif;
Testo 					- font-family: 'Open Sans Condensed', sans-serif;
Testo piccolo			- font-family: 'Open Sans Condensed', sans-serif;
*/
/*--------------------- WEB FONTS ----------------------------------*/
html {
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin: 0;
	padding: 0;
	color: #808080;
}
/*--------------------- CLASSI GENERICHE ---------------------------*/
a {
	color:#999999; 
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.5s;
}
a:hover {
	color:#0eaaa6; 
	text-decoration: none;
}
h1 {
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#333333;

}
h4 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}
h5 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
p {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
li {
	list-style: none outside none;
}
hr {
	color: #fff;
	height: thin;
	float:left;
	width:100%;
	border-top: 1px solid #0eaaa6;
	border-left:0px;
	border-right:0px;
}

/*--------------------- CLASSI SETTORI -----------------------------*/
.delimiter {
	width: 1170px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------- HEADER -------------------------------------*/
#panel-header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	z-index:1;
}
#header-darker{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:270px;
	background-color:rgba(0,0,0,0.5);
	overflow:hidden;
}
#header-logo {
	float:left;
	width:auto;
	overflow:hidden;
}
#header-menu {
	height:80px;
	overflow:hidden;
}
#header-search {
	position:absolute;
	top:190px;
	float:left;
	width:100%;
	height:80px;
	background-color:rgba(0,0,0,0.5);
	overflow:hidden;
	/*z-index:1;*/
}
#header-slogan {
	float:left;
	width:100%;
	height:60px;
	background-color: #0eaaa6;
	overflow:hidden;
}

/* MENU --------------------*/

#divSlideMenu {
	float:right;
	display: block;
	text-align: justify;
}
#divSlideMenu ul {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#divSlideMenu ul li {
	float:left;
	height: 75px;
	list-style: none outside none;
	width: auto;
	padding: 0 10px 0 10px;
	text-align:center;
	line-height:80px;
	transition-property: background-color color border-bottom;
	transition-duration: 0.1s;
	border-bottom:none;
}
#divSlideMenu ul li:hover {
	border-bottom:solid 5px #fdbf01;
}
#divSlideMenu a {
	color:#fff;
}
#divSlideMenu a:hover {
}
.menu-active {
	border-bottom:solid 5px #0eaaa6 !important;
}
#divMenuLanguage {
	float:right;
	position:relative;
	padding:30px;
}
#divMenuLanguage img {
	width:20px;
}
#divMenuButton {
	display: none;
}

/* FORM --------------------*/

#divForm {
	width:100%;
	margin-left:auto;
	margin-right:auto;
    padding: 5px 0 0 0;
}
#divForm-mobile {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.formfield {
	width: 21%;
	padding:18px 0.5% 0 0.5%;
	float: left;
}
.formfield-button {
	width: 11%;
	padding:18px 0.5% 0 0.5%;
	float: left;
}
input[type="text"] {
	height: 35px;
	color: #394041;
	width:98%;
	border: 1px solid #cdcdcd;
	font-size:14px;
        padding-left:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="email"] {
	height: 35px;
	color: #394041;
	width:98%;
	border: 1px solid #cdcdcd;
	font-size:14px;
        padding-left:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="tel"] {
	height: 35px;
	color: #394041;
	width:98%;
	border: 1px solid #cdcdcd;
	font-size:14px;
        padding-left:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select {
	height: 35px;
	color: #394041;
	width:100%;
	border: 1px solid #cdcdcd;
	font-size:14px;
    padding-left:5px;
    background: #fff url(../images/select-button.png) no-repeat 100% 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"] {
	background-color:#0eaaa6;
	border: none;
	height: 36px;
	color: #FFFFFF;
	text-shadow:1px 1px 1px #000;
	width:100%;
	padding:0 auto;
	font-size:16px;
	cursor:pointer;
	transition-property: background-color;
	transition-duration: 0.5s;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"]:hover {
	background-color:#64d5d3;
}
textarea {
	font-family: 'Open Sans', sans-serif;
    color: #394041;
	width:100%;
	border: 1px solid #cdcdcd;
	font-size:14px;
    padding-left:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* SLOGAN --------------------*/

#header-slogan h1 {
	font-size: 32px;
	font-weight:300;
	margin-top: 5px;
	text-align:left;
	margin-bottom:0;
	color:#fff;
}

/*--------------------- CONTENT ------------------------------------*/

#panel-content {
	float:left;
	width:100%;
	/*text-align:center;*/
}

/* SEARCH PROPOSAL --------------------*/

.searchCounter {
	position:relative;
	float:left;
	width:50%;
	text-align:left;
	margin: 20px 0 ;
	box-sizing: border-box;
}
.searchOrder {
	position:relative;
	float:left;
	width:50%;
	text-align:right;
	margin: 20px 0;
	box-sizing: border-box;
}
.orderBy {
	height: 25px;
	width:150px;
    background: #fff url(../images/select-button.png) no-repeat 100% -5px;
}
.orderType {
	height: 25px;
	width:100px;
    background: #fff url(../images/select-button.png) no-repeat 100% -5px;
}
#divSearchProposalContainer {
	position:relative;
	margin-top:0px;
	width:100%;
	box-sizing: border-box;
}
.searchProposal {
	float:left;
	width:100%;
	text-align:left;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin-bottom:30px;
}
.searchProposalLeft {
	position:relative;
	float:left;
	width:50%;
}
.searchProposalRight {
	position:relative;
	float:left;
	width:50%;
	box-sizing: border-box;
	height:338px;
	overflow:hidden;
}
.searchProposalRight img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}
	.searchProposalContData {
		position:relative;
		float:left;
		width:70%;
	}
	.searchProposalContButton {
		position:relative;
		float:left;
		width:30%;
	}
	.searchProposalContText {
		position:relative;
		float:left;
		width:100%;
		margin-bottom:10px;
		height:120px;
		overflow:hidden;
	}
	.searchProposalContText p {
		margin:0 20px 0 20px;
		font-size:14px;
	}
	.searchProposalContDett {
		position:relative;
		float:left;
		width:100%;
	}

.searchPropertyType {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:32px;
	margin: 10px 20px 0 20px;
	color:#333333;
}
.searchPropertyName {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:24px;
	margin: 0 20px 10px 20px;
	color:#333333;
}
.searchPropertyLocation {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:16px;
	margin: 0 20px 10px 20px;
}
.btnSearchProperty {
	float:right;
	width:100px;
	padding: 15px 20px;
	margin-top:20px;
	margin-right:20px;
	background-color: #FFFFFF;
	text-align: center;
	color: #0eaaa6;
	border: solid 1px #0eaaa6;
	font-size:13px;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
	transition-property: background-color color;
	transition-duration: 0.5s;
    z-index:1;
}
.btnSearchProperty:hover {
	background-color:#0eaaa6;
	color:#fff;
}
.searchPropertyDetails {
	position:relative;
	/*top:70px;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:16px;
	margin: 5px 20px 10px 20px;
}

.searchProposalRight figcaption {
	color: #fff;
	position: absolute;
	width: 100%;
	z-index:1;
}
.searchPropertySellRent {
	position:relative;
	float:right;
	left:0;
	height: 20px;
	width:110px;
	font-size:12px;
    font-weight:700;
    padding: 0 5px;
	text-align:center;
	line-height:20px;
	margin-right:30px;
	margin-top:30px;
	border-radius:3px;
}
.sell {
	background-color:#fdbf01;
	color: #000;
}
.rent {
	background-color:#ab0101;
    text-shadow:1px 1px 0px #000;
	color: #fff;
}
.sellrent {
    background-color:#61AB3F;
    color: #000;
}
.searchPropertyPrice {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-align:right;
	float:right;
	font-size:26px;
	margin-top:245px;
	padding:5px 30px 5px 10px;
	width:100%;
	text-shadow:1px 1px 0px #000;
	background-color:rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
#pages-counter-div {
	width:100%;
	text-align:center;
	margin:0px auto 20px auto;
}
.pages-counter, .pages-counter-active {
	font-size:16px;
	line-height:35px;
	color:#000;
	width:35px;
	height:35px;
	background-color:#fff;
	border: solid 1px #0eaaa6;
	/*margin:2px;*/
	margin-bottom:5px;
	display:inline-block;
	transition-property: background-color color;
	transition-duration: 0.5s;
	border-radius:50%;
}
.pages-counter-active, .pages-counter:hover {
	background-color:#0eaaa6;
	color:#fff;
}
.pages-counter-inactive {
	font-size:16px;
	line-height:35px;
	color:#000;
	width:35px;
	height:35px;
	background-color:#fff;
	border: solid 1px #0eaaa6;
	/*margin:2px;*/
	margin-bottom:5px;
	display:inline-block;
	transition-property: background-color color;
	transition-duration: 0.5s;
	border-radius:50%;
}

/*--------------------- FOOTER -------------------------------------*/

#panel-footer {
	float:left;
	width:100%;
	background: #333 url(../images/footer.jpg) repeat-x;
}
.footerSection {
	position: relative;
	float:left;
	width:31.73%;
	margin-left: 0.8%;
	margin-right: 0.8%;
	padding: 0px 10px;
	box-sizing: border-box;
}
.footerSection h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:24px;
	color:#fdbf01;
}
.footerSection p {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	margin:0 0 0 5px;
	color:#CCC;
}
.credits-social-container {
	width:100%;
	text-align:left;
	margin-bottom:60px;
}
.credits-social-icon {
	font-size:18px;
	line-height:18px;
	text-align:center;
	width:35px;
	height:35px;
	border: solid 1px #fff;
	display:inline-block;
	color:#fff;
	transition-property: background-color;
	transition-duration: 0.5s;
	border-radius:100%;
}
.credits-social-icon:hover {
	background-color:#0eaaa6;
}
.footerEnd {
	float:left;
	width:100%;
	margin:40px 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:13px;
	text-align:center;
	color:#fdbf01;
}

/*-------------- FORM PAGINA CONTATTACI --------------*/
#contact-pageform-container {
	width:50%;
	float:left;
}
#contact-pagecontact-container {
	width:49%;
	float:left;
	padding:0 0 0 1%;
}
#contact-pageform-container input[type="text"] {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container input[type="email"] {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container input[type="tel"] {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container select {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container textarea {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container h2, #contact-pagecontact-container h2, #contact-pagecontact-container h4 {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-weight:300;
	padding-top:20px;
}
.p_contatti_title {
	color:#0EAAA6;
	font-size:26px;
    font-weight:300;
	text-align:center;
}
.p_contatti_txt {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:24px;
	text-align:center;
    font-weight:300;
}
.p_contatti_phone {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:30px;
	text-align:center;
	font-weight:400;
	color:#000;
}
.p_contatti_privacy {
	font-size:14px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:justify;
}
.p_contatti_privacy, #contact-pagecontact-container h4 {
	padding:0 2% 0 1%;
}

#contact-pageform-container input[type="submit"] {
	width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
/*-------------- FORM PAGINA INFO --------------*/
#info-sx-container {
	padding:10px;
}
/*-------------- PAGINA INFO --------------*/
.info-left {
    float:left;
	width:40%;
}
.info-right {
    float:left;
	width:59%;
    padding-left:1%;
    text-align: justify;
}
.info-left img {
	width:100%;
    margin-bottom:10px;
}



/*==================================================================*/
/*							Media Queries							*/
/*==================================================================*/

/* Step 2. - 940 px (monitor piccolo) ==============================*/
@media (max-width: 1169px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
	width: 940px;
}
}

/* Step 3. - 725 px (Tablet horiz) =================================*/
@media (max-width: 939px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
	width: 725px;
}
.btnSearchProperty {

	padding: 10px 5px;

}
}

/* Step 4. - 500 px (Tablet Vert) ==================================*/
@media (max-width: 724px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
	width: 500px;
}
#header-darker{
 	height:190px;
}
#header-menu {
	width:100%;
	overflow: visible;
}
#header-slogan h1 {
    font-size: 30px;
	margin-top:10px;
    text-align: center;
}

/*--------------------- SLIDE MENU ---------------------*/

#divSlideMenu {
	display: none;
	width:100%;
}
#divMenuButton {
	display: block;
	z-index:1;
	position:absolute;
	height:48px;
	width:48px;
	background-color:#0eaaa6;
	color:#fff;
	text-align:center;
	line-height:40px;
	right:10px;
	top:10px;
	font-size:32px;
	transition-property: background-color color;
	transition-duration: 0.5s;
	border-radius:3px;
}
#divMenuButton:hover {
	background-color:#64d5d3;
}
#divSlideMenu ul li {
	float:left;
	width: 100%;
	text-align:center;
	line-height:43px;
	background-color:#333333;
	font-size:18px;
	border-bottom:1px solid #5D5D5D;
}
#divMenuLanguage {
	float:none;
	padding:10px;
	position:absolute;
	right:65px;
	top:10px;
	background-color:#0eaaa6;
	transition-property: background-color color;
	transition-duration: 0.5s;
	cursor:pointer;
	border-radius:3px;
}
#divMenuLanguage:hover {
	background-color:#64d5d3;
}
#divMenuLanguage img {
	width:28px;
}
#divSlideMenu ul li {
	height: 45px;
	border-bottom:none;
}
#divSlideMenu ul li:hover {
	border-bottom:none;
	background-color:#64d5d3;
	color:#000;
}

/* FORM SEARCH -----------------*/

input[type="submit"] {
	width:100%;
	padding:0 auto;
	font-size:13px;
}
#header-slogan h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.searchCounter, .searchOrder{
	font-size:12px;
}
.searchCounter {
	width:100%;
	text-align:center;
    margin: 10px 0 ;
}
.searchOrder {
	width:100%;
	text-align:center;
	margin: 10px 0;
}
.orderBy {
	height: 35px;
    background: #fff url(../images/select-button.png) no-repeat 100% 0;
}
.orderType {
	height: 35px;
    background: #fff url(../images/select-button.png) no-repeat 100% 0;
}

.formfield {
	width: 99%;
	padding:10px 0.5% 0 0.5%;
	float: left;
}
.formfield-button {
	width: 99%;
	padding:10px 0.5% 0 0.5%;
	float: left;
}
input[type="text"] {
	width:100%;
}

#divForm {
	display:none;
}
#divForm-mobile {
	display:block;
}
.divForm-mobile-button {
	position:relative;
	height:45px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	text-align:center;
	line-height:45px;
	transition-property: background-color;
	transition-duration: 0.5s;
	box-sizing: border-box;
	border-radius:3px;
	background-color: #0eaaa6;
}
.divForm-mobile-button:hover {
	background-color:#64d5d3;
}

#header-search {
    position:inherit;
	height:auto;
	padding-bottom: 20px;
	background-color:#333;
}

/*-------------- FORM PAGINA CONTATTACI --------------*/
#contact-pageform-container {
	width:100%;
}

#contact-pagecontact-container {
	width:100%;
	float:left;
	padding:0 1%;
	border-top:1px solid #ccc;
}

/*-------------- PAGINA INFO --------------*/
.info-left {
    /*float:left*/;
	width:100%;
}
.info-right {
    /*float:left;*/
	width:100%;
    padding-left:0;
}

/* FOOTER -------------------*/

.footerSection {
	float:none;
	width:100%;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
}
.credits-social-container {
	text-align:center;
	margin-bottom:20px;
}
.footerSection p {
	line-height:30px;
	font-size:16px;
}
.searchProposalLeft {
	width:100%;
}
.searchProposalRight {
	width:100%;
	height:280px;
}
.searchProposalContText {
	display:none;
}
.searchPropertyPrice {
	margin-top:195px;
	font-size:20px;
}
}

/* Step 5. - Fluido (Smartphones) ==================================*/
@media (max-width: 499px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
	width: 98%;
	margin-left:1%;
	margin-right:1%;
}
/*SEARCH ----------------------------------*/

/*#header-search {
	height:auto;
	padding-bottom: 20px;
	background-color:#333;
}*/

/*FORM ----------------------------------*/

/*.formfield {
	width: 99%;
	padding:10px 0.5% 0 0.5%;
	float: left;
}
.formfield-button {
	width: 99%;
	padding:10px 0.5% 0 0.5%;
	float: left;
}
input[type="text"] {
	width:100%;
}

#divForm {
	display:none;
}
#divForm-mobile {
	display:block;
}
.divForm-mobile-button {
	position:relative;
	height:45px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	text-align:center;
	line-height:45px;
	transition-property: background-color;
	transition-duration: 0.5s;
	box-sizing: border-box;
	border-radius:3px;
	background-color: #0eaaa6;
}
.divForm-mobile-button:hover {
	background-color:#64d5d3;
}*/
#header-slogan h1 {
	font-size: 22px;
	margin-top: 15px;
}
#header-slogan h2 {
	font-size: 12px;
}

}