/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
strong,
bold {
	font-weight: 600;
}

.content.col-xs-12,
.content.col-md-9 {
	padding: 0;
}

#utility {
	padding-left: 0;
}

@media(min-width:992px){
	.content.col-md-9 {
	  float: right;
	}
}

.section {
	margin-bottom: 100px !important;
}

.section.no-margin,
.section.menu {
	margin-bottom: 0 !important;
}

.page-content:after,
.page-content .section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.section-title {
	margin-bottom: 35px;
}

.section-title h1, 
.section-title .h2,
.section-title h2 {
	margin-top: 0;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #262626;
}

.section-title .section-subtitle {
	margin: 0 0 15px;
	font-size: 25px;
	color: #513015;
	text-transform: uppercase;
}

.title-center .section-title {
  text-align: center;
}

.btn-big {
  font-size: 30px;
  padding: 10px 40px;
}

.btn.btn-white {
	background-color: transparent;
	color: #FFF;
	border: 2px solid;
	font-weight: 900;
}

.btn.btn-white:hover {
	background-color: #FFF;
	color: #513015;
	border-color: #FFF;
}

.btn.btn-black {
  background-color: #262626;
  border-color: #262626;
  color: #FFF;
}

.btn.btn-black:hover {
  background-color: #513015;
  border-color: #513015;
}

.btn.btn-border {
  border-color: #513015;
}

.btn.btn-border:hover {
  background-color: #513015;
  color: #FFF;
}

.utility .section-title {
  	margin-bottom: 20px;
}

.utility .section-title .h2 {
  	margin: 0;
  	text-align: left;
  	text-transform: uppercase;
  	font-size: 18px;
  	letter-spacing: 2px;
  	font-weight: 500;
}

.pink-band {
	background-color: #513015;
  	padding: 100px 30px;
}

.pink-band h2 {
	color: #fff;
    font-weight: 400;
    text-align: left;
}

.btn-line {
	color: #262626;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    display: inline-block;  
}

.btn-line:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #262626;
    margin-top: 8px;
}


.btn-line:before {
	content: '';
    position: absolute;
    bottom: 5px;
    width: 0;
    transition: width .4s linear 0s;
    -webkit-transition: width .4s linear 0s;
    -o-transition: width .4s linear 0s;
    right: 0;
    background-color: #513015;
    display: block;
    height: 2px;
    margin-top: 8px;
}

.btn-line:hover:before {
    width: 100%;
    left: 0;
}

.button-secondary {
	color: #262626;
	border: 3px solid #262626;
	padding: 7px 25px;
	font-weight: 600;
}

.button-secondary:hover {
	background-color: #262626;
    color: #fff;
}

.white-band {
	background-color: #fff;
  	padding: 100px 0px;
}

/* Scroll */
.arrow-up.section {
  position: fixed;
  right: 15px;
  bottom: 0;
  margin-bottom: 0px !important;
  z-index: 99999;
  opacity: 0;
}


.page-scrolled .arrow-up {
  opacity: 1;
}

.arrow-up a {
  background-color: #262626;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  font-size: 25px;
}

.arrow-up a:hover {
  background-color: #fff;
  color: #262626;
  border: 2px solid #262626;
}

@media(max-width: 991px){
	.section {
		margin-bottom: 50px !Important;
	}
}

@media(max-width: 767px){
	.section {
		margin-bottom: 30px !Important;
	}

	.section-title .section-subtitle {
		font-size: 19px;
  		margin: 0px;
	}

	.section-title h1, 
	.section-title .h2,
	.section-title h2 {
		font-size: 25px;
	}

	.section-title {
		margin-bottom: 15px;
	}

	.btn-big {
		font-size: 19px;
	}

}
/* ---------------------------------------------------------------------------------------------- */




/* Header
------------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: all 0.3s ease-in-out 0s;
}

header.shrink,
.header-black header {
    background-color: #262626;
}

.header-black #page-wrapper {
	padding-top: 175px;
	background-color: #FFF;
}

header .container {
	position: relative;
}

/*Fascia grigia*/
.header-top:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*Menù*/
.navbar-default .navbar-brand {
	padding: 15px;
}

.navbar-brand img {
	max-width: 150px;
	transition: all 0.4s ease 0s;
}

header.shrink .navbar-brand img,
.header-black header .navbar-brand img {
	max-width: 90px;
}

.navbar-nav {
	transition: all 0.4s ease 0s;
	margin-top: 40px;
}

header.shrink .navbar-nav,
.header-black header .navbar-nav {
	margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
  	padding-top: 5px;
}

header.shrink .navbar-default .navbar-nav > li > a,
.header-black header .navbar-default .navbar-nav > li > a {
	margin: 0;
	padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 35px;
	height: 2px;
	background-color: transparent;
	transition: .3s ease-in-out;
	transition-property: background-color,border-color,box-shadow,height,right;
	left: 15px;
	right: calc(102% - 25px);
}

header.shrink .navbar-default .navbar-nav > li > a:before,
.header-black header .navbar-default .navbar-nav > li > a:before {
	bottom: 30px;
}

.navbar-default .navbar-nav > li.active > a:before {
	right: 15px;
	background-color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover:before, 
.navbar-default .navbar-nav > li > a:focus:before {
	right: 15px;
	background-color: #FFF;
}

.navbar-default .navbar-nav > li > a i {
	display: block;
    padding-left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(81,48,21,0.8);
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 25px;
    padding-top: 13px;
}

header.shrink .navbar-default .navbar-nav > li > a:before,
.header-black header .navbar-default .navbar-nav > li > a:before {
	bottom: 5px;
}

.navbar-brand img {
	 max-width: 100px;
}

@media(max-width:1450px){
	.navbar-nav > li > a {
		padding-left: 13px;
		padding-right: 13px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 15px 5px;
	}

	.navbar-default .navbar-nav > li > a:before {
		bottom: 7px;
	}

	header.shrink .navbar-default .navbar-nav > li > a, 
	.header-black header .navbar-default .navbar-nav > li > a {
		padding: 15px 5px;
	}
}

@media(max-width:1200px){
	.navbar-brand img {
		max-width: 170px;
	}
	.navbar-nav > li > a {
		padding-left: 6px;
		padding-right: 5px;
		font-size: 17px;
		margin: 0;
	}
	header.shrink .navbar-default .navbar-nav > li > a,
	.header-black header .navbar-default .navbar-nav > li > a {
		padding: 33px 6px;
	}
}

@media(max-width: 991px){
	.navbar-brand img {
    	max-width: 70px;
	}

	.navbar-default .navbar-nav > li > a i {
		display: inline-block;
  		margin-right: 10px;
	}

	.navbar-nav {
		margin-top: 0px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 5px 5px;
	}
}

@media(max-width:400px){
	header .container {
		padding: 0 10px;
	}
	header.shrink .navbar-brand img,
	.header-black header .navbar-brand img,
	.navbar-brand img {
		max-width: 50px;
	}
	.navbar-toggle {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
  		padding: 0px;
	}
}

@media(max-width:991px){
	.navbar-default .navbar-nav > li > a::before {
	  display: none;
	}
	.navbar-nav > li > a, 
	header.shrink .navbar-default .navbar-nav > li > a,
	.header-black header .navbar-default .navbar-nav > li > a {
	  text-align: center;
	  font-size: 20px;
	  line-height: 25px;
	  margin-top: 5px;
	  padding: 10px 15px;
	}

	.navbar-default .navbar-nav > .active > a, 
	header.shrink .navbar-default .navbar-nav > .active > a, 
	.header-black header .navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
	  background-color: #513015;
	  color: #FFF;
	}

	.header-black header .navbar-default .navbar-nav > li > a {
  		padding: 2px 15px;
    	font-size: 17px;
	}
	
	.navbar-default .navbar-nav > li > a i {
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */




/* Image Header
------------------------------------------------------------------------------------------------- */
.header-image {
	height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.header-image .overlay {
	background-color: #513015;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

@media(max-width: 1200px){
	.header-image {
    	height: 550px;
	}
}

@media(max-width: 900px){
	.header-image {
    	height: 450px;
	}
}

@media(max-width: 767px){
	.header-image {
    	height: 350px;
	}
}

/* ---------------------------------------------------------------------------------------------- */




/* Footer
------------------------------------------------------------------------------------------------- */
footer {
  background-color: #513015;
  color: #FFF;
  padding-top: 50px;
}

footer .logo-container img {
  margin: 0 auto;
}

.footer-info .contact-item .name {
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
}

.footer-info .contact-item {
  font-size: 19px;
}

.footer-info .contact-item .item {
  position: relative;
  padding-left: 45px;
  margin-top: 10px;
  min-height: 35px;
  line-height: 35px;
}

.footer-info .contact-item .item i {
  border: 1px solid #FFF;
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}

.footer-info .contact-item.right {
  text-align: right;
}

.footer-info .contact-item.right .item {
  padding-right: 45px;
  padding-left: 0;
}

.footer-info .contact-item.right .item i {
  right: 0;
  left: auto;
}

.footer-info a {
  color: #FFF;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-info .more {
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

footer .section {
  margin-bottom: 0 !important;
}

#footer-copyright {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 50px;
  padding: 20px 0;
}

.footer-copyright-left {
  display: inline-block;
  font-size: 13px;
}

.footer-social {
  float: right;
}

.footer-social a {
  color: #FFF;
  font-size: 30px;
  margin-left: 20px;
}

.footer-social a:hover {
  opacity: 0.8;
}

.footer-copyright-left a {
  color: rgba(255,255,255,0.7);
}

.footer-copyright-left a:hover {
  color: #FFF;
}

#footer-top {
  background-color: #513015;
  color: #FFF;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

#footer-top .section {
  margin-bottom: 0 !important;
}

.footer-links a {
  color: #FFF;
  font-weight: 900;
}

.footer-links {
  text-align: center;
}

.footer-links a+a:before {
  content: "|";
  padding: 0 20px;
  font-weight: normal;
  color: #FFF;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media(max-width: 767px){
	#footer-top {
		padding: 15px 0px;
	}

	footer {
		padding-top: 20px;
	}

	.footer-info .contact-item {
   	 	margin-bottom: 10px;
	}

	#footer-copyright {
    	padding: 10px 0;
  		margin-top: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Header Video*/
.home-header {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-header > img {
  position: absolute;
  width: 400px;
  margin-left: -200px;
  margin-top: -200px;
  top: 50%;
  left: 50%;
}

.home-header .overlay {
	background-color: #513015;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

/*Presentazione*/
.home-presentation .section-title {
	padding-right: 50px;
}

.home-presentation .info a {
  color: #777;
  display: block;
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}

.home-presentation .info a img {
  position: absolute;
  left: 0;
  max-width: 60px;
}

.home-presentation .info a .name {
  display: block;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  font-size: 23px;
}

.home-presentation .info a .text {
  display: block;
  text-align: justify;
  margin-bottom: 10px;
}

.home-presentation .info a .more {
  font-weight: 900;
  color: #513015;
  text-transform: uppercase;
  font-size: 13px;
}

.home-presentation .info a:hover .more {
  color: #262626;
  text-decoration: underline;
}

/*Banda Home*/
.background-image-band {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
  text-align: center;
  background-attachment: fixed;
}

.background-image-band .overlay {
  background-color: #513015;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.background-image-band .text-container {
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  margin-left: -600px;
  left: 50%;
  top: 50%;
  margin-top: -160px;
}

.background-image-band .text-container h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
}

.background-image-band .text-container .text {
  font-size: 23px;
  margin-bottom: 20px;
}

/*Produzione*/
.home-production {
  text-align: center;
}

.home-production .item .image {
  position: relative;
  background-color: #FFF;
  border-radius: 50%;
  padding: 15px;
}

.home-production .item .image > div {
  border: 1px solid #513015;
  border-radius: 50%;
  padding: 30px;
  background-color: #FFF;
}

.home-production .item:hover .image {
  background-color: #513015;
}

.home-production .item .name {
  display: block;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  font-size: 22px;
  margin: 15px 0 10px;
}

.home-production .link {
  margin-top: 50px;
}

@media(max-width: 1200px){
	.home-production .item{
		width: 50%;
	}	

	.home-production .item .image {
		width: 250px;
    	margin: 0 auto;
	}
}

@media(max-width: 991px){
	.background-image-band {
		height: auto;
  		text-align: center;
  		padding: 100px 0px;
	}

	.background-image-band .text-container {
		position: relative;
  		max-width: 100%;
  		margin-left: 0px;
  		margin-top: 0px;
  		left: 0px;
  		top: 0px;
  		margin: 0 auto;
	}

	.background-image-band .overlay {
		top: 0px;
	}

	.background-image-band .text-container h2 {
		font-size: 30px;
	}


}

@media(max-width: 767px){

	.background-image-band {
		background-attachment: inherit;
	}

	.home-production .item {
		width: 100%;
	}

	.home-production .item .image {
    	width: 84px;
    	display: inline-block;
    	float: left;
    	margin-right: 11px;
	}

	.home-production .item .image > div {
		padding: 10px;
	}

	.home-production .item .name {
		text-align: left;
  		min-height: 82px;
  		padding-top: 50px;
	}

	.home-production .link {
    	margin-top: 20px;
	}

	.home-presentation .item {
		padding: 0px;
	}

	.home-presentation .info a {
		margin-bottom: 10px;
  		padding-left: 0px;
	}

	.home-presentation .info a .name {
		font-size: 18px;
	}

	.home-presentation .info a img {
		max-width: 30px;
  		display: block;
  		position: relative;
	}

	.home-production .item .name {
  		font-size: 17px;
    	padding-top: 17px;
	}
}

/*Fascia birra*/
.background-beer-band {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #FFF;
  position: relative;
}

.background-beer-band .number-container img {
	max-width: 110px;
	float: left;
	margin-right: 20px;
}

.background-beer-band .number-container {
  font-size: 33px;
  font-weight: 900;
}

.background-beer-band .number-container span {
  color: #fff;
  font-size: 100px;
  display: block;
  line-height: 75px;
  margin-top: 25px;
}

.background-beer-band .text-container {
  font-size: 21px;
}

.background-beer-band .link-container {
  text-align: right;
  float: right;
}

.background-beer-band .link-container a {
  margin-top: 55px;
  background-color: #FFF;
  color: #513015;
  border-color: #FFF;
  padding: 10px 40px;
  font-size: 20px;
}

.background-beer-band .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
}

.background-beer-band .link-container a:hover {
  color: #FFF;
  background-color: #513015;
  border-color: #513015;
}

@media(max-width: 991px){
	.background-beer-band .number-container img {
  		max-width: 70px;
	}

	.background-beer-band .number-container span {
    	font-size: 65px;
    	display: block;
    	line-height: 64px;
	}

	.background-beer-band .number-container {
		margin-bottom: 10px;
	}

	.background-beer-band .link-container {
		text-align: left;
  		float: left;
	}

	.background-beer-band .link-container a {
		margin-top: 20px;
	}

	.background-beer-band {
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.background-beer-band{
		padding: 30px 0px;
	}

	.background-beer-band .number-container span {
		margin-top: 0px;
	}

	.background-beer-band .text-container {
    	font-size: 17px;
	}
}


/*Carosello birre*/
.carousel-band {
  background-color: #FFF;
  padding: 100px 0;
}

.carousel-band .section-title {
  text-align: center;
}

@media(max-width: 767px){
	.carousel-band {
    	background-color: #FFF;
    	padding: 30px 0;
	}
}

/* Info Ecommerce */
.info-ecommerce .row {
	margin: 0px;
}

.info-ecommerce .item {
	color: #262626;
}

.info-ecommerce .icon,
.info-ecommerce .title {
	text-align: center;
    font-size: 18px;
}

.info-ecommerce .icon {
	font-size: 50px;
	margin-bottom: 10px;
    transition: 0.8s;
}

.info-ecommerce .icon:hover {
    transform: translateY(-10px);
}

.info-ecommerce .detail {
	text-align: center;
    font-weight: 600;
}

.info-ecommerce .item:hover .detail{
	color: #513015;
}

@media(max-width:767px){
	.info-ecommerce .item {
		padding: 0;
		margin-bottom: 10px;
		position: relative;
		display: block;
		min-height: 50px;
	}
	.info-ecommerce .icon {
		float: left;
		width: 65px;
		margin-bottom: 0;
		font-size: 35px;
		background-color: #513015;
		margin-right: 10px;
		color: #FFF;
	}
	.info-ecommerce .title {
		text-align: left;
		font-size: 17px;
		display: table;
		height: auto;
	}
	.info-ecommerce .item .title > div {
		display: table-cell;
		vertical-align: top;
	}
		
	.info-ecommerce .item .detail {
		text-align: left;
	}

	.footer-info .contact-item .name {
		font-size: 17px;
	}

}
/* ---------------------------------------------------------------------------------------------- */


/* Chi Siamo
------------------------------------------------------------------------------------------------- */
/*Presentazione*/
.block-presentation .item .image {
  height: 600px;
  background-size: cover;
  background-position: center;
}

.block-presentation .horizontal-grid .item .image {
	height: 300px;
}

.block-presentation .item .name {
  display: block;
  color: #262626;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px;
  text-transform: uppercase;
}

.block-presentation .introduction {
  text-align: center;
  font-size: 20px;
  max-width: 1262626px;
  margin: 0 auto 40px;
}

.block-presentation .introduction {
  font-size: 17px;
  margin-bottom: 20px;
}

@media(max-width: 1200px){
	.block-presentation .item .image {
		height: 400px;
	}
}

@media(max-width: 991px){
	.block-presentation .item .image {
		height: 300px;
	}

	.block-presentation .item .name {
      	margin-top: 5px;
    	font-size: 18px;
    	margin-bottom: 5px;
	}

	.block-presentation .horizontal-grid .item .image {
		margin-bottom: 15px;
	}
}

@media(max-width: 767px){
	.block-presentation .introduction {
		text-align: left;
	}
}

/*Griglia*/
.block-grid {
  margin: 0;
}

.block-grid .item-image {
  height: 800px;
  background-size: cover;
  background-position: center;
}

.block-grid .item-text {
  height: 800px;
  background-color: #FFF;
  text-align: center;
  display: table;
}

.block-grid .item-text > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  font-size: 20px;
}

.block-grid .item-text > div .name {
  display: block;
  color: #262626;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.block-grid .item-text > div .text {
  margin-bottom: 20px;
  display: block;
}

.block-grid .item-text > div img {
	margin: 0 auto 20px;
}

@media(max-width: 1600px){

	#section-23641 .block-grid .item-image,
	#section-23641 .block-grid .item-text {
  		width: 50%;
	}
	
	#section-23641 .block-grid .item-image:last-child {
		display: none;
	} 
}

@media(max-width: 1200px){
	.block-grid .item-text > div {
		padding: 0 50px;
	}

	.block-grid .item-text > div .name {
		line-height: 30px;
	}

	#section-23641 .block-grid .item-text > div
}

@media(max-width: 991px) {

	#section-23641 .block-grid .item-image, 
	#section-23641 .block-grid .item-text {
		width: 100%;
	}	


	.block-grid .item-text > div {
		padding: 0px;
	}

	.block-grid .item-text {
  		height: auto;
    	padding: 30px;
	}

	.block-grid .item-text > div .name {
		margin-bottom: 0px;
  		font-size: 20px;
	}

	.block-grid .item-image {
		height: 500px;
	}

}

@media(max-width: 767px) {

	.block-grid .item-text > div .text {
		font-size: 18px;
  		text-align: left;
	}

	.block-grid .item-image {
		height: 500px;
	}

	.block-grid .item-text {
  		height: auto;
    	padding: 15px;
	}
	
}

/*Mappa e contatti*/
.contact-column {
	width: 50%;
	float: left;
	padding: 80px 70px 0;
	background-color: #FFF;
	color: #262626;
	height: 500px;
}

.map-column {
  width: 50%;
  float: left;
}

#bottom-page:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}

.contact-column .item {
  font-size: 19px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  min-height: 35px;
  line-height: 35px;
}

.contact-column .item i {
  border: 1px solid #513015;
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #513015;
}

.contact-column .btn.btn-primary {
	margin-top: 15px;
}

.partners img {
	padding: 20px;
}

.partners .name {
  	display: block;
    font-weight: 600;
    color: #262626;
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    padding-top: 10px;
}

.partners .address {
	text-align: center;
    padding-top: 10px;
}

.partners .owl-carousel .owl-nav.disabled {
	display: block !important;
}


@media(max-width: 991px){
	.contact-column {
		padding: 50px;
	}
}

@media(max-width: 767px){
	.contact-column {
        width: 100%;
  		padding: 15px;
  		height: auto;
	}

    .map-column {
      width: 100%;
    }

}
/* ---------------------------------------------------------------------------------------------- */



/* Chi siamo
------------------------------------------------------------------------------------------------- */
.history .image {
      max-width: 150px;
      position: relative;
      float: left;
}

.history .data {
   color: #513015;
    font-family: 'Arvo';
    padding: 10px;
    text-transform: uppercase;
    border: 2px dotted #513015;
    padding: 7px 18px;
    font-size: 20px;
    line-height: 18px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: -14px;
}

.history .text {
    padding-left: 200px;
}

.history .item {
   height: 170px;
   position: relative;
}

.history .item:after {
    content: "";
    width: 25px;
    height: 1px;
    border: 1px dashed #513015;
    left: 5%;
    bottom: 25px;
    position: absolute;
    transform: rotate(90deg);
}

.history .item:last-child:after {
    display: none;
}

@media(max-width: 767px){
	
	.history {
		margin: 0px -15px;
	}

	.history .image img {
    	display: none;
	}

	.history .text {
    	padding-left: 0px;
	}

	.history .item {
    	height: auto;
  		margin-bottom: 15px;
	}

	.history .data {
		position: relative;
    	display: block;
  		bottom: 0px;
  		margin-bottom: 7px;
	}

	.history .image {
		float: none;
	}

	.history .item:after {
		display: none;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Galleria Fotografica
------------------------------------------------------------------------------------------------- */
/*Gallery*/
.gallery-carousel {
	margin-top: 5px;
}

.gallery-carousel .owl-carousel a {
  height: 400px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-carousel .owl-carousel a .overlay {
  background-color: rgba(81,48,21,0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.gallery-carousel .owl-carousel a:hover .overlay {
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px !important;
  border-radius: 0 !important;
  height: 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #127362 !important;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	position: absolute !important;
	top: 50%;
	color: #513015 !important;
	font-size: 25px !important;
	width: 50px !important;
	height: 50px !important;
	margin-top: -25px;
	border: 2px solid #513015 !important;
	border-radius: 0 !important;
	background-color: #FFF !important;
}

.owl-carousel .owl-nav button.owl-next {
	right: 15px;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 15px;
	border-radius: 50% !important;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
	color: #FFF !important;
	background-color: #513015 !important;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	background-color: transparent !important;
}

.gallery-carousel .owl-carousel .owl-nav button.owl-next:hover, 
.gallery-carousel .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #FFF !important;
	border-color: #FFF !important;
	color: #513015 !important;
}

.partners .owl-nav {
    position: absolute;
    right: -17px;
    top: -68px;
}

.partners .owl-nav button.owl-next{
    border: 2px solid #513015 !Important;
    color: #513015 !important;
}

.partners .owl-nav button.owl-prev {
    left: -137px;
    border: 2px solid #513015 !Important;
    color: #513015 !important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Produzione
------------------------------------------------------------------------------------------------- */
/*Processo*/
.productive-process .item {
  max-width: 1262626px;
  margin: 0 auto 40px;
  border-bottom: 1px solid;
  padding-bottom: 40px;
}


.productive-process .item .item-image .image {
  background-color: #FFF;
  width: 300px;
  border-radius: 50%;
  padding: 20px;
  height: 300px;
  margin: 0 auto;
}

.productive-process .item .item-image .image > div {
  border: 1px solid #513015;
  border-radius: 50%;
  padding: 48px;
}

.productive-process .item:nth-child(2n) .item-image {
  float: right;
}

.productive-process .item .name {
  display: block;
  color: #262626;
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 65px;
  margin-bottom: 10px;
}

.productive-process .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

@media(max-width: 991px){
	.productive-process .item .item-image .image {
    	background-color: #FFF;
    	width: 142px;
    	border-radius: 50%;
    	padding: 0px;
    	height: 142px;
    	margin: 0 auto;
    	float: left;
	}

	.productive-process .item .name {
		margin-top: 0px;
  		font-size: 22px;
	}

	.productive-process .item .item-image .image > div {
    	border: 1px solid #513015;
    	border-radius: 50%;
    	padding: 20px;
	}

	.productive-process .item {
    	margin: 0 auto 30px;
    	padding-bottom: 30px;
	}
}

@media(max-width: 767px){
	.productive-process .item {
		margin-bottom: 20px;
    	padding-bottom: 20px;
	}

	.productive-process .item-image,
	.productive-process .item-text {
		padding: 0px;
	}

	.productive-process .item .name {
		margin-top: 20px;
	}

	.productive-process .item .item-image .image,
	.productive-process .item:nth-child(2n) .item-image {
		float: none;
	}
}

/*Video*/
.video-modal .modal-dialog {
    width: 1200px;
}

.video-modal .modal-body .close-modal i {
    font-size: 25px;
    border-radius: 50px;
    color: #513015;
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: absolute;
    background-color: #fff;
    right: -27px;
    top: -20px;
    margin-top: -2px;
    text-align: center;
    z-index: 3;
}

.video-modal .modal-body .close-modal i:hover {
    color: #fff;
    background-color: #513015;
}

.video-band {
  height: 600px;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.video-band .overlay-video {
  background-color: #513015;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-band a {
  color: #FFF;
  position: absolute;
  font-size: 40px;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -50px;
}

.video-band a i {
  background-color: rgba(255,255,255,0.5);
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.video-band a:hover i {
  background-color: #513015;
}

@media(max-width: 767px){
	.video-band {
		height: 400px;
  		background-attachment: inherit;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-list {
	width: 33%;
  	float: left;
}

.contact-list .item {	
    padding-bottom: 10px;
    border-bottom: 1px solid #262626;
    margin-right: 50px;
    margin-bottom: 20px;
    font-size: 19px;
}

.contact-list .item:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
}

.contact-list .text {
	font-size: 23px;
	margin-bottom: 5px;
	font-weight: 500;
}

.contact-list .text i {
	font-size: 19px;
  	margin-right: 3px;
}

.contact-list .item a {
	color: #262626;
}

.contact-list .item a:hover {
  	color: #513015;
}

.contact {
	width: 66%;
  	float: left;
}

.contact .inputbox .legend {
	display: none;
}

.contact .inputbox.vertical .validation-required {
	background: none;
  	padding-left: 0px;
}

.dealers-grid .item .image{
	height: 200px;
    background-size: cover;
    background-position: center;
}

.dealers-grid .item .name {
	color: #513015;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}

.dealers-grid .item .area img {
	max-width: 90px;
    margin: 10px auto;
}

.dealers-grid .item .phone i {
	background-color: #513015;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
  	font-size: 13px;
}

.dealers-grid .contact-mail {
    text-align: center;
    margin-top: 50px;
    border: 1px dashed;
    padding: 20px;
    display: block;
    margin: 50px auto;
    position: relative;
}

.dealers-grid .contact-mail .text{
    color: #262626;
    font-size: 25px;
}

.dealers-grid .contact-mail a i {
	font-size: 20px;
    margin-right: 5px;
}

/* Modale */
.modal-header {
    background-color: #262626;
    color: #fff;
    text-align: center;
}

.modal-header .modal-title {
	font-weight: 600;
}

.modal-header .modal-title i {
	display: none;
}

.modal.saved-info .modal-body {
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}

.modal-footer {
    text-align: center;
    border-top: 0px;
    padding-top: 0px;
}

.modal-header .close {
	opacity: 1;
    color: #fff;
}

.modal-header .close:hover {
	color: #513015;
}

@media(max-width:991px) {
	.contact-list, 
	.contact {
	  width: 100%;
	  float: none;
	}
	.contact-list {
	  border: 1px solid;
	  padding: 20px;
	  text-align: center;
	}
	.contact-list .item {
	  margin-right: 0;
	}
}

@media(max-width:767px){
	.contact-list .item {
		font-size: 17px;
	}
	.contact-list .text {
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email,
.input-div input {
  max-width: 100% !important;
}

.input-div {
	position: relative;
}

/*Validazioni*/
.inputbox .validation-highlight {
   background: #fff0f0 none repeat scroll 0 0 !important;
   border-color: #a90329;
}

.inputbox label.validation-error-label {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	bottom: -15px;
	background-color: #a90329 !important;
	font-size: 10px;
	font-weight: lighter;
	padding: 2px 10px !important;
	position: absolute;
	color: #FFF !important;
	left: 22px;
}

/* ---------------------------------------------------------------------------------------------- */



/* Pagina Sistema
------------------------------------------------------------------------------------------------- */
.full-registration .list-command li {
 width:33%;
 padding:0
}
@media(max-width:991px) {
 .full-registration .list-command li {
  width:100%;
  margin-bottom:10px
 }
}
.full-registration .list-command li a {
 display:block;
 background-color:#513015;
 color:#FFF;
 border-color:#513015;
 padding:10px
}
.full-registration .list-command li a.active {
	background-color: #FFF;
	color: #513015;
	border-color: #FFF;
	box-shadow: none;
}
.full-registration .list-command li a.active:hover,
.full-registration .list-command li a:hover {
 background-color:#262626;
 border-color:#262626;
 color:#FFF
}
.full-registration .list-command a span {
 background:none !important;
 font-weight:600;
 padding:0;
 height:auto;
 line-height:25px;
 font-size:16px
}
form.login,
form.user-profile,
form.reset-password,
form.register,
form.address-edit,
form.set-new-password {
 padding-top:150px;
 background-color:#513015
}
form.reset-password .page-content,
form.user-profile .page-content,
form.register .page-content,
form.address-edit .page-content,
form.set-new-password .page-content {
 background-color:rgba(255,255,255,0.8);
 padding:50px;
 margin-bottom:30px
}
form.login .page-content {
 padding:50px 0
}
.login.panel.panel-success {
 border:none;
 box-shadow:none;
 border-radius:0;
 padding:20px
}
.login.panel .header.panel-heading {
 color:#FFF;
 background-color:#C67F6E;
 border:none;
 font-weight:bold;
 text-align:center;
 font-size:25px
}
.inputbox .validation-summary {
 background-color:#D26262600 !important;
 border-color:#D26262600 !important;
 border-radius:0 !important;
 padding:20px;
 color:#FFF
}
.inputbox .validation-summary h4 {
 margin-top:0
}
.inputbox .validation-summary ul {
 color:#FFF !important;
 margin:0
}
@media(max-width:1200px) {
 form.reset-password .page-content,
 form.register .page-content,
 form.address-edit .page-content,
 form.set-new-password .page-content {
  padding:25px
 }
}
@media(max-width:767px) {
 form.login,
 form.user-profile,
 form.reset-password,
 form.register,
 form.address-edit,
 form.set-new-password {
  padding-top:80px;
  background-color:#FFF
 }
 form.reset-password .page-content,
 form.register .page-content,
 form.address-edit .page-content,
 form.set-new-password .page-content {
  padding:15px
 }
 .login.panel.panel-success {
  padding:0 5px
 }
}
form.user-profile .anagraph > .ow-container,
form.register .anagraph > .ow-container {
 display:none
}
form.register .telephones legend,
form.register .telephones .telephone2,
form.register .telephones .mobile,
form.register .telephones .fax,
form.user-profile .telephones legend,
form.user-profile .telephones .telephone2,
form.user-profile .telephones .mobile,
form.user-profile .telephones .fax {
 display:none
}
.reset-password-container h1 {
	margin-top: 0;
	font-weight: 900;
	color: #262626;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */



/* Pagamento e Spedizioni
------------------------------------------------------------------------------------------------- */
.payment-type .title, 
.shipping-type .title {
	color: #FFF;
	font-weight: 600;
	padding: 5px 17px;
	font-size: 20px;
	margin-bottom: 15px;
	background-color: #513015;
	display: inline-block;
}

.payment-type .description, 
.shipping-type .description {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-box .name {
	display: block;
	font-weight: 600;
	font-size: 33px;
	text-transform: uppercase;
	color: #262626;
	margin-bottom: 20px;
}

.contact-box .text {
     color: #513015;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-box .item{  
    padding-left: 70px;  
    position: relative;  
    margin-bottom: 20px;
}

.contact-box .text i{
    border: 1px solid #513015;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    color: #513015;
    padding: 7px;
}

.contact-box .social-item {
     font-weight: 600;
     display: inline-block;
     margin-right: 15px;
}

.contact-box .social i {
	background-color: #513015;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 21px;
	line-height: 40px;
  	margin-right: 10px;
}

.contact-map-band .title {
    font-size: 28px;
    font-weight: 900;
}

.contact-map-band {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #FFF;
  position: relative;
}

.contact-map-band .number-container img {
  max-width: 160px;
  float: left;
}

.contact-map-band .number-container {
  font-size: 33px;
  font-weight: 900;
}

.contact-map-band .number-container span {
  color: #fff;
  font-size: 100px;
  display: block;
  line-height: 75px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.contact-map-band .text-container {
  font-size: 21px;
}

.contact-map-band .link-container {
  text-align: right;
  float: right;
}

.contact-map-band  .link-container a {
  margin-top: 10px;
  background-color: #FFF;
  color: #513015;
  border-color: #FFF;
  padding: 10px 40px;
  font-size: 20px;
  width: 300px;
}

.contact-map-band .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
}

.contact-map-band .link-container a:hover {
  color: #FFF;
  background-color: #513015;
  border-color: #513015;
}

@media(max-width:1200px){
	
	.contact-box .name {
	    display: block;
    	font-weight: 600;
    	font-size: 29px;
    	text-transform: uppercase;
    	color: #262626;
    	margin-bottom: 20px;
    	min-height: 60px;
    	line-height: 29px;
	}

	.contact-map-band .number-container img {
    	max-width: 130px;
    	float: left;
	}

	.contact-map-band .number-container span {
     	color: #fff;
    	font-size: 61px;
    	display: block;
    	line-height: 60px;
    	margin-top: 25px;
    	margin-bottom: 10px;
	}

	.contact-map-band .title {
		font-size: 24px;
	}
}

@media(max-width: 991px){
	.contact-box .name {
		min-height: auto;
  		display: block;
	}

	.contact-box .item {
		width: 50%;
  		float: left;
  		min-height: 70px;
  		margin-bottom: 0px;
	}

	.contact-box .social {
		padding: 0px;	
  		margin: 10px 0px 20px;
	}

	.contact-map-band .number-container img {
    	display: none;
	}

	.contact-map-band .link-container {
		text-align: left;
  		float: left;
  		margin-top: 20px;
	}

	.contact-map-band {
		padding: 50px 0px;
	}

	.contact-map-band .number-container span {
		margin-top: 0px;
	}

	.contact-map-band .link-container a {
		margin-right: 10px;
	}

}


@media(max-width: 991px){
	.contact-map-band {
	 	padding: 30px 0px;
	}
}

@media(max-width: 767px){
	.contact-box .name {
		font-size: 19px;
  		margin-bottom: 5px;
	}

	.contact-map-band .number-container {
		font-size: 19px;
  		padding: 0px;
	}	

	.contact-map-band .number-container span {
		font-size: 30px;
  		line-height: 15px;
	}

	.contact-map-band .link-container {
		padding: 0px;
  		width: 100%;
	}

	.contact-map-band .title {
    	font-size: 19px;
	}

	.contact-box .item {
  		width: 100%;
    	margin-bottom: 10px;
  		min-height: auto;
	}

	.contact-box .text i {
        border: 1px solid #513015;
        position: absolute;
        left: 0;
        width: 35px;
        height: 35px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        font-size: 18px;
        color: #513015;
        padding: 5px;
	}

	.contact-box .social i {
        background-color: #513015;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        font-size: 19px;
        line-height: 35px;
        margin-right: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Pagina 404
------------------------------------------------------------------------------------------------- */
.error-info {
  text-align: center;
  padding-top: 50px;
}

.error-info .title {
  display: block;
  font-size: 200px;
  font-weight: 800;
  line-height: 185px;
}

.error-info .subtitle {
  display: block;
  font-size: 40px;
  font-weight: bold;
}

.error-info .text {
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}

@media(max-width:767px){
  .error-info {
    padding-top: 0;
  }
  .error-info .title {
    font-size: 120px;
    line-height: 110px;
  }
  .error-info .subtitle {
    font-size: 25px;
  }
  .error-info .text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------------------------------------------------- */