/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Just Another Hand', cursive;
 */

.probootstrap-loader
{
    background: #ffffff url('img/preloader.gif') no-repeat center;
}

body
{
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4
{
    font-family: 'Playfair Display', serif;
}

/* Bottoni*/

.btn
{
    border-radius: 8px;
}

    .btn.btn-primary
    {
        border: 2px solid #0f552e;
        background: #0f552e;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 400;
    }



/* Lay */
.probootstrap-header
{
    padding-top: 41px;
    padding-bottom: 30px;
}

.probootstrap-logo
{
    padding-left: 0px;
}

    .probootstrap-logo h1
    {
        color: #28522e;
        font-size: 24px;
        text-transform: none;
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        line-height: 20px;
        display: block;
        text-align: center;
        width: 381px;
        margin-top: 27px;
    }

    .probootstrap-logo img
    {
        float: left;
        margin-right: 5px;
    }

    .probootstrap-logo span
    {
        padding: 0px;
        margin: 0px auto 0px auto;
        color: #28522e;
        font-size: 12px;
        text-transform: none;
        font-weight: 400;
        font-family: 'Playfair Display', serif;
        line-height: normal;
        letter-spacing: 8px;
        text-align: center;
    }

.probootstrap-nav
{
    margin-top: 30px;
}

.probootstrap-main-nav li a
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #0f552e;
    font-variant: normal;
    line-height: 18px;
    word-spacing: normal;
    letter-spacing: normal;
}

.probootstrap-main-nav li.flag a
{
    opacity: 0.45;
}

    .probootstrap-main-nav li.flag a img
    {
        margin-top: -5px;
    }

    .probootstrap-main-nav li.flag a:hover
    {
        opacity: 1;
    }

    .probootstrap-main-nav li.flag a.current
    {
        opacity: 1;
    }

@media screen and (max-width: 767px)
{
    .probootstrap-main-nav li.flag a
    {
        float: left;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1199px)
{

    .probootstrap-logo img
    {
        margin: 0px auto 0px auto;
        padding: 0px;
        float: none;
        display: inline-block;
    }


    .probootstrap-logo h1
    {
        margin: 10px auto 0px auto;
        padding: 0px;
        float: none;
        display: inline-block;
        width: auto;
    }

    .probootstrap-nav
    {
        padding: 0px;
        margin: 10px auto 0px auto;
        float: none;
        display: block;
        text-align: center;
        clear: both;
    }

    .probootstrap-header
    {
        padding-top: 41px;
        padding-bottom: 30px;
    }

    .probootstrap-header
    {
        padding-top: 5px;
    }

    .probootstrap-logo
    {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
        text-align: center;
        width: 300px;
    }
}

@media screen and (max-width:480px)
{
    .probootstrap-logo img
    {
        margin: 0px 0px 0px 20px;
        padding: 0px;
        float: none;
        display: block;
    }

    .probootstrap-logo h1
    {
        width: 140px;
        margin: 0px;
        text-align: center;
        display: block;
    }

    .probootstrap-logo span
    {
        font-size: 10px;
        letter-spacing: 1px;
    }
}

.probootstrap-burger-menu
{
    top: 120px;
}

.extra-text .probootstrap-burger-menu
{
    top: 30px;
}

/* Banner Top */
.flexslider
{
    color: rgba(255,255,255,1);
}

    .flexslider .probootstrap-heading
    {
        font-size: 90px;
        color: #fafafa;
        line-height: 70px;
    }

@media screen and (max-width: 768px)
{
    .flexslider .probootstrap-heading
    {
        font-size: 60px;
        line-height: 50px;
    }
}

.flexslider .probootstrap-sub-wrap
{
    color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 18px;
    max-width: 700px;
}

.flexslider .probootstrap-slider-text
{
    margin-top: 365px;
}

@media screen and (max-width: 1440px)
{
    .flexslider .probootstrap-slider-text
    {
        margin-top: 300px;
    }
}

@media screen and (max-width: 480px)
{
    .flexslider .probootstrap-slider-text
    {
        margin-top: 100px;
    }
}


.slider-height, .flexslider, .flexslider .slides > li
{
    height: 841px;
    /* No Parallax */
    background-attachment: inherit;
}

@media screen and (max-width: 1440px)
{
    .slider-height, .flexslider, .flexslider .slides > li
    {
        height: 800px;
    }
}

@media screen and (max-width: 480px)
{
    .slider-height, .flexslider, .flexslider .slides > li
    {
        height: inherit;
        height: 500px;
    }
}

/* Bread*/
.bread-section
{
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.breadcrumb
{
    background-color: transparent;
    text-align: center;
}

    .breadcrumb ul
    {
        list-style-type: none;
        text-align: center;
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
    }

    .breadcrumb li
    {
        color: #333333;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 36px;
        float: left;
        display: inline-block;
    }

    .breadcrumb a
    {
        text-transform: uppercase;
        color: #115630;
        text-decoration: underline;
    }

        .breadcrumb a:hover
        {
            color: #333333;
        }

/* Home Product */

.product-item
{
    min-height: 360px;
}

    .product-item img
    {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .product-item .text .heading
    {
        color: #115630;
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        text-align: center;
        min-height: 100px;
    }

    .product-item .text a
    {
        text-align: center;
        display: block;
        color: #202020;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
    }


/* Home Center */
.probootstrap-section.probootstrap-bg .heading
{
    font-family: 'Just Another Hand', cursive;
    font-size: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: normal;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}


.probootstrap-section.probootstrap-bg .sub-heading
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}


/* Home Footer */
.italia
{
    height: 28px;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 8px;
    border-bottom-width: 10px;
    border-top-color: #009600;
    border-bottom-color: #ff0000;
}

.probootstrap-section.probootstrap-bg:before
{
    background: none;
}

.probootstrap-section.probootstrap-bg
{
    background-attachment: inherit;
}

.homesloganbot h3
{
    font-family: 'Playfair Display', serif;
    color: #115630;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.homesloganbot p
{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}
/* Azienda */

.azienda
{
    margin-top: 0px;
    padding-top: 0px;
}

    .azienda h3
{
    font-family: 'Playfair Display' , serif;
    color: #115630;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    margin-top: 0px;
}

    .azienda p
    {
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 18px;
        font-weight: 300;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 60px;
    }

/* Produzione */
.produzione
{
    margin-top: 0px;
    padding-top: 0px;
}

.produzione h3
{
    font-family: 'Playfair Display' , serif;
    color: #115630;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    margin-top: 0px;
}


.produzione p
{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
}
/* Scheda */
.scheda
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top:0px;
    margin-top:0px;
}

    .scheda p
    {
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 18px;
        font-weight: 300;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 120px;
    }

    .scheda h3
    {
        font-family: 'Playfair Display', serif;
        color: #115630;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

/* Contatti */
#map
{
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #e9eae5;
}

.Alert
{
    padding: 0px 0px 0px 20px;
    margin: 0px;
    color: #FF0000;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    display: block;
}

#WaitSubmit
{
    padding: 10px 0px 0px 5px;
    display: none;
}

.probootstrap-section-heading .heading
{
    font-family: 'Playfair Display', serif;
    color: #115630;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.probootstrap-form label
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}
.contatti 
{
    margin-top:0px;
    padding-top:0px;
}

.contatti h4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}

.with-icon span
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
}

/* FOTOGRA*/
/* Produzione */
.fotografie
{
    margin-top: 0px;
    padding-top: 0px;
}

.fotografie h3
{
    font-family: 'Playfair Display' , serif;
    color: #115630;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    margin-top: 0px;
}



/* Footer */
.probootstrap-footer.probootstrap-bg
{
    background-attachment: inherit;
}

    .probootstrap-footer.probootstrap-bg:before
    {
        background: none;
    }

.probootstrap-footer-widget .heading
{
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    line-height: 36px;
    word-spacing: normal;
    color: #FFFFFF;
    font-weight: 700;
}


.probootstrap-footer-widget p
{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
}


.probootstrap-footer-widget a
{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    line-height: 24px;
}
