/*
*  Default styles for elements from form helper
*/
.s { width: 50px; }
.m-form .date { width: 247px; }
.m-form .required { background-image: url(/helpers/form/formfiles/images/hvezda.gif); background-repeat: no-repeat;  background-position: -1px 2px; }
.m-form .optional {  }
.m-form .not_valid, .m-form input:invalid, .m-form textarea:invalid { background: #fbe7e2; }
.m-form .form_errors { background: #fee; }
.m-form .error_msg { color: red;  margin-left: 10px; }
.m-form .captcha-br { display: none; }
.m-form .captcha-img { float: left;  margin: 4px 0; }
.m-form .captcha-input { margin: 11px 0 0 15px;  width: 100px; }
.m-form .form-loading { display: none; position: absolute;
	z-index: 100;  width: 100%;  left: 0;  top: 0; }
.m-form .form-loading div { font-weight: bold;  font-size: 12pt;  padding: 70px 50px 70px 75px;  background: #fff url(/helpers/form/formfiles/images/loading.gif) no-repeat 25px 50%;
	position: absolute;  left: 40%;  top: 220px;  border: 1px solid #ddd; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading { position: fixed;  top: 50%;  left: 50%;  width: 40px;  height: 40px;  margin-top: -20px;  margin-left: -20px;  cursor: pointer;  overflow: hidden;  z-index: 1104;  display: none; }
#fancybox-loading div { position: absolute;  top: 0;  left: 0;  width: 40px;  height: 480px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png'); }
#fancybox-overlay { position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1100;  display: none; }
#fancybox-tmp { padding: 0;  margin: 0;  border: 0;  overflow: auto;  display: none; }
#fancybox-wrap { position: absolute;  top: 0;  left: 0;  padding: 20px;  z-index: 1101;  outline: none;  display: none; }
#fancybox-outer { position: relative;  width: 100%;  height: 100%;  background: #fff; }
#fancybox-content { width: 0;  height: 0;  padding: 0;  outline: none;  position: relative;  overflow: hidden;  z-index: 1102;  border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: transparent;  z-index: 1101; }
#fancybox-close { position: absolute;  top: -15px;  right: -15px;  width: 30px;  height: 30px;  background: transparent url('/views/_default/www/js/fancy/img/fancybox.png') -40px 0px;  cursor: pointer;  z-index: 1103;  display: none; }
#fancybox-error { color: #444;  font: normal 12px/20px Arial;  padding: 14px;  margin: 0; }
#fancybox-img { width: 100%;  height: 100%;  padding: 0;  margin: 0;  border: none;  outline: none;  line-height: 0;  vertical-align: top; }
#fancybox-frame { width: 100%;  height: 100%;  border: none;  display: block; }
#fancybox-left, #fancybox-right { position: absolute;  bottom: 0px;  height: 100%;  width: 35%;  cursor: pointer;  outline: none;  background: transparent url('/views/_default/www/js/fancy/img/blank.gif');  z-index: 1102;  display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute;  top: 50%;  left: -9999px;  width: 30px;  height: 30px;  margin-top: -15px;  cursor: pointer;  z-index: 1102;  display: block; }
#fancybox-left-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto;  right: 20px; }
.fancybox-bg { position: absolute;  padding: 0;  margin: 0;  border: 0;  width: 20px;  height: 20px;  z-index: 1001; }
#fancybox-bg-n { top: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -162px; }
#fancybox-bg-e { top: 0;  right: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png');  background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -182px;  }
#fancybox-bg-s { bottom: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png');  background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -142px; }
#fancybox-bg-w { top: 0;  left: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica;  font-size: 12px;  z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px;  text-align: center;  color: #333;  background: #fff;  position: relative; }
.fancybox-title-outside { padding-top: 10px;  color: #fff; }
.fancybox-title-over { position: absolute;  bottom: 0;  left: 0;  color: #FFF;  text-align: left; }
#fancybox-title-over { padding: 10px;  background-image: url('/views/_default/www/js/fancy/img/fancy_title_over.png');  display: block; }
.fancybox-title-float { position: absolute;  left: 0;  bottom: 0px;  height: 32px; }
#fancybox-title-float-wrap { border: none;  border-collapse: collapse;  width: auto; }
#fancybox-title-float-wrap td { border: none;  white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF;  line-height: 29px;  font-weight: bold;  padding: 0 0 3px 0;  background: url('/views/_default/www/js/fancy/img/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0;  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_nw.png', sizingMethod='scale'); }/**  global color #369 will be replaced  **/
body {  font: 10.5pt/1.5em "Open Sans",Arial,"Trebuchet MS",tahoma;  color: #000;  padding: 0;  margin: 0; }
*>a { outline: none; } /* firefox outline */
a img { border-style: none; }
h1, h2, h3, .like-h1 { color: #369;  line-height: 1.5em;  margin: 18px 0; }
h1, .like-h1, .right h2 { font-size: 26pt;  font-weight: bold;  color: #000;  margin: 30px 0; }
p { margin: 11px 0; }
a { color: #369;  text-decoration: none; }
a:hover { text-decoration: underline; }
ul { margin: 0;  padding: 0;  list-style: none; }
li { padding: 0 0 0 17px;  margin: 7px 0;
     background: url(/views/templates/www/img/dot.png) no-repeat 3px 5px; }
table { border-collapse: collapse;  margin: 15px 0; }
table.no-border th,table.no-border td{border: none; padding: 0 5px; vertical-align: top;}
td, th {  padding: 5px 12px; }
input { padding: 2px 6px; }
label {cursor:pointer;}
.clear { clear: both; }
hr { clear: both; }
.more-butt { padding: 6px 33px 6px 21px;  background: #fff url(/views/templates/www/img/more.png) no-repeat right 55%;  box-shadow: 1px 1px 4px #999;
             font-weight: bold;  display: inline-block;  margin: 10px 0;  font-size: 11pt; }
.more-butt:hover { box-shadow: 0 0 4px #999; }
.img_right { float: right; margin: 0px 0px 0px 15px;}
.img_right a[rel] { display: block; margin-bottom: 0px; }

/****** WRAPPERS *******/
.all { margin: 0; }
.cont { width: 950px;  margin: 0 auto;  position: relative; }

/****** HEADER *******/
.logo { float: left;  margin: 20px 10px 20px; }
.logo .scrolled { position: fixed;
                  z-index: 99999;
                  top: 0px;
                  height: 50px;
}
.logo-text {
    float: left;
    display: inline-block;
    height: 75px;
    vertical-align: middle;
    margin-top: 20px;
    line-height: 75px;
    font-size: 0;
    vertical-align: middle;
    margin-left:10px;
    max-height:75px;
    max-width:200px;
}
.logo-text *{
    max-height:75px;
    max-width:200px;
    width:auto;
}
.logo-text p {
    margin:0;
    display:inline-block;
    vertical-align: middle;
    font-size:20px;
    line-height: 25px;
}
.header .in { position: absolute;  top: 150px;  left: 100px;  z-index: 10;  width: 300px;  padding: 10px 25px;  background: rgba(255,255,255,0.7); }
.menu { float: right; }
.menu li { font-size: 10pt;  font-weight: bold;  background: none;  float: left;  padding: 30px 0 0;  margin: 0 5px; }
.menu li a { padding: 30px;  display: inline-block;  background: url(/views/katka/www/img/menu_li.png) no-repeat 50% bottom;
             color: #000; }
.menu li.sel a { background: #444;  color: white; }
.menu li:hover, .menu li.sel { background: #eee; }
.menu li a:hover { text-decoration: none; }
.menu.scroll { background: #FFF; }
/* rotator */
.rotator { height: 350px;  overflow: hidden; }
.rotator>div{
    width:100%;
    height:350px;
}
.rotator>div>img{
    visibility:hidden;
}
.rotator .arrows { position: absolute;  width: 100%;  height: 350px; }
.rotator .arrows span {  position: absolute;  display: block;  width: 21px;  height: 43px;  background: url(/views/eshop-templates/www/img/rotator_arrow_right.png);  z-index: 999;
                         right: 10px;  top: 158px; }
.rotator .arrows .prev { background: url(/views/eshop-templates/www/img/rotator_arrow_left.png);  right: initial;  left: 10px; }
.rotator .cycle-pager {display:none; position: absolute;  z-index: 999;  bottom: 0;  width: 100%;  text-align: center; }
.rotator .cycle-pager span { display: inline-block;  width: 14px;  height: 14px;  color: transparent;  background: url(/views/eshop-templates/www/img/rotator_button.png);  margin: 0 2px;
                             cursor: pointer; }
.rotator .cycle-pager .cycle-pager-active { background-color: #d01b1f;  border-radius: 10px;  background-image: none; }
#progress { position: absolute;  top: 0px;  height: 2px;  width: 0px;  background: #d01b1f none repeat scroll 0% 0%;  z-index: 999 !important;  visibility: visible !important; }
.cycle-slideshow { width: 100% }
.cycle-slideshow img { height: auto }
/*.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn { position: absolute;  cursor: pointer;  display: block;  background: url(/views/_default/www/js/jssor/img/a21.png) center center no-repeat;
              overflow: hidden; }
.jssora21l{ background-position: -123px -33px; }
.jssora21r { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }*/

.back_button{
    display:block;
    width:100%;
    float:none;
    clear:both;
}
.back_button:before,.back_button:after{
    content:" ";
    display:block;
    float:none;
    width:100%;
    height:0px;
    clear:both;    
}
.back_button a{
    display:block;
    padding:5px 10px;
    text-transform:uppercase;
    float:right;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 3px 3px 1px #666;
    color:white;
}
.back_button a:hover{
    background-color:#424242;
}
.boxes { margin-top: -100px;  position: relative;  z-index: 999; }
.boxes .in { text-align: center; }
/*.boxes.floating { height: 110px; }*/
.boxes.floating .in { width: 100%; }
.boxes a { width: 300px;  margin: 0 5px 20px;  text-transform: uppercase;  position: relative;  font-weight: bold;  text-shadow: 1px 2px 3px #000;  text-align: center;
           display: inline-block;  background: #FFF;  box-shadow: 0px 3px 3px 1px #666;  height: 220px; }
/*.boxes .sel { box-shadow: 0 0 5px 1px; }*/
.boxes a img { display: block; }
.boxes a .text { height: 110px;  padding: 20px 10px;  position: absolute;  width: 280px; }
.boxes a .text p { margin: 0;  text-shadow: none;  color: #333;  font-weight: normal;  text-transform: none; }
.boxes a span {display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 25px;
    height: 70px;
    box-sizing: border-box;
    color: white;
    background: #484848;
    box-shadow: 0 -3px 15px -1px rgba(255,255,255,0.3);}
.boxes a:hover  span { background: #424242;  box-shadow: 0 -3px 15px 0px rgba(255,255,255,0.4); }
.boxes a:hover { text-decoration: none; }
/*.boxes a img { width: 100%;  height: auto; }*/

/****** MAIN *******/
.content { border-top: 5px solid #369;  box-shadow: inset 0 15px 50px -25px #369;  padding: 0 0 60px; }
.main { margin-left: 4%; }
.main-left { float: left;  width: 63%; }
.right { float: right;  width: 28%; }
.fotogalerie { padding: 5px 0; }
.fotogalerie a { position: relative;  float: left;  margin: 12px 2%;  width: 46%; }
.fotogalerie a span { position: absolute;  bottom: 0;  left: 0;  width: 100%;  background: rgba(255,255,255,0.7);   line-height: 1.3em;  text-align: center;
                      color: #000;  padding: 5px 0; }
.fotogalerie a:hover span { background: rgba(255,255,255,0.9); }
.fotogalerie img { margin: 0;  box-shadow: 1px 1px 7px #aaa;  float: left;  width: 100%;  height: auto; }
.news-img { float: right;  margin: -5px 5px 10px 30px; }
.anotace { font-style: italic;  color: #555;  margin-bottom: 20px; }

.childrens div { clear: both;  padding: 10px 0;  font-size: 9.5pt;  line-height: 1.3em; }
.childrens div .title { font-size: 13pt;  margin-top: 20px; }
.childrens img { float: left;  margin-right: 20px; }



/****** FOOTER *******/
.footer { clear: both;  background: #484848;  box-shadow: inset 0 10px 50px -15px #000;  padding: 40px 0 0;  height: 100px;  position: relative; }
.footer p { margin: 0; } /* kvuli editoru, ktery tam dela tag */
.footer-right { float: right;  margin-right: 4%; }
.footer-left { float: left;  margin: 0 0 0 4%; }
.footer, .footer a { font-size: 8.5pt;  color: #fff; }
.ico-fb { width: 21px;  height: 21px;  float: left;  background: url(/views/templates/www/img/ico_fb.png) no-repeat; }

/**  language switcher  **/
.language-switcher { position: absolute; right: 20px; top: 3px; }
.language-switcher a { width: 16px;  height: 16px;  float: left;  padding: 4px;  opacity: 0.7; }
.language-switcher a.active, .language-switcher a:hover{ opacity: 1; }
.language-switcher a span { display: none; }
.language-switcher a.cz { background: url(/views/_default/www/img/icons/flag_cz.png) no-repeat 50% 50%; }
.language-switcher a.en { background: url(/views/_default/www/img/icons/flag_en.png) no-repeat 50% 50%; }
.language-switcher a.sk { background: url(/views/_default/www/img/icons/flag_sk.png) no-repeat 50% 50%; }

.eliska-footer { text-align: center;  font-size: 8pt;  margin: 0;  position: absolute;  bottom: 15px;  width: 100%; }
.eliska-footer, .eliska-footer a { color: #aaa; }
.eliska-footer a { text-decoration: underline; }
.eliska-footer img { position: relative;  top: 3px;  padding: 0 3px 0 6px; }

/* default-form */
.default-form { clear: both;  margin: 10px 0; }
.default-form label { display: block;  margin: 5px 0 0; }
.default-form .text-input, .default-form textarea, .default-form select { background: white;  border: 1px solid #ccc;  width: 96%;  padding: 6px 1%;  margin: 1px; }
.default-form select { padding-right: 5px;  width: 510px; }
.default-form textarea { font-family: arial;  height: 100px; }
.default-form .sub {  font-weight: bold;  background: white;  cursor: pointer;  padding: 10px 50px;  border: 2px solid #ccc;  margin: 10px 0; }
.default-form .sub:hover { background: #f5f5f5; }

.button {
	display: inline-block;
	padding: 3px 15px;
	text-align: center;
	height: auto;
	width: auto;
	border: 1px solid #000;
	margin: 0px;
}

.button:hover {
	text-decoration: none;
}

.tretina {
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.petina {
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cycle-slide {
	text-align: center;
	top: 0;
}
.cycle-slide img {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
@media screen and (max-width: 1200px){
	/*.rotator img { width: 130%;  margin-left: -15%; }*/
}
@media screen and (max-width: 970px){
	.cont { width: 100%; }
	/*.rotator img { width: 150%;  margin-left: -25%; }*/
}

@media screen and (max-width: 880px){
	.menu li { padding-top: 0; }
	.logo { margin: 5px; }
	.menu { margin-bottom: 10px; }
}
@media screen and (max-width: 700px){
	/*	.rotator .text { top: 20px;  font-size: 18pt; }
		.rotator .text p:first-child { font-size: 22pt; }*/
	.menu li a { padding: 20px; }
}
@media screen and (max-width: 580px){
	.logo { text-align: center;  float: none;  display: block;  position: fixed;
			top: 0px;
			width: 100%;
			background: rgb(255, 255, 255) none repeat scroll 0% 0%;
			z-index: 9999;
			margin: 0px;}
	.menu { float: none;  clear: both;  margin: 80px 0 0;  }
	.menu li { display: block;  float: none; }
	.menu li a { padding: 15px 10px;  display: block;  float: none;  background: none;  border-bottom: 1px solid #eee;  text-align: center; }
	.main-left { float: none;  width: auto;  margin: 0; }
	.right { float: none;  width: auto;  border-top: 1px solid #ddd;  margin-top: 30px;  font-size: 95%;  line-height: 1.4em; }
	.right .like-h1 { font-size: 13pt;  margin: 10px 0; }
	.content { padding: 0 3% 20px 4%; }
	.boxes a { height: 70px;  overflow: hidden;  margin: 0; }
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmaiA8.ttf) format('truetype');
}
a, h1, h2, h3, .like-h1, .right h2 { color: #76003f; }
            .content { border-top-color: #76003f; }
            .boxes a span, .menu li.sel a, .rotator .cycle-pager .cycle-pager-active, #progress, .button, .back_button a { background-color: #76003f; }
            .header, .boxes .sel span, .menu.scroll, .button:hover { background-color: #ffffff; }
            .menu li a { color: #76003f; }
            .footer { background-color: #76003f; }
            .footer, .footer a { color: #ffd756; }
            .boxes a span, .back_button a {color:#ffd756;}
            .tabulka .t-nadpis {background:#ffffff;}
            .tabulka, .tabulka td {border-color:#ffffff;}