/* CSS Document */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Raleway', sans-serif;*/
	font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.intro-img .intro-welcome, .intro-img-half .intro-welcome, .intro-slider .intro-welcome, .intro-slider-half .intro-welcome, .intro-video .intro-welcome {
    font-family: 'Roboto', sans-serif;
	font-family: 'Alata', sans-serif;
    font-size: 30px;
	font-weight: 300;
    margin: 0;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.intro-slider .intro-body {
    top: 150px;
}
	.navbar-dark,
.navbar-light {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0px solid #33383f;
}
navbar-light.top-nav-collapse {
  background-color: rgba(0, 0, 0, 0.20);
  margin-bottom: 0;
  border-bottom: 1px solid #33383f;
}
.navbar-dark.top-nav-collapse {
     background-color: rgba(0, 0, 0, 0.80);
    border-color: #33383f;
}
.btn-bandcamp {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-bandcamp:hover,
.btn-bandcamp:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #1D9E74;
}
.btn-soundcloud {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
}
.btn-soundcloud:hover,
.btn-soundcloud:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #FF6704;
}

.event a{
	font-weight:500;
	text-decoration:underline;
}
	
.event-box {
    padding: 25px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    margin-bottom: 6px;
	font-size:14px;
}

.event-box .author{
    color:#000;
    font-weight: 700;
    display: block;

}
.event-title{
    font-size: 130%;
	font-weight:600;
}
.event-date{
    font-size: 110%;
	font-weight:500;
}
.event-details{
    font-size: 94%;
	text-transform:none;
	border-bottom:#39F solid thin;
}
.event-box .time{
    padding: 6px 12px;
    display: inline-block;
    color:#fff;
    background-color: #bfb153;
}
.event-box p{
    font-size: 13px;
}

.event-gallery{
    padding: 80px 0;
    background-color: #eee;
}
/* a {color: #733baa;}  */

.caldate
{
float: left;
height: 52px;
width: 52px;
background: url(../../assets/img/date.png) no-repeat;
margin-right: 10px;
padding-top: 0px;
line-height: normal;
}
.caldate .calmonth
{
display: block;
text-align: center;
color: #FFF;
font-size: 11px;
padding-top: 4px;
text-transform: uppercase;
}
.caldate .calday
{
display: block;
text-align: center;
padding-top: 5px;
color: #222;
font-size: 18px;
font-weight: bold;
}
.meta
{
display: block;
font-size: 11px;
color: #666;
}



.bg-primary-lighter {
  background: #e5e7f0 !important;
  color: #666 !important;
}
.bg-primary-lighter2 {background: #dadce5 repeat;
background-image: url("../../assets/img/reviews_bg.jpg") ;
	
  color: #666 !important;
}

.bg-black {
  background: #0F0F0F !important;
  color: #666 !important;
}

.bio p{  font-size: 15px; font-weight:200}
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 8px;
        padding-top: 8px;
        padding-bottom: 8px;
}
.navbar-dark .nav li a:hover, .navbar-light .nav li a:hover, .navbar-dark .nav li a:focus, .navbar-light .nav li a:focus, .navbar-dark .nav li a:active, .navbar-light .nav li a:active {
    color: #fff;
    outline: none;
    background-color: transparent;
}
.navbar-dark .nav li a, .navbar-light .nav li a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
@media (max-width: 768px) {
	.navbar-collapse {  background-color: rgba(27, 65, 133, 0.70); color: #CCC } 
 .navbar-dark .nav li , .navbar-light .nav li a:hover, .navbar-dark .nav li a:focus, .navbar-light .nav li a:focus, .navbar-dark .nav li a:active, .navbar-light .nav li a:active {
    color: #fff;
    outline: none;
    background-color: transparent;
}
.navbar-dark .nav li a, .navbar-light .nav li a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
}	

@media (min-width: 767px) {
	
  .about-img-martin_wind {
    background-image: url(../../assets/musicians/martin_wind.jpg);
  }
  .about-img-philip_catherine {
    background-image: url("../../assets/musicians/philip_catherine.jpg");
  }
  .about-img-ack_vanrooyen {
    background-image: url(../../assets/musicians/ack_vanrooyen.jpg);
  }

  /* .navbar-dark .nav li a, .navbar-light .nav li a {
    color: #fff;
  } */
}
.primaryBlue {color:#17417F;}   /*439AD5*/
.songsBlue {color:#17417F;}
.musiciansBlack {color:#000;}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 0, 0, 0.20);  /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
	padding: 5px 10px 5px 10px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
}
    /*50, 147, 211*/
#myBtn:hover {
    background-color: rgba(27, 65, 133, 0.70); /* Add a dark-grey background on hover */
}
.intro-img .brand-heading, .intro-img-half .brand-heading, .intro-slider .brand-heading, .intro-slider-half .brand-heading, .intro-video .brand-heading {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
    text-transform: uppercase;
}
.navbar-dark .nav li a, .navbar-light .nav li a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.aside-overlay,
.section-overlay {
  background-color: rgba(27, 65, 133, 0.8); /*67, 154, 213*/
}
.bg-primary {
  background: #1A3F83 !important;
  color: #f4f5f7 !important;
}	
ul#filters li button.btn-link:hover,
ul#filters li button.btn-link:focus,
ul#filters li button.btn-link:active,
ul#filters li button.btn-link.active {
  color: #1A3F83;
  text-decoration: none;
  box-shadow: none;
}
.services-1 .icon {
  display: block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px auto;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  color: #f4f5f7;
  background: #1A3F83;
}
.services-1 .icon-effect .icon {
  box-shadow: 0 0 0 8px rgba(27, 65, 133, 0.5);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.services-1 .icon-effect li:hover .icon {
  background: transparent;
  color: #1A3F83;
  box-shadow: 0 0 0 4px #1A3F83;
}
.services-1.bg-dark .icon,
.services-1.bg-primary .icon,
.services-1.bg-secondary .icon,
.services-1.bg-success .icon,
.services-1.bg-info .icon,
.services-1.bg-warning .icon,
.services-1.bg-danger .icon,
.services-1.bg-parallax-dark .icon {
  color: #1A3F83;
  background: #f4f5f7;
}
.btn-primary {
  color: #f4f5f7;
  background-color: #1A3F83;
  border-color: #2e8fd0;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1A3F83;
  border-color: #2e8fd0;
}
.btn-primary .badge {
  color: #1A3F83;
  background-color: #f4f5f7;
}
.btn-facebook {background-color: #436ab7; color: #fff; border: solid thin #666; }
.btn-twitter {background-color: #2c99cc; color: #fff; border: solid thin #666; }
.btn-youtube {background-color: #bf2d28; color: #fff;}
.btn-soundcloud {background-color: #e25c09; color: #fff;}
.btn-linkedin {background-color: #1c53b2; color: #fff;}
.btn-spotify {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
	background-color: #1DB954;
}
.btn-spotify:hover,
.btn-spotify:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #1ecc5b;
}
.btn-apple {background-color: #fff; color: #000;}
.btn-apple:hover {background-color: #000; color: #fff;}
.btn-amazon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px;
	background-color: #FF9900;
}

 .navbar-dark .nav li.active a,
  .navbar-light .nav li.active a {
    background-color: transparent;
    color: #1A3F83 !important;
  }
 .navbar-dark.top-nav-collapse .nav li a:after {
    background: #1A3F83;
  }
.white-text {color: #fff;}
.owl-theme .owl-controls .owl-buttons div {
    background: #5f87ce;
}
.portfolio-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -5%;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 35px;
}
.portfolio-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -5%;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 35px;
}