
/* REALIZZATO DA ANDREA DE GIOVINE PER CONTO DI TAMTAM SRL */

/* GLOBALI */
body {
font-family:'Raleway';
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 */
.logo{
filter: invert(100%);
}
.header {
    padding: 28px 0;
    background-color: #696969;
    border-bottom: 0;
}
.menu-principale nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
.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: #fff;
    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: #2a3c41;
    text-decoration: none;
}
.apri-menu, .chiudi-menu {
    font-size: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    background: transparent;
    line-height: 50px;
    border-radius: 5px;
    color: #eee;
    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: #69696;
    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/copertina_azienda.jpg);
}
.brands .copertina {
    background-image: url(/assets/img/copertina_brands.jpg);
}
.negozi .copertina {
    background-image: url(/assets/img/copertina_negozi.jpg);
}
.blog .copertina {
    background-image: url(/assets/img/copertina_blog.jpg);
}
.pag_media .copertina {
    background-image: url(/assets/img/copertina_media.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 */

body {
    background: #7e7070;
}

.sub-footer {
    background: #262626;
    padding: 15px 0;
    font-size: 12px;
    font-weight: 200;
    border-top: 2px solid #fff;
}

.sub-footer .logo{
filter: invert(0%);
}
h1, h2 {
    font-family: 'Raleway';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 41px;
    text-align: center;
    color: #919191;
    margin-bottom: 34px;
}
.titolo_bianco {
    color: #fff;
}
.footer {
    background: transparent;
    padding: 0;
}
.footer_3 {
    background: #696969;
    padding: 24px 0;
}
.footer_3 h2 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 23px;
    font-weight: 400;
}
.footer_3 ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer_3 ul.social li {
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
}
.footer_3 ul.social li a {
    color: #fff;
    padding: 0 27px;
}
.footer_2 {
    background: #fff;
    padding: 58px 0;
}
.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {
    background: rgba(0, 0, 0, 0.3);
    height: 50px;
    width: 30px;
    border-radius: 0;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    height: 50px;
}
.owl-carousel .owl-nav {
    margin-top: -44px;
}
.owl-carousel .owl-prev:before, .owl-carousel .owl-next:before {
    line-height: 50px;
}
.footer_1 {
    border: 50px solid #e6e6e6;
    background-image: url(/assets/img/newsletter_bg.jpg);
    background-position: center center;
    padding: 75px 0;
}
p.testo_grande {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
.form-newsletter {
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.form-newsletter input {
    height: 41px;
    border-radius: 0;
    background: #e6e6e6;
    border: 0;
    font-size: 18px;
    float: left;
    width: calc(100% - 100px);
}
.form-newsletter button {
    background: #909090;
    border: 0;
    color: #fff;
    line-height: 41px;
    float: left;
    width: 100px;
    font-size: 16px;
    padding: 0;
}
.form-newsletter #esito-newsletter {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.blocco_3 {
    overflow: hidden;
    padding: 55px 0 113px;
    background: #fff;
}
.news .singola .img {
    padding-top: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news .singola {
    margin-bottom: 100px;
}
.news .singola .data {
    line-height: 33px;
    font-size: 20px;
    color: #7e7070;
}
.news .singola .data span {
    font-size: 50px;
    vertical-align: middle;
}
.news .singola h2 {
    font-size: 21px;
    text-align: left;
    font-weight: 600;
    color: #7e7070;
    margin-top: 21px;
    margin-bottom: 12px;
}
.news .singola a {
    display: block;
    cursor: pointer;
}
.news .singola a:hover, .news .singola a:focus {
    text-decoration: none;
    opacity: 0.8;
}
.news .singola .testo p {
    font-weight: 300;
    line-height: 23px;
    margin: 0;
    font-size: 20px;
}
.blocco_2 .container {
    padding-bottom: 0;
    padding-top: 98px;
}
.blocco_2 .titolo_blocco {
    margin-bottom: 94px;
}
.sfondo_grigio {
	background: #e6e6e6;
	overflow: hidden;
}
.blocco_1 .sfondo_1 {
    background-image: url(/assets/img/blocco_1_1.jpg);
}
.blocco_1 .sfondo_2 {
    background-image: url(/assets/img/blocco_1_2.jpg);
}
.blocco_1 .sfondo_3 {
    background-image: url(/assets/img/blocco_1_3.jpg);
}
.blocco_1 .sfondo_1, .blocco_1 .sfondo_2, .blocco_1 .sfondo_3 {
    height: 840px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 610px;
}
.blocco_1 {
    padding: 64px 0 88px;
}
.blocco_1 h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    font-family: 'Raleway';
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
    margin: 0 0 15px;
}
.bottone {
    background: #696969;
    color: #fff;
    border: 2px solid #454545;
    font-size: 24px;
    padding: 10px 22px;
}
.bottone:hover {
    opacity: 0.8;
    background: #696969;
}
.breadcrumb .container {
    padding: 0;
}
.breadcrumb .container a, .breadcrumb .container {
    color: #636363;
    font-weight: 200;
    font-size: 16px;
}
.breadcrumb .container a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.breadcrumb {
    padding: 2px 15px;
    background: #e6e6e6;
    margin: 0;
}
.blocco_4 .container {
    padding-top: 118px;
    padding-bottom: 124px;
}
.blocco_4 p {
    text-align: center;
    font-size: 21px;
    line-height: 33px;
    font-weight: 300;
    color: #555555;
}
.blog .lista .container {
    padding: 0;
}
.blog_singolo .blocco_4 h2, .blog_singolo .blocco_4 p {
    text-align: left;
}
.blog_singolo .blocco_4 .data_news {
    font-size: 20px;
    color: #7e7070;
}
.blog_singolo .blocco_4 .data_news span {
    font-size: 50px;
    vertical-align: middle;
}
.blog_singolo .blocco_4 h2 {
    color: #7e7070;
}
.pag_media .lista img {
    width: 100%;
}
.pag_media .lista .container {
    padding: 0;
}
.pag_media .lista .col-md-4 {
    margin-bottom: 90px;
}
.pag_media .lista .col-md-4 h4 {
    color: #7e7070;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}
.pag_media .lista a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.media_singolo #lightgallery {
    overflow: hidden;
}
.media_singolo #lightgallery a {
    width: calc(20% - 2px);
    float: left;
    display: block;
    position: relative;
    margin: 0 1px 1px;
}
.media_singolo #lightgallery a:hover:after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media_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;
}
.media_singolo #lightgallery a img {
    width: 100%;
}
#map {
    height: 530px;
}
.contatti .blocco_4 span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.contatti .blocco_4 .map {
    background-image: url(/assets/img/ico_map.png);
}
.contatti .blocco_4 .attivo .map {
    background-image: url(/assets/img/ico_map_w.png);
}
.contatti .blocco_4 .phone {
    background-image: url(/assets/img/ico_phone.png);
}
.contatti .blocco_4 .attivo .phone {
    background-image: url(/assets/img/ico_phone_w.png);
}
.contatti .blocco_4 .mail {
    background-image: url(/assets/img/ico_mail.png);
}
.contatti .blocco_4 .attivo .mail {
    background-image: url(/assets/img/ico_mail_w.png);
}
.mostra_citta {
    cursor: pointer;
    padding: 20px;
}
.mostra_citta.attivo {
    background: #6c6c6c;
}
.mostra_citta h2, .mostra_citta p {
    text-align: left;
}
.mostra_citta.attivo h2, .mostra_citta.attivo p, .mostra_citta.attivo p a {
    color: #fff;
}
.mostra_citta h2 {
    margin-bottom: 13px;
}
.mostra_citta p a {
	color: #555555;
	text-decoration: none;
}
.mostra_citta p a:hover {
	opacity: 0.8;
}
.mostra_citta p a, .mostra_citta p {
    font-size: 18px;
}
#lightgallery a {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.negozi.pag{
padding-bottom:80px;
}

.negozi.pag .blocco_4 .container{
padding-bottom:0px;
}



/* SOLO PER DESKTOP */
@media (min-width: 992px) {
.sub-footer .logo img {
    margin-right: 28px;
}
.navbar-nav {
    float: right;
}
.menu-principale nav ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    padding: 2px 10px;
}
.menu-principale nav ul li a:hover, .menu-principale nav ul li a.attivo {
    font-weight: 300;
}
.menu-principale nav ul li.social a {
    font-size: 21px;
    line-height: 24px;
    padding: 2px 13px;
}

#layerslider .ls-wrapper.ls-in-out {
    left: auto !important;
    right: 10% !important;
    width: calc(50% - 14%) !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: right;
    color: #fff;
}
#layerslider .ls-wrapper.ls-in-out .ls-layer .titolo_slide {
    text-transform: uppercase;
    display: block;
    font-size: 65px;
    line-height: 65px;
    font-weight: 800;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}
#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: 1200px){

}

/* SOLO PER TAB E MOBILE */
@media (max-width: 990px) {
.media_singolo #lightgallery a {
    width: calc(50% - 2px);
}
.sub-footer .logo {
    display: block;
}
.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 nav ul li a {
    color: #000;
}

.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;
}
.blocco_1 .sfondo_1, .blocco_1 .sfondo_2, .blocco_1 .sfondo_3 {
    height: 300px;
    padding-top: 100px;
}
}
/* SOLO MOBILE */
@media (max-width: 768px) {
.navbar-collapse {
    margin-top: 26px;
}
.bottone {
    width: 100%;
}
.grid-item {
    width: 100%;
}
}