
/* REALIZZATO DA ANDREA DE GIOVINE PER CONTO DI TAMTAM SRL */

/* GLOBALI */
body {
font-family:'Lato';
font-weight: 400;
color: #3f3f3f;
font-size: 18px;
line-height: 1.42857143;
background: #201e1e;
}
*{outline: none;}
h1 {
    color: #2a3c41;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}
h2 {
    font-family: 'Lato';
    color: #2a3c41;
    font-size: 30px;
    margin: 0;
    margin-bottom: 30px;
    line-height: normal;
}
h3 {
    font-family: 'Lato';
    color: #2a3c41;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
a {text-decoration: none; color: #2a3c41;}
a:hover {text-decoration: underline; color: #3f3f3f;}
.contenuto {
    background: #fff;
}
.contenuto .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.copertina {
    background-position: center;
    background-repeat: no-repeat;
    height: 301px;
    background-size: cover;
}
.bottone {
    background-color: #fff;
    color: #2a3c41;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 40px;
    display: inline-block;
    border: 1px solid #2a3c41;
}
.bottone:hover {
	text-decoration: none;
    background-color: #2a3c41;
    color: #fff;
}
.bottone.con-margine {
    margin-top: 50px;
}
.parallax-mirror {
    z-index: 8 !important;
}
/* FINE GLOBALI */

/* HEADER */
.header {
    padding: 26px 0;
    background-color: #fff;
}
.menu-principale nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.menu-principale nav ul li {
    position: relative;
    display: block;
    float: left;
}
.menu-principale nav ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #f2f2f2;
    transition: all 0.3s ease;
    padding: 14.5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.menu-principale nav ul li a:hover, .menu-principale nav ul li a.attivo {
    color: #fff;
    text-decoration: none;
}
.apri-menu, .chiudi-menu {
    font-size: 30px;
    text-align: center;
    width: 54px;
    height: 54px;
    background: #eee;
    line-height: 50px;
    border-radius: 5px;
    color: #2a3c41;
    display: none;
}
.apri-menu {
    float: right;
}
.chiudi-menu {
    margin-bottom: 30px;
}
.sub-menu {
    list-style: none;
    padding: 0;
    border: 1px solid #000;
    position: absolute;
    width: 200px;
    left: 0;
    top: 80px;
    z-index: 9;
    background-color: #fff;
    display: none;
    transition: all 0.3s ease;
    z-index: 99;
}
.sub-menu.attivo {
    display: block;
}
.sub-menu a {
    padding: 17px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #a4a4a4;
    transition: all 0.3s ease;
}
.sub-menu a:hover {
    color: #2a3c41;
    text-decoration: none;
}
.apri-submenu:after {
    content: "\f078";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 11px;
    vertical-align: middle;
}
.overlay-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 98;
    cursor: pointer;
    display: none;
    top: 0;
    left: 0;
    -webkit-transition: display 0.5s;
    transition: display 0.5s;
}
.overlay-menu.attivo {
    display: block;
}
/* FINE HEADER */

/* FOOTER */
.footer {
    background: #333;
    padding: 50px 0;
    color: #fff;
}
.footer h1 {
    color: #fff;
    margin-bottom: 20px;
}
.sub-footer {
    padding: 40px 0;
    background: #201e1e;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}
.sub-footer .social {
    text-align: center;
    font-size: 20px;
}
.sub-footer .social a {
    display: inline-block;
    line-height: 34px;
    width: 34px;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
}
.sub-footer .social .facebook {
	background-color: #3b599b;
}
.sub-footer .social .twitter {
	background-color: #1bb7eb;
}
.sub-footer .social .google {
	background-color: #d7262c;
	margin-right: 0;
}
.sub-footer .power {
	text-align: right;
}
/* FINE FOOTER */

/* TESTATA PAGINE */
.prodotti .copertina {
    background-image: url(/assets/img/prodotti-banner.jpg);
}
.azienda .copertina {
    background-image: url(/assets/img/azienda-banner.jpg);
}
.gallery .copertina {
    background-image: url(/assets/img/gallery-banner.jpg);
}
.errore-404 .copertina {
    background-image: url(/assets/img/404-banner.jpg);
}
.contatti .copertina iframe{
    width: 100%;
}
/* FINE TESTATA PAGINE */

/* FORM CONTATTO */
.form-contatto {
    max-width: 920px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    font-style: italic;
}
.form-contatto .curriculum {
    margin: 0;
    cursor: pointer;
    position: relative;
    border: #e0e0e0 1px solid;
    padding: 9px 15px;
    color: #4e4e4e;
    margin-bottom: 25px;
    width: 100%;
}
.form-contatto .curriculum input {
    left: -9999px;
    position: absolute;
}
.form-contatto .curriculum img {
    float: right;
}
.form-contatto input[type="text"] {
    width: 100%;
    height: 42px;
    border: #e0e0e0 1px solid;
    padding: 0 15px;
    color: #4e4e4e;
    margin-bottom: 25px;
}
.form-contatto textarea {
    width: 100%;
    height: 130px;
    border: #e0e0e0 1px solid;
    padding: 9px 15px;
    color: #4e4e4e;
    margin-bottom: 25px;
}
.form-contatto .privacy {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
}
.form-contatto .privacy input {
    position: absolute;
    left: 0;
}
.errore {
    background: rgba(237, 20, 61, 0.2);
    border: 1px solid #ed143d;
    color: #ed143d;
    padding: 10px;
}
.conferma {
    background: rgba(0, 128, 0, 0.2);
    border: 1px solid green;
    color: green;
    padding: 10px;
}
/* FINE FORM CONTATTO */

/* SLIDER */
.skdslider .slide-desc {
    bottom: 40%;
    max-width: 38%;
    right: 12%;
    left: auto;
    background: none;
}
.skdslider .slide-desc > p {
    font-family: "CF Jack Story Regular";
    font-size: 40px;
    line-height: 50px;
    color: #2a3c41;
    margin: 0;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
/* FINE SLIDER */

/* CAROUSEL */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 9;
    width: 100%;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {opacity: 0.5;color: transparent;height: 30px;width: 30px;}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {opacity: 1;}
.owl-carousel .owl-prev {
    position: absolute;
    left: 0;
}
.owl-carousel .owl-next {
    position: absolute;
    right: 0;
}
.owl-carousel .owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    line-height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    color: #000;
}
.owl-carousel .owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    line-height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    color: #000;
}
.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
}


/* FINE CAROUSEL */

/* PORTFOLIO */
.grid-item {
    width: 25%;
    overflow: hidden;
}
.grid-item img {
    width: 100%;
}
.filter-button-group {
    padding: 80px 30px 40px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.filter-button-group button {
    background: none;
    border: 0;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 20px;
    margin: 0;
    color: #a4a4a4;
}
.filter-button-group button:hover, .filter-button-group button.attivo {
    color: #2a3c41;
}
.grid {
    overflow: hidden;
}
.grid-item a {
    display: block;
}
.grid-item a:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
    z-index: 9;
    content: "\f00e";
    color: #fff;
    line-height: 100%;
    font-family: FontAwesome;
    padding-left: calc(50% - 25px);
    font-size: 50px;
    padding-top: calc(50% - 25px);
}
.grid-item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(141, 166, 7, 0.6);
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}
.grid-item a:hover:before {
    top: 0;
}
.grid-item a:hover:after {
    top: 0;
}
/* FINE PORTFOLIO */

/* MODAL */
.close span {
    line-height: 42px;
    display: inline-block;
    font-size: 45px;
}
.modal-title {
    text-align: center;
}
.modal-body h3 {
    margin: 20px 0 0;
    font-style: italic;
    font-size: 18px;
}
.modal-body p {
    font-style: italic;
    font-size: 16px;
}
/* FINE MODAL */

/* VARIE */
.certificati {
    border: #c7d387 1px solid;
    padding: 15px;
    text-align: center;
}
.certificati img {
    max-width: 150px;
}
.certificati a {
    display: block;
    margin-top: 25px;
    font-style: italic;
}
.lavora h1 {
    margin-bottom: 30px;
}
/* FINE VARIE */


/* Personalizzazioni */

.top-menu-sx ul, .top-menu-dx ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu-sx ul li, .top-menu-dx ul li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255,0.5);
    position: relative;
}
.top-menu-sx ul li:last-child, .top-menu-dx ul li:last-child {
    border-right: 0;
}
.top-menu-dx ul {
    text-align: right;
}
.top-menu-sx ul li a, .top-menu-dx ul li a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255,0.8);
    padding: 17px;
    display: block;
}
.top-menu-sx ul li a:hover, .top-menu-dx ul li a:hover {
    color: #fff;
}
.raleway {
	font-family: 'Raleway', sans-serif;
}
.header {
	background: #f6f5f5;
    padding: 0;
}
.copertina {
    height: 613px;
}
.sub-footer {
    padding: 26px 0;
    background: #262626;
    color: rgba(255,255,255,0.25);
    font-size: 17px;
    font-weight: 200;
}
.sub-footer a {
    color: rgba(255,255,255,0.25);
    text-decoration: none;
}
.sub-footer .power {
    text-align: center;
    opacity: 0.25;
}
.footer img {
    width: auto;
    margin-bottom: 48px;
}
.footer {
    padding: 108px 0 90px;
    color: #cccccc;
    font-weight: 200;
    font-size: 16px;
}
.footer p {
    margin: 0 0 26px;
}
.footer ul li a {
    color: #cccccc;
    text-transform: capitalize;
    font-weight: 200;
    font-size: 17px;
    display: block;
}
.footer ul li a:first-letter {
    text-transform: uppercase;
}
.footer ul {
    list-style: none;
    padding: 0;
}

.footer h1 {
    color: #cccccc;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: 3px;
}
.header .menu-principale {
	background: #757474;
}
.header .logo {
    padding: 12px 0;
}
body, h1, h2, h3, h4 {
	font-family: 'Spectral', serif;
}
.header .lingua {
    position: absolute;
    right: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub-menu {
    border: 0;
    width: 350px;
    background: rgba(117, 116, 116,0.9);
    border-top: 4px solid #fff;
    top: 55px;
}
.lingua .sub-menu {
    left: auto;
    right: 0;
}
.menu-principale nav ul li ul.sub-menu li{
    display: block;
    float: none;
}
.sub-footer {
    background: #757474;
    color: #fff;
    font-size: 13px;
    padding: 13px 0;
}
.sub-footer .power {
	opacity: 1;
}
.footer h1 {
    text-transform: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 29px;
}
.footer {
    background: #4e4e4e;
    padding: 30px 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    opacity: 0.8;
}
.footer ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 2px;
}
.footer ul li i {
    position: absolute;
    left: 0;
    width: 20px;
    text-align: center;
    top: 5px;
}
.lingua .apri-submenu:before {
    content: "\f078";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 11px;
    vertical-align: middle;
}
.lingua .apri-submenu:after {
    display: none;
}
.lingua img {
    display: block;
    float: right;
    padding-top: 2px;
    margin-left: 10px;
}
.blocco_1, .blocco_2, .blocco_3 {
    text-align: center;
}
.blocco_1 h1, .blocco_3 h1 {
    text-transform: none;
    color: #a48121;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blocco_1 p, .blocco_3 p {
    font-size: 25px;
    line-height: 31px;
}
.blocco_1 .bottone {
    margin-top: 38px;
}
.blocco_1 .container {
    padding-top: 106px;
    padding-bottom: 106px;
}
.bottone {
    background: #757474;
    color: #fff;
    border: 0;
    padding: 6px 37px;
}
.bottone:hover {
    background: #4e4e4e;
}
.blocco_2 .img_1, .blocco_2 .img_2, .blocco_2 .img_3, .blocco_2 .img_4 {
    background-size: cover;
    background-position: center center;
}
.blocco_2 .img_1 {
    background-image: url(/assets/img/home-blocco-1.jpg);
}
.blocco_2 .img_2 {
    background-image: url(/assets/img/home-blocco-2.jpg);
}
.blocco_2 .img_3 {
    background-image: url(/assets/img/home-blocco-3.jpg);
}
.blocco_2 .img_4 {
    background-image: url(/assets/img/home-blocco-4.jpg);
}

.blocco_2 .row .row {
    background-image: url(/assets/img/home-blocco-1-sx.png), url(/assets/img/home-blocco-1-dx.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
background-size: contain;
}
.blocco_2 .row .row img {
    position: absolute;
    bottom: 0;
}
.blocco_2 .row .row img.sx {
    left: 0;
}
.blocco_2 .row .row img.dx {
    right: 0;
}
.blocco_2 .testo {
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 99;
}
.blocco_2 h1 {
    text-transform: none;
    font-size: 40px;
    font-weight: 600;
    color: #6b6969;
}
.blocco_2 p {
    font-size: 26px;
    line-height: 24px;
    color: #6b6969;
    font-weight: 200;
    margin-bottom: 28px;
}
.con_sfondo .container {
    padding-top: 165px;
    padding-bottom: 165px;
}
.con_sfondo {
    background-image: url(/assets/img/blocco_con_sfondo.png), url(/assets/img/blocco_con_sfondo.png);
    background-position: -250px -400px, 115% -350px;
    background-repeat: no-repeat, no-repeat;
}

.blocco_3 {
    background-image: url(/assets/img/blocco_3_bg.jpg);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 22px;
    position: relative;
}
.blocco_3 .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.blocco_3:before {
    content: " ";
    background-image: url(/assets/img/blocco_3_sx.png);
    background-position: center center;
    background-size: contain;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 9;
}
.blocco_3:after {
    content: " ";
    background-image: url(/assets/img/blocco_3_dx.png);
    background-position: center center;
    background-size: contain;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 9;
}
body {
    background: #fff;
}
.blocco_3 .blocco {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255,255,255,0.9);
    border-radius: 15px;
    padding: 90px;
}
.blocco_3 h1, .blocco_3 p {
    color: #6b6969;
}
.blocco_3 .bottone {
    border: 2px solid #757474;
    background: #fff;
    color: #757474;
    border-radius: 70px;
    padding: 0px 40px;
    margin-top: 28px;
}
.pag .blocco_1 p {
	text-align: left;
}
.pag .blocco_1 img {
	width: 100%;
}
.percorso {
    background: #f6f5f5;
    margin-top: 10px;
}
.percorso, .percorso a {
    color: #757474;
    font-size: 21px;
    font-weight: 200;
}
.percorso .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.spazio-50 {
	display: block;
	clear: both;
    padding-top: 50px;
}
.galleria_singolo #lightgallery {
    overflow: hidden;
}
.galleria_singolo #lightgallery a {
    width: calc(25% - 4px);
    float: left;
    display: block;
    position: relative;
    margin: 0 2px 2px;
}
.galleria_singolo #lightgallery a:hover:after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.galleria_singolo #lightgallery a:hover:before {
    content: "\f002";
    font-family: FontAwesome;
    text-transform: none;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.galleria_singolo #lightgallery a img {
    width: 100%;
}
.galleria .img_album {
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.galleria h4 {
    background: #f6f5f5;
    margin: 0;
    padding: 19px;
    margin-bottom: 45px;
    color: #a48121;
    font-size: 20px;
}
#map {
    height: 530px;
}
.form-contatti input {
    height: 48px;
    border-radius: 0;
    background: #efefef;
    border: 1px solid #c3c3c3;
    color: #4e4e4e;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: none;
}
.form-contatti textarea {
    border-radius: 0;
    background: #efefef;
    border: 1px solid #c3c3c3;
    color: #4e4e4e;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: none;
    width: 100%;
    height: 184px;
    padding: 10px 13px;
}
.form-contatti .bottone {
    margin-top: 0;
}
.contatti i {
    color: #a48121;
    margin: 0 5px 0 30px;
}

.promo-notices {
    background: #a48121;
    color: #fff;
}

.promo-notices .container {
    padding-top: 30px;
    padding-bottom: 20px;
}

.promo-notices span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.promo-notices span.promo {
    font-size: 39px;
    font-weight: 600;
}

.promo-notices span.post {
    font-size: 25px;
}














/* SOLO PER DESKTOP */
@media (min-width: 992px) {
	.blocco_2 .row .row {
    min-height: 445px;
    position: relative;
    display: flex;
}
.header .menu-principale nav {
    width: 922px;
    clear: both;
    display: block;
    margin: 0 auto;
}
.header .logo {
    text-align: center;
}
.navbar-nav {
    float: right;
}
.menu-principale nav ul li a, .lingua li a {
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    color: rgba(255, 255, 255,0.8);
    padding: 11px 23.5px;
    border: 0;
        display: block;
    text-decoration: none;
}
.menu-principale nav ul li a:hover, .menu-principale nav ul li a.attivo, .lingua li a:hover,  .lingua li a.attivo  {
    background: #6b6969;
    color: #fff;
}

#layerslider .ls-wrapper.ls-in-out {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    top: 40% !important;
}
#layerslider .ls-wrapper.ls-in-out .ls-layer {
    width: 100% !important;
    height: 100% !important;
    white-space: normal !important;
    text-align: center;
    color: #fff;
    font-size: 45px !important;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.8);
}
#layerslider .ls-wrapper.ls-in-out .ls-layer .sottotitolo_slide {
    display: block;
    font-style: italic;
    font-size: 33px;
    line-height: 33px;
    margin-top: -14px;
}
#layerslider .ls-wrapper.ls-in-out .ls-layer .testo_slide {
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 25px;
}
#layerslider .ls-wrapper.ls-in-out .ls-layer .link_slide a {
    background: #cb263c;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    display: inline-block;
    font-size: 22px;
    border-radius: 5px;
    border-bottom: 3px solid #9d3b4a;
    margin-top: 20px;
}
}
@media (min-width: 1500px){
.container {
    width: 1410px;
}
}

/* SOLO PER TAB E MOBILE */
@media (max-width: 992px) {
.blocco_3:before, .blocco_3:after {
		display: none;
}
.blocco_2 .row .row img {
    display: none;
}
.menu-principale {
    position: fixed;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 99;
    right: -80%;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 15px;
    overflow: scroll;
}
.menu-principale.attivo {
    right: 0;
}
.menu-principale nav ul, .menu-principale nav ul li {
    float: none;
}
.footer h1 {
    margin-top: 30px;
}
.footer h1.primo {
    margin-top: 0;
}
.sub-footer {
    text-align: center;
}
.sub-footer .power {
	text-align: center;
}
.skdslider .slide-desc {
    bottom: 10%;
    max-width: 80%;
    right: 10%;
}
.skdslider .slide-desc > p {
    font-size: 16px;
    line-height: 26px;
}
.grid-item {
    width: 50%;
}
.sub-menu {
    position: relative;
    top: 0;
    width: 100%;
}
.sidebar {margin-top:50px;}
.apri-menu, .chiudi-menu {
    display: block;
}
.top-bar, .header {
    top: 0;
}
#layerslider .ls-wrapper.ls-in-out {
    display: none !important;
}
.form_ricerca_tratta .form_ricerca {
    background: rgba(0,0,0,0.1);
}
.copertina h1 {
    font-size: 30px;
}
.header .logo {
    padding: 12px 15px;
}
}
/* SOLO MOBILE */
@media (max-width: 768px) {
.navbar-collapse {
    margin-top: 26px;
}
.bottone {
    width: 100%;
}
.grid-item {
    width: 100%;
}
}