@charset "UTF-8";

:root {
    --blue: #1563FF;
    --red: #FF356D;
    --darkred: #C00036
}


body {
    /*background: url("/images/bg-3.png") repeat scroll 0 0 transparent;*/
    color: #515151;
    font-size: 14px;

}

a:hover {
    -moz-transition: all 0.2s ease-in-out 0s;
}
strong {color:#000;}

/*.sidebar {
  position:absolute;
  top:10px;
  width:14%;  
  padding:5px;
}

.left {
  left:5%;
}

.right {
  left:83%;
}*/

.onlymobile {
  display: none;
}

.clanok img {
	max-width: 100%;
	padding: 10px;
}

.reklama .reklama-close {
	position: absolute;
    right: -4px;
    top: -2px;
	text-align:center;
}

.reklama .reklama-close a {
	display:block;
	width: 20px;
    height: 20px;
	background-color: #25256b;
    color: #fff;
}


@keyframes loader-animation {
  0% {
    width: 0%;
  }
  49% {
    width: 100%;
    left: 0%
  }
  50% {
    left: 100%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%
  }
}
.loaderline {
  height: 5px;
  width: 100%;
  position:relative;
}
.loaderline .bar {
  position: absolute;
  height: 5px;
  background-color: var(--blue);
  animation-name: loader-animation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@media only screen and (max-width: 768px) {
  .onlymobile {
    display: block;
	margin-left: 20px;
  }
}

.video-frame {
	display: inline;
    float: left;
	width: 23.0%;
    margin-right: 10px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.video-frame {
	width: 46%	
	}
}

.video-frame:last-child {
	margin-right: 0
}
.video-frame img {
	width: 100%;
	height: auto;
}

a.registracia {
	width: 100%;
	max-width: 220px;
	padding: 10px;
	background-color: #fff;
	color: var(--red);
	border: 1px solid var(--red);
}
  
.ajax h4 {
    background-color: #fff;
}
.ajax .item {
    display: block;
    width: 100%;
    margin-bottom: 5px; 
}

a.admin-del {
    display: block;
    background-color: #f00;
    color: #fff !important;
    width: 100%;
}


.no-display {display:none}

.ajax .item:hover {
    background-color: #f4f4f4;
}

.ajax .cena {
    float:right;
    font-weight: bold;
}

/*.alpha a:link,
.alpha a:visited {
    color: var(--red);
}*/

ul.socialne-zalozky {
	display: block;	
	margin: 10px 0;
        background-color: #E8E8E8;
	padding: 0;
}

ul.lekarne-zoznam {
    display: block;	
    margin: 10px 0;
}

ul.lekarne-zoznam li {
    list-style-type: none;
    margin: 5px 0 5px 15px
}

ul.socialne-zalozky li {
	display: block;
	float:left;
	list-style-type: none;
	margin: 3px 3px 3px 0;
}

ul.socialne-zalozky li:first-child {
    margin-left: 3px;
}

ul.socialne-zalozky:after {
    content: '';
    display: block;
    clear: both;
}

button#kodkontrola {
    width: 100px;
    background-color: #fff;
    color: #d06666;
    border-color: #773c3c;
    padding: 6px 10px;
    margin: 4px;
    font-size: 13px;
    height: 34px;
}

.detail {
    border-bottom: 1px dotted #D4D4D4;    
    margin-bottom: 40px;
    overflow: auto;
    padding: 15px 10px;
}

.margin15bottom {
    margin-bottom: 15px;
}

.margin25bottom {
    margin-bottom: 25px;
}
.col3list li {
    display:block;
    width: 33%;
    float:left;    
}

.col3list li a:link,
.col3list li a:visited {
    color: var(--red);
    padding: 5px 5px 5px 15px;
    font-size: 13px
}

@media screen and (max-width: 960px) {
    .col3list li{ float: left; width: 100%; }    
}

.svg-container { 
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
}

.svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 690px) {
    .svg-container {padding-top: 30%; content: '690'}
    .svg-container svg {height: 250px}
    .col3list li{ float: left; width: 100%; }    
}

@media screen and (max-width: 480px) {
    .svg-container {padding-top: 60%; content: '480'}
    .svg-container svg {height: 120px}
    .col3list li{ float: left; width: 100%; }    
}



#mapa-presov path,
#mapa-bratislava path,
#mapa-nitra path,
#mapa-trnava path,
#mapa-zilina path,
#mapa-trencin path,
#mapa-presov path,
#mapa-kosice path,
#mapa-banskabystrica path {
    transition: fill .4s ease;
}
#mapa-presov:hover path {
    fill:white !important;
}

#mapa-bratislava:hover path {
    fill:#ffcaca !important;
}

#mapa-trnava:hover path {
    fill:#cedef6 !important;
}

#mapa-nitra:hover path {
    fill:#d2e8bd !important;
}

#mapa-trencin:hover path {
    fill:#f8deff !important;
}

#mapa-banskabystrica:hover path {
    fill:#d0f2fa !important;
}

#mapa-zilina:hover path {
    fill:#fef5d2 !important;
}

#mapa-presov:hover path {
    fill:#fce8ef !important;
}

#mapa-kosice:hover path {
    fill:#fee2cf !important;
}

#platbainfo label {
    font-weight: bold;
    color: #000;
}

#platbainfo strong {
    color: #008036
}
#result {
    position:absolute;
    width:400px;
    padding:10px;
    display:none;
    margin-top:-1px;
    border-top:0px;
    overflow:hidden;
    border:1px #CCC solid;
    background-color: white;
    z-index: 9999;
    border-radius: 5px
}

ul#eshop ul {
    margin-bottom: 0;
}
ul#eshop > li > a,
ul#eshop > li {
    background-color: var(--blue);
    color: #fff;
    margin: 0;    
    font-weight: bold;
}

ul#eshop > li > ul > li > a {
    font-weight: normal;
    background-color: #DBF4E5;
    background-image: none;
}

ul#eshop ul ul a {
    background-color: #fff;
    font-weight: normal;
}

ul#eshop > li > a {   
    padding: 5px
}

ul#eshop a.active {
    background-color: #E3FFEC;
}

a.sklad {
    background-color: #007948;
    color:#fff;
    display:inline-block;
    padding: 1px 10px;
    font-weight: normal;
    margin: 0 5px;
}
span.fat {
    font-weight:bold;
}

.separator.line {
    height: 40px;
    margin-bottom: 42px;
}
.separator.line {
    border-bottom: 1px solid #EFEFEF;
}

.separator {
    clear: both;
    display: block;
    height: 35px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    width: 100%;
}
table.standard-table {
    border: medium none;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    margin-bottom: 15px;
    width: 100%;
}

table.standard-table th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9F9F9;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
}

table.odkazy th {
	background-color: #c0c0da
}


table.standard-table td:last-child {
    border-right: 1px solid #808080;
}
table.standard-table th:last-child {
    border-right: 1px solid #111;
}
table.standard-table td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E0E0E0 #E0E0E0;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    padding: 10px 15px;
}
table.standard-table tr:hover td {
    background-color: #FAFAFA;
}

table.standard-table tr.active {
    background-color: #E9F7FE;
    border: 1px solid #B6D7E8;
    color: #5091B2;
}

/**table.standard-table tr.highlight {    
   background-color: #063774;   
   color: White;   
}*/

table.dataTable {
    margin: 15px 0;
}

table.dataTable strong {
    color: #007948;
}

.dataTables_filter,
.dataTables_length {
    padding: 15px 0;
    text-align: left !important;
}

.dataTables_filter label {
    width: auto;
}

.notification {
    clear:both;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 14px 40px 14px 18px;
    position: relative;
}
.notification span {
    font-weight: bold;
}
.notification p { 
    margin:0
}
.notification.notice {
    background-color: #E9F7FE;
    border: 1px solid #B6D7E8;
    color: #5091B2;
}
.notification.notice .close {
    background: url("/images/alert_boxes_close_ico.png") no-repeat scroll 0 -24px transparent;
}
.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
    display: block;
    height: 8px;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 20px;
}
.notification.error {
    background-color: #FFE9E9;
    border: 1px solid #FBC4C4;
    color: #DE5959;
}
.notification.error .close {
    background: url("/images/alert_boxes_close_ico.png") no-repeat scroll 0 0 transparent;
}
.notification.success {
    background-color: #EBF6E0;
    border: 1px solid #B3DC82;
    color: #5F9025;
}
.notification.success .close {
    background: url("/images/alert_boxes_close_ico.png") no-repeat scroll 0 -8px transparent;
}
.notification.warning {
    background-color: #FBFADD;
    border: 1px solid #DED58A;
    color: #8F872E;
}
.notification.warning .close {
    background: url("/images/alert_boxes_close_ico.png") no-repeat scroll 0 -16px transparent;
}
/* Dropcaps */

.dropcap1 {
    display: block;
    float: left;
    font-size: 35px;
    line-height: 35px;
    margin: 2px 8px 0 0;
}
.dropcap2 {
    display: block;
    float: left;
    font-size: 35px;
    line-height: 45px;
    margin: 8px 15px 0 0;
    padding-top: 3px;
    text-align: center;
    width: 47px;
}

/* Wrapper */

#wrapper {
    background-color: #FFFFFF;
    border-bottom: 0 none;
    /*border-left: 1px solid #D8DCDE;
    border-right: 1px solid #D8DCDE; JOKA */
    /* box-shadow: 0 0 0 4px rgba(21, 99, 255, 0.1); JOKA */
    margin: 5px auto 5px;
}

#platbainfo {
    border: 1px solid transparent;
}
#header {
    /* background: url(/images/background1.jpg) no-repeat top left;*/
}
#header-eshop {
    background: url(/images/background-e.jpg) no-repeat top left;
}

.top {
    position: relative;
}
.top .top_mark {
    /*ackground-image: url(/images/star.png);
    background-repeat: no-repeat;
    background-position: right top;*/
    background-color: transparent;
    width: 48px;
    height: 48px;
    position: absolute;
    right:0;
    margin-right: -10px;
    margin-top: -15px;
}

h4.top a {
    color: var(--red) !important;
}

/*.top .button.medicals {
    background-color: #F6B000;
    border-color: #AD7810;        
}

.top .button.medicals:hover {
    background-color: #C0830B;
    border-color: #F6B000;
}*/

/*.top .medicals {
    background-color: #F5A900 !important;
    border-color: #A66202 !important;
}*/

/* top navigation */

.top_navigation_container {
    background: none repeat scroll 0 0 #7d196c;
    border-top: 1px solid #D8DCDE;
    font-size: 12px;
    line-height: 100%;
    overflow: auto;
    padding: 10px 20px;
    text-align: center;
    border-bottom:1px solid #f3f3f3;
}
.top_navigation_container p {
    color: #fff;
font-size: 13px;    
}
.top_navigation_container strong {
    color: #becae4;    
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    top_navigation_container {
        display: none;
    }
}

.top_navigation {
    min-height: 11px;
    float: left;
    margin-top:4px;

}
.top_navigation ul {
    list-style: none outside none;
    margin: 5px 0 0 0;
}
.top_navigation li {
    float: left;
}
.top_navigation li a {
    color: inherit;
    display: block;
    line-height: 100%;
    padding: 0 8px;
    color:#919191;
    text-decoration:none;
    border-right:1px solid #919191 !important
}

.top_navigation ul li:last-child a {
    border-right: 0 none !important;
}
.top_navigation ul li:first-child a {
    padding-left: 0 !important;
}
.top_navigation_social {
    float: right;
    overflow: visible;
    padding-top: 4px;
}
.top_navigation_social li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    width: 23px;
}
.top_navigation_social ul {
    float: right;
    margin: 0;
}
.top_navigation_social li {
    -moz-transition: all 0.3s ease-in-out 0s;
    display: inline;
    float: left;
    list-style: none outside none;
    margin-right: 5px;
    text-indent: -9999px;
}
.top_navigation_social li:hover {
    background-position:0 -32px;
}
.social_facebook {
    background: url("/images/social_facebook.png") no-repeat scroll 0 0 transparent;
}
.social_twitter {
    background: url("/images/social_twitter.png") no-repeat scroll 0 0 transparent;
}
.social_dribbble {
    background: url("/images/social_dribbble.png") no-repeat scroll 0 0 transparent;
}
.social_linkedin {
    background: url("/images/social_linkedin.png") no-repeat scroll 0 0 transparent;
}
.social_pinterest {
    background: url("/images/social_pinterest.png") no-repeat scroll 0 0 transparent;
}
.top_navigation_social img:hover {
    -moz-transition: all 200ms ease-in 0s;
    margin-top: -4px;
    opacity: 0.85;
}
.top_navigation_social p {
    background-color: var(--blue);
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    float: left;
    font: normal 10px/18px Tahoma,serif;
    margin: 0 8px 0 0;
    padding: 3px 10px;
}

/* logo */

.logo {
    /*margin:50px 0; JOKA */
    margin-top: 80px;
    float:left;
}

.logo img {
    /*margin: 40px 20px; JOKA */
}

/* Search */
.search_wrapper {
    /*margin-top: 32px;*/
    width: 250px;
    float:left;
    margin-top: -30px;
}	

.search_wrapper #search-text input[type="text"] {
    background-color: #FFFFFF !important;
    border: 1px solid #999 !important;
    color: #000 !important;
}

.search_wrapper #search-text input[type="text"] {
    /*background: #FFFFFF url("/images/search-button3.jpg") top left;;*/
    border: 0 !important;
    border-color: var(--blue) !important;
    /*border-radius: 20px 0 0 20px;*/
    color: #000 !important;
    margin-left: 10px;
}
.search_wrapper input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-radius: 3px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: none;
    font-size: 12px;
    margin: 0;
    padding: 8px;
    width: 170px;
}
div.search_wrapper input[type="submit"] {
    background-color: var(--blue) !important;
    color: var(--blue) !important;
    text-transform:uppercase;
    cursor:pointer;
}

div.search-wrapper input[type="submit"] {
    background-color: #5996B2 !important;
    color: var(--blue) !important;
}
div.search_wrapper input[type="submit"] {
    background-color: white !important;
    border: 1px var(--blue);
    box-shadow: none;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 11px;
    margin: 0;
    padding: 8px;
    margin-right: 10px;
}

div.search-wrapper form {
    margin: 0;
    padding: 0;
}

#search-text {
    float: left;
    overflow: hidden;
    width: 175px;
}
/* Navigation menu */

/*.bg_menu {
                background-color:#6bc0e8;
                border-top:1px solid #28a1d9;
                border-bottom:1px solid #2090c5 !important;
}*/

#topnav {
    height: 29px;
    padding: 0;
}
#topnav ul li {display:block;float:left;}
#topnav ul li.prihlasenie {float:right;}
#topnav ul li.prihlasenie a {border-right-width: 0}
#topnav ul li.kosik {float: right;border-right-width: 0}
#topnav ul li.kosik a:link {border-right-width: 0;background-color: #F96F6F;color:#fff;}
#topnav ul li.prihlasenie a:link,
#topnav ul li.prihlasenie a:visited, {border-right-width: 0;background-color: #D06666;color:#f9f9f9;}
#topnav ul li.kosik a:hover {background-color: #D06666;color:#f9f9f9;}
#topnav ul li.prihlasenie a:hover,
#topnav ul li.prihlasenie a:visited {background-color: #D06666;color:#f9f9f9;}
#topnav ul li .current {
    color:#39c;
}

#topnav ul li .currentHome {
    width:30px;
    margin-left:-5px;
    text-indent:-9999px;
}

.home {
    width:30px;
    margin-left:-5px;
    text-indent:-9999px;
}

a.home:hover {
    width:30px;
    text-indent:-9999px;
}

#topnav ul li .navEffect {
    /*width:60px;*/
    margin-left:1px;
}

#topnav ul li a:hover {
    /*width:60px;*/
    color:#fff;
    background-color:var(--blue);
}
#topnav ul li a:hover {
    color:#EBEBA8;
}
/* Nivi Slider styles */

.nivo-caption p {
    color:#717171;
}

.nivo-caption .nivoTitle {
    font-weight: normal;
    line-height: 30px;
    font: normal 19px/24px 'NovecentowideBookBold', sans-serif;
    text-transform: uppercase;
    padding:0 5px;
    margin:0;
}

.theme-default .nivo-caption a {
    color:#fff;
}

.theme-default .nivo-caption a:hover {
    color:#fff;
}
/* Underslider styles */

.unders {
    margin-bottom:20px;
}


/* Underslider banner */

.banner_underslider {
    height:80px;
    width:220px;
    overflow:hidden;
    float:none;
}

/* Underslider Twitter */
.twitter_wrapper {
    background-color:#F8F8F8;
    text-align:center;
}
div.jcarousellite {
    overflow: hidden;
}
div.jcarousellite ul {
    list-style: none outside none;
    margin: 0;
    width: 1000%;
}
.twitter_wrapper ul li {
    padding:0;
    margin:0;
}
div.twitter-shortcode-wrapper {
    position: relative;
    padding: 30px 30px 30px 60px;
    overflow:hidden;
    background:url("/images/twitter.png") no-repeat scroll 20px 50% transparent;
    border:1px solid #f4f4f4;

}

.bx-prev, .bx-next {
    background-image: url("/images/twitter-shortcode-nav.png");
    text-indent:-9999px;
    margin-top:10px;
    position:absolute;
}
.bx-prev {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    height: 9px;
    width: 6px;
    right:13px;
    bottom:-10px;
}

.bx-next {
    background-position: 6px 0;
    height: 9px;
    width: 6px;
    right:0px;
    bottom:-10px;

}
.bx-next {
    background-position: 18px 0;
    cursor: pointer;
    float: left;
    margin-left: 5px;
}
.bx-wrapper {
    /*background:url("/images/twitter.png") no-repeat scroll 0 49% transparent;*/
}
.bx-window {
    /*margin-left: 40px;*/
    overflow: auto;
}

/* Content */

/* Buttons */

.button {
    font-family:"Quicksand", sans-serif !important;
    font-weight:bold;
    margin:20px 0;
}
.button.large {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font: 13px/43px "Quicksand", sans-serif;
    padding:10px 30px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.button.small {
    border-radius: 2px 2px 2px 2px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font: 13px/32px "Quicksand", sans-serif;
    /*height: 32px; JOKA */
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;
}
.button.green {
    background-image: -moz-linear-gradient(center top , #D1E990 0%, #AAD75D 100%);
    border: 1px solid var(--blue);
    color: var(--blue) !important;
}

.button.green:hover {
    background-image: -moz-linear-gradient(center top , #AAD75D 0%, #D1E990 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}
.no-cssgradients .button.green {
    background-color: #D1E990;
}
.no-cssgradients .button.green {
    background-color: #D1E990;
}
.no-cssgradients .button.green:hover {
    background-color: #AAD75D;
}
.button.darkgreen {
    background-image: -moz-linear-gradient(center top , #D0E0A5 0%, #A8C76A 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}
.button.darkgreen:hover {
    background-image: -moz-linear-gradient(center top , #A8C76A 0%, #D0E0A5 100%);
    border: 1px solid #9DBA60;
    color: #54770F !important;
}
.no-cssgradients .button.darkgreen {
    background-color: #D0E0A5;
}
.no-cssgradients .button.darkgreen:hover {
    background-color: #A8C76A;
}
.button.orange {
    background-image: -moz-linear-gradient(center top , #FBDC86 0%, #F8BF56 100%);
    border: 1px solid #C0830B;
    color: #C0830B !important;
}
.button.orange:hover {
    background-image: -moz-linear-gradient(center top , #F8BF56 0%, #FBDC86 100%);
    border: 1px solid #C0830B;
    color: #C0830B !important;
}
.no-cssgradients .button.orange {
    background-color: #FBDC86;
}
.no-cssgradients .button.orange:hover {
    background-color: #F8BF56;
}
.button.blue {
    background-image: -moz-linear-gradient(center top , #B5E0F7 0%, #76C7F1 100%);
    border: 1px solid #1172C1;
    color: #1172C1 !important;
}
.button.blue:hover {
    background-image: -moz-linear-gradient(center top , #76C7F1 0%, #B5E0F7 100%);
    border: 1px solid #1172C1;
    color: #1172C1 !important;
}
.no-cssgradients .button.blue {
    background-color: #B5E0F7;
}
.button.medicals {
    background-color:var(--red);
    border: 1px solid var(--red);;
    color: #ffffff !important;
    text-shadow:none !important;
    border-radius: 20px 20px 20px 20px;
    /*position: absolute;
    bottom: 10px;
    right: 10px;*/
}
.button.medicals:hover {
    background-image: -moz-linear-gradient(center top , var(--blue) 0%, #008d8e 100%);
    border: 1px solid var(--darkred);
    color: #ffffff !important;
}
.button.medicals:after {
	content: '';
    display: block;
    clear: both;
}
.no-cssgradients .button.medicals {
    background-color: #3861B0;
}
.no-cssgradients .button.blue:hover {
    background-color: #76C7F1;
}
.button.red {
    background-image: -moz-linear-gradient(center top , #FD9C9C 0%, #FC7D7D 100%);
    border: 1px solid #9D1111;
    color: #9D1111 !important;
}
.button.red:hover {
    background-image: -moz-linear-gradient(center top , #FC7D7D 0%, #FD9C9C 100%);
    border: 1px solid #9D1111;
    color: #9D1111 !important;
}
.no-cssgradients .button.red {
    background-color: #FD9C9C;
}
.no-cssgradients .button.red:hover {
    background-color: #FC7D7D;
}
.button.pink {
    background-image: -moz-linear-gradient(center top , #FDA1D5 0%, #FC84C8 100%);
    border: 1px solid #A31366;
    color: #A31366 !important;
}
.button.pink:hover {
    background-image: -moz-linear-gradient(center top , #FC84C8 0%, #FDA1D5 100%);
    border: 1px solid #A31366;
    color: #A31366 !important;
}
.no-cssgradients .button.pink {
    background-color: #FDA1D5;
}
.no-cssgradients .button.pink:hover {
    background-color: #FC84C8;
}
.button.darkgray {
    background-image: -moz-linear-gradient(center top , #C0C0C0 0%, #9E9E9E 100%);
    border: 1px solid #434C50;
    color: #434C50 !important;
}
.button.darkgray:hover {
    background-image: -moz-linear-gradient(center top , #9E9E9E 0%, #C0C0C0 100%);
    border: 1px solid #434C50;
    color: #434C50 !important;
}
.no-cssgradients .button.darkgray {
    background-color: #C0C0C0;
}
.no-cssgradients .button.darkgray:hover {
    background-color: #9E9E9E;
}
.button.lightgray {
    background-image: -moz-linear-gradient(center top , #FBFBFB 0%, #F0F0F0 100%);
    border: 1px solid #ABABAB;
    color: #ABABAB !important;
}
.button.lightgray:hover {
    background-image: -moz-linear-gradient(center top , #F0F0F0 0%, #FBFBFB 100%);
    border: 1px solid #ABABAB;
    color: #ABABAB !important;
}
.no-cssgradients .button.lightgray {
    background-color: #FBFBFB;
}
.no-cssgradients .button.lightgray:hover {
    background-color: #F0F0F0;
}


/* Typo */

ul.bullet li {
    background: url("/images/bullet_list.png") no-repeat scroll 0 6px transparent;
    list-style: none outside none;
    padding-left: 18px;
    list-style:none !important;
}

ol.ordered li {
    list-style: decimal inside none;
}
ol.ordered li ol {
    margin-bottom: 0;
    margin-left: 20px;
}
.unordered{
    list-style: square inside none;
}
ol.ordered li ol li {
    list-style: lower-alpha inside none;
}
ul.check li {
    background: url("/images/check_list.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 22px;
}
ul.check li.cross {
    background: url("/images/cross_list.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 22px;
}
ul.arrow li {
    background: url("/images/arrow_list.png") no-repeat scroll 0 6px transparent;
    list-style: none outside none;
    padding-left: 18px;
}

blockquote {
    background: url("/images/quote.png") no-repeat scroll 10px 10px #FCFCFC;
    min-height:30px;
    border:1px solid #d4d4d4;
    border-radius:5px 5px 5px 5px;
    padding:10px 10px 10px 50px;
    margin:20px 0;
}
blockquote p {
    font-family: "Quicksand",sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    line-height:24px;
    margin:0;

}
.circle {
    border-radius: 31px 31px 31px 31px;
    display: block;
    float: left;
    font-family: "Quicksand",sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    line-height: normal;
    margin-right: 15px;
    text-align: center;
    width: 47px;
}
.circle img {
    padding-left: 2px;
    padding-top: 15px;
}

.block_accordion {
    overflow:hidden; 
    position:relative; 
    background-color:#ffffff; 
    border:1px solid #f0f0f0;
    /* -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
    margin:15px 0;
}
.block_accordion .button_outer {
    border-bottom:1px solid #f0f0f0; 
    cursor:pointer;
}
.block_accordion .button_outer.first {
    overflow:hidden; 
    position:relative; 
    -moz-border-radius:4px 4px 0px 0px; 
    -webkit-border-radius:4px 4px 0px 0px; 
    border-radius:4px 4px 0px 0px;
}
.block_accordion .button_outer.last {
    overflow:hidden; 
    position:relative; 
    border-bottom:0px; 
    -moz-border-radius:0px 0px 4px 4px; 
    -webkit-border-radius:0px 0px 4px 4px; 
    border-radius:0px 0px 4px 4px;
}
.block_accordion .button_outer.current {
    background:url(/images/bg_accordion_act.jpg) repeat-x;
}
.block_accordion .button_outer.last.current {
    -moz-border-radius:0px; 
    -webkit-border-radius:0px; 
    border-radius:0px;
}
.block_accordion .button_inner {     
    line-height:28px; 
    padding:10px 10px 10px 28px;
    overflow:hidden; 
    background: var(--blue) url(/images/arrow_accordion.gif) no-repeat 12px 18px; 
    cursor:pointer;
    font-family: "Quicksand",sans-serif;
    font-size:16px; 
    color:#fff;     
}
.block_accordion .button_outer.current .button_inner {
    background-color: var(--blue);
    color:#fff;
}

.block_accordion .button_outer .button_inner strong {
    color: #fdffc6;
}
.block_accordion .content {
    padding:15px 15px 25px 15px; 
    display:none; 
    overflow:hidden; 
    background-color:#fefefe; 
    border-bottom:1px solid #f0f0f0;
}
.block_accordion .content.map { 
    padding:0; 
}
.block_accordion .content.last {
    position:relative; 
    border-bottom:0px; 
    -moz-border-radius:0px 0px 4px 4px; 
    -webkit-border-radius:0px 0px 4px 4px; 
    border-radius:0px 0px 4px 4px;
}
.block_accordion .content .pic_left {
    margin-right:8px; 
    margin-bottom:8px; 
    padding-top:0px;
}
.block_accordion span.description_left { 
    width:30%;
    font-weight:700;
}
.block_accordion span.description_left p{
    font-weight:700; 
}
.block_accordion span.description_right {
    float:right;
    text-align:right;
    width:65%;
    margin-left:5%
}
.block_accordion .centers_item { 
    display:block;padding:10px;
}
.block_accordion .centers_item.one { 
    border-bottom:1px solid #e5e5e5;
}
.block_accordion .centers_item.two { 
    border-bottom:1px solid #e5e5e5;
    background-color:#f9f9f9;
}

.searchform_filters select {
    border: 1px solid var(--blue);
    color: #000;
    font: 12px/20px "Quicksand", sans-serif;
    height: 28px;
    margin: 0 0 15px;
    width: 100%;
    box-shadow:none;
    border-radius: 20px 20px 20px 20px;
}


.searchform_filters select.multiple {
    height: 80px;
}

.searchform_filters input {
    border: 1px solid #515199;
    color: #3e3e3e;
    font: 13px/20px "Quicksand", sans-serif;
    height: 24px;
    margin: 0 0 15px;
    padding: 4px;
    width: 95%;
}

.searchform_filters input[type="radio"],
.searchform_filters input[type="checkbox"] {
    padding: 10px 0;
    margin: 0 10px 0 0;    
    width: 15px;
    float: left;
}
.searchform_filters input:focus {
    background-color: #FFFFFF;
}
.searchform_filters input[type="submit"], button {
    background-color: var(--blue);
    background-image: url("/images/gloss.png");
    background-position: 0 -33px;
    background-repeat: repeat-x;
    border: 1px solid #7070ac;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 3px rgba(204, 204, 204, 0.25);
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 4px;
    /*padding: 6px 10px;*/
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
    width:97%;
    height:30px;
}

.searchform_filters input[type="submit"]:hover, button:hover {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, 0 0 0 3px rgba(205, 205, 205, 0.35);
    color: #FFFFFF;
}
.searchform_filters input[type="submit"]:active, button:active {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(204, 204, 204, 0.35);
}


.searchform_filters label {
    margin: 0;
    display: block;
    vertical-align: middle;
    color: #515199;
    font-weight: bold;
}

.searchform_filters label:after {
    content:'';
    display:block;
    clear: both;
}

label.special {
	background-color: var(--darkred);
    color: #fff;
    display: block;
    padding: 10px 20px;
	margin: 10px 0;
}

label.special input {
    border-color: #a03535;
}

/* Category styling */
#content_wrapper .page_title {
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    margin-bottom: 26px;
    padding-top: 20px;
    float:left;
}
#content_wrapper .page_title h1 {
    float:left;
}
#content_wrapper .page_navigation {
    float:right;
    text-align: right;
    margin-top:18px;
}
#content_wrapper .page_navigation li {
    float: left;
    font: oblique 11px/13px "Quicksand", sans-serif;
    list-style-type:none;
    padding:0 5px 0 5px;
}
#content_wrapper .page_navigation li a {
    background-image: url("/images/bc_separator.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 13px;
    padding-right: 20px;
    text-decoration: none;
    color: #BDBDBD;

}
#content_wrapper .page_navigation ul li a:hover {
    text-decoration:underline;
}
#content_wrapper .page_navigation li.active a{
    background-image:none;
    font-style:normal;
    padding-right:0;
}


#content_wrapper .title h3 {
    margin:0 0 8px 0;

}

#content_wrapper .page_title h1 span.subtitle {
    color: #999999;
    display: block;
    font-size: 50%;
    font-weight: normal;
    margin-top: 4px;
    font:11px/13px "Quicksand", sans-serif;
    text-transform:none;

}

.content_inner .post_img {
    float: left;
    padding: 6px;
    margin:0 20px 40px 0;
    border:1px solid #EEEEEE;
    background-color:#FAFAFA;
    position: relative;
}

.content_inner .post_img img:hover {
    opacity: 0.85;
}

.content_single {
    margin-bottom:40px;
    /*	overflow:auto;
    */	padding-bottom:20px;
}
.content_single.margin{
    margin-bottom:0;
    padding:0;
}
.content_single .post_img_single_full {
    padding: 6px;
    margin-bottom:30px;
    border:1px solid #EEEEEE;
    background-color:#FAFAFA;
    position:relative;
}
.content_single .post_img_single_full img {
    width: 100%;
    height:auto;
}
.indentleft {
    overflow: hidden;
}
.margin_bottom_small {
    margin-bottom: 5px;
}

.post_img_single_full img:hover {
    opacity:0.85;
}

.module_title_meta {
    border-bottom: 1px dotted #DDDDDD;
    border-top: 1px dotted #DDDDDD;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom:20px;
}
.module_title_meta_cat2 {
    font-size: 12px;
    line-height: 17px;
}
.meta_avatar {
    float: left;
    padding: 8px 15px 0 0;
}
.meta_text {
    padding: 15px 0;
}
.meta_text span.data {
    border-right: 1px dotted #DDDDDD;
    margin-right: 8px;
    padding-right: 8px;
}
.meta_text span.last {
    border-right: 0px;
}
.meta_text span.data img {
    margin-right:5px;
}
a.article_link {
    margin:0 0 20px;
    display:block;
    width:150px;
    float:right;
}
a.article_link:hover {
    color:#666666;
}
a.article_archive {
    display: block;
    margin: 5px 0;
    padding: 2px 15px 2px 0;
}

/* date for archive pages */
.content_inner .date-wrapper {
    background-image: url("/images/date-bg.png");
    background-color: var(--blue);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    line-height: 1;
    margin-right: 10px;
    padding: 15px 10px 0;
    text-align: center;
    width: 40px;
    height:100px;
}	
.content_inner .date-wrapper .date-value {
    font-size: 30px;
    font-weight: bold;
}
.content_inner .date-wrapper .month-value {
    font-size: 14px;
    margin-top: 4px;
}	

.content_inner .date-wrapper .year-value {
    font-size: 14px;
    margin-top: 2px;
}
.content_inner .post_img_centers {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    float: left;
    height: 80px;
    margin: 0 20px 30px 0;
    padding: 6px;
    width: 80px;
}
.content_inner .post_img_archive,
.content_inner .post_img_book {
    float: left;    
    padding: 6px;
    width: auto;
    height: auto;
    margin:0 20px 30px 0;
    border:1px solid #EEEEEE;
    background-color:#FAFAFA;
}

.content_inner .post_img_archive {
    height: 100px;
    width: 100px;    
}

/* Comments */
#comments {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#comments p {
    font-size: 13px;
    margin: 10px 0;
}
.comment_box {
    list-style: none outside none;
    margin: 0 0 20px 0;
    overflow:auto;
    border-bottom:1px solid #eaeaea;
    padding-bottom:20px;
}
.comment_box .avatar {
    float: left;
    height: 50px;
    width:50px;
    margin: 2px 10px 0 0;
    padding: 3px;
    background-color:#e7e7e7;
}
.comment_box .comment_text {
    overflow:hidden;
}
.comment_box .comment_name {
    color: #3D3D3D;
    font: bold 13px/20px "Quicksand", sans-serif;
    text-transform: uppercase;
    margin-top:-2px;
}
.comment_box .comment_replied {
    margin-left:65px;
    background-color:#f4f4f4;
    padding:10px;
    border:1px solid #ececec;
}
.comment_box .comment_name a{
    color: #3D3D3D;
    font: bold 13px/20px "Quicksand", sans-serif;
    text-transform: uppercase;
}
.comment_box .comment_name a:hover {
    text-decoration:none;
}
.comment_box .comment_meta {
    margin-bottom:10px;
    color: #A5A5A5;
    font: 12px/18px "Quicksand", sans-serif;
}
.comment_box .comment_reply {
    background: url("/images/link_arrow.png") no-repeat scroll 50px 9px transparent;
    padding: 2px 15px 10px 0;
    margin:5px 0;
    display:block;
}

#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url, #comments .comment-form-comment {
    position: relative;
}
#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 31.333%;
    z-index: 1;
}
#comments label {
    line-height: 20px;
}
#comments .comment-form-author label, #comments .comment-form-email label, #comments .comment-form-url label, #comments .comment-form-comment label {
    display: inline-block;
    font-weight: 700;
    left: 0;
    min-width: 60px;
    padding: 4px 0;
    position: relative;
    top: 0;
    z-index: 1;
}
#comments .comment-form-author .required, #comments .comment-form-email .required {
    font-size: 22px;
    font-weight: 700;
    left: 92%;
    position: absolute;
    top: 38px;
    z-index: 1;
}
#comments textarea {
    resize: vertical;
    width: 98%;
    display:block;
    box-shadow:1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 4px rgba(204, 204, 204, 0.1);
}
#comments input[type="text"] {
    display: block;
    line-height: 24px;
    width: 95%;
}
#comments input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea, select {
    background-color: #FBFBFB;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    font: 12px/20px "Quicksand", sans-serif;
    margin: 0;
    min-height: 20px;
    padding: 5px;
    box-shadow:1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 4px rgba(204, 204, 204, 0.1);
}

#comments .cont_input {
    background-color: #F0F0F0;
    border: 1px solid #D8DCDE;
    margin-right: 180px;
    padding: 3px;
}

#comments input:focus, #comments textarea:focus {
    background-color: #FFFFFF;
    border-color: #cccccc;
}

#comments input[type="submit"], button {
    background-image: url("/images/gloss.png");
    background-position: 0 -33px;
    background-repeat: repeat-x;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 3px rgba(204, 204, 204, 0.25);
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 4px;
    padding: 6px 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}

#comments input[type="submit"]:hover, button:hover {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, 0 0 0 3px rgba(205, 205, 205, 0.35);
    color: #FFFFFF;
}
#comments input[type="submit"]:active, button:active {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(204, 204, 204, 0.35);
}

.badge {
    position:relative;
}
.badge[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:-10px;
    right:-10px;
    font-size:.7em;
    background:red;
    color:white;
    width:18px;height:18px;
    text-align:center;
    line-height:18px;
    /*border-radius:50%;*/
    box-shadow:0 0 1px #333;
}

.badge-error,
.badge-success {
    background:red;
    color:white;
    padding: 1px 4px; 
    text-align:center;
    line-height:18px;
    /*border-radius:50%;*/
    margin: 0 1px;
}

.badge-success {
    background: green;
}

.registration input[type="text"], 
.registration input[type="url"], 
.registration input[type="email"], 
.registration input[type="password"], 
.registration textarea, 
.registration select {
    background-color: #FBFBFB;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    font: 12px/20px "Quicksand", sans-serif;
    margin: 0;
    min-height: 20px;
    min-width: 200px;
    padding: 5px;
    box-shadow: 1px 1px rgba(255,255,255,0.1) inset,0 0 0 4px rgba(204,204,204,0.1);
}

.registration input[type="submit"], 
.registration button {
    background-image: url("/images/gloss.png");
    background-position: 0 -33px;
    background-repeat: repeat-x;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 3px rgba(204, 204, 204, 0.25);
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 4px;
    padding: 6px 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

td.nazov1 {padding:3px 5px;margin:0;border:1px solid #fff;background:var(--red);font-weight:bold;color:#fff;}
td.ponuka1 {padding:3px 5px;margin:0;border:0;background:#d1d1d1;font-weight:bold;}
td.ponuka2 {padding:3px 5px;margin:0;border:0;font-weight:normal;}
td.ponuka3 {padding:3px 5px;margin:0;border:0;font-weight:normal;}
td.ponuka4 {padding:5px;margin:0;border-width:0 0 1px 0;border-style:dotted;border-color:#e6e7e8;font-weight:normal;}

input.tlacitko {cursor:hand;cursor:pointer;}


/* Single Content styling */

img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
    padding: 5px;
    border:1px solid #EEEEEE;
    background-color:#FAFAFA;
}
img.centerleft {
    float: left;
    margin: 5px 20px 15px 0;
    padding: 5px;
    border:1px solid #EEEEEE;
    background-color:#FAFAFA;
}
img.alignright {
    float: right;
    margin: 0px 0px 15px 15px;
    padding: 5px;
    border:1px solid #EEEEEE;
    background-color:#FAFAFA;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

/* Pager */
#pager {
    border-bottom: 1px dotted #D4D4D4;
    border-top: 1px dotted #D4D4D4;
    margin-bottom: 40px;
    overflow: auto;
    padding: 15px 10px;
}
#pager a, #pager span {
    background-color: #F3F3F3;
    color: #999999;
    display: inline;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#pager span.tagged {
    color: #FFFFFF;
    font-weight: bold;
}
#pager a:hover {
    color: #FFFFFF;
}
#pager .current {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 105%;
    padding: 5px 10px;
}
#pager .next {
    float: left;
}
#pager .prev, #pager span, #pager a {
    float: left;
}


/* Content Home and global */

#content_wrapper {
    margin-bottom:20px;
	margin-top: 20px;

}

#content {
    float:right;
}

.content_inner {
    margin-bottom:30px;
    /*	overflow:auto;
    */
    float:left;
}
.divider {
    border-bottom:1px solid #F5F5F5;
}
.last_article {
    border-bottom:none;
}

.content_inner h2{
    /* background: url("/images/title-bg.png") repeat-x scroll 0 4px transparent; */
    color: var(--blue);
    /*font-weight: bold;*/
    /*	margin:0 5px 20px 5px;*/
}

.content_inner h4.inner {
    margin-bottom:10px;
    text-align:left;
}
.content_inner h4 a {
    font:/*bold JOKA*/ 16px "Quicksand", sans-serif;
    font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
 	font-weight: 600;
    text-transform: none;
    color: var(--blue);
}

.content_inner h4::first-letter {
    text-transform: uppercase;
}

.content_inner h2 span {
    background: none repeat scroll 0 0 #FDFDFD;
    padding: 10px 10px 10px 0;
    font-size: x-large;
}
.columns img {
    border:4px solid #f7f7f7;
    /* margin-bottom:15px; JOKA */
    /*max-height: 100%;
    max-width: 100%; JOKA */
}


.columns a img {
	border: 0;
	/* margin: 5px; JOKA */
	/*height: 165px; JOKA */
    object-fit: scale-down;
}

.columns { 
    margin-bottom:20px;
    /*position: relative;*/
}
.columns img:hover, .blog_thumbnail_image img:hover {
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
.columns_omega img{
    border:4px solid #f7f7f7;
    margin-bottom:20px;
}

/* stiling homepage list articles */
.blog_article_box {
    /*border-bottom: 1px solid #F5F5F5; JOKA */
    margin-bottom: 20px;
}
.blog_article_box:first-child {
	clear: right;
}
.blog_thumbnail_image {
    background-color: #FAFAFA;
    /* border: 1px solid #EEEEEE; JOKA */
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 3px;
}
.blog_thumbnail_image:hover {
    background-color:#f5f5f5;
}

.blog_thumbnail_inside {
    margin-bottom: 10px;
    overflow: hidden;
}
.blog_thumbnail_title {
    font: bold 12px/16px "Quicksand", sans-serif;
    margin-bottom: 0;
    text-align:left;
}
.blog_thumbnail_info {
    font-family: "Quicksand",sans-serif;
    font-style: italic;
}
.blog_thumbnail_date {
    color:#C3C3C3;
    margin-bottom: 5px;
}

.blog_thumbnail_context {
    float:none;
}

/* Elastislide Style */
.es-carousel-wrapper{
    padding:0 37px;
    position:relative;
    background-color:#fafafa;
    border-top:1px solid #F5F5F5;
    border-bottom:1px solid #eee;
    margin-bottom:30px;
}
.es-carousel{
    overflow:hidden;
    margin-left:10px;
}
.es-carousel ul{
    overflow:auto;
    display:block;
    margin:20px 0;
}
.es-carousel ul li{
    height:100%;
    float:left;
    display:block;
}
.es-carousel ul li a{
    display:block;
    border-style:solid;
    border-color:#eeeeee;
}
.es-carousel ul li a img{
    display:block;
    border:none;
    max-height:100%;
    max-width:100%;
}
.es-carousel ul li a img:hover{
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
.es-nav span{
    position:absolute;
    top:50%;
    left:12px;
    background:transparent url(/images/sprite.gif) no-repeat 0 108px;
    width:18px;
    height:17px;
    margin-top:-13px;
    text-indent:-9000px;
    cursor:pointer;
    opacity:0.8;
}
.es-nav span.es-nav-next{
    right:12px;
    left:auto;
    background-color:transparent;
    background-image: url(/images/sprite.gif);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 108px;
}
.es-nav span:hover{
    opacity:1.0;
}
/* Sidebar */

.sidebar_wrapper {
    min-height:1%;
    overflow:hidden;
}

.sidebar_widget {
    margin-bottom:30px;
    clear: both;
    overflow:hidden;
}
.sidebar_widget ul li,
.sidebar_widget ul ul ul li {
    background: url("/images/arrow.png") no-repeat scroll 214px 14px transparent;
    border-bottom: 1px solid #f5f5f5;
    color: #8A8A8A;
    /*padding: 7px 0 7px 1px;*/

}
/*.sidebar_widget ul ul {
    display: none;
}*/
.sidebar_widget ul ul li,
.sidebar_widget ul ul ul li {
    background-color:#fff;
    padding-left: 10px;
    border-bottom: 0;
    list-style: none;
}

.sidebar_widget ul a {    
    display: inline-block;
    padding: 3px 0 3px 3px;
    width: 91%;
}

.sidebar_widget ul ul ul li {
    border-bottom: 1px solid #f5f5f5;
    background: url("/images/arrow.png") no-repeat scroll 199px 14px transparent;
    list-style: none;
}

.sidebar_widget ul li:hover {
    background-color:#f0efef;
}
.sidebar_widget ul li a {    
    color: var(--blue);    
}

.sidebar_widget ul li a:hover {
    color: var(--blue);
    /*padding-left:8px;*/
}

.sidebar_widget ul li a span {
    display: block; 
    color: #3D3D3D; 
    text-decoration: none;
}
.sidebar_widget ul li:hover {
    /*padding-left:8px;
    -moz-transition: all 0.2s ease-in-out 0s;*/
}

.sidebar_widget ul ul ul li:hover {
    background-color: #fff;
}

.sidebar_widget h4{
    /*background: url("/images/sidebar-bg.png") repeat-x scroll 0 4px transparent;*/
    margin-bottom:10px;
}
.sidebar_widget h4 span {
    background: none repeat scroll 0 0 #FDFDFD;
    padding-right: 10px;
    color: var(--blue);
    font-size: large;
    font-weight: bold;
}

div.product {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

div.product h3 a {
    font-weight: bold;
    text-decoration: underline;
    display: block;
    height: 45px;
}

div.product img {
    box-shadow: 2px 2px 2px #000;
    margin: 5px 0;
}

div.product span.cena {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #f9f9f9;
    left:0;
    right:0;
    padding: 5px 0;
    margin-left:auto;
    margin-right:auto;
    font-size: 22px;
    font-weight: normal;
    color: #B25057
}

div.product span.zlava {
    color: #9D1111;
    font-weight: bold;
}

div.product p {
    display:block;
    height: 100px;
}

a.kosik {
    background-color: var(--blue);
    background-image: url("/images/gloss.png");
    background-position: 0 -33px;
    background-repeat: repeat-x;
    border: 1px solid #007948;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.3) inset,0 0 0 3px rgba(204, 204, 204, 0.25);
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 4px;
    padding: 6px 10px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}

div.product a.kosik {
    margin-bottom: 40px;
}

.sklad {
    color: var(--blue);
}

div.eshop {    
    /*background-image: url(/images/wood_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: top left;    */
    text-align: center;
}

div.eshop h2 {
    margin-bottom: 15px;
}

div.eshop h4 {
    display: block;
    height: 50px;
    margin-top: 20px;   
}

div.eshop h4 a {
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}

div.eshop .cena {
    font-size: 24px;
    font-weight: bold;
    color: #B25057
}

div.eshop .policka {    
    background-image: url(/images/policka-small.png);
    background-repeat: no-repeat;    
    background-position-x: 50%;
    background-position-y: 195px;
    background-position: 50% 195px;
    text-align: center;
}

div.eshop img {
    text-shadow: 2px 2px 2px #000
}
.box_gray {
    padding:20px;
    overflow:hidden;
    background-color: #F2F2F2;
    border-radius:5px; 
    margin-bottom:10px;
}
.sidebar_widget .box_blu p{
    color:#fff;
    margin-bottom:0;
}
.sidebar_widget .box_blu img{
    margin-bottom:10px;
    border:1px solid #eeeeee;
    width:198px;
}

.sidebar_widget .box_blu h5 {
    color: #fff;
    font: bold 12px/20px "Quicksand", sans-serif;
    margin-bottom: 5px;
    text-transform:none;
}

.sidebar_banners img{
    margin-bottom:15px;
}

.tags a {
    -moz-transition: all 0.1s ease-in-out 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    color: #888888;
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 4px 8px;
}

.tags a:last-child {
    margin-right: 0;
}

.article_box {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 10px;
    overflow:auto;
    padding-bottom:5px;
}

.article_box_img {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 3px;
}
.article_box_img img:hover {
    opacity: 0.85;
}

.article_box_title {
    margin-bottom: 0;
    text-align: left;
    line-height:14px;
    font-family:"Quicksand",sans-serif;
}

.article_box_title a {
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    color:#8A8A8A;
}
.article_box_title a:hover {
    text-decoration:none;
}
.article_box_date {
    color: #8E8E8E;
    font-size: 12px;
    padding-top: 2px;
    text-transform: none;
}

/* Prefooter */

#pre_footer {
}
.pre_footer_wrapper {
    padding-top:30px;
    border-top:1px solid #f2f2f2;
}
#pre_footer h4{
    background: url("/images/title-bg.png") repeat-x scroll 0 4px transparent;
    /*	margin:0 5px 20px 5px;*/
}
#pre_footer h4 span {
    background: none repeat scroll 0 0 #FDFDFD;
    padding-right: 10px;
}
#pre_footer ul {
    list-style:none;
}
#pre_footer ul li{
    background: url("/images/arrow.png") no-repeat scroll 0 14px transparent;
    border-bottom: 1px solid #F7F7F7;
    color: #8A8A8A;
    padding: 7px 0 7px 10px;
}
#pre_footer ul li:hover {
    background-color:#fbfbfb;
}
#pre_footer ul li a {
    color: #7A7A7A;
}


/* Footer styles */
#footer_wrapper {
    margin-top:30px;
    /*	border-bottom:4px solid #3861B0;
    */}
#footer { 	
    border-top:1px solid #f2f2f2;
    padding:20px 0;
    margin:0 5px;
    overflow:auto;
    color: #B5B5B5;
    font: 11px/16px "Quicksand", sans-serif;
}
.copyright_left {
    float:left;
    text-align:left;
}
.copyright_right {
    float:right;
    text-align:right;
}

.cluster{color:#FFF;text-align:center;font-family:"Quicksand",sans-serif;font-size:11px;font-weight:bold}
.cluster-1{background-image:url(/images/m1.png);line-height:53px;width:53px;height:52px}
.cluster-2{background-image:url(/images/m2.png);line-height:53px;width:56px;height:55px}
.cluster-3{background-image:url(/images/m3.png);line-height:66px;width:66px;height:65px}
.error {display:block;background-color: #FFE9E9;border: 1px solid #FBC4C4;color: #DE5959;padding:3px;margin:0 0 7px 0;text-align: center}
.success {display:block;background-color: #EBF6E0;border: 1px solid #B3DC82;color: #5F9025;padding:3px;margin:0 0 7px 0;text-align: center}
.hidden {display:none}

.infowindow {width:300px;}
.opened {padding:3px 5px;border:1px solid #B3DC82;color:#5F9025;background-color:#EBF6E0}
.closed {padding:3px 5px;border:1px solid #FBC4C4;color:#DE5959;background-color:#FFE9E9}

ul.zakony li {
    background: transparent url(/images/list.png) no-repeat top left;
    list-style-type: none;
    padding-left: 40px;
    font-size: 13px;
    margin: 15px 0;
}

p.article {
    font-size: 14px;
    text-align: justify
}

img.article {
    border: 4px solid #F7F7F7;
    margin-left: 15px;
    margin-bottom: 15px
}

.sidecontentpullout {
    background-color: Black;
    color: White;
    padding: 4px 3px;
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
}

.sidecontentpullout:hover {
    background-color: #444444;
    color: White;
}

.sidecontent {
    background-color: Black;
    color: White;
    -moz-border-radius-bottomleft: 1em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.sidecontent > div > div {
    padding-left: 10px;
    padding-right: 40px;
}