/*======================================
  this is your main stylesheet for design
  purposes only eg. typography, buttons,
  layout colors etc.
  
  if you need to tweak the main grids
  stylesheet then head over to 
  lemonade.css
======================================*/
body {
 }


/*======================================
  set the width of your main layout.
  if your layout overflows in mobile or 
  tablet then set a new width in the 
  responsive.css stylesheet
======================================*/
.frame {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
}


/*======================================
  .box is used for styling the content 
  within the .bit- sections eg
  padding, colors, typography etc.
======================================*/
.box {
  text-align: left;
  padding: 15px 0px 15px 0px;
}


.add-pad{
  padding: 0px 10px 0px 10px;
  width: 100%;
 
}
.no-pad{
  padding: 0px 0px 0px 0px;
  width: 100%;
 
}



/*======================================
 image widths
======================================*/

.frame img {
	max-width: 100%;
	height: auto;
	}

.bit-golden-small .flex-overlay {
	background-size:44px 44px;
	margin-bottom: -10px !important;
	height: 44px;
	width: 44px;
	right: 0px;
	top: 50px;
}



.bit-golden-small .nba {
			background-color: #EC1400;
			border-right-style:solid;
			border-right-color: #000;
			border-right-width: 8px;
			margin-right: 8px;
		}
		
.bit-golden-small .nba:hover {
			background-color: #000;
			border-right-color: #EC1400;
			
		}

.frame .shadow-video-alt, .frame .shadow-video { 
	height:90px; 
	margin-top: 0px !important;
}

.frame .shadow-video-art{ 
	height:90px; 
	position:relative; 
	margin-bottom:05px !important; 
	margin-top:-06px !important; 
	background-image: url('../../images/video_shadow.png'); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100%; 

}




		
.bit-golden-small .shadow-video-alt, .bit-golden-small .shadow-video { 
	height:60px; 
	margin-top: 0px !important;
}	

.fb-comments, .fb-comments span, .fb-comments iframe {
    width: 100% !important;
}
.frame #mc_signup input[type=text], textarea { font-size: 9px;
height: 30px;
width: 100%;
color: #525252;
background: #FFF;
border: solid 1px #DCDCDC;
padding: 10px;
margin-bottom: 10px; }

.frame #mc_signup {
padding-left: 24px;
padding-bottom: 38px;

}
