/*--------------------- 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:100;
}

#sliderContainer {
    overflow:hidden;
}
#header-darker{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:600px;
    /*background-color:rgba(0,0,0,0.5);*/
    background-color:rgba(0,0,0,0);
    overflow:hidden;
}
#header-logo {
    float:left;
    width:auto;
    overflow:hidden;
}
#header-menu {
    height:80px;
    overflow:hidden;
}
#header-search {
    position:absolute;
    top:520px;
    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:130px;
    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;
}
#divForm-mobile {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    display:none;
}
.formfield {
    width: 21%;
    padding:7px 0.5% 0 0.5%;
    float: left;
}
.formfield-button {
    width: 11%;
    padding:7px 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;
}
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;
}

/* SLOGAN --------------------*/

#header-slogan h1 {
    font-size: 32px;
    font-weight:300;
    text-align:center;
    margin-top:22px;
    margin-bottom:0;
    color:#fff;
}
#header-slogan h2 {
    font-size: 16px;
    font-weight:300;
    font-style:italic;
    text-align:center;
    margin-top:0;
    margin-bottom:0;
    color:#fff;
}
/*--------------------- CONTENT ------------------------------------*/

#panel-content {
    float:left;
    width:100%;
    text-align:center;
}

/* ABOUTUS --------------------*/

#divAboutus {
    width:100%;
    margin-top:25px;
    border:solid 1px #0eaaa6;
    padding: 10px;
    text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
#divAboutus h3 {
    font-weight:300;
    color:#333333;
    margin-top:0;
    margin-bottom:10px;
}
#divAboutus p {
    font-weight:300;
    text-align:justify;
    color:none;
    margin-top:0;
    margin-bottom:10px;
}
#divAboutus {
    margin-top:25px;
    border:solid 1px #0eaaa6;
    width:100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align:center;
}

/* SERVICES --------------------*/

#divServices {
    float:left;
    margin-top:0px;
    width:31.73%;
    margin-left: 0.8%;
    margin-right: 0.8%;
    text-align:center;
    box-sizing: border-box;
    padding:10px;
}
#divServices h3 {
    font-weight:300;
    color:#0eaaa6;
    margin-top:10px;
    margin-bottom:10px;
}
#divServices p {
    font-size:14px;
}

/* LAST PROPOSAL --------------------*/

#divLastProposalContainer {
    float:left;
    margin-top:0px;
    width:100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.lastProposal {
    position: relative;
    overflow: hidden;
    width:31.73%;
    height:200px;
    margin-left: 0.8%;
    margin-right: 0.8%;
    margin-bottom: 0px;
    float:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lastProposal img {
    width: 100%;
    display: block;
    -moz-transition:800ms;
    -webkit-transition: 800ms; 
    -o-transition: 800ms; 
    transition: 800ms;
    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%);
}
.lastProposal figcaption {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding:20px 0 0 0;
    position: absolute;
    -webkit-transition: 800ms; 
    -o-transition: 800ms; 
    transition: 800ms;
    width: 100%;
    cursor: pointer;
}
.lastProposal[data-effect="fade-in"] figcaption {
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}
.lastProposal[data-effect="fade-in"]:hover figcaption {
    opacity: 1;
}
.propertySellRent {
    height: 20px;
    width:110px;
    font-size:14px;
    line-height:20px;
    margin-left:auto;
    margin-right:auto;
    border-radius:3px;
    font-weight:700;
    padding: 0 5px;
}
.sell {
    background-color:#fdbf01;
    /*text-shadow:-1px -1px 0px #FFF;*/
    color: #000;
}
.rent {
    background-color:#ab0101;
    text-shadow:1px 1px 0px #000;
    color: #fff;
}
.sellrent {
    background-color:#61AB3F;
    /*text-shadow:1px 1px 0px #000;*/
    color: #000;
}
.propertyPrice {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:32px;
    margin-bottom:0px;
    border-bottom: solid 1px #fff;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 5px;
}
.propertyName {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:24px;
    margin-top:10px;
    margin-bottom:0;
}
.propertyLocation {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:16px;
    font-style:italic;
    margin-top:0;
    margin-bottom:0;
}
.propertyShortDescription {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:14px;
    /*font-style:italic;*/
    margin-top:0;
    margin-bottom:0;
}

/* DAY PROPOSAL --------------------*/

#divDayProposalContainer {
    float:left;
    margin-top:0px;
    width:100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.dayProposal {
    float:left;
    width:100%;
    text-align:left;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.dayProposalLeft {
    float:left;
    width:50%;
    box-sizing: border-box;
}
.dayProposalRight {
    position:relative;
    float:left;
    width:50%;
    box-sizing: border-box;
    overflow:hidden;
}
.dayProposalRight 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%);
}
.dayPropertyType {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:32px;
    margin: 10px 20px 0 20px;
    color:#333333;
}
.dayPropertyName {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:24px;
    margin: 0 20px 0px 20px;
    color:#333333;

}
.dayPropertyShortDescription {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:16px;
    margin: 0 20px 10px 20px;
    color:#333333;
}
.dayPropertyLocation {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:16px;
    margin: 0 20px 10px 20px;
}
.btnDayProperty {
    float:left;
    width:100px;
    padding: 15px 20px;
    margin-left:20px;
    margin-top: 40px;
    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;
}
.btnDayProperty:hover {
    background-color:#0eaaa6;
    color:#fff ;
}
.dayPropertyDetails {
    position:relative;
    /*top:40px;*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:16px;
    margin: 0 20px 10px 20px;
}

.dayProposalRight figcaption {
    color: #fff;
    position: absolute;
    width: 100%;
}
.dayPropertySellRent {
    position:relative;
    float:right;
    left:0;
    height: 20px;
    width:110px;
    font-size:12px;
    font-weight:700;
    text-align:center;
    line-height:20px;
    margin-right:30px;
    margin-top:30px;
    border-radius:3px;
    z-index: 2;
    padding: 0 5px;
}
.dayPropertyPrice {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    text-align:right;
    color:#fff;
    float:right;
    font-size:26px;
    margin-top:235px;
    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;
    z-index:2;
    position: relative;
}

/*--------------------- 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;
    text-align: left;
}
.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;
}

/*==================================================================*/
/*                          Media Queries                           */
/*==================================================================*/

/* Step 2. - 940 px (monitor piccolo) ==============================*/
@media (max-width: 1169px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
    width: 940px;
}
.dayProposalLeft {
    width:38%;
}
.dayProposalRight {
    width:62%;
}
.lastProposal {
    height:170px;
}
.propertyPrice {
    margin-top:5px;
    font-size:28px;
}
.propertyName {
    font-size:20px;
    margin-top:0px;
}
}

/* Step 3. - 725 px (Tablet horiz) =================================*/
@media (max-width: 939px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
    width: 725px;
}
.lastProposal {
    height:131px;
}
.propertyPrice {
    font-size:25px;
}
.propertyName {
    font-size:18px;
    margin-top:5px;
}

/* LAST PROPOSAL --------------------*/

.lastProposal figcaption {
    padding: 10px 0 0 0;
    background: rgba(0,0,0,0.3);
    /*text-shadow:1px 1px 1px #000;*/
}
.lastProposal[data-effect="fade-in"] figcaption {
    opacity: 1;
}
.propertyShortDescription {
    display:none;
}
/* DAY PROPOSAL --------------------*/

.dayPropertyDetails {
    top:0px;
    font-size:12px;
}
.dayPropertyShortDescription {
    font-size:12px;
}
.btnDayProperty {
    margin-top: 0px;
}
.dayPropertyPrice {
    font-size:24px;
    margin-top:195px;
}
}

/* Step 4. - 500 px (Tablet Vert) ==================================*/
@media (max-width: 724px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
    width: 500px;
}
#header-menu {
    width:100%;
    overflow: visible;
}
#header-darker{
    height:420px;
}
#header-search {
    top:420px;
    position:inherit;
}

/*--------------------- 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 ----------------------------------*/

#divForm {
    display:none;
    padding: 5px 0 0 0;
}
#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;
}
.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%;
}

/*SEARCH ----------------------------------*/

#header-search {
    height:auto;
    padding-bottom: 20px;
    background-color:#333;
}

/* FORM SEARCH -----------------*/

input[type="submit"] {
    width:100%;
    padding:0 auto;
    font-size:13px;
}
#header-slogan h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

/* ABOUTUS --------------------*/

#divAboutus p {
    font-size:14px;
}

/* SERVICES --------------------*/

#divServices {
    padding: 10px;
    width:70%;
    float:none;
    margin-left:auto;
    margin-right:auto;
}
#divServices h3 {
    font-size:18px;
}
#divServices p {
    font-size:12px;
}

/* LAST PROPOSAL --------------------*/

.lastProposal {
    width:48.4%;
    height:135px;
    margin-bottom:0px;
}

/* DAY PROPOSAL --------------------*/

.dayProposalLeft {
    width:100%;
    text-align:center;
    padding-bottom:10px;
}
.dayProposalRight {
    width:100%;
}
.dayPropertyDetails {
    top:5px;
}
.dayPropertyShortDescription {
    font-size:20px;
}
.dayPropertyPrice {
    position:relative;
    font-size:24px;
    margin-top:none;
    margin-bottom:0px;
}
.btnDayProperty {
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    float: none;
}
.dayPropertySellRent {
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.dayPropertyPrice {
    margin-top: 190px;
    text-align:center;
}

/* 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;
}
}

/* Step 5. - Fluido (Smartphones) ==================================*/
@media (max-width: 499px) {

/*--------------------- STRUTTURA ----------------------------------*/

.delimiter {
    width: 98%;
    margin-left:1%;
    margin-right:1%;
}

/* LAST PROPOSAL --------------------*/

.lastProposal {
    width:94.4%;
    margin-left:2.8%;
    margin-right:2.8%;
    height:155px;
}
#header-slogan h1 {
    font-size: 22px;
}
#header-slogan h2 {
    font-size: 12px;
}
.propertyName {
    font-size:22px;
}
.propertyLocation {
    font-size: 16px;
}
}