/* *********************************************************************************************************************
	One% CSS Grid - 12 Columns Fluid CSS Grid System

	Why One% ? Let’s count ...
		we have 12 columns (magic number divided by 2, 3, 4, 6)

		for 12 columns we need 11 margins

		so if we count margin 3%, then 3% * 11 margins = 33%

		and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

		in the end we have 33% + 66% = 99% aaand ???

		1% is still here so that's the name - One%

	2 starting options ? Let’s count a bit more ...
		1200px - perfectly fits 1280 screens
			12 columns
			margin 3% / 36px (full-width)
			col1 5.5% / 66px (full-width)

		1000px - perfectly fits 1024 screens
			12 columns
			margin 3% / 30px (full-width)
			col1 5.5% / 55px (full-width)
*/


/* *********************************************************************************************************************
 * Main container for all
 */
html { 
	-webkit-font-smoothing: antialiased; 
}
.grid {
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
	max-width: 1020px;
	clear: both;	
}
.slider_border {
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	padding: 0px;    
}
.section_bg {
 	color: rgba(0,0,0,0.8);
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 25px;	
	letter-spacing: -0px;	
	-webkit-text-stroke: 0px;		
 	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
	padding: 30px;    
    border-bottom-style: solid;
    border-bottom-width: 1px;	
    border-bottom-color: rgba(0,0,0,0.15); 
}
.release_bg {
 	background-image: url("images/fuzz.png");
 	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;	
    border-bottom-color: rgba(0,0,0,0.15); 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.discog_bg {
 	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer_bg {
	clear: both;
	background-color: #242424;
	overflow: hidden;
	padding: 20px;    
}
.eshot_bg {
	clear: both;
	background-color: #313131;
	overflow: hidden;
	padding: 20px;    
}
.slider_bg {
	clear: both;
 	background-image: url("images/slider_bg.jpg");
	background-color: #353233;
    background-repeat:no-repeat;
    background-position: center;
    background-size: 100% auto;
	overflow: hidden;
	padding: 20px;    
}
.strap {
	padding-bottom: 10px;
 	color: rgba(255,255,255,0.5);
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 15px;	
	letter-spacing: -0px;	
	-webkit-text-stroke: 0px;	
	text-align: center;	
}
.diskoions {
	width: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.album {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    border-style: solid;
    border-width: 5px;
    border-color: #FFFFFF;	
}
.fb_box {
	float: right;
}
.logo {
	padding-top: 15px;
}
.follow_bg {
	display: block;
	background-color: #242424;
	clear: both;
	overflow: hidden;
	padding-bottom: 3px;
	padding-top: 10px;
}
.header_bg {
 	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 20px;	
	letter-spacing: -0px;	
	-webkit-text-stroke: 0px;		
	background-color: #313131;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.prev {
	color: rgba(0,0,0,0.75);
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 12px;	
	letter-spacing: -0px;	
	padding-bottom: 10px;	
	-webkit-text-stroke: 0px;		
}
.date{
	color: rgba(0,0,0,0.75);
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 12px;	
	letter-spacing: -0px;	
	padding-top: 15px;	
	-webkit-text-stroke: 0px;		
}
.title {
	color: rgba(0,0,0,0.85);
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	display: block;
	font-size: 20px;	
	letter-spacing: -0px;	
	margin: 0;
	padding-bottom: 15px;
	padding-top: 5px;	
	-webkit-text-stroke: 0px;		
    border-top-style: solid;
    border-top-width: 1px;	
    border-top-color: rgba(0,0,0,0.15); 
}
.addy_text{
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-weight: 400;	
	display: block;
	font-size: 20px;	
	letter-spacing: -0px;	
	margin: 0;
	padding-top: 25px;
	text-align: right;
	-webkit-text-stroke: 0px;		
}
h3{
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-weight: 400;	
	display: block;
	font-size: 25px;	
	letter-spacing: -0px;	
	margin: 0;
	-webkit-text-stroke: 0px;		
}
h4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;		
	display: inline;
	font-size: 15pt;	
	letter-spacing: -1px;	
	margin: 0;
	padding: 0;	
	padding-right: 10px;
	-webkit-text-stroke: 0px;		
}
h5{
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-weight: 400;	
	display: block;
	font-size: 20px;	
	letter-spacing: -0px;	
	margin: 0;
	height: 43px;
	vertical-align: middle;
	line-height: 43px;
	text-align: left;
	-webkit-text-stroke: 0px;		
}
p{
	font-family: 'Lato', sans-serif;
	color: #d9d9cd;
	font-weight: 400;		
	display: block;
	font-size: 12pt;	
	letter-spacing: 0px;	
	margin: 0;
	line-height: 18pt;
	-webkit-text-stroke: 0px;		
}
.info_pad {
	padding-left:15px;
	padding-right:10px;
	padding-bottom:0px;
}
.eshot_button {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-size: 15px;
	background-color: #000000;
	border-radius:5px;
	text-align: center;	
	padding-top:9px;
	padding-bottom: 9px;
	width: 100%;
	height: 25px;
	border: none;
	cursor:pointer;	
	-webkit-user-select: none;
	-moz-user-select: none; 
}
a:hover .eshot_button {
	text-shadow: 1px 1px 1px rgba(0,0,0,0);
	background-color: #FFFFFF;
	color: #000000;	
}
.discog_button {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-size: 20px;
	background-color: #313131;
	border-radius:5px;
	text-align: center;	
	padding-top:9px;
	padding-bottom: 9px;
	width: 100%;
	height: 50px;
	border: none;
	cursor:pointer;	
	-webkit-user-select: none;
	-moz-user-select: none; 
}
a:hover .discog_button {
	background-color: #000000;
	color: #FFFFFF;	
}
.soundcloud_button {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-size: 15px;
	background-color: #FF5500;
	border-radius:5px;
	text-align: center;	
	padding-top:9px;
	padding-bottom: 9px;
	margin-bottom: 15px;
	width: 100%;
	height: 25px;
	border: none;
	cursor:pointer;	
	-webkit-user-select: none;
	-moz-user-select: none; 
}
a:hover .soundcloud_button {
	background-color: #000000;
	color: #FFFFFF;	
}
.spotify_button {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-size: 15px;
	background-color: #7bb60e;
	border-radius:5px;
	text-align: center;	
	padding-top:9px;
	padding-bottom: 9px;
	margin-bottom: 15px;
	width: 100%;
	height: 25px;
	border: none;
	cursor:pointer;	
	-webkit-user-select: none;
	-moz-user-select: none; 
}
a:hover .spotify_button {
	background-color: #000000;
	color: #FFFFFF;	
}
.bandcamp_button {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #f8f8eb;
	font-size: 15px;
	background-color: #619aa9;
	border-radius:5px;
	text-align: center;	
	padding-top:9px;
	padding-bottom: 9px;
	margin-bottom: 15px;
	width: 100%;
	height: 25px;
	border: none;
	cursor:pointer;	
	-webkit-user-select: none;
	-moz-user-select: none; 
}
a:hover .bandcamp_button {
	background-color: #000000;
	color: #FFFFFF;	
}
.formfield {
	font-family: 'Lato', sans-serif;
	border-radius:5px;	
	font-size: 15px;	
	margin: 0px;
	height: 25px;
	width: 100%;
	padding-top:8px;
	padding-bottom: 8px;	
	border: thin solid #FFF;
	text-indent: 10px;
}
.footer_text {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;		
	font-size: 12pt;	
	letter-spacing: 0px;	
	margin: 0;
	-webkit-text-stroke: 0px;	
}
a:hover .footer_text {
	text-decoration: underline;
	color: #000000;	
}
a:hover .link_box{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.grid {
		max-width: 1000px;
	}

	.grid .onerow {
		padding: 0;
	}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
		padding-bottom: 0px;
	}
.logo {
	max-width: 80%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.title_txt {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;	
}	
.slider_border {
	padding: 5px;    
}
.slider_bg {
	display:none;
}
h1{
	font-weight: 500;	
	display: block;
	font-size: 35px;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}
h2{
	font-weight: 400;	
	display: block;
	font-size: 15px;	
	letter-spacing: -0px;	
	margin: 0;
	padding: 0px;	
}
h3{
	font-size: 20px;	
}
h4{
	font-weight: 400;		
	display: block;
	font-size: 10pt;	
	letter-spacing: -1px;	
	margin: 0;
	padding: 0;	
	padding-right: 10px;
}
h5{
	font-weight: 400;		
	display: block;
	font-size: 11pt;	
	margin: 0;
	padding: 0;	
	clear: both;
}
p{
	font-size: 10pt;	
	padding: 0px;
}
.formfield {
	margin-top:10px;
	margin-bottom: 10px;	
}
.addy_text{
	font-family: times, serif;	
	color: #f8f8eb;
	font-weight: 400;	
	display: block;
	font-size: 15px;	
	letter-spacing: -0px;	
	margin: 0;
	padding-top: 25px;
	text-align: center;
	-webkit-text-stroke: 0px;		
}
.info_pad {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
}
.diskoions {
	width: 125px;
	padding-bottom: 10px;
	padding-top: 15px;
}
.title {
	font-size: 15px;	
	padding-bottom: 20px;
}
.release_bg {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width:2px;	   
}
.album {
	box-shadow: none;
    border-style: solid;
    border-width: 0px;
    border-color: #FFFFFF;	
    padding-top: 12px;
	margin-left: 25%;
	margin-right: 25%;
}
.fb_box {
	float: none;
	width: 100%;
	text-align: center;	
	padding-bottom: 5px;
}
.spot_box {
	width: 92px;
	margin: auto;
}
.strap {
	padding-bottom: 0px;
	font-size: 10px;	
	text-align: center;	
}
.link_box {
	margin-left: 35%;
	margin-right: 35%;
	padding-bottom: 10px;
}
.section_bg {
	text-align:center;
}