@charset "UTF-8";
/* Tarì theme - designed by exadv */
body {
    font-family: "Muli", Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* typing */

h1, h3 {
    font-family: 'Nunito Sans', sans-serif;
}

h2, h4 {
    font-family: 'Muli', serif;
}

h5 {
    color: #c1b497;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

/* spacing */

.spacing {
    margin-top: 10px;;
}

.spacing-big {
    margin-top: 32px;;
}

.spacing-top {
    margin-top: 42px;;
}

/* header */

.topnav {
    background-color: #fff;
    overflow: hidden;
    border-top: 10px solid #c1b497;
    border-bottom: 1px solid #c1b497;
}

.topnav a {
    float: left;
    display: block;
    color: #c1b497;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

/* back to top */
img#back-to-top:hover {
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0.5;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    margin-bottom: 0;
    transition: 0.5s;
}

.navbar.navbar-default {
    margin-bottom: 0;
}

.topnav a:hover {
    background-color: #c1b497;;
    color: black;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.logo {
    z-index: 1;
    text-align: center;
}

.logo > a > img {
    height: 70px;
}

.nav {
    margin-bottom: 0;
}

.nav > li.dropdown.open {
    position: static;
}

.nav > li.dropdown.open .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.9);;
    padding: 30px;
    min-height: 150px;
}

.dropdown-menu > li > a {
    color: #000;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #666;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #c1b497;
    background-color: transparent;
}

.img-menu {
    position: absolute;
    width: 200px;
    height: auto;
    top: 0;
    right: 0;
}

.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .4s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle {
    position: relative;

    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-toggle:hover {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: red;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #c1b497;
}

.navbar-default .navbar-toggle:hover {
    background: #fff;
}

.navbar-default .navbar-toggle:active {
    background: #fff;
}

.navbar-default .navbar-toggle:focus {
    background: #fff;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* carousel */

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.carousel-caption {
    top: 40%;
    bottom: auto;

}

.carousel-caption h1 {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-shadow: none !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;

}

.carousel-caption p {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;

}

@media (max-width: 600px) {
    .carousel-caption p {
        display: none;
    }

    .carousel-caption {
        top: 20%;
        bottom: auto;
    }
}

/* banner home module */

.well {
    padding: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.image {
    width: 100%;
}

.text-box {
    top: 30%;
    z-index: 1;
    width: 80%;
    background-color: red;

}

.text {
    color: #000;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60%;
}

.p1 {
    white-space: normal !important;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
}

/* button */

.btn {
    font-family: 'Lato', sans-serif;
    border: 1px solid #c1b497;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 0;
    color: #000;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 10px;
}

.btn:last-child,
.btn:last-of-type {
    margin-right: 0;
}

.btn:hover {
    border: 1px solid #c1b497;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #c1b497;
    text-decoration: none;
}

.btne {
    border: 1px solid #c1b497;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;;
    background: none;
    border-radius: 0;
    padding: 0 26px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 300;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    height: 40px;
    min-width: 150px;
    line-height: 40px;
    margin-right: 8px;
    margin-bottom: 24px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.btne:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btne:hover,
.btne:focus,
.btne.focus {
    color: #000;
    text-decoration: none;
}

.btn-sm {
    height: 29px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
}

/* Button  effect*/
.btne-1d {
    overflow: hidden;
}

.btne-1d:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #c1b497;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btne-1d:hover,
.btne-1d:active {
    color: #000;
}

.btne-1d:hover:after {
    width: 100%;
    opacity: 1;
}

.btne-1d:active:after {
    width: 100%;
    opacity: 1;
}

.nav-pills > li > a {
	background-color: #fff;
	color: #000;
	border-left: 3px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-pills > li > a:hover {
	background-color: #fff;
	color: #666;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-pills > li > a:focus {
	background-color: #fff;
	color: #666;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-pills > li.active > a {
	background-color: #fff;
	color: #c1b497;
	border-left: 3px solid #c1b497;
	border-radius: 0;
}

.nav-pills > li.active > a:hover {
	background-color: #fff;
	color: #c1b497;
	border-left: 3px solid #c1b497;
	border-radius: 0;
}

.nav-pills > li.active > a:focus {
	background-color: #fff;
	color: #c1b497;
	border-left: 3px solid #c1b497;
	border-radius: 0;
}

/* news module */

.container-img {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
}

.container-img:hover .overlay {
    opacity: 0.2;
    cursor: pointer;
}

.effects {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* calendar */

td.number {
    width: 50px;
    background-color: #c1b497;
    color: #fff;
    transition: .5s ease;
    border: 1px solid #ddd;
}

td.number:hover {

    cursor: pointer;
    background-color: #fff;
    color: #c1b497;
    border: 1px solid #c1b497;

}

td.number > h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

td.description > p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Muli', sans-serif;
    font-weight: 200;
}

.paragrafo p, h3 {
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Muli', sans-serif;
}

/* footer */

footer {
    background-color: #25211e;
    border-top: 10px solid #c1b497;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;

}

.vertical-menu a {
    margin-left: 20px;
    color: #999;
    display: block;
    padding: 3px 3px 3px 0px;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    font-size: 12px;
}

.vertical-menu a:hover {
    text-decoration: underline;
}

.info {
    margin-left: 20px;
    color: #999;
    display: block;
    padding: 3px 3px 3px 0px;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    line-height: 18px;
    font-size: 12px;
}

.line-footer {
    border-right: 1px solid #999;
}

@media (max-width: 1200px) {
    .line-footer {
        border-right: none;
    }
}

.title-footer {
    margin-left: 20px;
    color: #999;
    display: block;
    padding: 3px 3px 3px 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 12px;
    font-size: 12px;
}

.credits {
    white-space: normal !important;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #49443e;
    margin-left: 20px;
    padding-left: 3px;
}

/* gallery*/
.caption {
    text-align: center;
    text-decoration: none;
}

.thumbnail {
    border: none;
}

.thumbnail img:hover {
    opacity: .5;
    transition: .5s ease;
}

a {
    color: #333;
    text-decoration: none !important;
}

/* pagination*/
.pagination > li > a, .pagination > li > span {
    color: #25211e;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    padding: 6px 8px;
}

.pagination > li > a:hover {
    color: #25211e !important;
    text-decoration: none !important;
    background-color: #c1b497;
    border: 1px solid #25211e;
}

.pagination > li > span:hover {
    color: #25211e !important;
    text-decoration: none !important;
    background-color: #c1b497;
    border: 1px solid #25211e;
}

.pagination > li > span:after {
    color: #25211e;
    text-decoration: none !important;
    background-color: #25211e;
    border: 1px solid #25211e;
}

.pagination > li > span:focus {
    color: #25211e;
    text-decoration: none !important;
    background-color: #25211e;
    border: 1px solid #25211e;
}

.pagination > li:first-child > a {
    color: #25211e;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;

}

.pagination > li:first-child > a:hover {
    color: #fff;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;
}

.pagination > li:last-child > a {
    color: #25211e;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;

}

.pagination > li:last-child > a:hover {
    color: #fff;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;
}

.pagination > .active > a {
    color: #25211e;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;
    background-color: #c1b497;
}

.pagination > .active > a:hover {
    color: #25211e !important;
    text-decoration: none !important;
    border-radius: 50%;
    border: 1px solid #25211e;
    background-color: #c1b497;
}
/* box press list */
.boxpress > .icon {
    text-align: center;
    position: relative;
}

.boxpress > .icon:before {
    content: "\e026";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 30px;
    color: #c1b497;
    top: 0;
    right: 0;
    margin: 1px 5px 0 0;
    z-index: 1;
}

.boxpress > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #c1b497;
    padding: 15px 0 10px 0;
}

.boxpress > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.boxpress > .icon:hover > .info > h3.title, .boxpress > .icon:hover > .info > p, .boxpress > .icon:hover > .info > a {
    color: #222;
}

.boxpress > .icon > .info > a {
    font-size: 12px;
    color: #222;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 35px 0 0;
}

.boxpress .space {
    height: 30px;
}
/* calendario */
.calendarioaziende .btn {
    padding: 5px;
    height: auto;
    line-height: normal;
    min-width: auto;
    margin-bottom: auto;
    min-width: 25px;
    height: 25px;
}

.calendarioaziende .btn-oggi {
    background-color: #c1b497;
    color: #fff;
}

.alfabeto a {
    background-color: #756f5d;
    padding: 10px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 11px;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-right: 2px;
    text-decoration: none;
}

.alfabeto a:hover {
    background-color: #a38018;
}
.img-box img, .content img {
    max-width: 100%;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    border-radius: 12px;
}

.label-success {
    background-color: #5cb85c;
}

.label-close {
    background-color: #ff0000;
}

.grid .item {
    border: none;
    margin-bottom: 15px;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

@media (min-width: 768px) {
    .content {
        min-height: 500px;
    }
}
.sidenav .list-group-item span{display: block;
    font-family: 'Montserrat', sans-serif; font-weight: 600;}

.editor img {
    max-width: 100%;
}

.editor p + p {
    margin-top: 0.5em;
}