﻿@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}
body,html{
	padding:0px;
	margin:0px;
	outline:none;
    line-height: 17px;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
    box-sizing:border-box;
}


h1 {
    color: #303030;
    line-height: 45px;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
    margin-bottom:20px;
    z-index:2;
    letter-spacing: 5px;
}

h2 {
    color: rgba(0,0,0,0.5);
    line-height: 25px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
    z-index:2;
    letter-spacing: 3px;
    margin-bottom:10px;
}

    h2.big {
        line-height: 45px;
        font-size: 45px;
    }
h3 {
    color: rgba(0,0,0,0.5);
    line-height: 18px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    word-wrap: break-word;
    z-index:2;
    letter-spacing: 3px;
    margin-bottom:20px;
}

h4 {
    color: #000000;
    line-height: 22px;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    position: relative;
    z-index:2;
}
h5 {
    color:#fff200;
    line-height: 14px;
    font-size: 14px;
    letter-spacing:3px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    position: relative;
    z-index:2;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  padding:10px 0;
  z-index:2;
  color: #303030;
}

    p.big {
        font-size:16px;
        line-height:24px;
        max-width:400px;
        color:#808080;
        padding:10px 0;
    }


.introHome {
    position: absolute !important;
    bottom: 50px;
    left: 0;
    right: 0;
}

strong {
    font-weight: 400;
}

a {
    color: #999;
}
    a:hover {
        color:#000;
    }

p strong {
    color:rgba(0,0,0,0.75);
}

.bigText {
    font-family: 'Spectral SC', serif;
    font-size: 46px;
    color: #fff;
    line-height: 40px;
    margin-bottom:10px;
}

@font-face {
    font-family: 'DearJoe5CasualW04-Pro';
    src: url('font/DearJoe5Casual.ttf');
}

.cursiveText {
    font-family: 'DearJoe5CasualW04-Pro';
    /*font-family: 'Dancing Script', cursive;*/
    font-size: 34px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 0;
}

.writerText {
    font-style:italic;
    font-size:16px;
    color:#dcdcdc;
}

#master {
    display:block;
    width:100%;

    position:relative;
}

.uppercase {
    text-transform:uppercase;
}

.posRelative {
    display:block;
    position:relative !important;
}

.headerLabel {
    display:block;
    font-size: 20px;
    color: #888888;
    margin:10px 0;
}


.center {
    text-align:center;
    position:relative;
}

.uppercase {
    text-transform:uppercase !important;
}

.leftAlign {
    text-align:left !important;
}
.rightAlign {
    text-align:right !important;
}
.contentPage {
    display:block;
    z-index:5;
    width:100%;
    position:relative;
    overflow:hidden;
    
}

.paddingRightMenu {
    padding-right:90px;
}
.blockPage {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.blockPageFixed {
    position: fixed !important;
    z-index: 1 !important;
}

.blockPageContent{
    padding:120px 50px 50px 50px;
}
.blockPageTextContent {
    padding: 120px 50px;
}


.padding50 {
    padding:50px;
}

.doble_block {
    display:inline-block;
    vertical-align:top;
    width: 50%;
    text-align:left;
}
.tree_block {
    display:inline-block;
    vertical-align:top;
    width: 33.333%;
    text-align:left;
}
.four_block {
    display:inline-block;
    vertical-align:top;
    width: 25%;
    text-align:left;
}
.five_block {
    display:inline-block;
    vertical-align:top;
    width: 20%;
    text-align:left;
}

.box_1_of_3 {
    display:inline-block;
    vertical-align:top;
    width: 33.333%;
    position: relative;
}
.box_2_of_3 {
    display:inline-block;
    vertical-align:top;
    width: 66.666%;
    position: relative;
}

.boxColorPromo {
    display: block;
    min-height: 300px;
    max-width: 500px;
    background-color: rgba(183, 135, 77, 0.96);
    position: relative;
    padding: 30px;
    color: #fff;
}

    .boxColorPromo strong {
        color:#fff;
    }
    
    
    .box img {
        display: block;
        width: 100%;
        height: auto;
    }

.box:hover img {
    opacity:0.8 !important;
}



.setHeightIntro {
        height: 500px;
    }


.section_white_bg {
    background-color:#fff;
}
.section_white_alpha90 {
    background-color:rgba(255, 255, 255, 0.90);
}

.section_grey_bg {
    background-color:#F2F2F2;
}
.section_dark_bg {
    background-color:#182934;
}

.shadow {
    -moz-text-shadow: 0px 2px 4px #000 !important;
    -webkit-text-shadow: 0px 2px 4px #000 !important;
    text-shadow: 0px 2px 4px #000 !important;
}

.white {
    color: #ffffff !important;
    border-color:#ffffff !important;
}
.grey {
    color: rgba(0,0,0,0.5) !important;
}

.color_white {
    color:#fff !important;
}
.color_dark {
    color:#333 !important;
}
.color_orange {
    color:#ff7d00 !important;
}

.paddingPage {
    padding:120px 0;
}

.paddingBlock {
    padding:20px;
}

.maxWidth {
    display:block;
  max-width: 1280px;
  margin: 0 auto;
  padding:0 10px;
  position:relative;
}

.logo {
    width: 210px;
    height: 80px;
    background-image: url(../App_Images/logo-white-agriturismo.svg?er);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 230px;
    position: absolute;
    left: 50px;
    top: 10px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.masterScrolled .logo {

}


.spacer {
    display:block;
    width:100%;
    height:60px;
    position:relative;
    clear:both;
}

#footer {
    background:#AEABAE;
    padding:15px 0;
    color:#fff;
    position:relative;
    z-index:5;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}





.listVantaggi {
    display:block;
    margin:auto;
    max-width:500px;
    margin-top:50px;
   margin-bottom:30px;
}
    .listVantaggi li {
        position: relative;
        margin: 0 0 50px 0;
        padding-left: 45px;
        font-weight: 300;
        display: block;
        font-size:20px
    }
.listVantaggi li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 0;
    background: url(../App_Images/list_arrow.svg) no-repeat;
}







/* --------------------------------------------------------------------------  */
.scroll-down {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 35px;
  cursor: pointer;

  -webkit-animation: bounce 1.5s ease-in-out infinite alternate;
  -moz-animation: bounce 1.5s ease-in-out infinite alternate;
  -ms-animation: bounce 1.5s ease-in-out infinite alternate;
  -o-animation: bounce 1.5s ease-in-out infinite alternate;
  animation: bounce 1.5s ease-in-out infinite alternate;

}
.scroll-down:after {
    content: ' ';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@-moz-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@-o-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}

/*-------------------------------------------------------------------------*/


#waitAjax {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../App_Images/preloader.gif);
    
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#waitAjax.load {
    opacity: 0.7 !important;
}


    #waitAjax #circleLoader {
        margin: 10px auto;
          width: 200px;
          height: 200px;
    }

#save_success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/save_success.svg);
    background-size:140px;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    #save_success.load {
        opacity:1 !important;
    }

/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:2;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/


.circle-rounded {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



/*-- LAZY LOAD------------------------------------------------------------------*/
.preloader {
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    top:0;
    left:0;
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:url(../App_Images/preloader.gif) no-repeat center center;
}
.endLoadLazy {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    height:100%;
    width:100%;
    display:block;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.fixBg .endLoadLazy {
    background-attachment:fixed !important;
}
/*-- LAZY LOAD------------------------------------------------------------------*/
.grad {
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}


.note {
    color: #999 !important;
    font-size: 10px !important;
    line-height: 15px !important;
}
#map_canvas {
    height: 460px;
    background: #fff;
}

.boxSocial {
    display: block;
    width: 40px;
    height: 80px;

    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 10;
}

    .boxSocial a {
        display:block;
        width:40px;
        height:40px;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:20px;
    }
        .boxSocial a.facebook {
            background-image:url(../App_Images/ico_facebook.svg);
        }
        .boxSocial a.instagram {
            background-image: url(../App_Images/ico_instagram.svg);
        }
        
        
        .boxSocial a:hover {
            opacity: 0.8;
        }