
/* Notica Regular */
@font-face {
    font-family: 'noticiaR';
    src: url('/media/fonts/noticaRegular/noticiatext-regularnotica R.eot');
    src: url('/media/fonts/noticaRegular/noticiatext-regularnotica R.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/noticaRegular/noticiatext-regularnotica R.woff') format('woff'),
         url('/media/fonts/noticaRegular/noticiatext-regularnotica R.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* Open Sans Regular */
@font-face {
    font-family: 'oSansR';
    src: url('/media/fonts/openSansRegular/opensans-regularopenSans R.eot');
    src: url('/media/fonts/openSansRegular/opensans-regularopenSans R.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/openSansRegular/opensans-regularopenSans R.woff') format('woff'),
         url('/media/fonts/openSansRegular/opensans-regularopenSans R.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
    background-position: 0 0;
    background-repeat: repeat;
	background-size: 100% auto;
    background-attachment: fixed;
}
img {
	vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

[class*="nav-"] {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page {
	width: 756px;
	margin: 0 auto 20px auto;
	padding: 0 162px 84px 106px;
	box-shadow: 0 -10px 10px 0px rgba(3,3,3,0.75);
	background-repeat: no-repeat;
    background-position: 0 0;
	background-size: 100% auto;
    background-color: #fff;
    position: relative;
}
.navbar-top {
	height: 69px;
	margin-left: 56px;
	background-color: transparent;
	position: relative;
	margin-bottom: 15px;
}

.navbar-top .brand {
	position: absolute;
	/* @TODO */
	background-color: rgba(0,0,0,0.59);
	font-family: 'noticiaR', "Times New Roman", Times, serif;
	font-weight:600;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	width: 66px;
	height: 31px;
	border-radius: 3px;
	text-align: center;
	left: -131px;
	top: 22px;
	text-decoration: none;
}

.nav-horizontal {
	padding: 13px 12px 11px 12px;
	/* @TODO */
	background-color: rgba(0,0,0,0.59);
	display: inline-block;
}
.nav-horizontal > li {
	float: left;
	margin-right: 1px;
}
.nav-horizontal > li > a {
	display: block;
	/* @TODO */
	background-color: #000;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	padding: 0 22px;
	text-decoration: none;
}
.nav-horizontal > li.active > a,
.nav-horizontal > li:hover > a {
	color: #000;
	background-color:#fff;
}
.nav-horizontal > li:nth-child(1) > a {
	width: 45px;
	background-image:url(/media/images/home.png);
	background-position: center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-999px;
	padding:0;
}

.nav-horizontal > li.active:nth-child(1) > a,
.nav-horizontal > li:nth-child(1):hover > a {
	background-image: url(/media/images/home_hover.png);
}
.showreel {
	position: relative;
	margin-left: 56px;
	width: 700px;
	height: 395px;
	box-shadow: 0 0 10px 0px rgba(3,3,3,0.75);
	margin-bottom: 25px;
}
.showreel-pannel {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height: 80px;
}
.showreel-pannel .play-button {
	margin: 16px 25px;
	padding: 0 0 0 68px;
	height: 46px;
	display: block;
	line-height: 46px;
	text-decoration:none;
	background: transparent url(/media/images/play-button.png) no-repeat scroll 0 0;
}

/* content homepage */

[class*="span"] {
	float:left;
}
.span-left {
	margin-right: 25px;
	width: 470px;
}

.span-right {
	width: 260px;
}

.span-center {
    width: 700px;
    margin-left: 56px;
    background-color: #fff;
}
.span-center h2 {
    padding: 0 25px;
    height: 65px;
    margin: 0;
}
.span-left > h2 {
	padding: 0 25px;
	margin: 0 0 0 56px;
	background-color:#fff;
	height: 65px;
}
.span-center > h2 >small,
.span-left > h2 > small {
	font-size: 16px;
	font-family: 'oSansR', Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	border-bottom: 1px solid #c2c2c2;
	display:block;
	line-height: 64px;
}

.media.news {
	position:relative;
	background-color:#fff;
    margin: 0 0 0 56px;
}
.media.archiv,
.media.actor {
    padding: 16px 0;
    margin: 0 25px;
    min-height: 117px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
}
.media:before,
.media:after {
  display: table;
  content: "";
  line-height: 0;
}
.media:after {
  clear: both;
}
.media.archiv .media-body,
.media.actor .media-body {
    width: 450px;
    float: left;
    border-bottom: none;
    padding: 0;
}
.media.archiv .media-body p,
.media.actor .media-body p {
    height: auto;
    max-height: auto;
}
.media.archiv .media-object,
.media.actor .media-object {
    width: 175px;
    height: 117px;
    float: left;
    margin-right: 25px;
    position: relative;
}
.media.archiv .media-object .icon-play {
    position: absolute;
    top: 35px;
    left: 64px;
    width: 47px;
    height: 46px;
    background: transparent url(/media/images/play-button.png) no-repeat scroll 0 0;

}
.media.news .media-body {
	padding: 16px 0 16px 0;
    margin: 0 25px;
	border-bottom: 1px solid #c2c2c2;
}
.media.archiv .media-body h3 {
    text-transform: uppercase;
}
.media-body h3 {
	margin: 0 0 0 0;
	font-family:'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.media-body p {
	font-size: 12px;
	line-height:16px;
	font-weight:400;
	font-family:'noticiaR',"Times New Roman", Times, serif;
	margin: 15px 0;
	max-height: 32px;
	overflow:hidden;
}
.media-body .more {
	font-family:'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	display:block;
	width: 100%;
	color: #27224e;
}

.media-body .media-object {
	float: left;
	margin-right: 20px;
}
.media .media-date {
    width: 52px;
    height: 44px;
    padding: 16px 0 0 16px;
    background-color: #fff;
    left: -93px;
    top: 0;
    position: absolute;
}
.media.news .media-date {
	position: absolute;
	left: -68px;
}
.media .media-date .day {
	font-family:'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:16px;
    line-height: 16px;
    display: block;
}
.media .media-date .monthYear {
	font-family:'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform:uppercase;
    line-height: 10px;
    display: block;
}
.span-center .pagination {
    margin: 20px 0 0;
}
.pagination {
	margin: 0px 0 0px 56px;
	position:relative;
	height: 30px;
	padding: 20px 25px;
	background-color: #fff;
}
.pagination .toPage {
	height: 28px;
	width: 23px;
	float: left;
	margin-right: 5px;
	text-align: center;
	line-height: 28px;
	color: #212325;
	font-family:'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	text-decoration: none;
}
.pagination .last,
.pagination .first {
	color: #212325;
	font-family:'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	line-height: 28px;
	text-decoration: none;
	display: inline-block;
}
.pagination .last:hover,
.pagination .first:hover {
	text-decoration: underline;
}
.pagination .last {
	margin-left:10px;
}
.pagination .first {
	margin-right: 15px;
    float: left;
}
.pagination .toPage.active,
.pagination .toPage:hover {
	border-color: #212325;
	color: #fff;
	background-color: #212325;
}

.about {
	padding: 25px;
	background-color:rgba(31, 32, 95, 0.9);
	margin-bottom:25px;
}
.about h3 {
	font-family:'noticiaR',"Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 16px;
	line-height:20px;
	padding: 16px 0 16px 0;
	margin: 0 0 16px 0;
}
.about h3 > small {
	font-size:13px;
	font-weight:400;
	display:block;
}
.about p {
	margin: 0 0 15px 0;
	font-family:'oSansR', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:18px;
}
.about .more {
	color: #fff;
	font-family:'noticiaR',"Times New Roman", Times, serif;
	font-weight:600;
	font-size:11px;
}
.images-set {
    margin: 0 25px;
    padding: 16px 0;

}
.images-set:before,
.images-set:after {
  display: table;
  content: "";
  line-height: 0;
}
.images-set:after {
  clear: both;
}
.images-set .gallery-item {
    display: block;
    float: left;
    width: 200px;
    height: 135px;
    margin-right: 25px;
    margin-bottom: 16px;
    overflow: hidden;
}
.images-set .gallery-item:nth-child(3),
.images-set .gallery-item:nth-child(4n + 3)
{
    margin-right: 0;
}
.images-sets .gallery-item > img {
    width: 100%;
    height: 100%;
}
.images-set .separator {
    background-color: #c2c2c2;
    height:1px;
    width: 100%;
    clear: both;
    margin: 0 0 16px 0;
}
.article-body {
    color: rgb(95, 95, 95);
    padding: 0 25px;
    font-family: 'noticiaR',"Times New Roman", Times, serif;
    font-size: 13px;
    margin-bottom: 20px;
}
.article-body a {
    color: rgb(227, 0, 92);
    font-weight: normal;
}

/* content homepage */

/* socila plugins */
.social-plugin {
	margin-left: 56px;
    margin-top: 20px;
    background-color: #fff;
}

.footer {
	position: absolute;
	height: 64px;
	background-color:#fff;
    padding: 0 162px;
    left: 0;
    right: 0;
    bottom: 0px;
}

.footer p {
	font-family: 'oSansR',Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 11px;
	color: #5f5f5f;
	line-height:45px;
	text-align:right;
}
.footer .logo {
	position: absolute;
	left: 162px;
	top: 21px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/media/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/media/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/media/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/media/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*

'boxColor'        => farba pozadia v boxoch (showreel a bocne menu)
'headings_color'  => farba nadpisov
'text_color'      => farba textu (clanku)

*/

/*
body {
    background-color: #ffffff;
    background-image: url(/image/default/15213);
    color: #000000;
}
.page {
    background-image: url(/image/default/15958?width=756);
}
*/

/* Custom container */

/*
.boxColor{
    background-color: rgba(27, 28, 74, 0.5);
}
.boxTextColor {
    color: #ffffff
}

.hColor {
    color: #000000;
}

.article-body p,
.media-body p {
    color: #000000;
}

.about h3 {
    border-bottom: 1px solid #ffffff
}
*/

.player-title {
	background: rgba(33, 33, 33, 0.8);
	color: rgb(240,240,240);
	display: block;
	padding: 8px 8px 0;
}
.player-report-link {
    font-family: 'oSansR', Arial;
    text-align: right;
	 margin-top: 5px;
	 margin-bottom: 10px;
	 font-size: 11px;
	 color: rgb(170,170,170);
}
.article-content .player-report-link {
	margin-top: 5px;
}
	.player-report-link a {
		color: rgb(50,50,50) !important;
	}

.d-none {
	display: none;
}
