@import url(https://fonts.googleapis.com/css?family=BenchNine);


/*************************
*******Typography******
**************************/

body {
  font-family: 'BenchNine', sans-serif;
  font-size: 17px;
  color: #111;
}


.btn {
  border-radius: 0;
  font-family: 'BenchNine','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: 'BenchNine', 'sans-serif';
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle,
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.main-nav
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;
}

.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
}

.navbar-brand {
  background-color: #1B7B98;
  color: #FFFFFF;
  height: 90px;
  margin-bottom: 10px;
  position: relative;
  width: 297px;
  font-size:32px;
  line-height:35px;
  padding-top:10px;
  margin-left: 20px;
  margin-top:10px;
}

.navbar-brand:hover{
  background-color: #FFFFFF !important;
  color: #1B7B98;
}

.navbar-brand img {
  max-height: 100%;
}

.navbar-brand a {
  color: #FFFFFF;
}

.navbar-brand a:hover {
  color: #1B7B98;
}

.navbar-right {
  background-color: #1B7B98;
  padding:0 95px 0 0;
  opacity: .9
}

.navbar-right li a, .controls li a{
  padding: 35px 21px;
  font-size: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'BenchNine', 'sans-serif';
  font-weight: 300;
}

.navbar-right li a:hover,
.navbar-right li a:focus,
.navbar-right .active a,
.controls li a:hover,
.controls li a:focus,
.controls .active a{
  background-color: #FFFFFF !important;
  color: #1B7B98;
}


.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;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
}



/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
}

#main-slider img {
  width: 100%
}



.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;
}


.carousel-caption h2 {
  font-size: 38px;

}


.carousel-caption h4 {
  font-size: 24px;
}


.carousel-caption a {
  font-size: 22px;
  color: #1B7B98;
}


.carousel-caption a:hover {
  color: #1B7B98;
}


.carousel-caption a:hover i {
  margin-left: 35px
}


.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:#1B7B98;
  border: 1px solid #1B7B98;
}

#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;
  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;
  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 #C34C39;
  border-bottom: 1px solid #C34C39;
}

#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: #C34C39;
  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: #C34C39;
  margin-right: 3px;
}



 /*************************
*******Event CSS******
**************************/
#event {
  background-color: #1B7B98;
  background-image: url("../images/performar-bg.jpg");
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}

.guitar {
  position: absolute;
  right:0;
  top: 0
}


#event h2 {
  color: #FFFFFF;
  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;
}

.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;
}


/*************************
*******About CSS**********
**************************/

#about {
  background-color: #75B46E;
  position: relative;
  width: 100%;
  display: flex;
}

.guitar2 {
  top: 0;
  width: 50%;
}

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

.about-content {
  width: 50%;
   background-image: url("../images/about-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 70px 110px;
}


#about h2 {
  margin-bottom: 23px;
}

.about-content p {
  font-size: 17px;
  font-family: 'BenchNine',sans-serif;
}

#about .btn-primary {
  background-color: #137c61;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}

#about .btn-primary:hover {
  background-color: #126d55
}



/*************************
******Twitter CSS****
**************************/

#twitter {
  background-color: #ecedef;
  background-image: url("../images/twitter-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 95px 0 90px;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}

#twitter-feed .item {
  text-align: center;
}

#twitter-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#twitter-feed .item a,
#twitter-feed .item p {
  font-size: 24px;
  font-weight: 300;
  font-family: 'BenchNine','sans-serif';
}

#twitter-feed .item p {
  color: #3D3D3D;
}

#twitter-feed .item a {
  color:#00c3ff;
}

.twitter-control-left,
.twitter-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px
}

.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
}



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #1B7B98;
  background-image: url("../images/sponsor-bg.jpg");
  background-position:50% 0;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

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

.sponsor-control-left,
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

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


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #f7ab24;
  background-image: url("../images/contact-bg.jpg");
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #373737;
}

#contact-section h3 {
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;
  color: #373737;
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #f7ab24;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #f7ab24;
}

#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
}



/*************************
******Finalweb CSS****
**************************/

footer a {
  color:#f7ab24
}

footer a:hover {
  color:#1B7B98
}

.bkgPrimary{
  background-color: #1B7B98;
  color: white;
}

.bkgSecondary{
  background-color: #C34C39;
  color: white;
}

.bkgTertiary{
  background-color: #75B46E;
  color: white;
}

.bkgQuaternary{
  background-color: #f7ab24;
  color: #373737;
}

.heading{
  text-align:center;
  padding: 10px 0;
}

.heading h1{
  margin-top: 0;
}

.heading h1{
  font-size:92px;
}

.heading p{
  font-size:20px;
}

.portfolio-caption h4{
  font-size: 30px;
  color: rgb(25,25,25);
}

/*Footer*/

#social-links{
  font-size: 34px;
  text-align: center;
}

#social-links a{
  color: #C34C39;
}

#social-links a:hover{
  color: white;
}

#copyright{
  text-align:center;
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 10px;
}

#like-button{
  text-align: right;
  margin-right: 0;
}

.dropdown-menu{
  background-color: #1B7B98 !important;
}

.dropdown-menu li a{
  padding: 5px;
  padding-right: 20px;
  margin-left: 15px;
}

#address{
  text-align: center;
  font-size: 16px;
  padding-bottom: 5px;
  color: #FFFFFF;
}

#contactInfo{
  color: #FFFFFF;
  font-size: 16px;
  padding-bottom: 10px;
  text-align: center;
}

#contactInfo a{
  color: #C34C39;
}

#contactInfo a:hover{
  color: #FFFFFF;
}

#contactInfo i{
  margin-right: 8px;
}

/*Calendar*/
.day .event-slot.event {
  background-color: #1B7B98;
}

.flexContainer{
  border: 1px solid #1B7B98;
  border-collapse: collapse;
}

.flexContainer .today {

}

.flexColumn{
  border-bottom: 1px solid #1B7B98;
  border-right: 1px solid #1B7B98;
}

.flexContainer .day {
  border-bottom: 1px solid #1B7B98;
  border-right: 1px solid #1B7B98;
  background-color: white;
}

.flexContainer .inactive{
  background-color: white;
}

/*Tab Section*/
.tabSection .tabs .tab-selected {
  color: white;
  background-color: #1B7B98;
}

.tabSection .tabs .tab-unselected {
  color: #1B7B98;
  background-color: white;
}

.tabSection .tabs .tabButton {
  transition: 400ms;
}

.tabSection .buttons .tabButton {
  padding: 0 15px;
  font-size: 18px;
  width: 200px;
  vertical-align: text-top;
}

.tabSection .buttons .tabButton .tabTitle {
  padding: 0 15px;
  font-size: 18px;
}

.tabSection .buttons .tab-selected {
  color: #1B7B98;
  background: none;
}

.tabSection .buttons .tab-unselected {
  color: #1B7B98;
  background: none;
}

.tabSection .buttons .tabIcon {
  border: 1px solid #1B7B98;
  border-radius: 50px;
  padding: 15px;
  font-size: 18px;
  transition: 400ms;
}

.tabSection .buttons .icon-selected {
  background-color: #1B7B98;
  color: white;
}

.tabSection .buttons .icon-unselected {
  background: none;
  color: #1B7B98;
}

/*Backgrounds*/
.primaryBackground {
  background-color: #1B7B98;
  color: white;
}

footer{
  text-align: center;
  background-color: #333333;
  color: #FFFFFF;
}

footer a{
  color: #C34C39;
}

footer #websitesByFinalweb{
  color: #FFFFFF;
}

.navbar-brand img{
  max-height: 80px !important;
  top: 0;
}

.static-page .login{
  margin-top: 75px;
  margin-bottom: 75px;
}

#fileContainer{
  padding-top: 150px;
}

@media(max-width: 767px){
  .header-top {
    padding: 20px;
  }
}

@media(max-width: 767px){
  .header-top{
    display: none;
  }
  .navbar-brand{
    background: none;
  }
}

.navbar-brand {
  align-items: center;
  display: flex;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  height: 100%;
}

@media(max-width: 768px){
  #logoImage {
    max-height: 55px !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    max-width: 215px;
  }

  h1, .heading h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px
  }

  h3 {
    font-size: 22px
  }
}

@media (min-width: 600px) {
  h1, .heading h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h1, .heading h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .blog-post{
      padding-top: 100px;
  }
}

@media (min-width: 992px) {
  h1, .heading h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }
}

@media (min-width: 1382px) {
  h1{
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 34px;
  }
}

.siteLogoMount{
  margin: 0 auto;
}
