.whatsapp-container {
	position:fixed;
	bottom:25px;
	width:100%;
	height:50px;
	z-index: 999999;
	
}

.whatsapp-img {
		
	height:auto;
	float:left;
	margin-left:50px;
}

.whatsapp-img img {
	max-height:40px;
}

.whatsapp-text {
	max-width: 275px;
	height: auto;
	color: #FFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	border-radius: 10px;
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(37,211,102,1.00) 0%,rgba(37,211,102,1) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(37,211,102,1.00) 0%,rgba(37,211,102,1) 100%);
	background-image: -o-linear-gradient(270deg,rgba(37,211,102,1.00) 0%,rgba(37,211,102,1) 100%);
	background-image: linear-gradient(180deg,rgba(37,211,102,1.00) 0%,rgba(37,211,102,1) 100%);
	-webkit-box-shadow: 1px 1px 10px 1px #828282;
	box-shadow: 1px 1px 10px 1px #828282;
	border: medium solid #FFFFFF;
}

.whatsapp-text a {
	color: #FFF;
	text-shadow: 1px 1px 4px #686868;
}
.col-lg-4.col-sm-12 a .img-responsive {
	max-height: 220px;
	width: 100%;
	min-height: 220px;
}


/* lg */ 
@media (min-width: 1200px) {
  
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

  .navbar-right {
    padding: 0 30px 0 0;
  }

  .navbar-right li a {
    padding: 35px 15px;
  }

  .fixed-menu .container {
    width: 100%;
  }

  .fixed-menu .navbar-right {
    padding-right: 30px;
  }

  .fixed-menu .navbar-right li a {
    padding: 20px;
  }

  
  #countdown li {
    margin-right: 30px;
  }

  .guitar {
    right:0;
  }

  .guitar2 {
    height: 100%
  }

    .guitar2 img {
      padding-top: 20%;
    }

  .ear-piece {
    left: -15%;
  }

  #event .col-md-9 {
    z-index: 10;
  }


}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-brand {
    width: 215px;
    height: 60px;
	margin-bottom:0px;
  }

  .navbar-right {
    padding: 0;
  }

  .navbar-right li a {
    padding:20px 11px;
    font-size: 17px;
  }

  .fixed-menu .container {
    width: 100%;
  }

  .fixed-menu .navbar-right {
    padding-right: 30px;
  }

  .fixed-menu .navbar-right li a {
    padding: 20px 15px;
    font-size: 17px;
  }
 
 #countdown li {
  margin-right: 15px;
 }

  .sponsor-control-left {
    right:8%;
  }

  .sponsor-control-right {
    right: 5%;
  }

  .guitar, .ear-piece, .light {
    display: none;
  }

  .watch {
    left: -8%
  }

  .guitar2 {
    height: 100%;
  }

  .guitar2 img {
    padding-top:38%;
  }

  .twit {
    left: -5%;
  }
  



}

/* xs */
@media (max-width: 767px) {

  .main-nav .container {
	/* [disabled]display: none; */
	background-color: #1b7b98;
	
  }
  
  .fixed-menu .container {
    display: block;
  }

   .fixed-menu .container {
    width: 100%;
  }

  .navbar-brand {
    width: inherit;
	margin-bottom:0px;
  }

  .fixed-menu .navbar-right li a {
    padding: 7px 25px;
  }

  #home {
	margin-top: 20px;
  }

  #main-slider .carousel-caption {
    bottom: 17%;
    padding: 10px;
    line-height: 0;
  }

  #main-slider .carousel-caption h2 {
    font-size: 20px;
    margin-top: 3px;
  }

  #main-slider .carousel-caption h4 {
    font-size: 16px;
  }

  #main-slider .carousel-caption a {
    font-size: 14px;
    color: #2da1c5;
  }

  #explore {
    background-size:cover;
  }

  #explore h2 {
    float: inherit;
    font-size: 30px;
    margin-bottom: 30px;
  }  

  #countdown li {
    font-size: 14px;
    margin-right:35px;
    width:inherit;
  }

  #countdown li span {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }

  #countdown li:before, 
  #countdown li:after {
    top:25px;
  }

  .cart a {
    font-size: 18px;
  }

  .cart a i {
    font-size: 20px;
    padding:15px;
  }

   /*event */
  .single-event {
    margin-bottom: 40px;
  }


  #event h2, 
  #about h2, 
  #sponsor h2 {
    font-size: 30px;
  }

  .twitter-control-left, 
  .twitter-control-right {
    top: inherit;
    bottom: -40px;
  }

  .twitter-control-left {
    left: 46%;
  }

  .twitter-control-right {
    right: 46%;
  }

  #sponsor {
    background-position: right 0 bottom 0;
  }

  .sponsor-control-left, 
  .sponsor-control-right {
    top:0;
  }

  .sponsor-control-left {
    right: 10%;
  }

  .sponsor-control-right {
    right: 5%;
  }

  #sponsor .item ul li {
    width: 30%;
    margin-right:3%
  }

  #sponsor .item ul li:last-child {
    margin-right: 0;
   }


  #footer {
	font-size: 10px;
	bottom: 0px;
	position: absolute;
  }

  .watch, .guitar, .guitar2, .twit, .light, .ear-piece {
    display: none;
  }

  .contact-section {
    background-position: left 0 bottom 0;
    background-size: cover;
  }

  .about-content {
    width: 100%;    
    padding: 70px 25px 110px;
  }
  
  
  .text-area {
	position: static;
	right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
	
}

.welcome-box {
	background-color: rgba(0,0,0,0.4) ;
	position: relative;	
	top: 10px;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;	
	margib-bottom:20px;
}

.header-top {
	padding:10px;	
}

.navbar-right li a {
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
}

.whatsapp-img {
		
	height:auto;
	float:left;
	margin-left:20px;
	}

}

/* XS Portrait */
@media (max-width: 479px) {

  .main-nav .container {
    /* [disabled]display: none; */
	background-color: #1b7b98;
	
  }

  .fixed-menu .container {
    display: block;
  }

  .fixed-menu .navbar-right li a {
    padding: 10px 25px;
  }

  /* Home */

  #home {
    margin-top: 10%;
  }

  .fixed-menu .container {
    width: 100%;
  }

  .navbar-brand {
    width: inherit;
  }


  #main-slider .carousel-caption {
    bottom: 17%;
    padding: 10px;
    line-height: 0;
  }

  #main-slider .carousel-caption h2 {
    font-size: 18px;
    margin-top: 3px;
  }

  #main-slider .carousel-caption h4 {
    font-size: 14px;
  }

  #main-slider .carousel-caption a {
    font-size: 12px;
    color: #2da1c5;
  }

  .carousel-indicators {
    bottom: 0;
  }

  /* Explore */
  #explore {
    background-size:cover;
  }

  #explore h2 {
    float: inherit;
    font-size: 30px;
    margin-bottom: 30px;
  }  

  #countdown li {
    font-size: 14px;
    margin-right: 15px;
    width: 45px;
  }

  #countdown li span {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }

  #countdown li:before, 
  #countdown li:after {
    top: 18px
  }

  .cart {
    right:-209px;
  }

  .cart a {
    font-size: 18px;
  }

  .cart a i {
    font-size: 20px;
    padding:12px;
  }

    /*event */
  .single-event {
    margin-bottom: 40px;
  }

  .about-content {
    width: 100%;    
    padding: 70px 30px 110px;
  }

  #event h2, 
  #about h2, 
  #sponsor h2 {
    font-size: 30px;
  }

  .about-content p, 
  #twitter-feed .item a, 
  #twitter-feed .item p {
    font-size: 15px;
  }

  .twitter-control-left, 
  .twitter-control-right {
    top: inherit;
    bottom: -40px;
  }

  .twitter-control-left {
    left: 46%;
  }

  .twitter-control-right {
    right: 46%;
  }

  #sponsor {
    background-position: right 0 bottom;
  }

  .sponsor-control-left, 
  .sponsor-control-right {
    top: 0;
  }

  .sponsor-control-left {
    right: 10%;
  }

  .sponsor-control-right {
    right: 5%;
  }

  #sponsor .item ul li {
    width: 45%;
    margin-right: 5%
  }

  #sponsor .item ul li:last-child {
    margin-right: 0;
   }
 
  #footer {
    font-size: 14px;
  }

  .watch, .guitar, .guitar2, .twit, .light, .ear-piece {
    display: none;
  }

  .contact-section {
    background-position: left 0 bottom 0;
    background-size: cover;
  }


  .text-area {
	position: static;
	right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	float: right;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
	
}

.welcome-box {
	background-color: rgba(0,0,0,0.7) ;
	position: relative;	
	top: 0px;
	margin-bottom:20px;	
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;	
}

.thumb-container {

	height: 100px;
	
}

.header-top {
	padding:10px;	
}

.navbar-right li a {
	padding-bottom: 5px;
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 5px;	
}
}
