/*----------------------------------------------------------------------------- 

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		themepunch
email:     	support@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

.body-dark{
	background-color:#111;	
	background-image:url("//s.tvp.pl/files/portale-v4/vod/img/grain.png");
}

.body-light{
    background-color:#f4f4f4;	
    /* 	background-image:url("//s.tvp.pl/files/portale-v4/vod/img/grain.png"); */
    margin: 0;
    padding: 0;
}

ol, ul { 
    list-style: none; 
}

a {
	text-decoration:none;
}


/****************************
	-	PREVIEW SETTINGS	-
*****************************/

.centerme{
	margin-left:auto;
	margin-right:auto;		
}

/*******************************
	-	BANNER STYLES	-	
********************************/


.slider .bannercontainer{
	max-width:945px;
	height:385px;
	max-height:385px;
	background-color:#333;
	position:relative;
/* 	margin-top:50px;	 */
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
*/
}
.slider .bannercontainer.kb-smallsize	{

}

.slider .bannercontainer ul >li{
	display:none;
}

.slider .bannershadow{	
	margin-top:-10px;
	/*max-width:930px;*/
	max-width:100%;
	height:40px;
	position:relative;
}



/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}


/****************************
	-	DOPISANE 	-
*****************************/


.slider .nav {
  color: #fff;
  position: absolute;
  bottom: 10px;
  text-shadow: none;
  line-height: 18px;  
}
.slider .nav > * {
  vertical-align: middle;
}
.slider .nav .more {
  font-family: 'Open Sans', sans-serif;	
  padding: 5px 25px;
  background: #fff;
  color: #424242;
  font-size: 18px;
  float: left; 
/*  -webkit-border-radius: 3px; */
/*  -moz-border-radius: 3px; */
/*  border-radius:3px; */
 
  text-shadow: 0px 1px 0px #ccc;
 background: url("//s.tvp.pl/files/portale-v4/vod/img/kb-plugin/button_light2.png") repeat-x center top; 
 text-decoration: none;
}
.slider .nav .more:hover {
 background-position:bottom;
 text-decoration: none;
  color: #000;
}
.slider .nav .price {  
  max-width: 87px;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #666;
}
.slider .nav .price strong {
  font-size: 34px;
  line-height: 28px;
  font-weight: 400;
  text-align: right;
  width:57px;
  float: left;
  
}
.slider .nav .price small{
	font-size: 14px;
}
.slider .nav .price span{
	font-size: 16px;
}
.slider .nav .price span,
.slider .nav .price small {
  line-height:.9em;
  text-indent:.2em;
  width:20px;	
  text-align: left;
  float: right;
  clear: right;
}
.slider .nav .price { color: #ddd; }
.slider .kenburn-video-button  { right: 36px; bottom: 36px; left:auto !important; top:auto !important;}
@media screen and (max-width:768px){
.slider .kb-mediumsize .nav .price { margin-left: 10px; padding-left: 0; border: none;  }
.slider .kb-mediumsize .nav .more { padding: 5px 10px; }
.slider .kb-mediumsize .cp-title {  font-size: 24px !important; line-height:24px !important;  }
.slider .kenburn-video-button  { right: 16px; bottom: 16px; left:auto !important; top:auto !important;}
/* .kenburn-video-button  { background-image: url("//s.tvp.pl/files/portale-v4/vod/img/kb-plugin/assets/player/play_small.png") !important;} */
}

