@import url(http://fonts.googleapis.com/css?family=Courgette:300,400,700,900);

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    /*background-color: #000;*/
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3 {
    margin: 0 0 35px;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'geared_slabbold';
  	color: #553621;
    font-weight: 700;
    letter-spacing: 1px;
}


h4,
h5{
    margin: 0 0 0px;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'geared_slabbold';
  font-weight: 400;
    font-weight: 700;
    letter-spacing: 1px;
	color: #553621 !important;
}
h6 {
    margin: 0 0 0px;
   
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'geared_slabbold';
  font-weight: 400;
    font-weight: 700;
    letter-spacing: 1px;
	color: #553621 !important;
}


.sottotitolo{
	margin: 0 0 35px;
	/*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Lora,"Courgette",Helvetica,Arial,sans-serif;
	color: #553621 !important;
	font-size: 26px !important;
	font-weight: 300;
	letter-spacing: 1px;
}

.sottotitolo2{
	margin: 0 0 35px;
	/*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Lora,"Courgette",Helvetica,Arial,sans-serif;
	color: #553621 !important;
	font-size: 20px !important;
	font-weight: 700;
	letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: #dfab31;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #dfab31;
}

.light {
    font-weight: 400;
}

.img-circle{
	border-radius:50%;
	
	border: 10px solid #F6F6F6;
	margin-bottom:20px;
	
	box-shadow: 2px 2px 4px #969696;}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.img-responsive2 {
  display: block;
  max-width: 100%;
  max-height: 120px !important;
  padding-bottom:20px;
  margin: auto;
}

.img-responsive3 {
  display: block;
  max-width: 100%;
  max-height: 350px !important;
}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}

.pre-loader {
	background: #322d28;
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg3.jpg) no-repeat bottom center scroll;
	background-color: #443224;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro2 {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/apetta_home.jpg) no-repeat bottom center scroll;
	background-color: #443224;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro2 .intro-body {
    display: table-cell;
    vertical-align: top;
}
.intro2 .intro-body .brand-heading {
    font-size: 40px;
	
}

.intro2 .intro-body .intro-text {
    font-size: 18px;
}
.intro .intro-body .brand-heading {
    font-size: 60px;
	
	color: #FFFFFF !important;
	margin-bottom:15px;

		  
		  text-shadow:
		    3px 3px 0 #542929,
		    
		  	-1px -1px 0 #542929,  
		    1px -1px 0 #542929,
		    -1px 1px 0 #542929,
		    1px 1px 0 #542929;
}

.brand-heading {
    font-size: 48px;
	text-shadow: 2px 2px 4px #000000;
	color: #FFFFFF !important;
	text-align:center;

}

    .intro .intro-body .intro-text {
        /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'geared_slabbold';amily: Lora,"Courgette",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	margin-bottom:15px;
		
  font-size: 32px !important;
 
		  
		  text-shadow:
		    3px 3px 0 #542929,
		    
		  	-1px -1px 0 #542929,  
		    1px -1px 0 #542929,
		    -1px 1px 0 #542929,
		    1px 1px 0 #542929;
    font-weight: 700;
    letter-spacing: 1px;
    }
	
	.intro .intro-body .intro-text-sub{
        font-family: Lora,"Courgette",Helvetica,Arial,sans-serif;
	
		font-size: 18px;
		  
		  text-shadow:
		    2px 2px 0 #542929,
		    
		  	-1px -1px 0 #542929,  
		    1px -1px 0 #542929,
		    -1px 1px 0 #542929,
		    1px 1px 0 #542929;
    font-weight: 400;
    letter-spacing: 1px;
    }
	
	 .intro2 .intro-body .brand-heading {
         font-size: 40px;
	
	color: #FFFFFF !important;
	margin-bottom:15px;

		  
		  text-shadow:
		    3px 3px 0 #542929,
		    
		  	-1px -1px 0 #542929,  
		    1px -1px 0 #542929,
		    -1px 1px 0 #542929,
		    1px 1px 0 #542929;
    }

    .intro2 .intro-body .intro-text {
        font-size: 20px;
		font-family: 'geared_slabbold';
  text-shadow: 2px 2px 4px #000000;
    font-weight: 700;
    letter-spacing: 1px;
	
    }
	
@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
	.intro2 {
        height: 100%;
        padding: 0;
    }
	
    
   
}
.btn-circle_ombra {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px !important;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
		  
		  text-shadow:
		    3px 3px 0 #542929,
		    
		  	-1px -1px 0 #542929,  
		    1px -1px 0 #542929,
		    -1px 1px 0 #542929,
		    1px 1px 0 #542929;
}



.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px !important;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.section-heading2 {
  margin: 60px 0 20px;
  text-align: center;
}

.section-heading2.inverse h1,
.section-heading2.inverse p {
  color: #ffffff;
}
.section-heading2.inverse .divider:after {
  background: #ffffff;
}

.section-heading2 .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}

.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}

.section-heading {
  margin: 60px 0 10px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}


/* Sezione stuzzicante */

section#stuzzicante {
  position: relative;
  padding: 80px 0px 90px;
}
section#stuzzicante .stuzzicante-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#stuzzicante .stuzzicante-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#stuzzicante header h1:after {
  background: #dfab31;
}
section#stuzzicante .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#stuzzicante .media a {
  color: #dfab31;
}
section#stuzzicante .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#stuzzicante .media:hover h3 {
  color: #dfab31;
}

section#stuzzicante .media {
  margin-bottom: 10px;
}
section#stuzzicante .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#stuzzicante .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#stuzzicante .media .media-heading a {
  font-weight: 400;
}

section#stuzzicante .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#stuzzicante .media a {
  color: #dfab31;
}
section#stuzzicante .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#stuzzicante .media:hover h3 {
  color: #dfab31;
}




/* Sezione festival */

section#festival {
	position: relative;
	padding: 80px 0px 90px;
	background-color: #F6F6F6;
/*background: url("../img/sfondo_festival.png") no-repeat fixed 0px 0px transparent;
	
	background-size: cover;
	background-position: center center;*/
}
section#festival .festival-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#festival .festival-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#festival header h1:after {
  background: #dfab31;
}
section#festival .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#festival .media a {
  color: #dfab31;
}
section#festival .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#festival .media:hover h3 {
  color: #dfab31;
}


section#festival .media {
  margin-bottom: 10px;
}
section#festival .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#festival .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#festival .media .media-heading a {
  font-weight: 400;
}

section#festival .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#festival .media a {
  color: #dfab31;
}
section#festival .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#festival .media:hover h3 {
  color: #dfab31;
}


/* Sezione Programma */

section#programma {
  position: relative;
  padding: 80px 0px 90px;
}
section#programma .programma-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#programma .programma-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#programma header h1:after {
  background: #dfab31;
}
section#programma .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#programma .media a {
  color: #dfab31;
}
section#programma .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#programma .media:hover h3 {
  color: #dfab31;
}


section#programma .media {
  margin-bottom: 10px;
}
section#programma .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#programma .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#programma .media .media-heading a {
  font-weight: 400;
}

section#programma .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#programma .media a {
  color: #dfab31;
}
section#programma .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#programma .media:hover h3 {
  color: #dfab31;
}






/* Sezione Concorsi */

section#concorsi {
  position: relative;
  padding: 80px 0px 90px;
}
section#concorsi .concorsi-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#concorsi .concorsi-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#concorsi header h1:after {
  background: #dfab31;
}
section#concorsi .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#concorsi .media a {
  color: #dfab31;
}
section#concorsi .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#concorsi .media:hover h3 {
  color: #dfab31;
}


section#concorsi .media {
  margin-bottom: 10px;
}
section#concorsi .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#concorsi .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#concorsi .media .media-heading a {
  font-weight: 400;
}

section#concorsi .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#concorsi .media a {
  color: #dfab31;
}
section#concorsi .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#concorsi .media:hover h3 {
  color: #dfab31;
}

/* Sezione Video */

section#video {
  position: relative;
  padding: 80px 0px 90px;
  background-color: #F6F6F6;
}
section#video .video-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#video .video-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#video header h1:after {
  background: #dfab31;
}
section#video .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#video .media a {
  color: #dfab31;
}
section#video .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#video .media:hover h3 {
  color: #dfab31;
}


section#video .media {
  margin-bottom: 10px;
}
section#video .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#video .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#video .media .media-heading a {
  font-weight: 400;
}

section#video .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#video .media a {
  color: #dfab31;
}
section#video .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#video .media:hover h3 {
  color: #dfab31;
}


/* Sezione Dicono di noi */





/* Sezione Partecipa */

section#partecipa {
  position: relative;
  padding: 80px 0px 90px;
}
section#partecipa .partecipa-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#partecipa .partecipa-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#partecipa header h1:after {
  background: #dfab31;
}
section#partecipa .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#partecipa .media a {
  color: #dfab31;
}
section#partecipa .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#partecipa .media:hover h3 {
  color: #dfab31;
}


section#partecipa .media {
  margin-bottom: 10px;
}
section#partecipa .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#partecipa .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#partecipa .media .media-heading a {
  font-weight: 400;
}

section#partecipa .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#partecipa .media a {
  color: #dfab31;
}
section#partecipa .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#partecipa .media:hover h3 {
  color: #dfab31;
}


/* Sezione Partner */

section#partner {
	position: relative;
	padding: 80px 0px 90px;
	
}
section#partner .partner-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#partner .partner-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#partner header h1:after {
  background: #dfab31;
}
section#partner .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#partner .media a {
  color: #dfab31;
}
section#partner .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#partner .media:hover h3 {
  color: #dfab31;
}


section#partner .media {
  margin-bottom: 10px;
}
section#partner .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#partner .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#partner .media .media-heading a {
  font-weight: 400;
}

section#partner .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#partner .media a {
  color: #dfab31;
}
section#partner .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#partner .media:hover h3 {
  color: #dfab31;
}




/* SEZIONE contatti */

section#contatti {
  position: relative;
  padding: 80px 0px 90px;
  background-color: #F6F6F6;
}
section#contatti .contatti-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#contatti .contatti-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#contatti header h1:after {
  background: #dfab31;
}
section#contatti .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#contatti .media a {
  color: #dfab31;
}
section#contatti .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#contatti .media:hover h3 {
  color: #dfab31;
}


section#contatti .media {
  margin-bottom: 10px;
}
section#contatti .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#contatti .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#contatti .media .media-heading a {
  font-weight: 400;
}

section#contatti .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#contatti .media a {
  color: #dfab31;
}
section#contatti .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#contatti .media:hover h3 {
  color: #dfab31;
}



/* GALLERY section */

section#gallery {
  position: relative;
  padding: 0px 0px 150px;
}
section#gallery .gallery-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#gallery .gallery-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#gallery header h1:after {
  background: #dfab31;
}
section#gallery .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#gallery .media a {
  color: #dfab31;
}
section#gallery .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#gallery .media:hover h3 {
  color: #dfab31;
}

section#gallery {
  padding: 0 0 150px 0;
}
section#gallery .media {
  margin-bottom: 10px;
}
section#gallery .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#gallery .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#gallery .media .media-heading a {
  font-weight: 400;
}

/* footer section */
footer {
  background: #443224;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #553621 0%, #322d29 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #553621), color-stop(100%, #322d29));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #553621 0%, #322d29 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #553621 0%, #322d29 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #553621 0%, #322d29 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #553621 0%, #322d29 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#553621, endColorstr=#322d29, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #dfab31;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}



/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
}
.footer_splash {
  padding: 0px 0;
  
}

footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}


/* INSTAFOOD Section */
section#instafood
	{
        height: 100%;
        padding: 0;
    }
section#instafood {
 /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dfab31 0%, #6b396c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dfab31), color-stop(100%, #6b396c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #dfab31 0%, #6b396c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #dfab31 0%, #6b396c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #dfab31 0%, #6b396c 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #dfab31 0%, #6b396c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfab31, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  
}
section#instafood header {
  color: #ffffff;
}
section#instafood header h1:after {
  background: #ffffff;
}
section#instafood .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#instafood .platforms .media a i {
  color: #ffffff;
}
section#instafood .platforms .media a div.media-body {
  color: #ffffff;
}
section#instafood .platforms .media:hover {
  background: #ffffff;
}
section#instafood .platforms .media:hover a i,
section#instafood .platforms .media:hover a div.media-body {
  color: #dfab31;
}


/* INSTAFOOD Section */
section#instafood {
  
	
	padding: 100px 0;
	text-align: center;
	color: #fff;
	
  background: url("../img/INSTAFOOD.png") no-repeat transparent;
	 /* Preserve aspet ratio */
  
	background-size: cover;
	background-position: left bottom;
}
section#instafood .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#instafood .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}

.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}

/* TOUR Section */
section#tour
	{
        height: 100%;
        padding: 0;
    }
section#tour {
 /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dfab31 0%, #412C1D 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dfab31), color-stop(100%, #412C1D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #dfab31 0%, #412C1D 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #dfab31 0%, #412C1D 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #dfab31 0%, #412C1D 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #dfab31 0%, #412C1D 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfab31, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  
}
section#tour header {
  color: #ffffff;
}
section#tour header h1:after {
  background: #ffffff;
}
section#tour .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#tour .platforms .media a i {
  color: #ffffff;
}
section#tour .platforms .media a div.media-body {
  color: #ffffff;
}
section#tour .platforms .media:hover {
  background: #ffffff;
}
section#tour .platforms .media:hover a i,
section#tour .platforms .media:hover a div.media-body {
  color: #dfab31;
}
 .text-date {
  color: #553621;
  text-transform:uppercase;
}

section#tour p{	
	 margin: 0 0 5px;
}


section#tour {	
	padding: 100px 0;
	text-align: center;
	color: #fff;
	
   /* background: url("../img/INSTAFOOD.png") no-repeat transparent;
	Preserve aspet ratio */
  
	background-size: cover;
	background-position: left bottom;
}
section#tour .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#tour .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}

section#tour .media a {
  color: #dfab31;
}
section#tour .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#tour .media:hover h3 {
  color: #dfab31;
}

section#tour .media h3 {
  font-size:24px;
}


section#tour .media {
  margin-bottom: 10px;
}
section#tour .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#tour .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#tour .media .media-heading a {
  font-weight: 400;
}

section#tour .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#tour .media a {
  color: #dfab31;
}
section#tour .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#tour .media:hover h3 {
  color: #dfab31;
}



.btn.btn-primary {
  color: #dfab31;
  border-color: #dfab31;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #dfab31;
  border-color: #dfab31;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #dfab31;
  border-color: #dfab31;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #6b396c;
}
.btn.btn-default:hover {
  color: #6b396c;
}

.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
  
}
.btn.btn-primary {
  border: 2px solid #dfab31;
  background: none;
  color: #dfab31;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

form .form-control:focus {
  border-color: #dfab31;
  color: #999999;
}


.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    /*background-color: #322d28;*/
    background-color: #dfab31;
}



.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	
		
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #917021;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


@media(min-width:768px) {
    .navbar-custom {
        padding-top: 20px;
		padding-bottom:20px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
       background: transparent url("../img/border2.png") repeat-x;
        /*border-bottom: 1px solid rgba(245,147,52,1);
        background: #322d28;
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
  padding: 0;
  height:100px !important;
  
    }
	.navbar-custom.top-nav-collapse .navbar-brand img {
  width: auto;
  max-height: 70px;
}




}

 .btm {
  height: 14px;
  background: transparent url("../img/border3.png") repeat-x;
}

.btm2 {
	height: 11px;
	background: transparent url("../img/border4.png") repeat-x;
}


form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  /*padding: 20px;*/
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}

form select.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
  background: #545454;
}

.special {
			font-style: italic;
			font-weight: bold !important;
			color:#bc0000 !important;
			background:#000;
}


.media {
  margin-bottom: 10px;
}
.media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}


.divider_lungo {
  background: #dfab31;
  content: "";
  position: relative;
  height: 2px;
  width: 80%;
  display: block;
  text-align: center;
  margin: 30px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}


section .section-heading .divider:after {
  background: #dfab31;
}

.navbar-nav>li>a{padding-top:35px;padding-bottom:35px}

#parallelo {
	background: url("../img/Scene01.jpg") no-repeat fixed 0px 0px transparent;
	padding: 120px 0px;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 900;
	height: 500px;
	background-size: cover;
	background-position: center center;
    }
	
	#parallelo2 {
	background: url("../img/Scene02.jpg") no-repeat fixed 0px 0px transparent;
	padding: 120px 0px;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 900;
	height: 500px;
	background-size: cover;
	background-position: center center;
    }

.carousel,.item,.active{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}
.carousel-inner{height:100%;}
.carousel-control{top:49%;left:5px;width:50px;height:50px;margin-top:-20px;font-size:70px;font-weight:100;line-height:30px;color:#553621;text-align:center;background:transparent;border:0;}
.light-color , .light-color a {color:#f7f7f7;text-decoration:none}

.blocky {margin-left:8%;margin-top:9%;}
.blocky h1, .blocky h2 {background-color:rgba(1,240,1,0.5);display:inline;text-transform:none;font-weight:800;color:white;line-height:52px;}
.blocky h1 span, .blocky h2 span{padding:20px;color:#fff;}


.sftitolo1 {
  width: 821px;
  padding: 10px 40px 0 40px;
  margin: 0 auto 20px auto;
  min-height: 79px;
  background: transparent url("../img/titolo.png") no-repeat top center;
  text-align: center;
  font-family: 'geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}

.sftitolo2 {
  width: 821px;
  padding: 10px 40px 0 40px;
  margin: 0 auto 20px auto;
  min-height: 79px;
  background: transparent url("../img/titolo2.png") no-repeat top center;
  text-align: center;
  font-family: 'geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}

.sftitolo_tour {
  width: 821px;
  padding: 10px 40px 0 40px;
  margin: 0 auto 20px auto;
  min-height: 79px;
  background: transparent url("../img/titolo2.png") no-repeat top center;
  text-align: center;
  font-family: 'geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}


@media (max-width: 1200px){
	.sftitolo1,
  .sftitolo2,
  .sftitolo4 {
    width: auto !important;
    background: none !important;
	color: #553621 !important;
  }
  .sftitolo_tour{
    width: auto !important;
    background: none !important;
	color: #fff !important;
  }
 
.navbar-brand img {
  width: auto;
  max-height: 70px;
}


.navbar-toggle {
        display: block !important;
    }
 
	

    .navbar-header {
        float: none;
		height:100px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
   
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background-color:rgb(50, 45, 40);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

    
@media (max-width: 460px) {
    .nascosta {
        display: none !important;
        
    }
    .slick-next {
    right: -25px !important;
    }
    .slick-prev {
    left: -25px !important;
}
    .label_evento {
    background-color: transparent;
    background: url(../img/label_evento2.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    width: 350px;
    height: 180px;
    position: absolute;
    top:120px;
    right:0px;
}
    
	.section-heading h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}
 
}
.col-xs-15{
    width:20%;
}


.review-info {
	background: rgba(50, 45, 41, 0.77);
	
	text-align: center;
	padding: 3.5em 4em;

}
.review-info h3{
	font-size: 3em;
	color: #ffffff;
	margin: 0px !important;
	padding:0 0 0px 0;
}

.review-info h1{
	font-size: 3em;
	color: #ffffff;
	margin: 0px !important;
	padding:0 0 0px 0;
}
.review-info p {
	font-size: 1.3em;
	color: #ffffff;
	padding: 1.5em 0;
	font-family: 'Lato', sans-serif;
	line-height: 1.8em;
	font-weight: 300;
}



.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color:#FFF;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #DFAB31;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  overflow-wrap: break-word;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}


.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: auto;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}

.container2 {
  margin: 0px auto;
text-align: center;
width: 100%; 
}

/* Sezione GALLERy */

section#gallery {
  position: relative;
  padding: 80px 0px 90px;
  
}
section#gallery .gallery-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#gallery .gallery-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


section#gallery header h1:after {
  background: #dfab31;
}
section#gallery .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#gallery .media a {
  color: #dfab31;
}
section#gallery .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#gallery .media:hover h3 {
  color: #dfab31;
}


section#gallery .media {
  margin-bottom: 10px;
}
section#gallery .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#gallery .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#gallery .media .media-heading a {
  font-weight: 400;
}

section#gallery .media i.fa {
  border: 2px solid #dfab31;
  color: #dfab31;
}
section#gallery .media a {
  color: #dfab31;
}
section#gallery .media:hover i.fa {
  color: #ffffff;
  background: #dfab31;
}
section#gallery .media:hover h3 {
  color: #dfab31;
}

.nav-tabs > li, .nav-pills > li {
    float:none !important;
    display:inline-block !important;
    *display:inline ; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs {
    text-align:center !important;
}

.label_evento {
    background-color: transparent;
    background: url(../img/label_evento2.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    width: 350px;
    height: 180px;
    position: absolute;
    bottom:0px;
    right:0px;
}

.label_evento .contenitore_evento{
    width: 280px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -130px;
}

.testo_evento_data {
    text-align: left !important;
    color: #fff;
    margin: 0px;
    font-size: small;
    line-height: 30px;
}

.testo_evento_citta {
    text-align: left !important;
    color: #fff;
    margin: 0px;
    font-size: 22px;
    line-height: 30px;
    text-transform: inherit;
}

.testo_evento_luogo {
    text-align: left !important;
    color: #dfab31;
    margin: 0px;
    font-size: small;
    text-transform: uppercase;
    line-height: 30px;
}


section#screens  {
    padding: 80px 0px 90px;
}
    padding: 80px 0px 90px;

section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section#screens header h1:after {
  background: #cc6698;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
  width: inherit;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #f3a700;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #cc6698;
  border-color: #cc6698;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #cc6698;
  border-color: #cc6698;
}

section#reviews {
  background: url("../img/bk-berry.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #dfab31;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #dfab31;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #553621;
}

section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      padding: 80px 0px 90px;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
  border-right-color: #ffffff;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}

