html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background:transparent;
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

a{outline:none;}

h1, h2, h3 , h4, h5{ font-weight:normal!important;}



/* Fonts definitions */


body {
	/* font: 62.5%/1.2 'Arial', sans-serif; */
	/* font-family:'Open Sans', Helvetica, Arial, sans-serif; font-style:normal; */
  font:'Open Sans', Helvetica, Arial, sans-serif;
	
}


.open-sans{font-family:'Open Sans', Helvetica, Arial, sans-serif; font-style:normal;}
.georgia{font-family: Georgia, serif; font-style:italic;}



.radius10{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
}

.radius5{
		-moz-border-radius: 5px;
		/* -webkit-border-radius: 5px; */
		/* border-radius: 5px; */
}

.radius5-1-2{
		-moz-border-radius: 5px 5px 0 0; 
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
}

.radius5-3-4{
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
}

.radius5-2-3-4{
		-moz-border-radius: 0 5px 5px 5px;
		-webkit-border-radius: 0 5px 5px 5px;
		border-radius: 0 5px 5px 5px;
}


.shadow7{
		-moz-box-shadow:0 2px 7px #e1e1e1;
		/* -webkit-box-shadow:0 2px 7px #e1e1e1; */
		/* box-shadow:0 2px 7px #e1e1e1; */
}


.shadow3{
		-moz-box-shadow:0 1px 3px #d2d8c9;
		/* -webkit-box-shadow:0 1px 3px #d2d8c9; */
		/* box-shadow:0 1px 3px #d2d8c9; */
}

.shadow3-hover:hover, li:hover .shadow3-hover{
		-moz-box-shadow:0 1px 3px #d2d8c9;
		-webkit-box-shadow:0 1px 3px #d2d8c9;
		box-shadow:0 1px 3px #d2d8c9;
}

.img-shadow{
	-moz-box-shadow:0 2px 5px #eaeaea;
	-webkit-box-shadow:0 2px 5px #eaeaea;
	box-shadow:0 2px 5px #eaeaea;
	
}

.radius10, .radius5, .radius5-1-2, .radius5-3-4, .radius5-2-3-4,
.active #featured-title, .active [id^=author-info] {
	behavior: url('css/PIE.htc');
}


.clr{clear:both;}

/* pridani receptu lepsi form */

#wrapper {
			/* background:#fff url(../images/wrapper-bg.jpg) center top no-repeat; */
			margin: 0 auto 130px;
			width: 960px;
			padding:0 0 30px;
			background: white;
			-webkit-box-shadow: 0 0 5px #d6d6d6;
-moz-box-shadow: 0 0 5px #d6d6d6;
-ms-box-shadow: 0 0 5px #d6d6d6;
-o-box-shadow: 0 0 5px #d6d6d6;
box-shadow: 0 0 5px #d6d6d6;
		}
	.s-c-s #colmid { left:0px;}
	.s-c-s #colright { margin-left:-310px;}
	.s-c-s #col1pad { margin-left:310px;}
	.s-c-s #col2 { left:310px;width:0px;}
	.s-c-s #col3 { width:310px;}
	
	.s-c-x #colright { left:0px;}
	.s-c-x #col1wrap { right:0px;}
	.s-c-x #col1 { margin-left:0px;}
	.s-c-x #col2 { right:0px;width:0px;}
	
	.x-c-s #colright { margin-left:-310px;}
	.x-c-s #col1 { margin-left:315px;}
	.x-c-s #col3 { left:310px;width:310px;}
div#apoll_loading_7 {
	background: url(media/system/images/mootree_loader.gif) 0% 50% no-repeat; 
	width:100%; 
	height:20px; 
	padding: 4px 0 0 20px; 
}



#reklama-megaboard{
	display: table;
  margin: 0 auto;
	}

#AdTrackHomepageTop div, #AdTrackHomepageBottom div {
    display: inline-block;
}

/* Success, notice, error and pre boxes */
.message,
.error,
.notice, 
.success {
    padding: 4px; 
    margin: 4px; 
    border: 1px solid #ccc;
    display: block;
}
.error {
    background: #FBE3E4; 
    color: #8a1f11; 
    border-color: #FBC2C4;
    font-style: italic;
    padding: 10px 15px 6px;
}
.message,
.notice {
    background: #FFF6BF; 
    color: #514721; 
    border-color: #FFD324;
}
.success {
    background: #E6EFC2; 
    color: #264409; 
    border-color: #C6D880;
}
.error a    {
    color: #8a1f11;
}
.message a,
.notice a   {
    color: #514721;
}
.success a  {
    color: #264409;
}
pre {
    margin: 0; 
    white-space: pre;
    background: #eee;
    border:2px solid #ddd;
    padding:0.8em;
    font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;
}
code {
    background: #eee;
    border:2px solid #ddd;
    padding:0.8em;
}

/* Tooltips --- */
.tool-tip {
  background: #ffffcc;
  border: 1px solid #D4D5AA;
  float: left;
  max-width: 300px;
  padding: 5px;
  z-index: 1000;
}
.tool-title {
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  margin-top: -15px;
  padding: 0;
  padding-bottom: 5px;
  padding-top: 15px;
}
.tool-text {
  font-size: 100%;
  margin: 0;
}
.ol-background {
  background: #FAFAFA ;
  border: 1px solid #D4D5AA;
}
.ol-foreground {
  background: #ffffcc;
}


/* Misc classes */
.clr {
	clear: both;
}
.hide {
	display: none;
}
.absolutehide {
	position: absolute;
  top: -10000px;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.highlight {
  background-color: #ffc;
}
.small {
    font-size: 10px;
    margin-bottom: 2px;
    line-height: 14px;
}
.large {
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 4px;
}
.quiet {
    color: #666;
}
.loud {
    color: #000;
}
.highlight  {
    background:#ff0;
}
.added {
    background:#060; 
    color: #fff;
}
.removed {
    background:#900; 
    color: #fff;
}
.first {
    margin-left:0; 
    padding-left:0;
}
.last {
    margin-right:0; 
    padding-right:0;
}
.top {
    margin-top:0;
    padding-top:0;
}
.bottom {
    margin-bottom:0; 
    padding-bottom:0;
}


/* Main Layout */
html, body {
	height:100%;
	margin-bottom:1px;
}

.componentheading {
	border-bottom: 1px solid #dedede;
    color: #32839E;
    font-family: Georgia;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    line-height: 35px;
    margin: 15px 0 10px 10px;
}
h2 {
	font-size:150%;
	line-height:120%;
}
h4 {
	font-size:110%;
	line-height:110%;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul, ol {
	margin:1em 1em 1em 1.5em;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
#main {
	padding:30px 0 0; /* 60 */
}
#main .foreground, #message, .leading, #page {
	position:relative;
}
#message {
	z-index:0;
	margin: 0 !important;
	overflow: hidden;
  padding: 0 !important;
	/*height:0;
	display:none;*/
}
.dp20,.dp25,.dp33,.dp50,.dp100 {
	float:left;
	margin-top:15px;
}
.dp20 {
	width:20%;
}
.dp25 {
	width:25%;
}
.dp33 {
	width:33.33%;
}
.dp50 {
	width:50%;
}
.dp100 {
	width:100%;
	margin-top:0;
}
.clr {
	clear:both;
	font-size:0;
}
#colmask {
	clear:both;
	overflow:hidden;
	position:relative;
	width:100%;
}
#maincol, #wrapper {
	position:relative;
}
.s-c-s #colmid, .s-c-x #colright {
	float:left;
	position:relative;
	width:200%;
}
.s-c-s #colright {
	float:left;
	left:50%;
	position:relative;
	width:100%;
}
.s-c-s #col1wrap {
	float:right;
	position:relative;
	right:100%;
	width:50%;
}
.s-c-s #col1pad, .x-c-s #col1, .x-c-s #colmid {
	overflow:hidden;
}
.x-c-s #colmid {
	padding:16px 0 0;
}
.s-c-s #col1 {
	overflow:hidden;
	width:100%;
}
.s-c-s #col2 {
	float:left;
	position:relative;
	overflow:hidden;
	margin-left:-50%;
}
.s-c-s #col3 {
	float:left;
	position:relative;
	overflow:hidden;
	left:0;
}
.s-c-x #col1wrap {
	float:right;
	position:relative;
	width:50%;
}
.s-c-x #col1 {
	overflow:hidden;
	position:relative;
	right:100%;
}
.s-c-x #col2 {
	float:left;
	position:relative;
}
.x-c-s #colright {
	float:left;
	position:relative;
	right:100%;
	width:200%;
}
.x-c-s #col1wrap {
	float:left;
	left:50%;
	position:relative;
	width:50%;
}
.x-c-s #col3 {
	float:right;
	position:relative;
}



body {
  	background:#fff url(../images/bg.jpg) center top repeat-x;
}
.cols1 {
	display:block;
	float:none;
	margin:0;
	width:100%;
}
.cols2 {
	width:49%;
	overflow:hidden;
}
.cols3 {
	width:30%;
}
.column1, .column2 {
	position:relative;
	float:left;
	margin:0;
}
.colpad {
	padding:0;
	position:relative;
}
.column2 {
	float:right;
	width:49%;
}
.article_row {
	overflow:hidden;
	margin:0 0 10px 0;
}
.inputbox {
  line-height: 18px;
  border: 1px solid #e6e6e6;
  color: #808080;
  padding: 5px;
}
.inputbox:focus {
  line-height: 18px;
  border: 1px solid #bdbdbd;
  background:#FEFFE6;
  color: #666666;
  padding: 5px;
}


/* Header */
#logo-title { margin: 0; }
#logo {
	width: 301px;
	height:126px;
	background: url(http://mailer.burdamedia.cz/directmail/teniskology/tnsksk/PRnovaHlavickae.png) 0 0 no-repeat;
	display:block;
	position: absolute;
	left: 28px;
	background-size: 100%;
	top: 32px;
}
#logo a, #logo a:hover { text-decoration: none; }
#logo span { position: absolute; top: -10000px; }
#header {
	height: 145px;
	position: relative;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #EA1B66;
}
#header li {
	list-style:none;
	float:left;     
}



#head-mag{
	width:200px; 
	height:103px;
	background:url(../images/head-mag-bg.png);
	position:absolute;
	left:445px;
	bottom:0;
}

#head-mag .mag{
	width:158px; 
	height:109px;
	position:absolute;
	bottom:0;
}

#head-mag .arrow{
	width:20px; 
	height:42px;
	background:url(../images/head-mag-arrow.png);
	position:absolute;
	z-index:5;
	left:103px;
	bottom:30px;
}
#head-mag .desc{
	width:80px; 
	height:42px;
	position:absolute;
	z-index:6;
	left:113px;
	bottom:40px;
	color:#818485;
	font-size:15px;
	font-style:italic;
	text-align:center;
}

#head-mag .desc a{
	color:#338ca9;
	padding:6px 0 0;
	display:block;
}





#head-msg{
	width:310px;
	position:absolute;
	right:0;
	bottom:45px;
	text-align:center;
	font-size:17px;
	color:#fff;
	text-shadow:0 0 5px #85aa17;
	font-style:italic;	
	
}




#mainlevel li>a{

	font-size: 11px !important;
}
#mainlevel li+li{
	margin-left: 6px;
	
}
/*
#mainlevel{
	width: 280px;
}
#mainlevel li+li{
	margin-left: 20px;
	
}
#mainlevel li+li+li{
	margin-left: 0px;
}
#mainlevel li+li+li+li{
	margin-left: 20px;
}
*/
#top {
  position: absolute;
  top: 10px;
  right:5px;
  z-index: 2;
}

#top .module {
  margin: 15px 0 0 0;
}
#top .module.topmenu {
	width: auto;
	height:17px;
  	margin:0;
  	padding:6px 0 2px 15px;
	line-height: 14px;
  	background:url(../images/top-login-bg.png);
}

#top ul {
  margin: 0;
  overflow: hidden;
}
#top ul a {
  background: url(../images/top-arrow.png) no-repeat scroll 95% 9px transparent;
  padding-right: 17px;
  margin-right: 4px;
  line-height: 14px;
  font-size: 11px;
  color: #fff;
  font-family:'Open Sans',sans-serif;
}
#top ul a:hover {
  background-position: 95% 9px;
  color: #fff;
  text-decoration: underline;                 
}
li.item157 {
	text-indent: -9999px;
}
li.item157 a {
	background: url(../images/logo_philips.png) no-repeat;
	    background-size: 50px !important;
  width: 60px !important;
  z-index: 999;
  position: relative;
  height: 70px !important;
  top: -11px;
}
li.item157:hover a {
	background: url(../images/logo_philips.png) no-repeat !important;
	box-shadow: none !important;
	    background-size: 50px !important;
  width: 60px !important;
  z-index: 999;
  position: relative;
  height: 70px !important;
  top: -11px;
}
.mtopmenu {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 12px;
  line-height: 13px;
}
.mtopmenu a {
  color: #000000;
}


/* Navigation Main */
#nav {
	height:35px;
	/* background: url(../images/nav-bg.png); */
	z-index:1;
	position:relative;
	margin: 0 5px;
	border-bottom: 2px solid #55a3bd;
	padding: 11px 0 0 0;
}

div#nav {}
#nav ul {
	margin:0 0 0 10px;
	position: relative;
}
#nav li {
	list-style:none;
	float:left;
	height:35px;
	position:relative;
	padding:5px 0 0;
	/* position:relative; */
}

#nav li a {
	display:block;
	padding:4px 8px 0;
	margin: 0 2px 0;
	line-height:26px;
	height:26px;
	font-size: 13px;
	font-style: normal;
	color:#6b6b6b;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
} 

/* Ikona velikonoce apetit */

#nav li.item153:hover a {background: none; border: 0; }
#nav li.item153 {position: relative; top: -21px;}
#nav li.item153 a span span.menutitle {display: none;}
#nav li.item153 a.shadow3-hover {box-shadow: none; background: none;}


#nav li a.sub{background: url(../images/nav-arrow.png) no-repeat 99% 16px;}
#nav li.item36 a.sub {background: none;}
 
#nav li a:hover, #nav li:hover a, #nav li.sfHover a {background:#f6faea; }

#nav li a.sub:hover, #nav li:hover a.sub{ background:#f6faea url(../images/nav-arrow.png) no-repeat 95% 17px;}
#nav li.item36 a.sub:hover, #nav li.item36:hover a.sub {background: #f6faea;}
 
#nav li.active a {
	background:#55a3bd;
	color:#fff;
	/* font-weight: bold; */
	font-weight: normal;
	text-shadow:0 1px 2px #285a6b;
}

#nav li.active a.sub {
	background:#55a3bd url(../images/nav-arrow-act.png) no-repeat 95% 17px;
	color:#fff;
	/* font-weight: bold; */
	font-weight: normal;
	text-shadow:0 1px 2px #285a6b;
}
#nav li.active a.sub:hover, #nav li.active:hover a.sub{
	background:#55a3bd url(../images/nav-arrow-act.png) no-repeat 95% 17px;
	color:#fff;
}
#nav li a:hover, #nav li:hover a, #nav li.sfHover a {
	text-decoration:none;
}
#nav li a img {
  padding: 3px 0 4px 2px;
}

#nav li.item36 a img,
#nav li a img.tv{
  padding:0;
  position:absolute;
  right:9px;
  top: 9px;
}
 
#nav li li {
	padding:0 0 0 10px;
	height:auto;
	background: none;
	width:100%;
	height:30px;
	display:block;
}

#nav li li:hover{
	background:#fafafa;
	
}

#nav li li a, #nav li li.active a, #nav li li a:hover {
	margin:0;
	height:30px;
	background: none !important; 
	font-size: 13px;
	letter-spacing: 0.01em;
	padding: 0;
	text-shadow:none !important;
}
#nav li li a, #nav li.active li a {
	color:#6d6d6d;
}
#nav li.active li a:hover{
	color:#55a3bd;
}
#nav li li a:hover {
  text-shadow:none;
  
}
#nav div.submenu {
	position:absolute;
	left:-999em;
	background:#fff ;
	overflow: hidden;
	color: #6b6b6b;
	width:160px;
} 
#nav li:hover div.submenu, #nav li.sfHover div.submenu {
	left: 2px;
    right: auto;
}



#nav div.submenu ul.menulevel2 {
  float: left;
  padding: 10px 0 10px;
  width: 160px;
  margin: 0;
}



.menumodule-title { text-transform: uppercase; font-size: 80%;}

#nav-sub,
#nav-sub-sub {
  background:#fff;
  padding: 0;
  margin: 0 5px;
  height:18px;
  padding: 17px 0 4px;
  position:relative;
}
#nav-sub ul,
#nav-sub-sub ul {
	margin:0;
	text-align: center;
}
#nav-sub li,
#nav-sub-sub li {
	list-style:none;
	display: inline;
	padding: 0;
	position:relative;
	margin:0 5px;
}
#nav-sub li a,
#nav-sub-sub li a {
	padding: 0 5px 2px;
	margin: 0;
	line-height: 18px;
	color: #6B6B6B;
	/* font-weight: bold; */
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 85%;
}  
#nav-sub li.active a,
#nav-sub-sub li.active a {
  border-bottom: 3px solid #55A3BD;
}
#nav-sub li a:hover, #nav-sub li:hover a, #nav-sub li.sfHover a,
#nav-sub-sub li a:hover, #nav-sub-sub li:hover a, #nav-sub-sub li.sfHover a, {
  border-bottom: 3px solid #55A3BD;
	text-decoration:none;
}


/* Frontpage styling */

#hp-featured2 {
	position: relative;
}

#hp-featured2 .module-title {
	border: none;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 999;
	background: #79b031;
	width: 150px;
	height: 22px;
	padding-top: 8px;
	-moz-border-radius: 5px;
	text-align: center;
	color: #fbfffa;
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
}

.hp-featured,
.hp-main {
  clear: both;
  width: 630px;
  overflow: hidden;
}
.hp-main .module {
  float: left;
}
.frontpage .hp-main>.module{
	margin-top: 20px;
	margin-bottom: 30px;
}
.frontpage #hp-main1>.module{
	margin-top: 20px;
	margin-bottom: 30px;
}

.frontpage .hp-featured>.module{
	
}
.frontpage .hp-sep{
	clear:both;
	height: 0px;
	width: 630px;
	border-top: 1px dotted #ddd;
	display: none;
}
.hp-main .module.nofloat {
  float: none;
}


.hp-main .hp-main-left,
.hp-main .hp-main-right {
  float: left;
  margin: 10px 0;
  width: 320px;
}
.hp-main .hp-main-left .module,
.hp-main .hp-main-right .module {
  float: none;
  margin: 10px 10px 10px 0px; 
}



/* Frontpage Search */

#search{ 
  background:url(../images/search-bg.png); 
  width:630px; 
  height:22px; 
  padding:17px 0; 
  position:relative;
  font-style:italic;
}
#search label.input-word{
	font-size:16px; 
	color:#6b6b6b; 
	font-style:italic;
	padding:0 0 0 30px;
}

#search input.input-word{
	background:#fff;
	border:none;
	border: 1px solid #dddddd;
	width:230px;
	font-size:13px;
	color:#6b6b6b;
	padding:3px 5px;
	position:absolute;
	left:160px;
	top:15px;
}

#search .input-word:focus{
	border:1px solid #60afc9;
}					
					
#search .buttonsrch{
	position:absolute;
	right:190px; 
	top:15px;
}

#search .buttonopts{
	position:absolute;
	right:30px; 
	top:15px;
	padding:3px 8px 3px;
	font-size:11px;
	color:#7a7a7a;
	background:#f2f2f2;
	/* background:#f2f2f2 url(../images/nav-arrow.png) no-repeat 6px 10px; */
	cursor:pointer;
}

#popup{
	width: 200px;
	height:28px;
	background:url(../images/popup-bg.png) no-repeat;
	position:absolute;
	top:25px;
	left:165px;
	color:#931212;
	font-size:14px;
	padding:10px 0 0 10px;
	opacity:0;
	z-index:9999;
	}


/* Frontpage Slideshow */

#carousel{width: 625px;height:240px;background: #79b031;border: 2px solid #79b031;/* border-left: 0; *//* border-right: 0; */}

/* Frontpage Slideshow */
.feature-block .image-container {
  position: relative;
}
.feature-block .image-container .image-full {
  height: 240px !important;
  width: 610px !important;
  overflow: hidden;
}


.feature-block img.feature-sub {
  /* padding: 2px;
  background: url(../images/slideshow-bg.png) 0 0 no-repeat; */
  opacity: 1 !important; 
  margin:0;
}
.feature-block img.feature-sub.active {
  background: #bd3596;
}
.feature-block .feature-pad {
  margin: 0;
}
.feature-block .desc-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 240px !important;
  overflow: visible;
  /* background: antiquewhite; */
}
.feature-block .description-inner {
  height: 80px;
  overflow: hidden;
  text-align: right;
}
.feature-block .description-inner .feature-info {
  margin: 8px 0 25px;
  line-height: 10px;
}
.feature-block .description-inner .section-name {
  font-size: 11px;
}
.feature-block .description-inner .created-date {
  color: #737373;
  display: inline;
  font-size: 65%;
  margin: 0;
}
.feature-block .description-inner .feature-desc {
  font-size: 100%;
  /* line-height: 120%; */
  line-height: 19px;
}
.feature-block a.readon {
  font-weight: normal;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-style: normal;
  font-size: 180%;
  color: #000000 !important;
  text-transform: uppercase;
}
.feature-block a.readon span {
  background: url(../images/featured-more.png) 100% 50% no-repeat;
  padding-right: 20px;
}


.advancedsearch, #adminForm{
	width:610px !important;
	border-bottom: 3px double #cacaca;
	padding-bottom:30px !important;	
	color:#767575;
}
.advancedsearch .elementblock{
	margin:10px 5px;
	border-bottom:solid 1px #dedede;
	padding:20px 5px;
	color:#767575;
	width:600px;
	min-height:120px;	
}
.advancedsearch h2{
	font-size:16px;
	font-style:italic;
	color:#32839E;
}
.advancedsearch .label{
	color:#767575;	
}

.advancedsearch .elementblock:first-child .element{
	width:300px;
	float:left;
}
.advancedsearch .elementhelptext{
	clear:both;
}
.advancedsearch .checklistitem{
	width:150px;
	font-size:13px;
	float:left;
	padding:0 10px 15px;
}
.advancedsearch p{
	font-size:14px;
    color: #767575;
    padding: 10px 0 0 10px;
}
.advancedsearch .button{
	background: #FDFDFD;
    border: 1px solid #DEDEDE;
    bottom: 20px !important;
    color: #32839E;
    font-size: 12px;
    font-style: normal;
    margin: 5px 0 0 10px !important;
    padding: 3px 10px !important
}
.advancedsearch .button:hover{
	background: #F8f8f8;
    border: 1px solid #cecece;
}


.advancedsearch-summary{
	border-bottom: 1px solid #DEDEDE;
    margin: 10px 0 15px;
    padding: 0 0 10px;	
}
.advancedsearch-resulttext {
	color: #D13367;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 6px 0 0 5px;
}
.advancedsearch-ordering {
	width:auto;	
  float: right;
}


.contentpaneopenheader{
	font-size:19px;
	color:#32839E;
	margin:40px 0 0 ;
	font-style:italic;
}
.contentpaneopen .readon{
	margin:0 !important;
	font-size:14px;
	display:inline-block !important;
}



#element95 .key{
	width:200px;
}
#element95 table{
	width:460px;
}



/* Content styles */

.module-head{
	border:none;
	border-bottom:1px solid #000;
	height:30px;
	margin:0;
}

.box3-fp .module-head{
	background:#fff;
}

.box2 .module-head, .box3-fp .module-head{width:630px;}
.box1 .module-head{width:305px;}
.contest-fp .module-head{width:560px;}

.module-head .item{
	float:left;
	padding:8px 14px 3px;
	margin:0 6px 0 0;
	font-style:italic;
	font-size:17px;
	border:none;
	height:19px;
	position:relative;
}

.module-head a.item{
	border:solid 1px #000;
	height:17px;
	border-bottom:none;
}
.module-head a.item:hover{
	text-decoration:none;
}

.module.contest-fp{
	width:560px;
}
.module.contest-fp .module-head .item{
	padding:8px 14px 3px 45px;
}
.module.contest-fp .module-head a.item{
	padding:8px 14px 3px;
}
.module.contest-fp .module-head .item img{
	position:absolute;
	left:1px;
	top:-6px;
}
.module.contest-fp .cook{
	position:absolute;
	right:-64px;
	top:-6px;
	z-index:8;
}
.module.contest-fp .cook-hand{
	position:absolute;
	right:40px;
	top:24px;
}
.module.contest-fp .left, .module.contest-fp .right{
	float:left;
	width:70px;
	height:56px;
	color:#cbcbcb;
	font-size:13px;
	text-align:center;
	padding:100px 0 0;
	/*cursor:pointer;*/
	background:url(../images/contest-left-arrow.png) 10px 42px no-repeat;	
	
}
.module.contest-fp .right{
	background:url(../images/contest-right-arrow.png) 10px 42px no-repeat;
	position:absolute;
	z-index:10;
	right:12px;	
}
.module.contest-fp a.left:hover{
	background:url(../images/contest-left-arrow.png) -138px 42px no-repeat;
	color:#767575;
}

.module.contest-fp a.right:hover{
	background:url(../images/contest-right-arrow.png) -138px 42px no-repeat;
	color:#767575;
}




#right-adding-box{
	width:305px;
	background:url(../images/right-bg.png);
	margin:0 0 30px;
	position:relative;	
}
#right-adding-box .head{
	padding:7px 0 8px 50px;
	font-size:19px;
	color:#787a79;
	text-shadow:0 1px 2px #ebebeb;
}
#right-adding-box .head img{
	position:absolute;
	top:-3px;
	left:3px;
}
#right-adding-box .list .item{
	position:relative;
	text-align:center;
	float:left;
	padding:10px 0 4px;
	margin:0 2px 0 0;
	font-size:13px;
	line-height:12px;
	border:none;
}
#right-adding-box .list .item div{
	display:table-cell; 
	vertical-align:middle;
	width:56px;
	height:24px;
	cursor:pointer;
}
#right-adding-box .list .item div.act{
	cursor:default;
	height:25px;
}
#right-adding-box .body{
	width:305px;
	position:relative;
	oveflow:hidden;	
}
#right-adding-box .body .source{
	position:absolute;
	top:-10000px;
	left:-10000px;	
}
#right-adding-box .cont-in{
	width:100%;
	min-height:240px;
	position:relative;
}
#right-adding-box .cont-in .text{
	color:#fff;
	text-shadow:0 1px 2px #326475;
	font-size:17px;
	text-align:center;
	padding:10px 20px 30px;
}
#right-adding-box .cont-in .text p{
	padding: 8px 0 5px;
}
#right-adding-box .cont-in .text .price{
	width:76px;
	height:70px;
	background:url(../images/right-price.png);
	color:#d13367;
	text-shadow:0 1px 2px #cbcbcb;
	font-size:25px;
	text-align:center;
	float:right;
	padding: 14px 0 0;
}
#right-adding-box .cont-in .text .price span{
	font-size:15px;
	line-height:17px;
}
#right-adding-box .cont-in .text .big{
	font-size:37px;
	line-height:16px;
	margin:5px 0;
	height:16px;
}

#right-adding-box .cont-in .text .button{
	display:block;
	width:110px;
	height:24px;
	font-size:13px;
	font-style:normal;
	background:#fff;
	margin:25px auto 0;
	text-shadow:none;
	padding:6px 0 0;
	position:relative;
}
#right-adding-box .cont-in .text .button:hover{
	text-decoration:none;
	background:#f3f3f3;
}




#right-video-box{
	width:305px;
	margin:0 0 30px;	
}
#right-video-box .body{
	background:#fff;
	position:relative;	
}
#right-video-box .list .item{
	float:left;
	padding:8px 15px 4px 45px;
	margin:0 2px 0 0;
	font-size:16px;
	line-height:14px;
	border:none;
	position:relative;
}
#right-video-box .list .item img{
	position:absolute;
	top:-3px;
	left:0;
}
#right-video-box a.title{
	padding:3px 0 0 20px;
	float:left;
	font-size:17px;
	color:#6b6b6b;
		
}
#right-video-box a.title img{
	vertical-align:text-bottom;
}

#right-video-box .video-frame {
	padding:4px;
	display:block;
	position:relative;
	width:298px;
	height:184px;
}

#right-video-box .video-frame div.video-hide,
#right-video-box .video-frame a {
	width:298px;
	height:184px;
  display:block;
  overflow: hidden;  
  position: relative;
}

#right-video-box .video-frame img{
	border:none;
	position:relative;
	width:298px;
	min-height:184px;
	
}
#right-video-box .video-frame .play{
	position:absolute;
	width:53px;
	height:43px;
	background:url(../images/right-play.png);
	top:85px;
	left:122px;
}
#right-video-box h3{
	position: relative;
	color:#6a6a6a;
	font-size:14px;
	padding:11px 0 10px 15px;
	margin:0 0 0 5px;
	background:url(../images/right-dot.png) no-repeat left center;	
}
#right-video-box h3 a{
	color:#6a6a6a;
	text-decoration:none;	
}






p.buttonheading {
	position:absolute;
	top:2px;
	right:10px;
	margin:0;
}
.buttonheading .icon {
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin-left:5px;
}
.buttonheading .pdf {
	background:url(../images/light.png) -57px -366px;
}
.buttonheading .print {
	background:url(../images/light.png) -21px -366px;
}
.buttonheading .email {
	background:url(../images/light.png) -39px -366px;
}
.iteminfo {
	font-size:90%;
	overflow:hidden;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	display:block;
	margin-top:-10px;
	width:100%;
}
.modifydate, .createdby, .createdate {
	display:block;
}
.createdby {
	font-weight:bold;
}
a.readon, a.readon2 {
	display:block;
	margin-top:15px;
}
a.readon2 {
	background:url(../images/light.png) 100% -344px;
	display:block;
	float:right;
	color:#fff;
	font-weight:bold;
	line-height:20px;
}
a.readon2 span {
	background:url(../images/light.png) 0 -344px;
	display:block;
	margin-right:10px;
	height:21px;
	float:left;
	padding:0 5px 0 15px;
}
.breadcrumbs-pad {
	padding:0;
}
div.breadcrumbs {
	margin:0;
	padding: 0;
	color:#767575;
	font-size: 11px;
}

div.breadcrumbs a {
  color:#767575 !important;
}
div.breadcrumbs .sep {
	padding:0;
}
.component-pad {
	padding:0;
	margin: 0 10px 0 0;
}
.banneritem_text {
	margin-bottom:10px;
}
#modlgn_username, #modlgn_passwd {
	border:1px solid #ccc;
	padding:3px;
}
ul li {
	list-style:circle;
}
ul ul {
	margin-top:0;
}
ul ul li {
	list-style:square;
}
.colpad h2.contentheading {
	padding-right:65px;
}
.sectiontableheader {
	font-weight:bold;
	line-height:25px;
	text-align:left;
}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	line-height: 30px;
    padding: 3px 4px;
    text-align: left;
    vertical-align: middle;
    font-style: italic;
}

span.attention {
	display:block;
	margin:15px 0;
	padding:8px 10px 8px 10px;
	background:#FFF3A3;
	border:1px solid #E7BD72;
	color:#B79000;
}


/* Modules */      
.module.box2, .module.box3-fp, .module.box3{
	padding:0;
	margin-bottom:15px;
}

.module.box3{
	padding:0;
	margin-bottom:30px;
	margin-top:20px;
	width: 630px;
}

.module.box3-fp{
	padding:0;
	margin-bottom:30px;
	background:#f5f5f5;
	border-bottom:1px solid #d8d8d8;
}

.module.box1{
	padding:0;
	margin-right:10px;
	margin-bottom:15px;
	width:305px;
}

.module.box1.forumbox {
	width: 610px;
}

.forumbox .module-head {
	width: 100%;
}

#col3 .module {
	margin-right: 0;
	position: relative;
}
.module.center {
  position: relative;
  left: 50%;
  clear: both;
}
.module.center>div {
  position: relative;
  left: -50%;
}
.module-title {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #bd3596;
}
.module-body {
	padding:0;
	margin: 0;
	position:relative;
}
.color1 .module-title {
  background: none repeat scroll 0 0 #F2F2F2;
  border-bottom: 3px solid #000000;
  font-size: 15px;
  font-style:italic;
  margin: 0;
  padding: 7px 10px;
  font-weight: bold;
}
.color1 .module-body {
}
.color2 .module-title {
  background: none repeat scroll 0 0 #F2F2F2;
  border-bottom: 3px solid #000000;
  font-size: 90%;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.color2 .module-body {

}
#colmask .m_menu {
	background:#cf2700;
	color:#fff;
}
#colmask .m_menu .module-title {
	background:url(../images/light.png) 0 -0px repeat-x;
	border-bottom:1px solid #c21a00;
	color:#fff;
}
#colmask .m_menu .module-body {
	border-top:1px solid #d64110;
}
#colmask .m_menu a {
	color:#fff;
}
#colmask .m_menu ul {
	margin:0 1em;
}
#mainmods, #mainmods2, #mainmods3 {
	overflow:hidden;
	padding-top:15px;
	clear: both;
}
#mainmods3 {
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}
.spacer .module {
	float:left;
}
.spacer.w99 .module {
	width:100%;
}
.spacer.w49 .module {
	width:49.2%;
}
.spacer.w33 .module {
	width:32.8%;
}
#main-content li .active a {
	font-weight: normal;
}
.main-bottom {
  clear: both;
  margin:40px 10px 0 0;
  padding:10px 0 0;
}
.main-bottom.adv{
  background:#fbfbfb;
}
.main-bottom .module {
  float: left;
}  
.main-bottom .module.nofloat {
  float: none;
}
/* custom classes */
.dotted-title {
  background: url(../images/dotted-title-bg.png) 0 8px repeat-x;
}
.dotted-title .module-title {
  background: #ffffff;
  float: left;
  border: none;
  font-size: 20px;
  margin: 0 0 0 6px;
  padding: 3px 5px 5px 3px;
  text-transform: uppercase;
}
.dotted-title .module-body {
  clear: both;
  background: url(../images/dotted-title-module-body-bg.png) 0 100% repeat-x;
  padding-bottom: 4px;                                 
}
.dotted-title .ellenews-presets4 {
  height: auto;
}
.dotted-title .ellenews-presets4 .ellenews-div {
  background: url(../images/dotted-title-item-bg.png) 0 0 repeat-x;
  padding-top: 6px;
  margin-top: 5px;
}
.dotted-title .ellenews-presets4 .ellenews-div.first {
  background: none;
  padding-top: 0px;
}

/* Modul Predplatne + Social Ikony */
.elle-social { position: relative; }
.elle-predplatne-img {}
.elle-predplatne-link a { display: block; position: absolute; width: 201px; height: 271px; left: 0; top: 0;} 
.elle-social-links a { display: block; position: absolute; width: 30px; height: 30px; right: 19px;}
.google-link { top: 21px; }
.rss-link { top: 71px; }
.twitter-link { top: 121px; }
.face-link { top: 171px; }
.seznam-link { top: 221px; }

/* Modul Anketa */
h4.apoll_mod_title{
  font-size: 200%;
  background: #FFF;
  border-bottom: none;
  border-right: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  padding: 20px 10px 20px 0px; 
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.apoll{
	/*border-left: 1px dotted #000;*/
}
div.apoll-voting {
  border-right: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  border-left: none;
  border-top: none;
  height:258px;
  background: url(../images/ank.jpg) no-repeat;
}
#apoll_vote_2{
	height:215px;
	position:relative;
}
.apoll_teaser{
	text-transform: uppercase;
	font-style: italic;
	line-height : 45px;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
}
div.apoll-option {
	position: relative;
}
div.apoll-option .apoll-option-bg {
	display: block; 
	padding: 0 !important;
	
}
.vote_item{
	font-family: "Futura W02 Book", Georgia, Lucida Grande, URW Chancery L, Times New Roman, Times, serif;;
	font-size: 120%;
	text-align: center;
	padding: 5px 10px;
	line-height: 2;
	height:60px;
	position: absolute;
	border-bottom: 1px dotted #ddd;
}
.vote_item:hover{
	cursor: pointer;
	color: #ed145b;
	font-size:120%;
	font-family: "Futura W02 Bold", Georgia, Lucida Grande, URW Chancery L, Times New Roman, Times, serif;	
}
.apoll-result .vote_item:hover{
	cursor: auto;
	color: #000;
}
#vote_item_0{
	width: 100px;
	top:0;
	left:0;
}
#vote_item_1{
	width: 60px;
	top:0;
	left:130px;
}
#vote_item_2{
	width: 110px;
	top:71px;
	left:0;
}
#vote_item_3{
	width: 130px;
	top:71px;
	left:130px;
}
#vote_item_4{
	width: 270px;
	clear:both;
	background: url(../images/kiss.jpg) 180px center no-repeat;
	top:145px;
	left:0px;
	border:none;
}
#apoll-option-bg_1{
	/*margin-left: 2px;*/
	margin:0 70px 0 2px;
}
#apoll-option-bg_3{
	margin-left: 2px;
}
#apoll-option-bg_4{
	border-bottom: 0px dotted #000;
	float:none;
}
.vote_item>.small{
	text-transform: uppercase;
}
div.apoll-buttons { 
}
div.apoll_button {
  float: left;
}
div.apoll-buttons .button {

}
div.apoll-links {
  float: right;
}
div.apoll-links a {
  color: #4C4C4C;
}
div.apoll-result {
  width: 300px;
  padding: 0 4px;
  color: #4C4C4C;
  position:relative;
}
div.apoll-result-bar {
  width: 296px;
}
div.apoll-result-buttons {
  border-top: 1px solid #f2f2f2;
  margin-top: 10px;
  background: #fafafa;
  padding: 5px 10px 5px 10px;
  overflow: hidden;
  color: #4C4C4C;
}


/* Footer */
#footer .footer-2 .module .module-body .footer-new{
margin-left:10px;
}
#footer {
	width: 940px;
	padding: 10px 10px 10px 10px;
	margin: 0 0px;
	color: #767575;
	overflow: hidden;
}
#footer .ellenews-wrapper h2.ellenews-title a,
#footer .ellenews-wrapper h3.ellenews-title a {
  color: #e6e6e6;
}
.footer-pad {
	padding:10px 15px;
	overflow:hidden;
}
#footer a {
  color: #000;
}
#footer .module {
  margin: 0 0 0px 0;
}
#footer ul {
	margin:0;
}
#footer li {
	list-style:none;
	float:left;
	padding-right:20px;
	font-weight:bold;
}

.footer-2 .module.links{
	font-size:11px;
    line-height: 1.4;
    
}
.footer-2 .module.links strong{
	font-weight: normal !important;
	font-family: "Futura W02 Bold";
	letter-spacing: 0.05em;
	color: #555!important;
}
.footer-2 .module.links a{
	color: #32839e!important;
}
.footer-2 .module.links a:hover{
	text-decoration:underline;
}
.footer-2 .module.links p {
  margin: 10px 0 5px 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #333;
  border-top: 1px dotted #333;
}
.footer-1 {
	background: #111;
	padding: 5px;
	margin-bottom: 10px;
}


.article-perex img {
  float:left;
  margin:0 20px 20px 0; 
}
.nodisplay {
  display:none;
}
table.contentpaneopen {
  clear:both;
  color:#4c4c4c;
}
.fieldset {
  margin-bottom:10px;
}

/* Search Results */

.searchintro{
	color:#4c4c4c;
	font-size:15px;
}


.result-count {
  border-bottom: 1px solid #BD3596;
  overflow: hidden;
}
.result-count .right {
  float: right;
}
.result-count .result-pagecounter {
  padding: 5px 0;
}
.result-item .result-image {
  border: 2px solid #FFFFFF;
  height: 72px;
  width: 116px;
  margin: 10px 10px 5px 0;
  float: left;
  display: block;
  overflow: hidden;
}
.result-item .result-image img {  
  width: 116px;
  position: relative;
  margin: 0;
}
.result-item h2.result-title {
  font-size: 110%;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 0 0 126px;
  text-transform: uppercase;
}
.result-item h2.result-title  a {
  color: #000000;
}
.result-item .result-text {
  color: #4C4C4C;
  font-size: 80%;
  line-height: 18px;
  margin-left: 126px;
}
.result-item .sectionlink {
  margin-left: 126px;
}
.result-item .section-name {
  float: left;
  font-size: 65%;
  text-transform: uppercase;
}
.result-item .published-date {
  color: #737373;
  float: left;
  font-size: 11px;
  padding:1px 0 0 4px;
}
.result-item a.readon {
  color: #32839E;
  float: right;
  font-size: 65%;
  margin: 3px 10px 0 0;
  text-transform: uppercase;
}
.result-item a.readon span {
  background: url("../images/ellenews-readmore.png") no-repeat scroll 100% 50% transparent;
  padding: 0 10px 0 0;
}
.result-pagination {
  margin-bottom: 10px;
}





/*	rec-thumb	*/

.rbda .rec-thumb > a {
    display: inline-block;
    width: 18%;
}
.rbda .rec-thumb > a img {
    max-width: 100%;
}
.rbda .rec-thumb .description-inner {
    width: 75%;
    vertical-align: top;
    margin-left: 3%;
    display: inline-block;
}
.rbda .info {
    right: inherit;
    bottom: inherit;
    top: 0px;
}
.treexheight .rec-thumb .description-inner{
	height: 96px;
  overflow: hidden;
}

.rec-thumb-img {
  display: block;
  overflow: hidden;
  border:solid 2px #fff;    
}

.rec-thumb-img img{
	position:relative;
}

.box2 .rec-thumb, .box1 .rec-thumb, .contest-fp .rec-thumb{
	display: inline-block;
	width:305px;
	vertical-align: top;
	margin:30px 5px 16px 0;
	position:relative;
}   

.box2.forumbox .rec-thumb, .box1.forumbox .rec-thumb {
	width: 610px;
	margin-top: 15px;
}
.box2.forumbox .rec-thumb .description-inner, .box1.forumbox .rec-thumb .description-inner  {
	width: 470px;
	float: left;
	height: 90px;
}

.box2.slovnicek .rec-thumb, .box1.slovnicek .rec-thumb {
	margin: 10px 10px 5px 0;
}

.forumreadmore a {
	font-size: 13px;
	margin-bottom: 5px;
}

.module.box1.forumbox .hp-sep {
	margin-top: 5px;
}
/*

.box1 .rec-thumb-img img, .box2 .rec-thumb-img img{
	width:116px;
	height:72px;
}
*/

.box3 .rec-thumb{
	float:left;
	width:190px;
	margin:20px 10px 16px 0;
	position:relative;
}

.box3 .rec-thumb .description-inner{
	min-height:180px;
	padding:5px 0 0;
  height: 96px;
  overflow: hidden;
}
.box3.short .rec-thumb .description-inner{
	min-height:50px;
}
.box3-fp .rec-thumb{
	float:left;
	width:200px;
	margin:30px 10px 10px 0;
	position:relative;
}
.box3-fp .rec-thumb-img{
	float:left;
	width:64px;
	height:90px;
	margin:0 10px 12px 0; 	
}
.box3-fp .rec-thumb .description-inner {
    padding-left: 77px;
}

.contest-fp .rec-thumb{
	margin:0 !important;
	width: 360px !important;
	padding:30px 24px 0;
	background:url(../images/contest-bg.png) no-repeat;
	min-height:106px;
}

.main-bottom .contest-fp .img-shadow {
	width: 116px !important; 
	height: 71px !important;
}

.box2 .rec-thumb-img, .box1 .rec-thumb-img, .contest-fp .rec-thumb-img{
	float:left;
	width:116px;
	height:71px;
	margin:0 10px 12px 0; 
	position:relative;	
}
.box3 .rec-thumb-img {
	float:none;
	margin:0 0 10px;  
  height: 113px;
  width:186px;
}
.box3 .rec-thumb-img img{
	width:186px;
}

.box2 .rec-thumb .description-inner, .box1 .rec-thumb .description-inner{
	width:175px;
}
.contest-fp .rec-thumb .description-inner{
	width:225px;
}

.box2 .rec-thumb .description-inner h3 a, 
.box1 .rec-thumb .description-inner h3 a, 
.box3 .rec-thumb .description-inner h3 a,
.box3-fp .rec-thumb .description-inner h3 a{
	font-size:16px;
	text-decoration:underline;
}

.box2 .rec-thumb .description-inner h3 a:hover, 
.box1 .rec-thumb .description-inner h3 a:hover,
.box3 .rec-thumb .description-inner h3 a:hover,
.box3-fp .rec-thumb .description-inner h3 a:hover{
	text-decoration:none;
}



.rec-thumb .info, .top-story .info, .article-info{
	    color: #939393;
    font-size: 11px;
    text-align: right;
    padding-right: 10px;
}
.box3 .rec-thumb .info{
	float:right;
	position:relative;
	padding:10px 0 0;
}


.introtext{
	font-size:12px;
	padding:10px 0 5px;
}
.introtext a{
	text-decoration:underline;
}
.introtext a:hover{
	text-decoration:none;
}


.box2 .user-box, .box1 .user-box{
	width:123px;
  height: 23px;
  overflow: hidden;
	float:left;	
	clear:both;
	padding:2px 0 0 2px;
	/*display:none;*/
}

.box2 .user-info, .box1 .user-info{
  width:123px;
  height: 23px;
}

.box3 .user-box{
	width:180px;
	/*display:none;	*/
}
.box3 .user-info{
	width:180px;
	height:23px;
}

.user-box{
	color:#8a8a8a;
	font-size:11px;
	line-height:11px;
	/*display:none;*/
}

.user-box .user-img{
	float:left;
	width:21px;
	height:21px;
	background:url(../images/user-icon.gif);
	margin:0 5px 0 1px;
}

.user-box a { cursor: default; }

.contest-fp .bottom{
	width:350px;
	background:#f7f7f7;
	float:left;
}

/*Soutěž Homepage By Michal*/

.main-bottom .module.contest-fp .module-title {
	width: 200px !important;
	text-align: right !important;
}

.module.contest-fp .module-body {
	padding: 0;
}

/*Soutěž Homepage By Michal*/

.contest-fp .rec-thumb .user-box{
	/*padding:2px 0 4px;*/
	border-right:2px solid #fff;
	float: left;
}

.contest-fp .rec-thumb .rate-box{
	/*float:left;*/
	padding:2px 0 4px;
	color:#6f6f6f;
	font-size:11px;
	padding:8px 0 6px 0;
}
.contest-fp .rec-thumb .rate-box span {
	margin-left: 5px;
}
.contest-fp .rec-thumb .rate-box div {
	/*width:75px;
	height:13px;
	background:url(../images/stars.png);*/
	float:right;
	margin-right:5px;
	margin-top:-5px;
}
/*
.contest-fp .rec-thumb .rate-box div a{
	display:block;
	float:left;
	width:15px;
	height:13px;
	cursor:pointer;
}
*/

.contest-fp .rec-thumb .rate-box .r0, .contest-fp .rec-thumb .rate-box .s0{
	background-position:-75px;
}
.contest-fp .rec-thumb .rate-box .r1, .contest-fp .rec-thumb .rate-box .s1{
	background-position:-60px;
}
/*
.contest-fp .rec-thumb .rate-box .r2, .contest-fp .rec-thumb .rate-box .s2{
	background:url(../images/stars.png) -45px 0;
}
*/

.contest-fp .rec-thumb .rate-box .r3, .contest-fp .rec-thumb .rate-box .s3{
	background-position:-30px;
}
.contest-fp .rec-thumb .rate-box .r4, .contest-fp .rec-thumb .rate-box .s4{
	background-position:-15px;
}
.contest-fp .rec-thumb .rate-box .r5, .contest-fp .rec-thumb .rate-box .s5{
	background-position:0;
}



/* mod_ELLEgallery */
.ellegallery-wrapper {
  overflow: hidden;
  position: relative;
}
.ellegallery-article {
  position: absolute;
  top: 115px;
  left: 80px;
  margin: 0;
  height: 105px;
  width: 230px;
  background: url(../images/ellegallery-title-bg.png) repeat scroll 0 0 transparent;
}
.ellegallery-presets1 {
  height: 335px;
  width: 310px;
}
.ellegallery-presets1 h2.ellegallery-title,
.ellegallery-presets1 h3.ellegallery-title {
  font-size: 110%;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  background: url(../images/ellegallery-title-bg.png) 0 0 repeat;
  position: relative;
}
.ellegallery-presets1 h2.ellegallery-title a,
.ellegallery-presets1 h3.ellegallery-title a {
  color: #000000;
}
.ellegallery-presets1 .ellegallery-div {
  margin: 10px 0 0 10px;
  float: left;
  overflow: hidden;
}
.ellegallery-presets1 .ellegallery-div.first {
  margin-left: 0;
}
.ellegallery-presets1 .ellegallery-div.top {
  margin-top: 0;
}
.ellegallery-presets1 .ellegallery-div a {
  display: block;
  width: 70px;
  height: 105px;
}
.ellegallery-presets1 .ellegallery-div a:hover {
  background: url(../images/ellegallery-hover.png) 100% 100% no-repeat;
}

/* Mod ImageFlow */
.imageflow {
  border: 1px solid #dddddd;
  padding: 3px 0px 0 0px; 
  overflow: hidden;
  text-align:center;
  padding: 0px 0px 0px 0px;
  width: 630px;
  border:none;
  background: url(../images/nakup-dne.png) 0px 0px no-repeat;
  height: 120px;
  position: relative;
}
.imageflow-head {
  float: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 22px;
  margin: 7px 0 0;
  text-transform: uppercase;
  padding-left: 10px;
}
.imageflow h2.ellenews-title,
.imageflow h3.ellenews-title {
  font-size: 110%;
  line-height: 22px;
  text-align: left;
  padding-left:10px;
  width: 225px;
  float: left;
  margin-top: 40px;
}
.imageflow h2.ellenews-title a,
.imageflow h3.ellenews-title a {
  color: #fff;
}

#MooFlow {
  overflow: visible !important;
  text-align: right;
  width: 385px;
  float: right;
  height: 100px;
  position: relative;
  
}
#MooFlow div {
  overflow: hidden; 
}
#MooFlow>a{
	display: block;
	padding: 5px;
	background: #ffffff;
	border: 0px dotted #ddd;
	position: absolute;
	left: 0;
	bottom: 0;
}
#MooFlow>a:after{
	content: "";
	height: 8px;
	width :80px;
	position: absolute;
	bottom: 0px;
	right:0px;
	background: url(../images/libi-item-shade.png) 10px bottom no-repeat;
}
#MooFlow>a+a{
	margin-left: 0px;
	left:20%;
}
#MooFlow>a+a+a{
	left:40%;
}
#MooFlow>a+a+a+a{
	left:60%;
}
#MooFlow>a+a+a+a+a{
	left:80%;
}
#MooFlow .autoPlayCon,
#MooFlow .slider {
  display: none !important;
}
#MooFlow div.sliderCon,
#MooFlow div.mfNav {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 1px !important;
  overflow: visible !important;
}
#MooFlow .sliderNext {
  position: absolute !important;
  left: -30px;
  top: 50px;
  width: 14px;
  height: 27px;
  background: url(../images/nakup-dne-left.png) 0 0 no-repeat !important;
}
#MooFlow .sliderPrev {
  position: absolute !important;
  right: -30px;
  top: 50px;
  width: 14px;
  height: 27px;
  background: url(../images/nakup-dne-right.png) 0 0 no-repeat !important;
}
#MooFlow div.caption {
  bottom: 0px;
  color: #000000;
  margin: 1em auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 98;
}
.mf {
  color: #000000;
}

/* Section / Category List */

.top-story {
  margin: 15px 0 10px;
  padding:0 0 20px;
  position:relative;
}

.top-story .info{
  	position:relative;
 	float:right;
  	padding:15px 0 0;
}
.top-story .user-box{
	padding:10px 0 0;
 	float:left;
}



.top-story .description-inner{
	padding:3px 0;
}
.top-story .introtext{
	font-size:13px;
}
.top-story .introtext p{
	font-size:13px;
	margin:5px 0;
}

.top-story-img img{
	position:relative;
}
.top-story h2{
	font-size:22px;
}

.top-story-img{ 
	float:left;
	margin:0 10px 35px 0;
  height: 188px;
  width: 306px;
  overflow: hidden;
  border:solid 2px #fff;
}




.blog .leading {
  margin-bottom: 10px;
}
.blog .ellenews-wrapper.ellenews-presets3 {
  height: auto;
  margin-bottom: 10px;
  float: left;
}
.blog .ellenews-presets1 .ellenews-div.width {
    width: 310px;
}
.blog .ellenews-presets1 .width .ellenews-image {
    width: 310px;
}
.blog .ellenews-div.odd {
  background: #f7f7f7;
  /*background: url(../images/elle-ad-bg.png) 0 0 repeat-y;*/
}    
.blog-commercial {
  float: right;
  width: 310px;
}
.blog-commercial .module {
  margin-right: 0;
}
.blog .counter {
  display: none;
}           
.pagination {
  border-top: 1px solid #dddddd;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color:#767575;
  clear: both;
}
.pagination .previous {
  float: left;
  padding: 5px 3px 0 0;
}
.pagination .next {
  float: right;
  padding: 5px 3px 0 0;
}   

.pagination .page a {
  margin: 0;
  padding:4px;
  border:solid 1px #ededed;
  display:inline-block;
  width:15px;
  height:15px;
  position:relative;
}
.pagination .page a:hover{
  text-decoration:none;
  background:#fafafa;
}

.pagination .page span {
  padding: 0 5px;
  font-weight: bold;
}

/* Article detail */
#page {
  position: relative;
  overflow: hidden;
  margin: 15px 0 0;
}
#article-gallery {
  float: left;
  margin: 0 20px 10px 0;
  width: 310px;
  position: relative;
  background:#fff;
}
#article-gallery .article-main-image {
  width: 305px;
  border: 2px solid #FFFFFF;
   position: relative;
   border-top:3px solid #fff;
}

#article-gallery .recepee-recommended {
	background: url("../images/recommended.png") repeat scroll 0 0 transparent;
	height: 68px;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 84px;
	z-index: 999;
}

.article-gallery-title {
  	color: #6A6A6A;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    padding: 5px 0 0 20px;
    width: 220px;
}
.article-gallery-nav {
  width: 305px;
  padding: 0 0 10px;
  overflow: hidden;
}
.article-gallery-nav a.left-nav,
.article-gallery-nav a.right-nav {
  display: block;
  float: left;
  width: 15px;
  height: 35px;
  background: url(../images/article-gallery-nav-left.png) 0 50% no-repeat;
}
.article-gallery-nav a:hover {
  text-decoration: none;  
}
.article-gallery-nav a.right-nav {
  background: url(../images/article-gallery-nav-right.png) 100% 50% no-repeat;
}
.article-gallery-nav .navigation-image img {
  width: 50px;
  min-height: 35px; 
}

.article-gallery-nav #gallerynav-wrap {
  width: 270px;
  height: 35px;
  overflow:auto;
  overflow-x:hidden;
  overflow-y:hidden;
  margin:0;
  display: block;
  float: left;
  overflow: hidden;
}
.article-gallery-nav #gallerynav {
  width:2000px;
  height: 35px;
  border:0;
  margin:0;
  padding:0;
}
.article-gallery-nav #gallerynav li {
  list-style:none;
  padding:0;
  border:0;
  margin: 0 2px;
  background: none;
  float: left;
  width: 50px;
  height: 35px;
  overflow: hidden;
  display: block;
}
.article-breadcrumb, .article-info{
  margin-left: 290px;
}
.article-title {
  margin-left: 290px;
}
h1.article-title {
	font-size: 25px;
	color: #32839E;
	line-height: 27px;
  margin: 10px 0 20px 290px;	
}
.slovnicek-detail h1.article-title {
  margin-left: 10px;
}

.article-title.truetitle {
  font-size: 80%;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.article-info {
  padding:0;
  position: static;
  margin-bottom: 8px;
}
.article-perex {
  margin-left: 290px;
  color:#666666;
  font-size:14px;
  padding: 10px 0 1px;
}
.article-fulltext {
  margin-left: 120px;
  font-size:12px;
  color:#565656;
  line-height:19px;
}
.article-fulltext.recepee {
  margin-left: 120px;
  font-size:13px;
  color:#565656;
  line-height:18px;
  font-family:georgia !important;
  font-style:italic;
}

.recepee .article-fulltext {
  margin-top: 10px;
}

.recepee .user-box{
	height:50px !important;
}

.recepee .user-img{
	height:42px !important;
	width:42px !important;
	background:url("../images/user-icon2.gif") repeat scroll 0 0 transparent;
}



.article-fulltext #tube {clear:both;}
.slovnicek-detail .article-fulltext {
  margin-left: 10px;
}
.article-related {
  margin:30px 0 20px 120px;
  clear: both;     
}
.article-related-title {
  border-bottom: 1px solid #BD3596;
  font-size: 16px;
  padding-left: 0px;
  margin-bottom: 0;
}
.article-related-items { overflow: hidden; }
.article-related-item {
  font-size: 14px;
  font-weight: normal;
  border-bottom:1px solid #ededed;
}
.article-related-item a { 
  display: block;  
  line-height: 18px;
  padding: 6px 0;
  color: #d13367 !important;
  text-decoration: underline;
}
.article-related-item a:hover {
  text-decoration: none;
}


.article-video-container {
  clear: both;
}

.article-soutez {
  margin-left: 290px;
}
#article-sticky-wrap {
  height: 250px;
  position: absolute;
  width: 120px;
}
#article-sticky {
  padding-top: 10px;
  width: 120px;
  height: 235px;
  position: absolute;
  left: 0;
  top: 510px;
  text-align: center;
}
#article-sticky span {
  display: block;
  font-size: 13px;
  margin: 0 10px 3px 10px;
  color:#626262;
}
#article-sticky a {
  display: block;
  margin: 0 10px 3px 10px;
}
#article-tools {
  background: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin-bottom: 10px;
  clear: both;
}
#article-tools .print-popup,
#article-tools .email-popup,
#article-tools .pdf-popup {
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 80%;
  float: left;
  padding: 0 20px;
  background: url(../images/icon-print-popup.png) 0 50% no-repeat;
}
#article-tools .email-popup { background-image: url(../images/icon-email-popup.png); }
#article-tools .pdf-popup { background-image: url(../images/icon-pdf-popup.png); padding-right: 0; }
#article-tools .voting {
  float: right;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 80%;
}

#main-simillar .module {
  float: left;
}     
#main-simillar .module.nofloat {
  float: none;
}

/* Fcebook Comments and Like buttons */
#phoca-facebook-likes {
  background: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 25px;
  padding: 0 8px;
  margin-bottom: 10px;
}

#horoscope_top_modules #phoca-facebook-likes  {
width:100%;
}
#phoca-facebook-comments .pfbcl {
  clear: none;
  width: 120px;
  float: left;
}
#phoca-facebook-comments .pfbcc {
  clear: both;
  float: left;
  padding: 10px 10px 0 10px;
  width: 610px;
  background: #f7f7f7;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}


/* Gallery */
.gallery {
  padding: 10px;
  margin-bottom: 10px;
  background: #000000;
}
.gallery-backbutton {
  display: block;
  margin: 10px;
}
/* Gallery 1 */
.gallery-style1 {
  height: auto;
  overflow: hidden;
  background: none;
  padding: 0;
}
.gallery-style1 .gallery-main-image-padding {
  padding: 10px;
  width: 610px;
  height: 450px;
  position: relative;
  background: #000000;
  overflow: hidden;
}
.gallery-style1 .gallery-main-image {
  width: 610px;
  height: 450px;
  line-height: 610px;  
  text-align: center;
  padding: 0;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.gallery-style1 .gallery-main-image * {
    vertical-align: middle;
}
.gallery-style1 .image-nav-left,
.gallery-style1 .image-nav-right {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  height: 450px;
  width: 60px;
  background: url(../images/article-gallery-image-nav-left.png) 50% 50% no-repeat;
}
.gallery-style1 .image-nav-right {
  left: 560px;
  background: url(../images/article-gallery-image-nav-right.png) 50% 50% no-repeat;
}
.gallery-style1 .gallery-info {
  position: relative;
}
.gallery-style1 .gallery-title {
  text-transform: uppercase;
  font-size: 90%;
  float: left;
  width: 60px;
}
.gallery-style1 .gallery-article-title {
  text-transform: uppercase;
  font-size: 150%;   
  margin: 10px 0;
  margin-left: 60px;
  text-align: center;
}
.gallery-style1 .gallery-description {
  font-size: 80%;
}
.gallery-style1 .gallery-navigation {
  width: 610px;
  height: 36px;
  padding: 10px;
  background: #000000;
  clear: both;
}
.gallery-style1 #gallerynav-wrap {
  float: left;
  height: 36px;
  width: 490px;
  overflow: hidden;
}
.gallery-style1 #gallerynav {
  height: 36px;
  width: 2000px;
  margin: 0;
  padding: 0;
}
.gallery-style1 .up-nav,
.gallery-style1 .down-nav {
  display: block;
  float: left;
  height: 36px;
  width: 60px;
  background: url(../images/article-gallery-nav-left-black.png) 50% 50% no-repeat;
}
.gallery-style1 .gallery-navigation a:hover {
  text-decoration: none;
}
.gallery-style1 .down-nav {
  background: url(../images/article-gallery-nav-right-black.png) 50% 50% no-repeat;
}
.gallery-style1 .navigation-image {
  float: left;
  width: 60px;
  height: 36px;
  overflow: hidden;
  margin: 0 5px;
}

/* Gallery 3 */
.gallery-style3 {
  height: 465px;
  overflow: hidden;
  color: #ffffff;
}
.gallery-style3 .gallery-main-image {
  width: 310px;
  height: 465px;
  float: left;
  overflow: hidden;
}
.gallery-style3 .gallery-info {
  margin-left: 320px;
  height: 465px;
  position: relative;
}
.gallery-style3 .gallery-title {
  text-transform: uppercase;
  font-size: 90%;
}
.gallery-style3 .gallery-article-title {
  text-transform: uppercase;
  font-size: 120%;
}
.gallery-style3 .gallery-description {
  font-size: 80%;
}
.gallery-style3 .gallery-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}
.gallery-style3 #gallerynav-wrap {
  height: 216px;
  width: 300px;
  overflow: hidden;
}
.gallery-style3 #gallerynav {
  height: 2000px;
  width: 300px;
  margin: 0;
  padding: 0;
}
.gallery-style3 .up-nav,
.gallery-style3 .down-nav {
  display: block;
  height: 20px;
  margin-left: 10px;
  background: url(../images/article-gallery-nav-up.png) 50% 0 no-repeat;
}
.gallery-style3 .gallery-navigation a:hover {
  text-decoration: none;
}
.gallery-style3 .down-nav {
  background: url(../images/article-gallery-nav-down.png) 50% 100% no-repeat;
}
.gallery-style3 .navigation-image {
  float: left;
  width: 65px;
  height: 98px;
  overflow: hidden;
  margin: 5px 0 5px 10px;
}
.gallery-style3 .gallery-description-title {
    font-size: 80%;
}
.gallery-description-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 630px;
}
.gallery-description-toggle {
  background: url("../images/gallery-description-box-close.png") repeat scroll 0 0 transparent;
  display: block;
  float: right;
  width: 35px;
  height: 25px;
}
.gallery-description-box-bg {
  clear: both;
  padding: 10px;
  color: #4d4d4d;
  background: url("../images/ellegallery-title-bg.png") repeat scroll 0 0 transparent;
}
.gallery-navigation .navigation-image img {
  width: 60px;
  min-height: 36px;
}
/* ELLE TV */
/* Video Article */
/* .video-title-bg {
  background: url(../images/elletv-logo.png) 0 0 no-repeat;
  padding-left: 275px;
  overflow: hidden;
  min-height: 65px;
} */
.video-title {
/*   font-size: 170%;
  margin: 10px 0 15px 0; */
  margin: 5px 0 5px 0;
}
.video-perex {
  margin: 10px 0;
}
.video-fulltext {
  	color: #D13367;
    font-size: 17px;
    margin: 20px 0 30px;
}
/* Video Blog */




/* Reklama */
#reklama-sky-left {
  text-align: right;
  position: absolute;
  /* overflow: hidden; */
  right: 975px; /* left: -210px */
  top: 0;
}
#reklama-sky-right {
  text-align: left;
  position: absolute;
  /* overflow: hidden; */
  left: 975px; /* right: -180px */
  top: 0;  
}
#reklama-pseudo-left {
  text-align: right;
  position: absolute;
  /* overflow: hidden; */
  right: 960px; /* left: -210px */
  top: -170px;
}
#reklama-pseudo-right {
  text-align: left;
  position: absolute;
  /* overflow: hidden; */
  left: 960px; /* right: -180px */
  top: -170px;  
}
#reklama-megaboard .pseudobranding { width: 990px; margin: 0 -15px; }
#reklama-sky-left .pseudobranding { position: relative; top: -140px; }
#reklama-sky-right .pseudobranding { position: relative; top: -140px; }
.commercial-title {
  color: #7d7d7d;
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
  position: absolute;
  top: -25px;
}
#col3 .commercial-title {
  text-align: left;
  padding:0 0 0 5px
}
.commercial-inner {
  border: 1px solid #999999;
  padding: 1px;
}
#col1 .commercial-inner {
  	margin:30px 0 0;
}
#col1 .main-bottom .commercial-inner{
	margin:0 0 30px;	
}

#col3 .commercial-inner {
 margin:0 0 30px;
 width:300px;
}




/* Specific pages - Login, Newsletter, Register */
/*
.greyheading {
  background: #e6e6e6;
  line-height: 30px;
  padding: 10px 10px 7px 10px;
  margin-bottom: 3px;
  font-size: 160%;
  color: #333333;
}
*/
.login-fields,
.com-user-wrap,
.newsletter-reg {
  border-bottom: 1px solid #D0D0D0;
  margin: 10px 0;
  padding: 10px 20px 20px;
}
.login-fields p#com-form-login-username {
  margin: 10px 0 5px;
  width: 282px;
}
.login-fields p#com-form-login-password {
  margin: 0 0 10px;
  width: 282px;
}
.login-fields label,
.com-user-wrap label,
.newsletter-reg label {
  color: #767575;
  font-size: 14px;
  font-style:italic;
}
.login-fields .inputbox,
.com-user-wrap .inputbox,
.newsletter-reg .inputbox {
  width: 270px;
  margin: 5px 0 10px 0;
}
.login-fields .button,
.register-fields .button,
.com-user-wrap .button,
.newsletter-reg .button {
  color: #f2f2f2;
  font-size: 120%;
  background: #000000;
  padding: 12px 10px;
  margin-top: 10px;
  border: none;
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
}
ul.login-links {
  margin: 10px 0;
  overflow: hidden;
}
ul.login-links li {
  color: #F2F2F2;
    display: block;
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin-right: 30px;
    padding: 0 10px;
}
ul.login-links li a {
  color: #32839E;
}
.main-bottom .loginmodule {
  width: 630px;
}

.register-fields {
  background: #f2f2f2;
  color: #666666;
  padding: 10px;
}
.register-fields td {
  padding: 5px 10px 5px 10px;
}
.register-fields label {
  color: #666666;
  text-transform: uppercase;
  font-size: 120%;
  display: block;
  width: 220px;
  text-align: right;
}
.register-fields .inputbox {
  width: 270px;
  margin: 0;
}
.register-fields .button {
  margin: 0;
}
.register-statement {
  text-align: center;
  color: #666666;
  font-size: 90%;
  margin: 10px 0;
}                                             

.adminlist{
	color:#767575;
	font-size:13px;	
}
.adminlist thead{
	border-bottom:1px solid #dedede;	
}
.adminlist tbody tr:nth-child(even){
	background:#efefef;	
}
.adminlist tbody td{
	vertical-align:middle;
	padding:10px 0 6px;	
}






/*----------------------------------------------miloš */
.feature-block .description-inner h2 {
font-size: 17px;
font-weight: normal;
font-style: italic;
line-height: 110%;
}
.feature-block .description-inner .feature-info {
margin: 25px 0 25px;
}
/* konec milose */

.newsletter-intro .flright {
float:right;

}
.newsletter-intro .headline-newsletter .partof {
display:block;
font-size:23px;
margin-top:15px;
font-weight:normal;
}
.newsletter-intro .headline-newsletter {
text-transform:uppercase;
font-size:45px;

}

.newsletter-intro {
	margin-left:20px;
	color:#767575;
}
.newsletter-intro .blackbox {
background-color:#000;
color:#fff;
font-size:18px;
text-transform:uppercase;
padding:5px;
margin-left:-5px;
float:left;
margin-bottom:20px;
} 
.newsletter-intro .formintro.futura {
font-weight:bold;
text-transform:uppercase;
font-weight:bold !important;
}
.newsletter-intro .componentheading.greyheading {
display:none;
}
.newsletter-reg {
float:left;
width:300px;
}
.newsletter-intro .newsletter-reg {
background-color:#fff;
}
.newsletter-intro .inputbox {
border: 1px solid #E6E6E6;
width:210px;
float:right;
}
.newsletter-intro .inputbox:focus {
border: 1px solid #bdbdbd;
color:#666666;
}

.newsletter-intro label {
float:left;
line-height:42px;
font-size:12px;
color:#767575;
font-weight:normal;
}
.newsletter-intro .newsletter-reg {
float:left;
padding:0;
}
.newsletter-intro .button {
width:300px;
text-align:center;
float:left;

padding-left:8px;
}
.newsletter-intro .newline {
clear:left;
}
.newsletter-intro p {
margin-top:20px;
}
.floatthing_print .mainprint {
float:left;
margin-right:20px;
}

.floatthing_print .floatblock{
float:left;
clear:both;
}
.floatthing_print .right {
width:320px;
float:left;
margin-top:0px;

}
.floatthing_print .right .leftfloat img{
float:left;
margin-right:10px;
}

.floatthing_print .video {
margin-left:100px;
}
.floatthing_print .floatblock.block1 h2{
margin-bottom:0;
padding-bottom:0;
margin-top:0;
padding-top:0;
}
.floatthing_print .floatblock.block1 p {
padding-top:0;
padding-bottom:0;
margin-top:6px;
}
.floatthing_print .floatblock.block3 .prtsc img{
margin-left:160px;
margin-bottom:15px;
}
.floatthing_print .floatblock .floatleft {
margin-bottom:0;
float:left;
}
.floatthing_print .article-title.componentheading.baskerville {
margin-left:0;
text-align:center;
}
.floatthing_print .right .leftfloat {
height:115px;
overflow:hidden;
margin-bottom:12px;
}
.floatblock.block4 table td{
text-align:center;
vertical-align:middle;
padding-right:20px;
}
body.newsletter #article-sticky, body.printelle #article-sticky{

}
.floatblock.block4 a {
display:block;
}
.peel-shade>div{
	position: relative
}
.peel-shade>div:after{
	content: "";
	height: 15px;
	width :160px;
	position: absolute;
	bottom: -15px;
	right:0px;
	background: url(../images/peel-shade2.png);
}
.ellenews-image{
	position: relative;
}
.ellenews-image:after{
	content: "";
	height: 15px;
	width :160px;
	position: absolute;
	bottom: -15px;
	right:0px;
	background: url(../images/peel-shade2.png);
}
.kontakt{
	color:#767575;
	font-size:13px;
	padding:20px 0 0 10px;
}
.kontakt h2, .kontakt h3{
	color:#32839E;
	font-size:17px;
}
.kontakt h3{
	font-size:15px;
	margin: 30px 0 15px;
}
.kontakt h4{
	font-size:14px;
	color:#636262;
}


.kontakt table{ border-bottom:1px solid #dedede;}
.kontakt table p{font-weight: bold; font-size: 11px; margin-bottom: 0; margin-top:5px;}
.kontakt table p+p{margin: 0; font-weight: normal;}
.kontakt table td{ width: 33.3%; padding: 0 0 15px;}
#f2c_form .inputbox[type="text"],
#f2c_form textarea {
  width: 400px !important;
}
#f2c_form  td { vertical-align: top; 
padding: 5px 0 15px;
}

#f2c_form .mceLayout td { 
	padding: 0;
}


#f2c_form fieldset{
	padding:0 0 0 10px;
	color:#767575;
	font-size:14px; 
}
#f2c_form fieldset h2{
	font-size:16px;
	border-bottom:1px solid #ededed;
}


#INFO-WRAPPER, #INGR-WRAPPER{
	padding:0px;
	margin:0;	
}
#INFO-WRAPPER label[for="title"]:after, #INFO-WRAPPER label[for="t487"]:after, #INFO-WRAPPER label[for="t498"]:after, #INFO-WRAPPER label[for="t499"]:after, #INFO-WRAPPER label[for="t500"]:after, #INFO-WRAPPER label[for="t488"]:after, #INFO-WRAPPER label[for="t567"]:after, #INFO-WRAPPER label[for="t501"]:after {
    content: "*";
    color: red;
    font-weight: bold;
}
#element0 td * {
    max-width: 400px !important;
    overflow: hidden;
}
#INFO, #INGR, #POST, #SPEC, #HLIN, #FILT, #IMAGES{
	padding-botom:40px;
	border-bottom: 3px double #dedede;
}
#INFO-WRAPPER #element3{
	padding:0 0 20px;
	border-bottom:1px solid #ededed;	
}
#button-INFO, #button-INGR, #button-POST, #button-IMAGES, #button-INSK, .ingr-group-buttons input, #menu2.cbMenu{
	background:#FDFDFD;
    border: 1px solid #DEDEDE;
    color: #32839E;
    font-size: 12px;
    font-style: normal;
    margin: 5px 0 0px !important;
    padding: 3px 10px !important;
    bottom:20px !important;
	}
/* by Vojta */
#button-INSK {
    margin: 0 0 10px !important;
}
#element14 .key, #element39 .key, #element64 .key, #element89 .key { /* labely skupin ingrediencí */
    font-weight: bold;
}
.ingr-group-buttons td {
	padding: 0 !important; /* muy importante! */
}
.ingr-group-buttons input {
	position: relative;
	top: -10px;
}
.recepee .ingredients ul .ingr-group {
	list-style-image: none;
	list-style-type: none;
	position: relative;
	left: -20px;
	margin: 15px 0 2px;
	font-size: 15px;
}
.recepee .ingredients ul .ingr-group:first-child {
	margin-top: 0;
}
/* end Vojta */
#menu2.cbMenu{
	position:relative;
}	
#menu2.cbMenu a{
	color:#32839E;
}
#menu2.cbMenu a:hover{
	background:none !important;
}

#ssmenu2.cbSSmenu{
	background:#fff !important;
	border:1px solid #dedede !important;
	left:0;
}
#ssmenu2.cbSSmenu li{
	background:#fff !important;
	border:none !important;
}
#ssmenu2.cbSSmenu li:hover{
	background:#ededed !important;
}


	
#button-INFO:hover, #button-INGR:hover, #button-POST:hover, #button-IMAGES:hover, #menu2.cbMenu:hover{
	background:#f8f8f8;
    border: 1px solid #cecece;	
}
#SOUH div{
	margin:10px 0 20px;
}
#SOUH table{
	width:250px !important;
}

#f2c_form button{
	background:#FDFDFD;
    border: 1px solid #DEDEDE;
    color: #32839E;
    font-size: 12px;
    font-style: normal;
    margin: 5px 0 0 10px;
    padding: 6px 15px;
    bottom:20px !important;
}
#f2c_form button:hover{
	background:#f8f8f8;
    border: 1px solid #cecece;	
}


/*
.login-fields .button, .register-fields .button, .com-user-wrap .button, .newsletter-reg .button {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #F2F2F2;
    cursor: pointer;
    display: block;
    font-size: 120%;
    margin: 10px auto 0;
    padding: 12px 10px;
    text-transform: uppercase;
}
#login .button {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #F2F2F2;
    cursor: pointer;
    display: block;
    font-size: 120%;
    margin: 10px auto 0;
    padding: 12px 10px;
    text-transform: uppercase;
    float:left;
}
    
*/
.login-fields .button, .register-fields .button, .com-user-wrap .button, .newsletter-reg .button, #login .button {
	background:#fdfdfd;
    border: 1px solid #DEDEDE;
    color: #32839E;
    font-size: 13px;
    font-style: normal;
    margin: 5px 0 30px;
    padding: 6px 15px 5px;
}

.login-fields .button:hover, .register-fields .button:hover, .com-user-wrap .button:hover, .newsletter-reg .button:hover, #login .button:hover {
	background:#fafafa;
    border: 1px solid #cfcfcf;
}



#login {
float:left;
padding:10px;
width:610px;
color:#767575
}

body.newsletteradd .message, body.newsletteradd #article-tools{
display:none;
} 

body.user-profile .component-pad{
	color: #767575;
	font-family: georgia;
	font-size: 13px;
	font-style: italic;	
}

body.user-profile input.button {
	margin-top: 40px;
}

.section-2 a {
color:#32839E;
}

#ninjaboard {
	font-size: 13px;
	color: #767575;
}

#ninjaboard .module {
	padding-left: 15px;
}

#ninjaboard dd {
	padding-right: 10px;
}


/*Další z rubriky*/

.main-bottom .rec-thumb {
	 float: left;
	 margin: 20px 10px 16px 0;
	 position: relative;
	 width: 190px;
}

.main-bottom .img-shadow {
	height: 113px;
	width: 186px;
}

.main-bottom .description-inner h3 a {
	color: #32839E;
}

.main-bottom .info a {
	color: #32839E;
}

.main-bottom .info {
	bottom: -15px !important;
}

.main-bottom .user-box {
	padding-top: 15px;
	clear: both;
}

.main-bottom .module.nofloat .module-title, #main-bottom2 .module .module-title,
#main-simillar .module .module-title {
	color: #FFFFFF;
	width: 120px;
	border: none;
	margin: 0;
	padding: 7px;
	height: 15px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;

}

.main-bottom .module.nofloat .module-title,
#main-simillar .module .module-title {
	background: #55a3bd;	
}

#main-bottom2 .module .module-title {
	background: #79AF31;	
}

.main-bottom .module.nofloat {
	border-bottom: 1px solid #55a3bd;
}

#main-simillar .module-body {
	border-top: 1px solid #55a3bd;
}

#main-bottom2 .module-body {
	border-top: 1px solid #79AF31;
}

/*Další z rubriky*/


/*By Michal*/

/* Video Blog */
.elletv-header .module-title {
  border: none;
  margin-bottom: 0;
  font-size: 120%;
}
.elletv-nav {
  float: left;
  width: 170px;
  height: 348px;
  background: #55a3bd;
  margin-bottom: 10px;
}
.elletv-nav ul {
  margin: 0;
}     
.elletv-nav li {
  list-style-type: none;
  background: #272727 url(../images/elletv-nav-bg.png) 0 0 no-repeat;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
} 
.elletv-nav li.active {
  background-image: url(../images/elletv-nav-active.png);
} 
.elletv-nav li a,
.elletv-nav li a:hover,
.elletv-nav li a:visited {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.elletv-nav li:hover a,     
.elletv-nav li a:hover {
  text-shadow: 0 0 4px #ffffff;
}
.elletv-blog-wrapper {
  overflow: hidden;
  background: #fafafa;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  height: 336px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.elletv-blog-pagination {
  clear: both;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
}
.elletv-blog-pagination .counter {
  float: left;
  font-size: 80%;
  text-transform: uppercase;
}
.elletv-blog-pagination .pagination {
  float: right;
  border-top: none;
  font-size: 80%;
  margin-bottom: 0;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
}
#elletv-detail-blog .elletv-blog-wrapper {
  margin-right: 10px;
}
.elletv-div {
  float: left;
  margin: 0 0 7px 10px;
  width: 140px;
  overflow: hidden;
}

.elletv-div.first {
  /* margin-left: 0; */
}
.elletv-image {
  display: block;
  overflow: hidden;
  border: 1px solid #427f93;
  padding: 5px;
  height: 93px;
  width: 128px;
  background: #55a3bd;
}
.elletv-image img {
}
h2.elletv-title,
h3.elletv-title {
  font-size: 100%;
  font-weight: normal;
  line-height: 14px;
  height: 42px;
  overflow: hidden;
  margin: 4px 0 0;
}
.elletv-blog-wrapper h2.elletv-title a,
.elletv-blog-wrapper h3.elletv-title a {
  color: #6B6B6B;
  font-size: 13px;
}
.elletv-module-wrapper {
  background: none repeat scroll 0 0 #55a3bd;
  border-top: 1px solid #427f93;
  height: 273px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 10px 0 0 0;
}                
.elletv-module-wrapper .elletv-div {
  float: none;
  margin: 0 10px 10px 10px;
  overflow: hidden;
  width: 290px;
}   
.elletv-module-wrapper .elletv-image {
  float: left;
  height: 69px;
  margin-right: 10px;
}
.elletv-module-wrapper h2.elletv-title,
.elletv-module-wrapper h3.elletv-title {
  height: 54px;
}
.elletv-module-wrapper h2.elletv-title a,
.elletv-module-wrapper h3.elletv-title a {
  color: #ffffff;
}
.elletv-module-navigation {
  overflow: hidden;
  background: none repeat scroll 0 0 #427f93;
  position: absolute;
  top: -32px;
  right: 0;
}
.elletv-module-navigation a {
  float: left;
  display: block;
  /* width: 155px;
  height: 50px; */
  width: 50px;
  height: 29px;
}
.elletv-module-navigation a:hover {
  text-decoration: none;
}
.elletv-module-navigation .prev-nav {
  /* width: 154px; */
  border-right: 1px solid #366879;
  background: url(../images/elle-tv-module-nav-prev.png) 50% 50% no-repeat;
}
.elletv-module-navigation .prev-nav.hidden {
  background-image: url(../images/elle-tv-module-nav-prev-off.png);
  visibility: visible;
}
.elletv-module-navigation .next-nav {
  background: url(../images/elle-tv-module-nav-next.png) 50% 50% no-repeat;
}
.elletv-module-navigation .next-nav.hidden {
  background-image: url(../images/elle-tv-module-nav-next-off.png);
  visibility: visible;
}

.elletv-promo-wrapper {
  overflow: hidden;
}
.elletv-promo-headline {
  font-size: 140%;
  font-weight: normal;
  line-height: 18px;
  overflow: hidden;
  text-transform: uppercase; 
  color: #686868 
}
.elletv-promo-headline span {
  color: #000000;
}
.elletv-promo-div {
  background: #000 url(../images/elle-tv-klapka.jpg) 0 0 no-repeat;
  padding: 10px;
  padding-top:60px;
  
}
.elletv-promo-title {
  padding: 10px 10px 0 10px; 
  margin: 0;
  background: #000000;
  color: #ffffff;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 1.4; 
}
.elletv-promo-title a {
  color: #ffffff !important; 
}
.elletv-promo-wrapper .elletv-image {
  height: 152px;
  width: 276px;
  position: relative;
}
.elle-tv-promo-play {
  display: block;
  position: absolute;
  top: 0;
  left: 0; 
  height: 162px;
  width: 286px;  
  background: url(../images/elle-tv-promo-play.png) 0% 0% no-repeat;
}

#comments {
	font-family: Georgia !important;
}

.comment-box {
	font-size: 12px;
}

h3.elletv-title {
	float: right;
	width: 150px;
	font-size: 17px;
	font-style:italic;
}


/*
#comments blockquote, #comments .hidden {
	border: none !important;
}
*/

#comments .comment-title {
	color: #55A3BD !important;
}

#jc h4 {
	font-size: 15px;
}

#comments-list-footer a.refresh {
	font-size: 13px;
}

.comment-anchor {
	margin-right: 5px;
}

.comment-body {
	padding-top: 5px !important;
	font-size: 13px;
	line-height: 19px;
}

#comments-form label, #comments-report-form label, #comments-form span.captcha {
	font-size: 13px !important;
}

#registeringo,
.registeringo {
	font-family: Georgia;
  color:#767575;
	font-size:15px;
	font-style:italic;
	padding:10px 0 20px 10px;
}
#registeringo p,
.registeringo p {
	margin:4px 0 0;
}

.cbMenu, .cbSSmenu {
	background: #55A3BD !important;
	font-family: Georgia !important;
	font-style: italic !important;
	border: none !important;
}

.cbMenu a {
	color: #fff !important;
}

/*By Michal*/


/*Soutěž By Michal*/

.module.soutez .user-box {
	margin-bottom: 7px;
}

.module.soutez h3 {
	padding-bottom: 7px;
	height: 40px;
}

.module.soutez  .article-rating {
    color: #7F7F7F;
    font-size: 70%;
    text-transform: uppercase;
    clear: both;
    margin-bottom: 20px;
}

.module.soutez .extravote-container-small {
	margin: 5px 0;
}

.main-bottom .module.soutez .rec-thumb {
	width: 202px !important;
	margin: 2px;
}

.module.soutez .pagination {
	clear: both;
}

.box2.index .soutez .description-inner {
	height: auto !important;
}

.soutez .module-head.dm_menu_1 a {
	text-shadow: 0 1px 1px #346C7F;
}

.section-8 .soutez #dm_tabs_1 a:hover {
	color: #32839E;
}

.soutez .ordering {
	font-family: Georgia;
	color: #7F7F7F;
	font-style: italic;
	margin-bottom: 10px;
	line-height: 25px;
	height: 25px;
}

/*By Michal*/

/*By Vojta*/
.recepee .printed {
	border-top: 1px solid #E3E3E3;
	font-size: 14px;
	color: #565656;
	padding: 0;
	margin-left: 120px;
}
/* By Vojta */

/* By Marek */
#right-mag-box{
	width:292px;
	background:#fbfbfb;
	border:solid 4px #efefef;
	margin-bottom:20px;
	font-style: italic;
}      
#right-mag-box .module-body{
	margin:20px 10px 10px;
} 
#right-mag-box .img{
	display:block;
	float:left;
	background:url(../images/right-mag-bg.png)0 5px no-repeat;
	padding:0 0 0 10px;
	margin:0 15px 0 0;
}      
#right-mag-box h3 {
	font-size: 15px;
	color: #32839E;
	font-family: Georgia, serif;
}     
#right-mag-box p{
	font-size: 12px;
	color: #767575;
	line-height: 1.3;
	font-family: Georgia, serif;
}    
#right-mag-box .more{
	font-size:13px;
	color:#5c8fac;
	display:block;
	padding:3px 15px 4px;
	float:right;
	background:url(../images/more-arrow.png) right center no-repeat;
}
/* By Marek */


#main-simillar .apetit .module-body { border: none;}

/* textove bannery */
.ad-holder{ width:276px; border:solid 1px #fff; font-family:Arial, Helvetica, sans-serif; background:url('../images/ad-bg.jpg') no-repeat; padding:7px 15px 10px 7px;text-align:left;}	
	.ad-holder a img{padding:1px; border:#d4d5d6 1px solid; float:left; margin:0 10px 8px 0; width:64px; height:90px; background:#fff;}
		.ad-holder.horizontal a img{width:90px; height:64px;}	
	.ad-holder h3{font-size:14px; color:#393543; padding:5px 0 3px; margin:0 0 5px; background:url('../images/ad-line.gif') right bottom no-repeat; float:left; width:195px;}
		.ad-holder.horizontal h3{ width:170px;}	
	.ad-holder p{ font-size:11px; color:#64616b; padding:0 0 10px 10px; margin:0; line-height:15px;}	
	.ad-holder .all{ font-size:10px; font-weight:bold; float:right; color:#393543;text-decoration:none;}
		.ad-holder .all:hover{ text-decoration:underline;}	
	.ad-holder .clr{ clear:both;}

/* cross promo */
.crosspromo {
    border-top: 1px solid #F1F1F1;
    height: 240px;
    width: 960px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
.crosspromo #promo_box {
    float: left;
    height: 230px;
    margin-left: 11.5px;
    padding-top: 10px;
    width: 178px;
}
.crosspromo #promo_box .logo {
    height: 45px;
    margin: auto;
    text-align: center;
}
.crosspromo #promo_box .photo {
    margin-bottom: 3px;
    text-align: center;
}
.crosspromo #promo_box .link {
    margin: auto;
    text-align: center;
}
.crosspromo #promo_box a {
    font-family: Georgia,serif;
    font-size: 14px;
    color: #32839e;
    font-style: italic;
}
.crosspromo #promo_box a:hover {
    font-family: Georgia,serif;
    font-size: 14px;
    color: #32839e;
    font-style: italic;
    text-decoration: underline;
}

/*text banner*/
.item-ad { width:276px; font-size: 11px; line-height: 1.3em; padding:7px 15px 10px 10px; text-align:left; font-family: Arial, Helvetica, sans-serif; background:url('/images/stories/web_design/bg-tb.jpg') repeat-x;}
.item-ad p a { font-size:11px; color:#777777; padding:0 0 10px 0; margin:0; line-height:15px;text-decoration: none;}
.item-ad p a:hover { text-decoration: none;}	
.item-ad h2 {color: #000; float: left; font-size: 15px; font-weight: normal; margin: 0 0 5px; width: 185px;}
.item-ad h2 a {text-decoration: underline; color:#393543;}
.item-ad h2 a:hover {text-decoration: none;}
.item-ad .foto a img {border: 1px solid #DBDBDB; float:left; margin: 10px 10px 0 0; background:#fff; }



/*temp trash css*/
#main-bottom1 > div.module > div {
margin-left: 68px;
}
#hp-main5 > div:nth-child(2) > div > div.commercial-inner, #hp-main5 > div:nth-child(2) > div > div.futura.commercial-title {
margin-left: 68px;	
}
/* SKLIK CENTER */
.module.sklik {
	text-align: center;
}
.module.sklik .module-body {
	display: inline-block;
	text-align: initial;
	text-align: auto;
}
.image-container.feature-pad {
	float: left !important;
}
.feature-block .image-container .image-full {
    height: 240px !important;
    width: 450px !important;
    overflow: hidden;
}
.image-full img {
    width: 450px;
    height: inherit !important;
    top: 0 !important;
}

@media print {
  .article-breadcrumb.futura, .recepee-recommended, .in-mag, #col3, #header, #nav, #article-sticky, .rbda, #main-social, #main-simillar, #main-bottom1, #article-tools, .crosspromo, .article-oblibene, .user-box {
  	display:none !important;
  }
  h1, a, p, span {
	color: black !important;
  }
  .ingredients.georgia {
    clear: both;
}
.steps.georgia.recepee ol {
    list-style-type: none;
}
	h1, a, span, p, h2, h3 {
    color: black !important;
}
  .recepee-recommended, .in-mag, #col3, #header, #nav, #article-sticky, .rbda, #main-social, #main-simillar, #main-bottom1, #article-tools, .crosspromo, .article-oblibene, .user-box {
  	display:none !important;
  }
  .ingredients.georgia {
    clear: both;
}
.steps.georgia.recepee ol {
    list-style-type: none;
}

*:focus {
    outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
iframe {
	display: none !important;
}
}
.feature-block .description.active .description-inner .published-date, .feature-block .description.active .description-inner .section-name {
	color: black;
}
.feature-block .description-inner .published-date {
    font-size: 11px;
    color: white;
}
#AdTrackOutstream {
	clear: both;
}


/*new newsletter popup*/
.newsletterpopup--overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	display:flex;
	justify-content:center;
	align-items:center;
	z-index: 10000;
	visibility: hidden;
}
.newsletterpopup {
	width:922px;
	height:850px;
	position: fixed;
	background:url("http://www.poslirecept.cz/images/bg.png") no-repeat;
	background-position: 0;
}
.newsletterpopup__header {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	flex-direction: column-reverse;
	height: 266px;
	max-width: 932px;
}
.newsletterpopup__header--heading {
	color: #fff;
	z-index: 2999;
	margin-left:20px;
	margin-bottom:1px;
	line-height: .9;
	font-family: "Raleway",Arial,Helvetica,sans-serif;
	font-size: 180px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 55px;
}
.newsletterpopup__header--close {
	height:22px;
	width:22px;
	background-color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right: 22px;
	margin-bottom: 4px;
}
.newsletterpopup__header--close:hover {
	cursor: pointer;
}
.newsletterpopup__header--closeimg {
	width:10px;
}
.newsletterpopup__body {
	height:auto;
	display:flex;
	justify-content:space-between;
	padding:22px;
	width: 852px;
}
.newsletterpopup__body--left {
	width:428px;
}
.newsletterpopup__body--right {
	height: 410px;
	width:406px;
	background:none;
}
.body__right {
	padding:30px;
	margin-top:30px;
	text-align: left;
}
.body__right-top {
	display:flex;
	justify-content: flex-start;
}
.body__right-arrow {
	padding-top: 3px;
	padding-right: 3px;
}
.body__right-heading {
	color: #231f20;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 4px 5px;
}
.body__right-email input {
	height:31px;
	color: #5f5f6b;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 400;
	width:310px;
	max-width: 100%;
	padding:3px 15px;
	border: 1px solid #fff;
	background-color: #f7f30e;
	border-radius: 7px;
}
.body__right-email input:focus,
.body__right-email textarea:focus,
.body__right-email select:focus{
	outline: none;
	border-color: #f7f30e;
	border-style: solid;
}
.body__right-terms {
	color: #5f5f6b;
	font-family: "Raleway",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.body__right-terms p {
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
}
.body__right-terms a,
.body__right-checkbox label a {
	font-weight: 700;
	color: #5f5f6b;
	text-decoration:none;
}
.body__right-terms a:hover,
.body__right-checkbox label a:hover {
	font-weight: 700;
	color: #5f5f6b;
	text-decoration:none;
}
.body__right-checkbox {
	color: #5f5f6b;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	display:flex;
}
.body__right-checkbox input[type="checkbox"] {
	display:none;
}
.body__right-checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.body__right-checkbox label::before,
.body__right-checkbox label::after {
	position: absolute;
	content: "";
	display: inline-block;
}
/*Outer box of the fake checkbox*/
.body__right-checkbox label::before{
	height: 16px;
	width: 16px;
	border: 1px solid;
	left: 0px;
	top: 3px;
}
/*Checkmark of the fake checkbox*/
.body__right-checkbox label::after {
	height: 5px;
	width: 9px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	left: 4px;
	top: 7px;
}
/*Hide the checkmark by default*/
.body__right-checkbox input[type="checkbox"] + label::after {
	content: none;
}
/*Unhide on the checked state*/
.body__right-checkbox input[type="checkbox"]:checked + label::after {
	content: "";
}
.body__right-button {
	width:164px;
	border-radius:1px;
	margin:25px auto 0;
}
.body__right-button a {
	text-decoration:none;
	color:#000;
	text-align:center;
	display:block;
	font-size:15px;
	padding:10px 0;
}
.newsletterpopup__body--right input[type=submit]:hover {
	cursor: pointer;
}
.success-email-text__wrap {
	display: none;
	padding-top: 125px;
}

@media (max-width: 930px) {
	.newsletterpopup {
		width: 320px;
		height: 670px;
		background:url("http://www.poslirecept.cz/images/bg-resp.png") no-repeat;
		background-position: -28px 0;
	}
	.newsletterpopup__body--right {
		width: 283px;
	}
	.newsletterpopup__body--left,
	.newsletterpopup__header {
		display: none;
	}
	.newsletterpopup__body--right {
		background: none;
		height: auto;
	}
	.body__right {
		padding: 0;
		margin-top: 0;
		width: 280px;
	}
	.body__right-terms {
		color: #5f5f6b;
		font-family: "Raleway",Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 1.25;
	}
	.body__right-email input {
		width: 244px;
		height: 31px !important;
		margin-bottom: 9px;
	}
	.newsletterpopup__body {
		padding-top: 0;
		width: 320px;
	}
	.newsletterpopup__resp h2 {
		color: #010101;
		font-family: "Georgia",Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		padding-top: 115px;
		margin-bottom: 8px;
	}
	.newsletterpopup__body--right {
		border: none;
	}
	.newsletterpopup__body {
		background-position: -562px -120px
	}
	.body__right-heading {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.body__right-top{
		margin-top: 15px;
	}
	.body__right-terms p {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.body__right-button {
		margin-top: 10px;
	}
	.body__right-checkbox label {
		font-size: 12px;
		line-height: 1.25
	}
	.newsletterpopup__resp img {
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.body__right-checkbox {
		margin-top: 12px;
		margin-bottom: 16px;
	}
	.success-email-text__wrap {
		padding-top: 70px;
	}
}

@media (min-width: 931px) {
	.newsletterpopup__resp {
		display: none;
	}
}

.newsletterpopup__resp {
}

.newsletterpopup__resp img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.newsletterpopup__resp .resp-close {
	display: flex;
	justify-content: space-between;
}

.resp-close {
	background-color: #010101;
	height: 43px;
}
.resp-close div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.resp-close p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	text-transform: uppercase;
	margin-left: 20px;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	letter-spacing: 0.16px;
}

.resp-close img {
	margin-right: 20px;
	width: 18px;
	height: 18px;
}

.success-email-text {
	max-width: 243px;
	color: #5f5f6b;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	margin: 0 auto;
}
.success-email-text a {
	background-color: #e6007f;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 9px 0;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 243px;
	margin: 0 auto;
}
.back-to-site {
	background-color: #e6007f;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 9px 0;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 243px;
	margin: 0 auto;
}
.back-to-site:hover {
	color: #fff;
	text-decoration: none;
}
.newsletter-button-exit {
	display: block;
	border: none;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	padding: 9px 20px;
	margin: 10px auto 0 auto;
	text-transform: uppercase;
	background-color: #e6007f;
	border-radius: 7px;
}

.newsletter-button-exit a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

.newsletterpopup__body--right input[type=submit] {
	width: 164px;
	background-color: #e6007f;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 9px 0;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
}

#newsletter_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display:flex;
	justify-content:center;
	align-items:center;
	visibility: hidden;
	z-index: 999;
}
.pop__window {
	position: fixed;
	font-family: "Catamaran",Arial,Helvetica,sans-serif;
	width: 600px;
	height: auto;
	background-color: #FFF;
	padding-bottom: 35px;
}
.newsletter_popup--img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 418px;
	padding: 30px 0;
}
.newsletter_popup--block {
	display: flex;
	justify-content: flex-end;
}
.newsletter_popup--close {
	padding: 10px;
	width: 11px;
}
.newsletter_popup--close:hover {
	cursor: pointer;
}
.newsletter_popup--paragraph span {
	font-weight: bold;
	color: #e6007f;
}
.newsletter_popup--paragraph {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 30px;
}
.newsletter_popup--subparagraph {
	text-align: center;
	font-size: 30px;
	padding-top: 25px;
}
.newsletter_popup--wrapper-link {
	width: 250px;
	background-color: #e6007f;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 11px;
	padding-bottom: 11px;
	margin: 0 auto;
}
.newsletter_popup--wrapper-link:hover {
	cursor: pointer;
}
.newsletter_popup--link {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 15px;
}
.newsletter_popup--line {
	height: 1px;
	margin: 0 auto;
	border-bottom: 1px solid #e6007f;
	width: 80%;
}
@media (max-width: 620px) {
	.pop__window {
		width: 320px;
		height: auto;
	}
	.newsletter_popup--img {
		padding-top: 20px;
	}
	.newsletter_popup--paragraph {
		font-size: 16px;
		padding-left: 5px;
		padding-right: 5px;

	br {
		display: none;
	}
}
.newsletter_popup--img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 270px;
	padding: 30px 0 50px;
}

#newsletter_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	display:flex;
	justify-content:center;
	align-items:center;
	visibility: hidden;
	z-index: 11999;
}
.pop__window {
	position: fixed;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	width: 600px;
	height: auto;
	background-color: #FFF;
	padding-bottom: 35px;
}
.newsletter_popup--img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 418px;
	padding: 30px 0;
}
.newsletter_popup--block {
	display: flex;
	justify-content: flex-end;
}
.newsletter_popup--close {
	padding: 10px;
	width: 35px;
}
.newsletter_popup--close:hover {
	cursor: pointer;
}
.newsletter_popup--paragraph span {
	font-weight: bold;
	color: #e6007f;
}
.newsletter_popup--paragraph {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 30px;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
}
.newsletter_popup--subparagraph {
	text-align: center;
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 20px;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
}
.newsletter_popup--wrapper-link {
	width: 250px;
	background-color: #e6007f;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 auto;
	font-family: "Georgia",Arial,Helvetica,sans-serif;
}
.newsletter_popup--wrapper-link:hover {
	cursor: pointer;
}
.newsletter_popup--link {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0;
}
.newsletter_popup--line {
	height: 1px;
	margin: 0 auto;
	border-bottom: 1px solid #e6205a;
	width: 90%;
}
@media (max-width: 620px) {
	.pop__window {
		width: 320px;
		height: auto;
	}
	.newsletter_popup--img {
		padding-top: 20px;
	}
	.newsletter_popup--paragraph {
		font-size: 16px;
		padding-left: 5px;
		padding-right: 5px;

	br {
		display: none;
	}
}
.newsletter_popup--img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 270px;
	padding: 30px 0;
}

