body {
    background:  url("img/red.jpg") no-repeat center center fixed;
	margin-top:0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* unvisited link */
a:link {
    color: #FFCC66;
}
a:visited {
  color: #FFCC66;
}
a:hover {
  color: #d4292b;
}

  /* Background color  */ 
.panel { max-width: 73.2em; margin: 0 auto;  background-color:#333; }

.top-bar-left ul li {
  float: none;
  display: inline-block;
}
.top-bar,
.top-bar ul {
	background-color: #000; }  /*large version of top bar*/
.top-bar a {
	color: #fff; }
.title-bar {
  background: #000; }  /* mobile version of top bar*/
  
.dropdown.menu .submenu {   /*background of menu dropdown*/
  background: #000;
  border: 1px solid #cacaca; }

.menu-text {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }
   
.title
{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1.2rem;
	font-weight:600;
	margin-bottom:0px;
   }
.pdesc
{
	font-family: 'Open Sans', sans-serif;
	color: #FFCC66;
	font-size: 1rem;
	font-weight:normal;
   }

.details
{
   font-size: .9rem;
   color: #fff;
   margin-left:266px;
}   

 @media screen and (max-width: 39.9375em) {	
.details
{
   font-size: .9rem;
   margin-left:0px;
 }   
.top-bar {margin-top:0px;
	 }  
} 
  .left
{
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
}

.container
{
    float: right;
    width: 250px;
    height: 200px;
    overflow: hidden;
    padding: 0px 10px 20px 10px;
}

.container img
{
    width: 100%;
	
}
  /*Date Box*/
.event-date {
  width: 6rem;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto;
  padding-right: 2rem;
  padding-top: 2rem;
   }
  .event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem 1rem; /*width of calendar*/
    text-align: center; }
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 1.3rem;
    text-align: center;
    font-size: 1.8rem; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {	
	.event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem .5rem;
    text-align: center;
	font-size: .9rem; }
	
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 .2rem;
    text-align: center;
    font-size: 1.1rem; }
	}
	
 /*Photo fit for portrait and landscape*/
.photofit
{
    position: relative;
	margin-right: 1rem;
    width: 250px;
    height: 190px;
    overflow: hidden;
    float: left;
	
	}
.photofit img
{
    position: absolute;
    left: 50%;
    top: 50%;
	height: auto;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-right: 1px;
	}
.photofit img.portrait
{
    width: 100%;
    height: auto;
}
.artistinfo
{
	position: absolute;
   	float:left;
	margin-top:190px;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	font-style:italic;
  }
.button
{
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 3em;
    margin: 0 1rem 1rem 0;
    font-size: 0.9rem;
    background: #2199e8;
    color: #fff;
}
.input-group-field {
	height:34px;
	border:none;
  }
.input-group {max-width:300px; }

.footer {

  background-color: #000000;
  text-align: center;
  font-size: 1.2rem;
  padding: 3rem 3rem .3rem 3rem; 
 }

.footer .inline-list a {

	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-color: #333;
	border-radius: 2px;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin: 0 3px 0 0; }

.footer .contact {

	list-style-type: none;
	margin: 0;
	text-align: left;
	font-size: 0.9rem;
	color: #fff; }

.footer .contact li {

    margin-bottom: 2rem; }

.footer .contact li p {

        padding-left: 3rem; }   /*moves icon over to left*/

.footer .contact i {

	position: absolute;
	background-color: #33383b;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 50%;
	line-height: 1;
	margin: 0 0 0 -4rem;
	vertical-align: middle;
	padding: .25em .45em; }

.footer .copywrite {

    color: #b4b7ba;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }

.footer .about {

    color: #b4b7ba;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }

.footer .footer-links a {

    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }

.footer .footer-links a::after {

	content: "•";
	padding: 0 0.2rem 0 0.4rem; }

.footer .footer-links a:last-child::after {

	content: "";
	padding: 0 0.4rem 0 0.8rem; }

  @media only screen and (min-width: 40.063em) {

    .footer p {

      text-align: left; }

    .footer .social {

      text-align: left;
      margin: 0; }

    .footer .contact {

      text-align: left;
	  margin: 0; }

     .footer .contact > i {

        margin-right: 1rem; } }

.logo {

  color: #fff;
  font-size: 1.5rem;
  margin-bottom:0px; }

.logo i {

    margin-right: 0.5rem; }
	
.responsive-youtube
{overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.responsive-youtube iframe
{left:0; top:0; height:100%; width:100%; position:absolute;}
