/*********************************************************************************************************/
/* Global styles */
body {
	margin: 0px;
	padding: 0px;
	background: #e2e3e6 url("../gfx/mainBg.png") repeat-x top center;
	text-align: center;
	font: 75% Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, ul, li, p, table, img {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.positionCenter {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

a {
	color: #008cbb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.small {
	font-size: 75%;
}
.cleaner {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.positionRelative {
	position: relative;
}

#myPage {
/*	background-color: #e2e3e6;*/
	padding: 0 0 0 0;
}
#headerCzechTV {
	background: transparent url("../gfx/shadowHeader2.png") no-repeat top center;
	padding-top: 5px;
}

/*********************************************************************************************************/
/* Shadows */

#shadowHeader {
	background: transparent url("../gfx/shadowHeader.png") no-repeat bottom center;
	height: 41px;
	border-top: 1px solid #dbdbdb;
}

#shadowHeader .positionCenter {
/*	background: #fafafa;*/
/*	height: 400px;*/
}

#shadowContent {
	background: transparent url("../gfx/shadowContent2.png") repeat-y top center;
}

#shadowContent .positionCenter {
}

#shadowFooter {
	background: #e2e3e6 url("../gfx/shadowFooter.png") no-repeat 50% 73px !important;
}

#shadowFooter .positionCenter {
	background: transparent !important;
	margin: 0 auto;
}

#shadowFooter #footer {
	padding: 0;
	background: transparent none;
}

#shadowFooter #footer #footerSocialNetworks {
	padding: 20px;
	background: transparent none;
}

#shadowFooter #footer #footerSocialNetworks li a {
	color: #333;
	background-image: url("../gfx/socialNetworks.png");
	background-color: transparent;
}

#shadowFooter #footer #footerSocialNetworks li a span {
	background: #ebebed;
}

#shadowFooter #footer #footerCopyright {
	padding-left: 20px;
	padding-bottom: 10px;
}

#shadowFooter #footer #footerInfo {
	padding-right: 10px;
}

#shadowFooter #footer #footerCopyright,
#shadowFooter #footer #footerCopyright a,
#shadowFooter #footer #footerInfo ul li a {
	color: #888888;
}


/*********************************************************************************************************/
/* Main layout */
div.mainPanel {
	position: relative;
}

div.mainPanel ul.menu {
	position: relative;
	top: -26px;
}

div.mainPanel ul.menu li {
	color: #008cbb;
	float: left;
	font-family: verdana;
	font-weight: bold;
	list-style-type: none;
	padding-right: 34px;
	font-size: 14px;
}

div.mainPanel ul.menu li a {

}

div.mainPanelTop {
	background: transparent url("../gfx/mainPanelTop.png") no-repeat scroll 5px -12px;
    height: 385px;
    margin-top: 15px;
    padding-left: 55px;
}

div.mainPanelTop h1 {
	margin: 0;
	padding: 0;
}

div.mainPanelContent {
	background: transparent url("../gfx/shadowContent2-split.png") repeat-y top center;
}

div.mainPanelContent-in {
	background: transparent url("../gfx/mainPanelTopUnder.png") no-repeat scroll 0 -385px;
	padding-top: 10px;
}

div.mainPanelLeft {
	float: left;
	width: 464px;
}

div.mainPanelRight {
	float: right;
	width: 496px;
}

div.mainPanel .blockPadding {
	padding: 0 10px 0 40px;
	/*
	border: 1px dotted #ddd;
	*/
}

h2 {
	color: #494949;
	margin: 0 0 15px 0;
	padding: 10px 0;
	background: transparent url(../gfx/h2.png) repeat-x bottom left;
	font-size: 135%;
	font-weight: bold;
}

div.block {
	margin: 0 0 10px 25px;
}

div.block p {
	margin-right: 20px;
	line-height: 130%;
}

/*********************************************************************************************************/
/* facebook */

.block-facebook {
	margin: 30px 0 20px 25px;
}

/** colorbox **/

iframe.cboxIframe body {
	overflow: auto;
}

/* video */


.video-wrapper {
	margin: 10px 0;
	padding: 10px;
	background: #FFF;
	height: 242px;
	width: 427px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 20px rgba(190, 190, 190, 1);
	-moz-box-shadow:    0px 0px 20px rgba(190, 190, 190, 1);
	box-shadow:         0px 0px 20px rgba(190, 190, 190, 1);
}

.video-wrapper a {
	position: relative;
}

.video-wrapper img.thumb {
	height: 242px;
	width: 427px;
	display: block;
}

.video-wrapper img.play-icon {
	height: 48px;
	width: 48px;
	position: absolute;
	left: 178px;
	top: 112px;
	display: block;
}

.video-wrapper iframe {
	position: absolute;
	left: 0;
	z-index: 1;
}

/* gallery */

ul.gallery {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
}

ul.gallery li {
	margin: 10px 0;
	padding: 0;
	list-style: none none;
	display: block;
	-webkit-flex: 0 49.5%;
	flex: 0 49.5%;
}

ul.gallery li a {
	display: block;
	width: 100%;
}

ul.gallery li a img {
	-webkit-box-shadow: 0px 0px 20px rgba(190, 190, 190, 1);
	-moz-box-shadow:    0px 0px 20px rgba(190, 190, 190, 1);
	box-shadow:         0px 0px 20px rgba(190, 190, 190, 1);
	border: 1px solid #FFF;
    display: block;
    width: 100%;
}

.a-center {
	text-align: center;
}

.block p {
	margin: 10px 0;
}
.block ul {
	padding-left: 30px;
}

.play {
	background-image: url('//img.ceskatelevize.cz/hbbtv/video-thumbs/play.png');
	position: relative;
	left: 184px;
	top: -166px;
	width: 62px;
	height: 62px;
}
