@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Euphoria+Script');

@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter'), url('/fonts/ufonts.com_american-typewriter.woff') format('woff');
}

body {

    color: #404040;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

*::-moz-selection {
    background: #dc971f none repeat scroll 0 0;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #474747;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.h1, h1 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.h2, h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
}

.h3, h3 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 35px;
}

.h4, h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.h5, h5 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.h6, h6 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
}

code {
    background-color: #f2f2f2;
}

p {
    line-height: 1.5em;

}

em, strong {
    color: #404040;
}

strong {
    font-family: ralewaysemibold;
    font-weight: 600;
}

blockquote {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 3px solid #dc971f;
    color: #a3a3a3;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 30px 25px;
}

#main-content {
    position: relative;
    margin-left: 70px;
    position: relative;
    z-index: 2;

}

.shadowLeft {
    box-shadow: -5px -5px 13px -5px rgba(0, 0, 0, 0.7);
    transition: box-shadow 0.25s ease 0s;
}

a, a:focus, a:hover {
    outline: 0 none;
    text-decoration: none;
}

a {
    color: #000000;
}

a:focus, a:hover {
    color: inherit;
}

.inner-wrapper {
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.btn {
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}

.btn-default {
    background-color: #fdfdfd;
    color: #474747;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #f1f1f1;
    border-color: #dedede;
    color: #333;
}

#side-bar {
    background: #fafaf5 none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 270px;
    z-index: 0;

}

#inner-bar {
    background-color: #fafaf5;
    box-shadow: 1px 0 4px -4px #000;
    color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: 5;
}

#menu-toggle-wrapper {
    display: block;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    background-color: #fafaf5;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}

#menu-toggle {
    background: #000000 none repeat scroll 0 0;
    display: block;
    font-size: 30px;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}

#menu-toggle::after, #menu-toggle::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: center center 0;
    width: 100%;
}

#menu-toggle::before {
    top: -8px;
}

#menu-toggle::after {
    bottom: -8px;
}

#menu-toggle-wrapper.anim-out #menu-toggle {
    background: rgba(220, 151, 31, 0) none repeat scroll 0 0;
}

#menu-toggle-wrapper.anim-out #menu-toggle::after {
    transform: rotate(-45deg) translate(3px, -8px);
}

#menu-toggle-wrapper.anim-out #menu-toggle::before {
    transform: rotate(45deg) translate(3px, 8px);
}

#menu-toggle, #menu-toggle::after, #menu-toggle::before {
    transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65) 0s;
}

#menu-toggle-wrapper:focus #menu-toggle::before, #menu-toggle-wrapper:hover #menu-toggle::before {
    top: -6px;
}

#menu-toggle-wrapper:focus #menu-toggle::after, #menu-toggle-wrapper:hover #menu-toggle::after {
    bottom: -6px;
}

#menu-toggle-wrapper.anim-out:focus #menu-toggle::after, #menu-toggle-wrapper.anim-out:hover #menu-toggle::after {
    bottom: -8px;
}

#menu-toggle-wrapper.anim-out:focus #menu-toggle::before, #menu-toggle-wrapper.anim-out:hover #menu-toggle::before {
    top: -8px;
}

#inner-bar > .logo-alt {
    bottom: 20px;
    padding: 15px;
    position: absolute;
    width: 70px;
}

#inner-bar > .logo-alt img {
    width: 100%;
}

#side-wrapper {
    padding-top: 70px;
}

#side-inner {
    min-height: 100%;
    position: relative;
}

#img-sidebar {
    max-width: 200px;
    margin: 0 auto;
}

#side-contents {
    left: 0;
    /*padding-bottom: 200px;*/
    padding-bottom: 120px;
    position: relative;
}

#logo-wrapper {
    padding: 30px 90px 10px;
    /*padding: 60px 40px 40px;*/
}

#logo-wrapper a {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}

#logo-wrapper img {
    max-width: 100%;
}

#side-footer {
    bottom: 0;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#copyright {
    color: #8d8d8d;
    margin-top: 10px;
    position: relative;
}

#copyright::after {
    background-color: #d9d9d9;
    box-shadow: 0 1px 0 0 #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: -5px;
    width: 70px;
}

#side-collapse {
    color: #818181;
    display: block;
    font-size: 20px;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease 0s;
    width: 100%;
}

#side-collapse:focus, #side-collapse:hover {
    color: #46463c;
}

#side-collapse i {
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.show-sidebar #side-bar {
    display: block;
}

.show-sidebar #inner-bar, .show-sidebar #menu-toggle-wrapper {
    display: none;
}

.show-sidebar #main-content, .show-sidebar .page-side {
    margin-left: 270px;
}

.show-sidebar #ajax-folio-loader {
    left: 270px;
}

#navigation {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sub-menu {
    background: #fafaf5 none repeat scroll 0 0;
    box-shadow: 2px 0 6px -6px #000;
    display: none;
    left: -100%;
    list-style: outside none none;
    margin: 0;

    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#navigation li a, #navigation li ul li a {
    transition: all 0.25s ease 0s;
}

#navigation li {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #D0DBCF;
    cursor: pointer;
    margin-bottom: 0;
}

#navigation li:first-child {
    border-top: 1px solid #D0DBCF;
}

#navigation li a {
    color: #5F7136;
    display: block;
    font-size: 14px;
    padding: 10px 35px;
    position: relative;
    text-transform: uppercase;
}

#navigation li a:focus, #navigation li a:hover, #navigation li.current-menu-item a, #navigation li.current-menu-parent > a {
    background: #fefefe none repeat scroll 0 0;
    color: #5F7136;
}

#navigation .nav-prev > a::before, #navigation li.current-menu-item a::before, #navigation li.current-menu-parent > a::before {
    background: #5F7136 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;

}

#navigation li ul li.current-menu-item > a::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#navigation .nav-prev > a i {
    margin-right: 15px;
}

#navigation li.menu-item-has-children > a::after {
    color: #a5a5a5;
    content: "";
    font-family: 'Raleway', sans-serif;
    height: 0;
    margin-top: -10px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 0;
}

#navigation ul.sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    border-top: medium none;
}

#navigation ul.sub-menu li a {
    font-size: 13px;
    padding: 12px 35px;
    text-transform: none;
}

#navigation ul.sub-menu li.nav-prev a {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
    padding: 20px 35px;
    text-transform: uppercase;
}

#navigation ul.sub-menu li:last-child {
    margin-bottom: 10px;
}

.social-icons {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.social-icons li {
    display: inline-block;
    list-style: outside none none;
}

.social-icons li a {
    color: #c4c4c4;
    font-size: 30px;
    padding: 6px;
    transition: all 0.25s ease 0s;
}

.social-icons li a:focus, .social-icons li a:hover {
    color: #363636;
}

.page-bg, .page-wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.page-wrapper {
    position: relative;
}

.page-bg {
    background-size: cover;
}

.page-container {
    padding-bottom: 30px;
}

.page-container > .row {
    padding-left: 14%;
    padding-right: 14%;
}

#gmap, .gmap {
    min-height: 400px;
}

#gmap.gmap-full, .gmap.gmap-full {
    height: 100%;
}

#map-marker i {
    color: #363636;
    display: block;
    font-size: 70px;
}

.contact-detail {
    border-bottom: 1px solid #111;
    box-shadow: 0 1px 0 0 #272727;
    color: #838383;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.contact-detail h5 {
    color: #dc971f;
    font-family: 'Raleway', sans-serif;
}

.contact-detail:last-child {
    border-bottom: medium none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-detail .social-icons {
    margin-top: 20px;
}

.contact-detail .social-icons li a {
    color: #8b8b8b;
    font-size: 18px;
    padding: 7px;
}

.contact-detail .social-icons li a:first-child {
    padding-left: 0;
}

.contact-detail .social-icons li a:focus, .contact-detail .social-icons li a:hover {
    color: #cecece;
}

#main-content .nicescroll-rails {
    background: #1b1c18 none repeat scroll 0 0;
    bottom: 0;
    height: 20px !important;
    padding: 7px 0;
    top: auto !important;
}

#main-content .nicescroll-rails > div {
    background: #dc971f none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 6px;
    height: 6px;
    margin-right: 123px;
}

#side-bar .nicescroll-rails > div {
    background: #9a9a9a none repeat scroll 0 0 !important;
}

.box-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.box-social ul li {
    display: inline-block;
}

.box-social ul li a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #686868;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 30px;
}

.box-social ul li a:hover {
    border-radius: 50%;
}

@media only screen and (max-width: 992px) {

    #form-booking label {
        margin-bottom: 5px;
    }

    #form-booking .form-group {
        margin-bottom: 10px;
    }

    body {
        font-size: 13px;
    }

    p {
        line-height: 1.4em;
        margin-bottom: 20px;
    }

    .page-side {
        height: auto;
        left: 0 !important;
        margin: 0;
        padding: 10px 0;
        position: relative;
        top: 0 !important;
        width: 100%;
    }

    .page-main {
        margin-left: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-side .side-content {
        padding: 0 25px;
    }

    .page-side .title {

        font-size: 25px;
        font-weight: 500;
        margin-bottom: 13px;
        margin-left: 40px;
        margin-top: 13px;
        width: auto;
    }

    .page-side .title .first-part, .page-side .title .second-part {
        display: none;
    }

    .page-side .grid-filters, .page-side .title {
        display: inline-block;
        vertical-align: top;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        margin-bottom: 15px;
    }

    .regular-sidebar {
        max-width: 105px;
    }

    #main-content {
        margin-left: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #474747;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

    .h1, h1 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 35px;
    }

    .h2, h2 {
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 35px;
    }

    .h3, h3 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 35px;
    }

    .h4, h4 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .h5, h5 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .h6, h6 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .show-sidebar #menu-toggle-wrapper {
        display: block;
    }

    .show-sidebar #main-content, .show-sidebar .page-side {
        margin-left: 0;
    }

    .show-sidebar #side-bar {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #inner-bar, #inner-bar > .logo-alt {
        display: none;
    }

    #side-bar {
        width: 100%;
    }

    #logo-wrapper {
        margin-top: 70px;
        padding: 10px 40px 40px;
    }

    /*.social-icons{*/
    /*    margin-top:70px;*/
    /*}*/
    /*#side-contents {*/
    /*    margin-top: 70px;*/
    /*}*/
    #img-sidebar {
        max-width: 100px;
    }

    #menu-toggle {
        left: 10%;
    }
}

@media only screen and (max-width: 600px) {

    #side-bar {
        left: 0;
    }

    .interlinea-minore-mobile > address {
        margin-top: 10px !important;
    }

    .interlinea-minore-mobile > address > p {
        margin-bottom: 10px !important;
    }

    .index-title {
        font-size: 50px !important;
    }

    .index-title-glamping{
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 480px) {


}

@media (min-width: 768px) {
    .container {
        width: 680px;
    }

    #menu-toggle-wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 70px;

    }

}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }

    #logo-wrapper {
        display: block
    }

    #side-contents {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

.page {
    padding-top: 50px;
    text-align: center
}

@media only screen and (min-width: 968px) {
    .page {
        padding-top: 10px;

    }
}

.page h2 {
    font-family: 'Architects Daughter', cursive;
    font-size: 42px;

}

.page h4 {

    text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
    font-weight: normal;
    color: #5F7136;
}

.home h2 {
    font-family: 'Euphoria Script', cursive;
    font-size: 65px;
    color: #5F7136;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 380px) {
    .index-title {
        font-size: 38px !important;
    }

    .index-title-glamping{
        font-size: 31px !important;
    }
}

.page img {
    margin: 15px auto;
    /*border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
}

.box-testo {
    background: url(../img/fondino.png);
    padding: 15px;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 15px;
    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.d-flex {
    display: flex;
}

.p-relative {
    position: relative;
}

.video_with_autoplay i{
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    font-size: 60px;
    color: #5F7136;
    text-shadow: 0 0 20px white;
}
.extra .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.extra .video img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
}

.extra .video:after {
    content:"";
    position: absolute;
    display: block;
    background: url(//lorempixel.com/150/150/food/1) no-repeat 0 0;
    top: 45%;
    left: 45%;
    width: 46px;
    height: 36px;
    z-index: 30;
    cursor: pointer;
}
.extra .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.extra .video.player img {
    display: none;
}
.extra .video.player:after {
    display: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-100{
    width: 100%;
}

.align-items-center{
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.page-home .social-icons li a {
    font-size: 30px;
    color: #646464
}

/*.page-home .social-icons li:hover {*/
/*    background-color: #646464;*/
/*}*/

.page-home .social-icons li:hover a {
    color: #2B2B2B;
}

/*.page-home .social-icons li {*/
/*background-color: #646464;*/
/*width: 40px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*border-radius: 5px;*/
/*margin: 5px;*/
/*-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
/*-moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
/*box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
/*}*/

.page-home .social-icons {
    margin-top: 20px;
}

.page-home address {
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
}

.page-home address a {
    color: #000000;
}

.thumbnail img {
    margin: 0px auto;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.thumbnail {
    margin-top: 20px;
    /*	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);*/
    border: none;
    border-radius: 0px;
}

.thumbnail h3 {
    font-family: 'Architects Daughter', cursive;
}

.thumbnail {
    font-size: 16px;
}

.blocco-blog {
    /*border:  gold 2px solid;*/
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(255, 214, 10, 0))) 1 100%;*/
    /*-webkit-border-image: -webkit-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*-moz-border-image: -moz-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*-o-border-image: -o-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*border-image: linear-gradient(to bottom, black, rgba(255, 214, 10, 0)) 1 100%;*/
    margin-top: 20px;
    /*background-color: rgba(255,255,255,0.9);*/
    /*border-radius: 1px;*/
    border: 45px solid transparent;
    /*padding: 15px;*/
    border-image: url(/frame.png) 75 round;
    -webkit-border-image: url(/frame.png) 75 round; /* Safari 3.1-5 */
    -o-border-image: url(/frame.png) 75 round; /* Opera 11-12.1 */
}


.blocco-media {
    /*border:  gold 2px solid;*/
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(255, 214, 10, 0))) 1 100%;*/
    /*-webkit-border-image: -webkit-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*-moz-border-image: -moz-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*-o-border-image: -o-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*border-image: linear-gradient(to bottom, black, rgba(255, 214, 10, 0)) 1 100%;*/
    margin-top: 20px;
    height: 300px;
    /*background-color: rgba(255,255,255,0.9);*/
    /*border-radius: 1px;*/
    /*border: 15px solid #58744b;*/
    border: 30px solid transparent;
    /*padding: 15px;*/
    border-image: none !important;
    -webkit-border-image:  none !important; /* Safari 3.1-5 */
    -o-border-image:  none !important; /* Opera 11-12.1 */
}


.titoloMedia {
    font-family: 'American Typewriter';
    /*color: #5F7136;*/
    color: white;
    font-size: 16px !important;
    /*font-weight: bold !important;*/
}

.iconaMedia {
    color: white
}

.blocco-journal {
    /*border:  gold 2px solid;*/
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(255, 214, 10, 0))) 1 100%;*/
    /*-webkit-border-image: -webkit-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*-moz-border-image: -moz-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*-o-border-image: -o-linear-gradient(black, rgba(255, 214, 10, 0)) 1 100%;*/
    /*border-image: linear-gradient(to bottom, black, rgba(255, 214, 10, 0)) 1 100%;*/
    margin-top: 20px;
    /*background-color: rgba(255,255,255,0.9);*/
    /*border-radius: 1px;*/
    border: 45px solid transparent;
    /*padding: 15px;*/
}

.btn-j-container {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .blocco-journal {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blocco-journal {
        height: 200px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    .blocco-journal {
        height: 300px;
    }



}

@media screen and (min-width: 769px) {
    .div-immagine-media {
        height: 160px;
    }
}

.blocco-cornice-1 {
    border-image: url(/cornice-1.png) 75 round;
    -webkit-border-image: url(/cornice-1.png) 75 round; /* Safari 3.1-5 */
    -o-border-image: url(/cornice-1.png) 75 round; /* Opera 11-12.1 */
}

.blocco-cornice-2 {
    border-image: url(/cornice-2.png) 146 round;
    -webkit-border-image: url(/cornice-2.png) 146 round; /* Safari 3.1-5 */
    -o-border-image: url(/cornice-2.png) 146 round; /* Opera 11-12.1 */
}

.blocco-cornice-3 {
    border-image: url(/cornice-3.png) 55 round;
    -webkit-border-image: url(/cornice-3.png) 55 round; /* Safari 3.1-5 */
    -o-border-image: url(/cornice-3.png) 55 round; /* Opera 11-12.1 */
}

.blocco-journal h5 {
    margin: 0 auto;
}

.caption-journal {
    height: 100%;
}

.blocco-journal > div {
    padding-top: 10px;
    background-color: #ffffff;
    color: #936c1d;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blocco-blog > div {
    height: 100%;
    background-color: #ffffff;
}

.blocco-blog img {
    height: auto;
    object-fit: fill;
    margin: 0 auto;

    @media screen and (min-width: 768px) {
        height: 100%;
    }
}

.btn-journal {
    padding: 5px 20px;
    margin-bottom: 20px;
    color: #936c1d;
    border: solid 1px #936c1d;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.btn-blog {
    padding: 5px 20px;
    margin-bottom: 20px;
    border: solid 1px #5F7136;
    background-color: transparent;
    box-shadow: none;
}

.titoloBlog {
    font-family: 'American Typewriter';
    min-height: 55px;

    & a {
        color: #5F7136;
    }

    & a:hover {
        text-decoration: underline;
    }
}

.titoloJournal {
    font-family: 'American Typewriter';
    min-height: 55px;
    color: #936c1d;
}

@media (min-width: 768px) {
    .blocco-blog {
        height: 350px;
    }

    .blocco-blog .img-blog {
        height: 125px;
    }

    .thumbnail {
        height: 530px;
    }

}

@media (min-width: 320px) {
    .blocco-blog {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .row-eq-height {

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

    .thumbnail-activities{
        height: 98% !important;
        margin-bottom: 5px !important;
    }
}

@media (min-width: 992px) {
    .blocco-blog {
        height: 345px;
    }

    .blocco-blog .img-blog {
        height: 150px;
    }

    .thumbnail {
        height: 530px;
    }
}

@media (min-width: 1200px) {
    .thumbnail {
        height: 550px;
    }

    .blocco-blog .img-blog {
        height: 150px;
    }

    .blocco-blog {
        height: 335px;
    }
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb > li + li::before {
    color: #484848;
}

#map {
    height: 500px;
    width: 100%;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 5px;
}

.table > tbody > tr > th {
    line-height: 1.1em;
}

.link {
    list-style-type: none;
    margin-top: 20px;
}

.link li {
    margin-top: 20px;
}

.link li .fa {
    margin-right: 20px;
}

li.special {
    background-color: #5F7136;
}

#navigation li.special a {
    color: #FFFFFF;
    font-family: 'Euphoria Script', cursive;
    font-size: 40px;
    /*font-size: 18px;*/
    text-transform: none;
    padding: 8px 10px 8px 35px;
}

li.special2 {

    background-color: #5F7136

}

#navigation li.special2 a {

    color: #FFFFFF;
    text-transform: uppercase;
    padding: 8px 10px 8px 35px;
}


#navigation li a:focus, #navigation li a:hover, #navigation li.current-menu-item a, #navigation li.current-menu-parent > a {
    background: #fefefe none repeat scroll 0 0;
    color: #5F7136;
}

.caption h3 {
    color: #B11D1F;
    margin-top : 5px;

}


table-responsive table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    width: 100%;
}

.table-responsive table td, .table-responsive table th {
    border: 1px solid #999;
    font-size: small;
    padding: 4px 5px;
}

.table-responsive table .center {
    text-align: center;
}

/*.listinoprezzi {*/
/*border-collapse: collapse;*/
/*border-spacing: 0;*/
/*vertical-align: top;*/
/*width: 100%;*/
/*}*/
/*.listinoprezzi td, .listinoprezzi th {*/
/*border: 1px solid #999;*/
/*font-size: small;*/
/*padding: 4px 5px;*/
/*}*/
/*.listinoprezzi .center {*/
/*text-align: center;*/
/*}*/
@media (min-width: 968px) {

    .testimonial img {
        max-width: 600px;
    }
}

.navbar-menu {
    max-height: 100%;
    margin: auto;
    padding-top: 0px;
}

/*#menu-toggle-wrapper { touch-action: none; }*/

.img-maxWidth {
    width: 100%;
    height: auto;
    display: block;
}

.video-html5 {
    height: auto !important;
}

@media screen and (min-width: 1200px) {

    body {
        height: 100%;
        /*overflow-y: hidden;*/
    }

    /*.main-index{*/
    /*height:100%!important;*/
    /*}*/
}

.box-responsive {
    -webkit-overflow-scrolling: touch;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table {
    -webkit-overflow-scrolling: touch !important;
}

.margin-t-0 {
    margin-top: 0;
}

.listinoprezzi.table-bordered, .listinoprezzi.table-bordered td, .listinoprezzi.table-bordered th {
    border: solid 1px #000000;
}

.season p {
    margin: 0;
    line-height: 1em;
}

/*.video {*/
/*    position:absolute;*/
/*    height: 100% !important;*/
/*    top:0%;*/
/*    left:0%;*/
/*    bottom:0%;*/
/*    right:0%;*/
/*    margin:auto;*/
/*}*/
/*.wrapper{*/
/*    display:table;*/
/*    !*width:auto;*!*/
/*    !*position:relative;*!*/
/*    width:100%;*/
/*}*/

.playpause {
    background-image: url(/play-button.png);
    background-repeat: no-repeat;
    width: 30%;
    height: 30%;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.tiktok-icon {
    width: 30px;
    height: 30px;
}

.tiktok-icon-small {
    width: 15px;
    height: 15px;
}

.pagination > .active > span{
    background-color: #5F7136;
    border-color: #5F7136;
}

.pagination > li > a{
    color: #5F7136;
}

.pagination > .disabled > span{
    color: #5F7136;
}

.pagination > .active > span:hover{
    background-color: #FFFFFF;
    border-color: #5F7136;
    color: #5F7136;
}
