@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:400;
	background:#ffffff;
    color:#340100;
    text-align:justify;	
    /*padding-top: 98px;*/
}
h1, h2, h3, h4, h5 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
    text-transform: uppercase;
	text-align: left;	
}
strong {
	font-weight:700;
}
a {
    color:#FF9933;
    -khtml-transition:all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
    -ms-transition:all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
    color:#000000;
}
.btn {
    border-radius:0;
    border: 0;
    text-transform:uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 13px 18px 13px 20px;
    -khtml-transition:all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-mac {
    background: transparent;
    border: 1px solid rgba(0,0,0,0);
    color: #ff9933;
}
.btn-mac:hover,
.btn-mac:focus {
    background: transparent;
    border: 1px solid #ff9933;
    color: #ff9933;
}
.btn-default {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}
.btn-default:hover,
.btn-default:focus {
    background: transparent;
    border: 1px solid #ff9933;
    color: #ff9933;
}
.btn-white {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn-white:hover,
.btn-white:focus {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}
.btn-primary {
    border: 1px solid #FF9933;
    background: #FF9933;
}
.btn-primary:hover,
.btn-primary:focus {
    border: 1px solid #000000;
    background: #000000;
}
.btn-link {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #FF9933;
    color: #FF9933;
}
.btn-link:hover,
.btn-link:focus {
    background: transparent;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}
.btn-link-white {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.btn-link-white:hover,
.btn-link-white:focus {
    background: transparent;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.header {
    background:#FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar {
	border:0;
	border-radius:0;
	position:relative;
	background:transparent;
	text-transform:lowercase;
    margin-bottom:0;
}
.navbar h1 {
    position:relative;
    margin:0px;
    padding:0px;
    line-height:normal;
}
.navbar h1 .navbar-brand {
	position:relative;
    display: block;
	background:url(/images/logo-martellato.png) no-repeat 0 0;
    background-size: contain;
	text-indent:-9999px;
	width:58px;
	height:46px;
    padding: 0;
    margin: 0 auto;
    float: none;
}
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),  
        only screen and (   min--moz-device-pixel-ratio: 1.5),  
        only screen and (     -o-min-device-pixel-ratio: 3/2),  
        only screen and (        min-device-pixel-ratio: 1.5),  
        only screen and (min-resolution: 192dpi) {
    .navbar h1 .navbar-brand {
        background-image:url(/images/logo-martellato.svg);
    }
	
}
.navbar h1 .payoff {
	position: relative;
    display: block;
    font-size: 15px;
    color: #000000;
    /*text-transform: uppercase;*/
	font-style: italic;
	font-weight:bold;
    text-align: center;
    margin-top:10px;
}
.navbar-default .navbar-toggle {
    border:0;
    background: transparent !important;
    z-index: 999;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #999999;
}
.navbar-default .navbar-collapse {
  border-top: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-size: 12px;
	font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #FF9933;
    background-color:transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #FF9933;
	background-color:transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #FF9933;
	background-color: transparent!important;
}
.dropdown-menu>li>a {
    color: #000000 !important;
    background: transparent !important;
    text-transform: uppercase;
    font-size: 10px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #FF9933 !important;
    background-color: transparent !important;
}

.footer {
    position: relative;
    background:#ff9933;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}
.footer:before {
    content: '';
    position: absolute;
    top:-35px;
    left: 50%;
    margin-left: -46px;
    width: 92px;
    height: 72px;
    background: url(/images/footer-corona.png) no-repeat 50% 50%;
    background-size: contain;
}
.footer .company-info {
    text-decoration: none;
}
.footer a {
    color: #000000;
    text-decoration: none;
}
.footer a:hover {
    color: #FFFFFF;
}

.footer .btn-primary {
    border: 1px solid #999999;
    background: #999999;
	color: #FFFFFF;
}
.footer .btn-primary:hover,
.footer .btn-primary:focus {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
	color:#999999;
}

.footer address {
    display:block;
    font-size: 13px;
    margin-bottom: 30px;
}
.footer address a {
    color: #000000;
    text-decoration: none;
}
.footer address a:hover {
    color: #ffffff;
}

.footer .footer-social-icon ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.footer .footer-social-icon ul li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.footer .footer-social-icon ul li a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
}
.footer .footer-social-icon ul li a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.footer .footer-social-icon ul li a.facebook:before {
    background-image:url(/images/footer-social-facebook.png);
}
.footer .footer-social-icon ul li a.youtube:before {
    background-image:url(/images/footer-social-youtube.png);
}
.footer .footer-social-icon ul li a.twitter:before {
    background-image:url(/images/footer-social-twitter.png);
}
.footer .footer-social-icon ul li a.pinterest:before {
    background-image:url(/images/footer-social-pinterest.png);
}
.footer .footer-social-icon ul li a.instagram:before {
    background-image:url(/images/footer-social-instagram.png);
}
.footer .footer-social-icon ul li a.linkedin:before {
    background-image:url(/images/footer-social-linkedin.png);
}
.footer .footer-social-icon ul li a.google:before {
    background-image:url(/images/footer-social-google.png);
}
#cookies-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
}
#cookies-notice p {
    float: left;
    margin: 13px 0;
}
#cookies-notice #cookies-notice-close {
    text-transform: uppercase;
    float:right;
    margin-left: 15px;
}

.form-control {
    color: #340100;
    background-color: #efefef;
    border: 0px;
    border-radius: 0px;
    height: 45px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder {
   color: #888888;
}
.form-control::-moz-placeholder { /* Firefox 18- */
   color: #888888;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;  
}
.form-control:-ms-input-placeholder {  
   color: #888888;  
}

.carousel{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
#slider-home.carousel .item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 48%;
}
#slider-home.carousel .item a .caption {
    position: absolute;
    bottom: 30%;
    left:15%;
    display: block;
    width: 70%;
    text-align: center;
}
#slider-home.carousel .item a .caption .slide-title {
    font-weight: bold;
    font-size: 20px;
    display: block;
    color: #660000;
    margin-bottom: 10px;
}
#slider-home.carousel .item a .caption .slide-desc {
    font-size: 18px;
    letter-spacing: 1px;
    display: none;
    margin-bottom: 20px;
    color: #660000;
}
#slider-product.carousel {
    margin-bottom: 0;
}
#slider-product.carousel .item figure {
	background:#FFF;    
	display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -99999px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45%;

}
.carousel img {
    width: 100%;
    height: auto;
}
.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 16px;
    margin: 6px;
}
.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background: #FF9933;
    margin: 6px;
}
.carousel-control {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.left {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.carousel-control.right {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 */

}
.carousel-control.left:before {
    content: "";
    display: inline-block;
    float: left;
    position: absolute;
    top:50%;
    left: 0;
    margin: -21px 0 0 15px;
    background: url(/images/arrow-left-brown.png) no-repeat 50% 50%;
    background-size: contain;
    border: 0px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    overflow: hidden;
}
.carousel-control.right:before {
    content: "";
    display: inline-block;
    float: right;
    position: absolute;
    top:50%;
    right: 0;
    margin: -21px 15px 0 0;
    background: url(/images/arrow-right-brown.png) no-repeat 50% 50%;
    background-size: contain;
    border: 0px;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    overflow: hidden;
}
 #slider-home .arrow-scroll-down {
     display: none;
 }

.categories-nav {
    overflow: hidden;
    display: none;
    margin-top: 10px;
}
.page-home .categories-nav {
    display: block;
}
.categories-nav .row {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
}
.categories-nav .categories-nav-title {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    /*border-top: 1px solid #CBCBCB;*/
    margin-left: -5px;
    margin-right: -5px;
    /*margin-top: 30px;*/
    padding-top: 25px;
    padding-bottom: 30px;
}
.categories-nav ul {
    margin: 0 0px;
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
}
.categories-nav li {
    margin: 0 0 15px 0;
    padding: 0 5px;
}
.categories-nav .category-box {
    font-size:15px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.categories-nav .category-box a {
    display: block;
    text-decoration: none;
    color: #340100;
}
.categories-nav .category-box a:hover,
.categories-nav .category-box a.active {
    color: #FF9933;
}
.categories-nav .category-box .category-box-img {
    display:block;
    margin-bottom: 10px;
    overflow: hidden;
    background: #FF9933;
    -khtml-transition:all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
    -ms-transition:all 0.2s ease;
	transition: all 0.2s ease;
}
.categories-nav .category-box .category-box-img img {
    width:100%;
    height: auto;
}
.categories-nav .category-box a:hover .category-box-img img,
.categories-nav .category-box a.active .category-box-img img {
    opacity: .5;
}

.cta-home {
    padding: 0;
    padding: 40px 15px;
    text-align: center;
    background: url(/images/cta-home-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.cataloghi {
    background: url(/images/cataloghi-home-bg.jpg) no-repeat 50% 50%;
    background-size: cover;	
}

.cta-home h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 4px;
    color: #ffffff;
}
.cta-home a {
    margin: 10px;
}
.cta-home a:hover {
    color: #FF9933;
}
.cta-home small {
    display: block;

    color: #ffffff;
    letter-spacing: 1px;
}

.quality-home {
    text-align: center;
    letter-spacing: 1px;
}
.quality-home img {
    width: 100%;
    height: auto;
}
.quality-home h3 {
    margin: 30px 0px;



}
.quality-home .btn {
    margin-bottom: 30px;

}

.news-home,
.event-home {
    background:#F3F3F3;
}

.news-home article,
.event-home article {
    padding:60px 40px;
}
.news-home time,
.event-home time {
    margin:0px 0px 30px 0px;
    font-size:12px;
    color: #A57979;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}
.news-home h3,
.event-home h3 {
    margin:0px 0px 20px 0px;
    font-size: 18px;
}
.event-home h3 {
    font-size: 26px;
}
.news-home h3 a,
.event-home h3 a {
    text-decoration: none;
}
.news-home p,
.event-home p {
    margin:0px 0px 30px 0px;
    font-weight: 300;
}

.customer-care-home {
    background:#999999;
}
.customer-care-home article {
    padding:60px 40px;
}
.customer-care-home h4 {
    margin:0px 0px 30px 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.customer-care-home p {
    margin:0px 0px 30px 0px;
    font-weight: 300;
    color: #ffffff;
}

.products-list header h1,
.news-list header h1 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.news-list header h1 {
    margin-top: 30px;
}
.products-list header h1 strong {
    color: #FF9933;
}

.products-list .nav-tabs,
.news-list .nav-tabs {
    background: #F3F3F3;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
}
.products-list .nav-tabs>li,
.news-list .nav-tabs>li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}
.products-list .nav-tabs>li>a,
.news-list .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: #340100;
}
.products-list .nav-tabs>li.active>a,
.news-list .nav-tabs>li.active>a {
    border: 0;
    background: transparent;
    color: #FF9933;
}
.products-list .nav-tabs>li>a:before,
.news-list .nav-tabs>li>a:before {
    content: '';
    width: 0;
    height: 6px;
    position: absolute;
    bottom: 0;
    left:0;
    background: #FF9933;
    -khtml-transition:all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
.products-list .nav-tabs>li.active>a:before,
.news-list .nav-tabs>li.active>a:before {
    width: 100%;
}

.products-list .tab-content {
    background: #E1E1E1;
    padding: 30px 30px 0px 30px;
}
.products-list .tab-content dl {
    position: relative;
    margin-bottom: 30px;
}
.products-list .tab-content dl dt {
    position: relative;
}
.products-list .tab-content dl dt img {
    width: 100%;
    height: auto;
}
.products-list .tab-content dl dt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #340100;
    opacity: 0.5;
    -khtml-transition:all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
.products-list .tab-content dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 20px;
}
.products-list .tab-content dl dd strong {
    display: block;
    font-size:20px;
    font-weight: 400;
    text-transform: uppercase;
}
.products-list .tab-content dl dd small {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
    -khtml-transition:all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
.products-list .tab-content dl dd .btn-default {
    color: #ffffff;
    border-color: #ffffff;
    margin-top: 10px;
}

.news-list .tab-content {
    padding: 30px;
}
.news-list .tab-content dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
}
.news-list .tab-content dl dt a {
    text-decoration: none;
    display: block;
}
.news-list .tab-content dl dt img {
    width: 100%;
    height: auto;
    margin: 0px 0px 15px 0px;
}
.news-list .tab-content dl dt time {
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #A57979;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}
.news-list .tab-content dl dt .news-list-title {
    display: block;
    margin: 0px 0px 0px 0px;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;	
    min-height: 80px;	
}

.news-cat {
    background:#ffffff;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-cat {
    background:#F3F3F3;
}
.news-cat article,
.event-cat article {
    padding:60px 40px;
}
.event-cat time {
    margin:0px 0px 30px 0px;
    font-size:12px;
    color: #A57979;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}
.news-cat h3 {
    margin:0px 0px 5px 0px;
    font-size: 30px;
    letter-spacing: 3px;
	text-align: left;	
}
.event-cat h3 {
    margin:0px 0px 30px 0px;
    font-size: 26px;
	text-align: left;	
}
.news-cat h3 a,
.event-cat h3 a {
    text-decoration: none;
	text-align: left;		
}
.news-cat p {
    margin:0px 0px 10px 0px;
    font-weight: 300;
    text-transform: uppercase;
}
.event-cat p {
    margin:0px 0px 30px 0px;
    font-weight: 300;
}

.cta-cat {
    background:#FF9933;
}
.cta-cat article {
    padding:60px 40px;
    text-align: center;
}
.cta-cat h4 {
    margin:0px 0px 20px 0px;
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 3px;
}
.cta-cat p {
    margin:20px 0px 20px 0px;
    font-weight: 300;
    color: #ffffff;
}

.product-detail {
    background: #F3F3F3;
    overflow: hidden;
}
.product-detail .product-detail-img {
    position: relative;
    background: #dddddd;
}
.product-detail .product-detail-img img {
    width: 100%;
    height: auto;
}
.product-detail .product-detail-desc {
    padding: 30px;
}
.product-detail .product-detail-desc header h1 {
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    margin: 0 0 30px 0;
}
.product-detail .product-detail-desc header h1:after {
    content: '';
    display: block;
    width: 20%;
    height: 1px;
    margin: 30px auto;
    background: #340100;
}
.product-detail .product-detail-desc footer {
    text-align: center;
}
.product-detail .product-detail-desc .btn {
    margin: 10px;
}

.social-share {
    margin: 30px 0 0 0;
    padding: 0;
}
.social-share .social-share-title {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}
.social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-share ul li {
    display: inline-block;
}
.social-share ul li a {
    margin: 10px 10px 10px 0px;
}

.news-detail,
.page-detail {
    overflow: hidden;
}
.news-detail .news-detail-img,
.page-detail .page-detail-img {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.news-detail .news-detail-img img,
.page-detail .page-detail-img img {
    width: 100%;
    height: auto;
}
.page-detail .page-detail-img figcaption {
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.news-detail .news-detail-desc,
.page-detail .page-detail-desc {
    padding: 30px 30px 60px 30px;
}
.news-detail header time {
    margin:0px 0px 30px 0px;
    font-size:12px;
    color: #A57979;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}
.news-detail header h1,
.page-detail header h1 {
    text-transform: uppercase;
    font-size: 34px;
    margin: 0 0 30px 0;
}
.news-detail .news-detail-desc header h1:after,
.page-detail .page-detail-desc header h1:after,
    .news-detail .news-detail-desc header h2:after,
.page-detail .page-detail-desc header h2:after {
    content: '';
    display: block;
    width: 20%;
    height: 1px;
    margin: 50px 0;
    background: #340100;
}
.news-detail .news-detail-desc .btn {
    margin: 30px 10px 10px 0px;
}
.news-detail .news-detail-desc footer .social-share ul li a {
    margin-top: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .navbar h1 .navbar-brand {
        width:84px;
        height:66px;
    }
    .navbar-default .navbar-nav {
        margin-left: 15px;
        margin-top: 17px;
        float: none;
    }
    .navbar-default .navbar-nav .lang {
        float: right;
        position: fixed;
        top: 0;
        right: 15px;
    }
    .navbar-default .navbar-nav>li {
        padding-left: 6px;
        padding-right: 6px;
    }
    .navbar-default .navbar-nav>li>a {
        padding-left: 0;
        padding-right: 0;
        letter-spacing: normal;
        font-size: 11px;
    }
    .navbar-default .navbar-nav>li>a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background: #FF9933;
        -khtml-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar-default .navbar-nav>li.active>a:before {
        width: 100%;
    }
    .navbar-default .dropdown-menu {
        width:100% !important;
        min-width: 150px;
        text-align: center;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 14px;
        border-radius: 0px;
        border: 0;
    }
    .navbar-nav>li>.dropdown-menu:before {
        content:"";
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 10px solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        color: #ffffff;
    }
    .dropdown-menu>li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .dropdown-menu>li>a {
        padding: 6px 8px;
        color: #340100 !important;
        text-transform: uppercase;
    }
    .categories-nav {
        display: block;
    }
    .footer address {
        margin-bottom: 0;
    }
    #slider-home .item:before {
        display: none;
    }
    #slider-home.carousel .item a .caption {
        bottom: 30%;
        left:55%;
        width: 35%;
        text-align: left;
    }
    #slider-home.carousel .item a .caption .slide-title {
        font-size: 30px;
    }
    #slider-home.carousel .item a .caption .slide-desc {
        display: block;
    }

    .cta-home {
        padding: 30px 15px;
    }
    .cta-home h3 {
        font-size: 36px;
    }
    
    .products-list header h1 {
        letter-spacing: 12px;
    }
    .products-list .tab-content {
        padding: 60px 60px 30px 60px;
    }
    .products-list .tab-content dl dd {
        letter-spacing: 2px;
        padding:40px;
    }
    .product-detail .product-detail-desc {
        padding: 60px;
    }
    .news-list .tab-content {
        padding: 60px;
    }
    .news-detail .news-detail-desc,
    .page-detail .page-detail-desc {
        padding: 60px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .fx-zoom {
        -khtml-transition:all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition:all 0.2s ease;
        transition: all 0.2s ease;
    }
    .fx-zoom:hover {
        transform: scale(1.03,1.03);
        -ms-transform: scale(1.03,1.03); /* IE 9 */
        -webkit-transform: scale(1.03,1.03); /* Safari and Chrome */
    }
    .navbar-brand {
        -khtml-transition:all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition:all 0.2s ease;
        transition: all 0.2s ease;
    }
    .navbar-brand:hover {
        transform: scale(1.03,1.03);
        -ms-transform: scale(1.03,1.03); /* IE 9 */
        -webkit-transform: scale(1.03,1.03); /* Safari and Chrome */
    }
    .navbar-default .navbar-nav .lang {
        position:relative;
        top: auto;
        right: auto;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .navbar-default .navbar-nav>li>a:hover:before {
        width: 100%;
    }
    .footer .footer-social-icon ul li a:hover {
        transform: scale(1.03,1.03);
        -ms-transform: scale(1.03,1.03); /* IE 9 */
        -webkit-transform: scale(1.03,1.03); /* Safari and Chrome */
    }
    #slider-home.carousel .item a {
        padding-top: 0;
    }
    #slider-home .arrow-scroll-down {
		z-index:10;
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -38px;
        display: block;
        width: 77px;
        height: 77px;
        text-indent: -9999px;
        overflow: hidden;
        -khtml-transition:all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition:all 0.2s ease;
        transition: all 0.2s ease;
    }
    #slider-home .arrow-scroll-down:hover {
        transform: scale(1.03,1.03);
        -ms-transform: scale(1.03,1.03); /* IE 9 */
        -webkit-transform: scale(1.03,1.03); /* Safari and Chrome */
        bottom: 20px;
    }
    #slider-home .arrow-scroll-down:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/arrow-down.png) no-repeat 50% 50%;
        background-size: contain;
    }
    .quality-home h3 {
        margin: 40% 30px 30px;
    }
    .products-list .nav-tabs>li>a:hover,
    .news-list .nav-tabs>li>a:hover {
        border: 0;
        background: transparent;
        color: #FF9933;
    }
    .products-list .nav-tabs>li>a:hover:before,
    .news-list .nav-tabs>li>a:hover:before {
        width: 100%;
    }
    .products-list .tab-content dl dt:after {
        opacity: 0.3;
    }
    .products-list .tab-content dl:hover dt:after {
        opacity: 0.7;
    }
    .products-list .tab-content dl dd {
        bottom: auto;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .products-list .tab-content dl dd small {
        display: block;
        opacity: 0;
    }
    .products-list .tab-content dl:hover dd small {
        opacity: 1;
    }
    .products-list .tab-content dl dd .btn-default {
        opacity: 0;
    }
    .products-list .tab-content dl:hover dd .btn-default {
        opacity: 1;
    }
    .product-detail .product-detail-desc {
        padding: 60px 60px 60px 30px;
    }
    .news-detail .news-detail-desc,
    .page-detail .page-detail-desc {
        padding-top:80px;
        padding-left:120px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Custom */
.menulingue {float:right;margin-top:-60px;padding-right:10px;}
.imgTribanner {max-width:150px;margin-right:20px;margin-bottom:5px;}
.newsbox {min-height:680px;}
#contatti_header {float:right;}
/* Small devices (tablets, 1024px and up) */
@media (max-width: 1024px) {
.navbar-nav > li > a {float:none;padding:0px;display:inline;}
.navbar-toggle {margin-top:0px;}
.menulingue {float:right;margin-top:0px;padding-right:10px;}
#contatti_header {float:none;}
.imgTribanner {max-width:200px;margin-right:10px;margin-bottom:5px;}	
.newsbox {min-height:720px;}
    }
	@media (max-width: 1360px) {
.imgTribanner {max-width:120px;margin-right:10px;margin-bottom:5px;}	
    }
	@media (max-width: 800px) {
}

@media (max-width: 768px) {
.news-home, .event-home {display:none;}
.imgTribanner {max-width:120px;margin-right:10px;margin-bottom:5px;}	
.newsbox {min-height:640px;}
.navbar-nav li a  {font-size: 10px;}
.btn  {font-size: 9px;} 
.navbar h1 .navbar-brand {width:104px;height:86px;}
.categories-nav {display:block;}
.topleft {display:block;}
.bottomright {display:none;}
.categories-nav  {max-width:600px;}
.categorytab {margin:auto;display:none;}
.CategoryTabsProdotti {display:none;}
    }

	@media (max-width: 300px) {
.categories-nav  {max-width:300px;}
.imgTribanner {max-width:200px;margin-right:10px;margin-bottom:5px;clear:both;}
    }
	
#lang {
    position: relative;
 }
.categorytab {width:750px;margin:auto;}
 
 
 /*mac 05/12/2018 */
 #slider-home .btn{
	display:none;
 }
