/* "Simpliste" template. Renat Rafikov. http://cssr.ru/simpliste/ */

@import url('reset.css');
@import url('skin.css');
@import url('dribbelstyle.css');
@import url('popup.css');

/* Columns 
-------
.col_33 | .col_33 | .col_33
.clearfix
-------
.col_75 | .col_25
.clearfix
-------
.col_66 | .col_33
.clearfix
-------
.col_50 | .col_50
.clearfix
-------
.col_100
-------
*/
.col_20 {
  width:18%;
  margin:0 2% 0 0;
  float:left;
}
.col_20:last-child{margin:0;}

.col_25 {
  width:23%;
  margin:0 2% 0 0;
  float:left;
}
.col_33 {
  width:31%;
  margin:0 2% 0 0;
  float:left;
}
.col_50 {
  width:48%;
  margin:0 2% 0 0;
  float:left;
}
.col_66 {
  width:64%;
  margin:0 2% 0 0;
  float:left;
}
.col_66:last-child{margin:0;}

.col_75 {
  width:73%;
  margin:0 2% 0 0;
  float:left;
}
.col_100 {
  width:98%;
  margin:0 ;
}

.col_20.wrap { width:20%; margin:0;}
.col_25.wrap { width:25%; margin:0;}
.col_33.wrap { width:33%; margin:0;}
.col_50.wrap { width:50%; margin:0;}
.col_66.wrap { width:66%; margin:0;}
.col_75.wrap { width:75%; margin:0;}
.col_100.wrap { width:100%; margin:0;}
/* End columns */

.footer a {font-size:12px;}

/* Helper classes */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.img_floatleft {float:left; margin:0 10px 5px 0;}
.img_floatright {float:right; margin:0 0 5px 10px;}

.img {max-width:100%;}
.img.table {width:100px; height:auto;}
.img-header {width:480px; max-width:100%; height:auto;}

/* End helper classes */

a.button { color:auto; }

@media only screen and (max-width:480px) { /* Smartphone */
  .header {
    margin-bottom:0;
  }

  .logo{
    display:block;
    float:none;
    text-align:center;
  }
  
  .menu_main {
    width:100%;
    text-align:center;
    float:none;
    padding:0;
    margin:1em 0 0 0;
  }
  
  .menu_main a {
    display:inline-block;
    padding:7px;
  }
  
  .copyright {
    width:100%;
    float:none;
    text-align:center;
  }

  .footer  {
    padding:20px 0px;
	width: 97%;
	max-width: 920px;
  }
  
  
  .menu_bottom {
    width:100%;
    float:none;
    text-align:center;
    margin:1em 0 0 0;
    padding:0;
  }  
  .menu_bottom a {
    display:inline-block;
    padding:6px;
  }
  
  .form textarea {
    width:100%;
  }  
  .form label {
    padding:10px 0 8px 0;
  }
  
  
}


@media only screen and (max-width:768px) { /* Tablet */
  .col_25,
  .col_33,
  .col_66,
  .col_50 ,
  .col_75  {
    width:98%;
    float:none;
  } 
  
  .form label {
    padding:10px 0 8px 0;
  }
  .img.table {width:80px; height:auto;}
  
  table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Content"; }
	td:nth-of-type(2):before { content: "SoccerCoach Vol. 1"; }
	td:nth-of-type(3):before { content: "SoccerCoach Vol. 2"; }
	td:nth-of-type(4):before { content: "Soccer Tricks for Kids Vol. 1"; }
	td:nth-of-type(5):before { content: "Soccer Tricks for Kids Vol. 1"; }
	td:nth-of-type(6):before { content: "Agility Training Vol. 1"; }
	tr.hide {display:none;}
	
	.sport-dl {	
	position:relative;
	width:100%;
	left:0;
	top:0;
	color:white;
	padding:10px 0 10px 0;
	font-size:.7em;
	border-radius:none;
}
.two-column {
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -moz-column-rule: none;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  -webkit-column-rule: none;
  column-count: 1;
  column-gap: 1em;
  column-rule: none;
}
.three-column {
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -moz-column-rule: none;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  -webkit-column-rule: none;
  column-count: 2;
  column-gap: 2em;
  column-rule: none;
}
}
}


@media print { /* Printer */
  * { background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; }
  a, a:visited { color:#444 !important; text-decoration:underline; }
  a[href]:after { content:" (" attr(href) ")"; }
  abbr[title]:after { content:" (" attr(title) ")"; }
  pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3{ page-break-after:avoid; }
  
  .header, .footer, .form {display:none;}
  .col_33, .col_66, .col_50  { width:98%; float:none; } 
}