@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);


/*************************
*******Typography******
**************************/

body {
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
}

.btn {
  border-radius: 0;
  font-family: 'Yanone Kaffeesatz','sans-serif';
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  color: #01733e;
}

h3 {
  font-size: 36px;
  color: #FFF;
}


r1 {
  color: #FF0000;
  text-shadow: -1px 0 #0B6138, 0 1px #0B6138, 1px 0 #0B6138, 0 -1px #0B6138;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px;
  z-index:1;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 900;
}

.main-nav 
.container {
  width: 100%
}

/*************************
*******Social CSS******
**************************/

#bottom-banner{
	position:fixed;
	bottom:20px;
	height:40px;
	width:100%;
	z-index:999999;
}
.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;
  z-index:1;
}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

/**********************
logo
**********************/

.navbar-brand {
  height: 90px;
  position: relative;
  width: 297px;
  top: 70px;
}

.navbar-brand img {
  position: absolute;
  top: -35px;
}

.navbar-right {
  background-color: #01733e;
  padding:0 10px 0 0;
  opacity: .7
}

.navbar-right li a {
  padding: 35px 21px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
  background-color: #fff;
  color: #16728f
}


.fixed-menu {
  background-color: #1B7B98;
  position: fixed;
  top: 0;
}

.fixed-menu .navbar-right {
  padding: 0;
}


.fixed-menu .navbar-right li a {
  font-size: 18px;
  padding: 20px 25px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
}

/**********************
logo2
**********************/

.navbar2-brand {
  background-color: #01733e;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
  opacity: .9
}

.navbar-brand2 img {
  position: absolute;
  top: -35px;
}

.fixed-menu .navbar-brand2 {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand2 img {
  height:60px;
  top: 0;
}




/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}

#main-slider img {
  width: 100%
}

#main-slider 
.carousel-caption {
  background: none repeat scroll 0 0 #000000;
  bottom: 14%;
  float: left;
  left: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}


#main-slider 
.carousel-caption h2 {  
  font-size: 38px;
 
}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #2da1c5
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators li {
  background-color:#01733e;
  border: 1px solid #01733e;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
}

/*************************
*******Explore CSS******
**************************/

#explore {
  background-color: #C34C39;
  background-image: url("../images/event-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

#explore h2 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#eventRay {
  background-color: #021eca;
  background-image: url("../images/performar-bg-RayCharles.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
#eventLucio {
  background-color: #ffc000;
  background-image: url("../images/performar-bg-Lucio.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
#eventJimi {
  background-color: #7200ff;
  background-image: url("../images/performar-bg-JimiHendrix.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
#eventFabrizio {
  background-color: #ff0000;
  background-image: url("../images/performar-bg-FabrizioDeAndre.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
#eventStudio {
  background-color: #009700;
  background-image: url("../images/performar-bg-Studio.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}


.guitar {
  position: absolute;
  right:0;
  top: 40px;
  left: 20px;
  width: 100%;
}

#event h3 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

.single-event {
  margin-bottom: 70px;
}

.single-event h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

#event-carousel {
  position: relative;
}

#event-carousel1 {
  position: relative;
}

#event-carousel2 {
  position: relative;
}

#event-carousel3 {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 0;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}

/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #01733e;
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 800px) {
	#contact .container {
	  padding-top:0px;
	}
}

@media (max-width: 799px) {
	#contact .container {
	  padding-top:100px;
	}
}

#contact h3 {
  text-transform:inherit;
  color: #373737; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #fff;
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #ae750d;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #f7ab24;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}

@media (max-width:799px) {
		
	#contact {
	  position: relative;
	  padding-top:0px;
	  display:none;
	}
	
}

@media (min-width:800px) {	
	
	#contact { 
	  position: relative;
	  padding-top:0px;
	  
	}
}

/*************************
******Prenota CSS****
**************************/
@media (max-width:799px) {
		
	#prenota {
	  position: relative;
	  padding-top:100px;
	}
	
}

@media (min-width:800px) {	
	
	#prenota { 
	  position: relative;
	  padding-top:300px;
	  display:none;
	}
}

/*************************
******Footer CSS****
**************************/
@media (min-width: 800px) {
	#footer {
	  background-color: #212121;
	  background-image: url("../images/footer-bg.jpg");
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #FFFFFF;
	  font-size: 20px;
	  padding: 20px 0;
	}
}

@media (max-width: 799px) {
	#footer {
	  background-color: #212121;
	  background-image: url("../images/footer-bg.jpg");
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #FFFFFF;
	  font-size: 20px;
	  padding: 0px 0;
		bottom:0px;
		height:40px;
		width:100%;
		z-index:999999;
	}
}

#footer a {
  color:#fff
}

#footer a:hover {
  color:#fff
}

#footer-content {
	position: absolute; 
    bottom: 0; 
}