@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.ttf') format('truetype');
  font-weight: 600;
}
.text-picture {
  max-width: 100%;
    height: auto;
}
.recaptchaContainer {
    text-align: left;
}
.fb_iframe_widget_fluid {
  display: inline-block!important;
    margin: 10px 0;
}
input[type="button" i] {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    max-width: 20rem;
    background-color: #f37720;
    padding: .5rem 1rem .6rem;
    border-radius: 25rem;
    border-color: #f37720;
    border-style: solid;
    cursor: pointer;
}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -47px;
    left: -9px;
    width: 20px;
}
#eshop form table tbody tr td {
    padding-right: 5px;
   vertical-align: top;
}
#eshop .registration td input {
  width: 100%;
}
h2, h3, h4, h5, h6, pre, address, u, s {margin: 10px 0;}
input {padding: 5px;}
table {
    max-width: 500px;
}
iframe {
  width: 100%;
    max-width: 500px;
}
#osm-map {
  width: 100%!important;
    max-width: 500px;
}
td {padding: 5px;}
.editor-area hr { display: block; }

/* Layout */
body {
font-size: 14px;
font-family: "Open Sans";
line-height: 20px;
margin: 0;
color: #484848;
background: #ffffff;
}

div.editor-area {
line-height: 30px;
}

.accessibility-links {
position: absolute;
top: -10000em;
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.left, .head-left {
text-align: left;
}

.right, .head-right {
text-align: right;
}

.center, .head-center {
text-align: center;
}

.justify {
text-align: justify;
}

.left-float {
float: left;
}

.right-float {
float: right;
}

b, strong, th {
font-weight: 600;
}

i {
font-style: italic;
}

hr {
display: none;
}

img {
border: 0;
}

fieldset {
border: 0;
padding: 0;
min-width: auto;
}

.validation dd {
margin-left: 0;
}

p {
margin: 0 0 15px;
}

h1, h2, h3, h4 {
font-weight: 600;
color: #ffffff;
}

h1 {
font-size: 2.286em;
line-height: 36px;
}
@media (max-width: 1400px) {
h1 {
  font-size: 2.143em;
}
}

h2 {
font-size: 1.429em;
}

h3 {
font-size: 1.286em;
}

h4 {
font-size: 1.143em;
margin: 10px 0 8px;
}

a, .admin h3 {
color: #e62f2f;
}

a {
display: inline-block;
text-decoration: none;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
a:active, a:hover, a:focus {
text-decoration: none;
color: #ffffff;
}

/* Inputs */
input, input[type="text"], input[type="email"], input[type="password"], textarea {
border: 1px solid #484848;
background: #fff;
padding: 10px 8px;
margin: 3px 0;
font-family: "Open Sans";
font-size: 0.929em;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
input:active, input:hover, input:focus, input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea:active, textarea:hover, textarea:focus {
border-color: #e62f2f;
outline: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
-moz-box-shadow: #fff -100em 0 0 inset;
-webkit-box-shadow: #fff -100em 0 0 inset;
box-shadow: #fff -100em 0 0 inset;
}
#mail-list .vizual-captcha {
  width: 100%;
  margin: 10px 0;
}
.submit, #send-mail-list {
padding: 10px 20px;
background: #e62f2f;
border: 1px solid #e62f2f;
color: #fff;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
}
.submit:active, .submit:hover, .submit:focus, #send-mail-list:active, #send-mail-list:hover, #send-mail-list:focus {
background: #ec6363;
border-color: #ec6363;
outline: none;
}

input[type="checkbox"], input[type="radio"] {
border: none;
background: none;
}

/* comments level */
.level1 {
margin-left: 20px;
}

.level2 {
margin-left: 40px;
}

.level3 {
margin-left: 60px;
}

.level4 {
margin-left: 80px;
}

.level5 {
margin-left: 100px;
}

.level6 {
margin-left: 120px;
}

.level7 {
margin-left: 140px;
}

.level8 {
margin-left: 160px;
}

.level9 {
margin-left: 180px;
}

.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
display: none;
width: 1px;
}

#clear5, #clear6, #clear7, #perex-cont-clear, #gallery-cont-clear, #g-section-cont-clear, #a-section-cont-clear, #article-cont-clear {
display: block;
}

/* Right panel */
#column-wrap {
display: block;
width: 320px;
height: 100%;
position: fixed;
text-align: left;
left: 0;
top: 0;
padding: 30px 10px 0 30px;
overflow-x: hidden;
background-color: #211515;
color: #fff;
}
@media (max-width: 1300px) {
#column-wrap {
  width: 280px;
}
}
@media (max-width: 1150px) {
#column-wrap {
  position: static;
  width: 100%;
  height: 80px;
  padding: 20px 15px;
  overflow: hidden;
  -moz-transition: height 0.25s linear;
  -o-transition: height 0.25s linear;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
#column-wrap.menu-open {
  height: auto;
}
}

#nav-column {
/* Menu */
/* Modules */
/* Footer */
}
#nav-column .nav-scroll {
position: relative;
width: 120%;
width: calc(100% + 60px);
height: 100%;
margin-top: 100px;
overflow: hidden;
left: -30px;
}
@media (max-width: 1150px) {
#nav-column .nav-scroll {
  width: 106%;
  width: calc(100% + 64px);
  margin-top: 30px;
  text-align: center;
}
}
#nav-column .nav-scroll-wrap {
padding-right: 20px;
/*position: absolute; top: 0; right: -20px; bottom: 0; left: 0; overflow: scroll; overflow-x: hidden;*/
}
#nav-column #navigation, #nav-column .section {
width: 106%;
width: calc(100% + 17px);
}
@media (max-width: 1150px) {
#nav-column #navigation {
  text-align: left;
}
}
#nav-column .section {
padding: 0 30px 30px;
text-align: center;
font-size: 0.929em;
}
@media (max-width: 1150px) {
#nav-column .section {
  width: auto;
  display: inline-block;
}
}
#nav-column .section p {
margin: 0 0 10px;
}
#nav-column #navigation + div {
padding-top: 60px;
}
#nav-column h2 {
display: none;
}
#nav-column a {
color: #fff;
}
#nav-column #logo {
position: fixed;
top: 0;
left: 0;
background: #211515;
z-index: 99;
padding: 30px;
width: 320px;
}
@media (max-width: 1300px) {
#nav-column #logo {
  width: 280px;
  padding: 30px 10px;
}
}
@media (max-width: 1150px) {
#nav-column #logo {
  position: static;
  padding: 0;
}
}
#nav-column #logo a {
width: 100%;
height: 60px;
background: url("https://s3b.estranky.cz/img/d/1000000390/logo.png") 50% 50% no-repeat;
background-size: contain;
}
@media (max-width: 1150px) {
#nav-column #logo a {
  height: 40px;
  background-position: 0 50%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
}
#nav-column .navbar-toggle {
display: none;
width: 26px;
height: 26px;
border: 0;
background: transparent url("https://s3b.estranky.cz/img/d/1000000390/menu.png") 0 0 no-repeat;
outline: none;
}
#nav-column .navbar-toggle.menu-open {
background-position: 0 -32px;
}
@media (max-width: 1150px) {
#nav-column .navbar-toggle {
  display: inline-block;
  float: right;
  position: relative;
  top: -32px;
}
}
#nav-column menu {
margin: 0;
padding: 0;
}
#nav-column menu li {
list-style-type: none;
position: relative;
}
#nav-column menu li.current:before {
content: "";
position: absolute;
background-color: #e62f2f;
width: 100%;
height: 62px;
top: 0;
}
#nav-column menu li.current a {
color: #fff;
}
#nav-column menu li.current a:before, #nav-column menu li.current a:after {
background-color: #fff;
}
#nav-column menu li.current a:active, #nav-column menu li.current a:hover, #nav-column menu li.current a:focus {
color: #fff;
}
#nav-column menu li.current ul a:active, #nav-column menu li.current ul a:hover, #nav-column menu li.current ul a:focus {
color: #e62f2f;
}
#nav-column menu li:last-child a {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#nav-column menu li .submenu {
margin: 0 30px;
padding: 20px 0 20px 25px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
height: 0;
display: none;
}
#nav-column menu li .submenu a {
text-transform: none;
border: 0;
padding: 3px 0;
margin: 0;
letter-spacing: 0;
}
#nav-column menu li .submenu a:before, #nav-column menu li .submenu a:after {
display: none;
}
#nav-column menu li.submenu-over .submenu {
height: 100%;
display: block;
}
#nav-column menu li.submenu-over a:before, #nav-column menu li.submenu-over a:after {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-column menu a {
display: block;
position: relative;
padding: 20px 20px 20px 0;
margin: 0 30px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
font-size: 0.929em;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
#nav-column menu a:before, #nav-column menu a:after {
content: "";
position: absolute;
background: #fff;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
transition: background 0.25s linear;
}
#nav-column menu a:before {
width: 8px;
height: 2px;
right: 0;
top: 29px;
}
#nav-column menu a:after {
width: 2px;
height: 8px;
right: 3px;
top: 26px;
}
#nav-column menu a:active, #nav-column menu a:hover, #nav-column menu a:focus {
color: #e62f2f;
}
#nav-column menu a:active:before, #nav-column menu a:active:after, #nav-column menu a:hover:before, #nav-column menu a:hover:after, #nav-column menu a:focus:before, #nav-column menu a:focus:after {
background-color: #e62f2f;
}
#nav-column #portrait img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
#nav-column #languages a {
display: inline-block;
margin: 0 8px 10px;
}
#nav-column #footer {
padding: 0 0 0 30px;
font-size: 0.857em;
color: #9c9c9c;
}
#nav-column #footer a {
color: #9c9c9c;
}
#nav-column #footer a:active, #nav-column #footer a:hover, #nav-column #footer a:focus {
color: #e62f2f;
}
#nav-column #footer p + p a:first-child {
margin-right: 15px;
}

.menu-type-standard li > ul.level_2 {
  display: block !important;
}

/* Layout */
#body {
margin-left: 320px;
position: relative;
padding-left: 30px;
background: url(/img/picture/5/haterkep.jpg );
}
@media (max-width: 1300px) {
#body {
  margin-left: 280px;
}
}
@media (max-width: 1150px) {
#body {
  margin-left: 0;
}
}
@media (max-width: 600px) {
#body {
  padding: 0 30px;
}
}
@media (max-width: 450px) {
#body {
  padding: 0 15px;
}
}

#content {
float: left;
width: 75%;
width: calc(100% - 380px);
margin-top: 10px;
}
@media (min-width: 768px) {
#content {
  margin-top: 30px;
}
}

.column {
float: right;
width: 350px;
padding: 0 5px;
background: #f6f6f6;
}
@media(min-width: 1100px) {
  .column {
    padding: 0 30px 0;
  }
}

@media (max-width: 600px) {
#content, .column {
  float: none;
  width: 100%;
}
}
/* Header */

#header { margin-bottom: 40px; display: none; }
.home #header { display: block; }

#header .inner_frame {
background-image: url("/img/ulogo.43.png");
background-repeat: no-repeat;
background-position: 50% 50%;
-moz-background-size: contain!important;
-o-background-size: contain!important;
-webkit-background-size: contain!important;
background-size: contain!important;
display: table;
overflow: hidden;
width: 100%;
height: auto;
position: relative;
padding-top: 46%;
}
@media (max-width: 1400px) {
#header .inner_frame {
  height: auto;
}
}
@media (max-width: 900px) {
#header .inner_frame {
  height: auto;
}
}
@media (max-width: 450px) {
#header .inner_frame {
  height: auto;
}
}
#header .title-desktop {
  display: none;
}
@media (min-width: 1100px) {
  #header .title-desktop {
    display: block;
  }
}

#header .title-mobile {
  display: block;
}
@media (min-width: 1100px) {
  #header .title-mobile {
    display: none;
  }
}

#header .title-mobile h1 {
  top: 11px;
}

#header h1 {
    position: relative;
    display: block;
    top: 23px;
    font-size: 1.4rem;
    padding: 0 0 15px;
    width: 100%;
    line-height: 25px;
    margin: 10px 0;
    overflow: visible;
}
@media (min-width: 1100px) {
#header h1 {
    width: 100%;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0px 25px;
    margin: 20px 0;
    font-size: 2rem;
}
}
#header h1 a {color: initial;}

#header #header-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

/* Modules */
.column .section {
margin-bottom: 30px;
text-align: left;
font-size: 0.929em;
/* Search */
/* Login */
/* Basket */
/* Category, Photoalbum, Links, RSS */
/* Last photo */
/* Mail list */
/* RSS */
/* Calendar */
}
.column .section h2 {
display: inline-block;
padding-bottom: 8px;
margin: 10px 0 15px;
position: relative;
font-size: 1em;
color:#333;
text-transform: uppercase;
letter-spacing: 1px;
}
.column .section h2:before, .column .section h2:after {
position: absolute;
content: "";
left: 0;
background-color: #e62f2f;
}
.column .section h2:before {
height: 2px;
width: 100%;
bottom: 1px;
}
.column .section h2:after {
height: 1px;
width: 500px;
bottom: 0;
}
.column .section input {
display: block;
width: 100%;
border-color: #f6f6f6;
}
.column .section input:active, .column .section input:hover, .column .section input:focus {
border-color: #e62f2f;
}
.column .section#search fieldset {
position: relative;
margin: 0;
}
.column .section#search form {
  margin-top: 30px;
}
.column .section #key {
  padding-right: 30px;
}
.column .section #sendsearch {
position: absolute;
width: 16px;
height: 16px;
top: 10px;
right: 10px;
text-indent: -9999px;
background: transparent url("https://s3b.estranky.cz/img/d/1000000390/search.png") no-repeat;
border: 0;
}
.column .section#login label {
float: none;
display: block;
}
.ie9 .column .section#login label, .ie8 .column .section#login label {
display: block;
}
.column .section#login form div input {
width: 100%;
margin-bottom: 5px;
}
.column .section#login input.submit {
float: none;
margin: 0;
}
.column .section#login p {
margin: 10px 0 13px;
}
.column .section#nav-basket a {
margin-top: 5px;
}
.column .section#ecategory ul, .column .section#photo-album-nav ul, .column .section#links ul, .column .section#rss-nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.column .section#ecategory a, .column .section#photo-album-nav a, .column .section#links a, .column .section#rss-nav a {
display: block;
position: relative;
padding: 10px 13px 10px 0;
border-bottom: 1px solid #e8dfdf;
}
.column .section#ecategory a:before, .column .section#ecategory a:after, .column .section#photo-album-nav a:before, .column .section#photo-album-nav a:after, .column .section#links a:before, .column .section#links a:after, .column .section#rss-nav a:before, .column .section#rss-nav a:after {
position: absolute;
content: "";
width: 6px;
height: 1px;
right: 0;
background-color: #484848;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.column .section#ecategory a:before, .column .section#photo-album-nav a:before, .column .section#links a:before, .column .section#rss-nav a:before {
top: 18px;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.column .section#ecategory a:after, .column .section#photo-album-nav a:after, .column .section#links a:after, .column .section#rss-nav a:after {
top: 21px;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.column .section#ecategory a:hover:before, .column .section#ecategory a:hover:after, .column .section#photo-album-nav a:hover:before, .column .section#photo-album-nav a:hover:after, .column .section#links a:hover:before, .column .section#links a:hover:after, .column .section#rss-nav a:hover:before, .column .section#rss-nav a:hover:after {
background: #e62f2f;
}
.column .section#ecategory li.first a, .column .section#photo-album-nav li.first a, .column .section#links li.first a, .column .section#rss-nav li.first a {
border-top: 1px solid #e8dfdf;
}
.column .section#ecategory li.first ul a, .column .section#photo-album-nav li.first ul a, .column .section#links li.first ul a, .column .section#rss-nav li.first ul a {
border-top: 0;
padding-left: 15px;
}
.column .section#last-photo img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.column .section#last-photo span a {
margin-top: 5px;
}
.column .section#last-photo .wrap-of-photo {
overflow: hidden;
}
.column .section#last-photo .wrap-of-photo:hover a {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.ie11 .column .section#last-photo a, .ie10 .column .section#last-photo a, .ie9 .column .section#last-photo a, .ie8 .column .section#last-photo a {
display: block;
}
.column .section#mail-list fieldset dd {
  margin: 0;
}
.column .section#mail-list br {
display: none;
}
.column .section#mail-list .submit {
margin: 10px 0 0;
}
.column .section#rss-nav ul li:first-child a {
border-top: 1px solid #e8dfdf;
}
.column .section#calendar th {
font-weight: 600;
}
.column .section#calendar caption {
display: none;
}
.column .section#calendar table {
width: 100%;
_width: 210px;
max-width: 240px;
min-width: 200px;
}
.column .section#calendar table td, .column .section#calendar table th {
text-align: center;
}
.column .section#calendar tbody a {
color: #fff;
background: #e62f2f;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.column .section#calendar tbody a:active, .column .section#calendar tbody a:hover, .column .section#calendar tbody a:focus {
background: #ec6363;
}
.column .section#calendar #archive-small a {
display: inline-block;
color: #e62f2f;
background: transparent;
}
.column .section#calendar #archive-small a:active, .column .section#calendar #archive-small a:hover, .column .section#calendar #archive-small a:focus {
background: transparent;
color: #484848;
}

.editor-area table {
max-width: 500px;
}

#inner-column {
overflow: hidden;
}

/* Photos */
.photo-wrap, #preview-folder .box {
width: 30%;
width: calc(35% - 30px);
_float: left;
display: inline-block;
vertical-align: top;
text-align: center;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.ie11 .photo-wrap, .ie10 .photo-wrap, .ie9 .photo-wrap, .ie8 .photo-wrap, .ie11 #preview-folder .box, .ie10 #preview-folder .box, .ie9 #preview-folder .box, .ie8 #preview-folder .box {
overflow: hidden;
}
.ie11 .photo-wrap a, .ie10 .photo-wrap a, .ie9 .photo-wrap a, .ie8 .photo-wrap a, .ie11 #preview-folder .box a, .ie10 #preview-folder .box a, .ie9 #preview-folder .box a, .ie8 #preview-folder .box a {
display: block;
}
@media (max-width: 1400px) {
.photo-wrap, #preview-folder .box {
  width: 50%;
  width: calc(50% - 30px);
}
}
@media (max-width: 900px) {
.photo-wrap, #preview-folder .box {
  width: 100%;
  width: calc(100% - 30px);
}
}
.photo-wrap > div, #preview-folder .box > div {
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.photo-wrap img, #preview-folder .box img {
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
border: 0;
}
.photo-wrap:hover > div, #preview-folder .box:hover > div {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}

#photos, #folders, #preview-folder {
overflow: hidden;
*zoom: 1;
margin-left: -15px;
margin-right: -15px;
}
#photos h2, #folders h2, #preview-folder h2 {
margin: 0 15px 42px;
}

#photos, #preview-folder {
padding-top: 30px;
}

/* Folder */
.folder {
width: 30%;
width: calc(35% - 30px);
display: inline-block;
text-align: center;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 70px;
}
@media (max-width: 1400px) {
.folder {
  width: 50%;
  width: calc(50% - 30px);
}
}
@media (max-width: 900px) {
.folder {
  width: 100%;
}
}
.folder .photo-wrap {
float: none;
padding: 0;
margin-bottom: 0;
width: 100%;
overflow: hidden;
}
.folder .photo-wrap:hover > div {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.folder .photo-wrap:hover a {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.folder .folder-info h3 {
max-height: 42px;
margin: 10px 0 8px;
overflow: hidden;
}
.folder .folder-info div {
display: inline-block;
margin: 0 10px;
font-size: 0.786em;
}
.folder .folder-info div span {
display: inline-block;
margin-right: 3px;
position: relative;
top: 1px;
}
.folder .folder-info .date {
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") no-repeat;
width: 12px;
height: 12px;
}
.folder .folder-info .pictures-count {
background: url("https://s3b.estranky.cz/img/d/1000000390/picture.png") no-repeat;
width: 15px;
height: 12px;
}
.folder .folder-info .folder-count {
background: url("https://s3b.estranky.cz/img/d/1000000390/folder.png") no-repeat;
width: 14px;
height: 12px;
}
.folder .folder-info .comments-count {
background: url("https://s3b.estranky.cz/img/d/1000000390/comments.png") no-repeat;
width: 14px;
height: 12px;
}
.folder .folder-info {
  display: inline-block;
}
/* Slide */
#slide {
text-align: center;
}

.slidenav {
margin: 30px 0 15px;
}
.slidenav .back {
float: left;
}
.slidenav .forward {
float: right;
}

#thumbnav {
width: 466px;
margin: 0 auto 20px;
overflow: hidden;
}
#thumbnav .box {
float: left;
}
#thumbnav .box, #thumbnav .box div {
height: 86px;
width: 86px;
text-align: center;
display: table;
overflow: hidden;
}
#thumbnav .box div a {
height: 100%;
border: 0;
display: table-cell;
vertical-align: middle;
}
#thumbnav .box div img {
width: auto;
height: auto;
max-width: 120px;
max-height: 120px;
_width: 110%;
}

.slidebar {
overflow-x: scroll;
overflow-y: hidden;
width: 100%;
white-space: nowrap;
}
.slidebar a {
margin-right: 3px;
}

/* Gallery preview */
#smLightbox_preview {
display: none !important;
}

/* Navigation */
#breadcrumb-nav {
margin-bottom: 20px;
}
@media(min-width: 900px) {
   #breadcrumb-nav {
    margin-top: 10px;
     margin-bottom: 45px;
  }
}
#breadcrumb-nav a {
background: url("https://s3b.estranky.cz/img/d/1000000390/arrow.png") 100% 5px no-repeat;
padding-right: 13px;
margin-right: 6px;
}
#breadcrumb-nav span {
display: inline-block;
}

/* Article preview */
#articles, #archive {
overflow: hidden;
*zoom: 1;
margin-left: -15px;
margin-right: -15px;
padding-top: 30px;
}
#articles h2, #archive h2, #articles .editor-area, #archive .editor-area {
margin-left: 15px;
margin-right: 15px;
}
#articles .article, #archive .article {
width: 33%;
float: left;
position: relative;
text-align: center;
padding: 0 15px;
margin-bottom: 30px;
border: 0;
overflow: visible;
}
@media (max-width: 1400px) {
#articles .article, #archive .article {
  width: 50%;
}
}
@media (max-width: 900px) {
#articles .article, #archive .article {
  width: 100%;
  max-width: 420px;
}
}
#articles .article .article-wrap, #archive .article .article-wrap {
overflow: hidden;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
#articles .article:hover .article-wrap, #archive .article:hover .article-wrap {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}
#articles .article .art-delimit-wa, #articles .article .art-delimit-gal, #articles .article .art-delimit-sec, #archive .article .art-delimit-wa, #archive .article .art-delimit-gal, #archive .article .art-delimit-sec {
display: none;
}
#articles .article .preview, #archive .article .preview {
/*height: 175px;*/
overflow: hidden;
background-color: #f6f6f6;
position: relative;
padding-bottom: 46%;
}
#articles .article .preview a, #archive .article .preview a {
width: 100%;
height: 100%;
position: absolute;
left: 0;
}
#articles .article .preview img, #archive .article .preview img {
max-width: 100%;
height: 100%;
}
#articles .article h3, #articles .article .editor-area, #articles .article .under-article, #archive .article h3, #archive .article .editor-area, #archive .article .under-article {
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
}
#articles .article h3, #archive .article h3 {
height: 42px;
margin: 22px 0 18px;
}
#articles .article .editor-area, #archive .article .editor-area {
text-align: left;
height: 130px;
margin: 0 0 12px;
}
#articles .article .under-article, #archive .article .under-article {
padding-bottom: 5px;
font-size: 0.786em;
}
#articles .article .under-article .inner_frame, #archive .article .under-article .inner_frame {
height: 40px;
overflow: hidden;
}
#articles .article .under-article strong, #archive .article .under-article strong {
display: none;
}
#articles .article .under-article span, #archive .article .under-article span {
margin: 0 6px;
}
#articles .article .under-article .dir, #articles .article .under-article .comment, #archive .article .under-article .dir, #archive .article .under-article .comment {
margin: 0;
}
#articles .article .under-article .date, #archive .article .under-article .date {
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 1px no-repeat;
padding-left: 18px;
}
#articles .article .under-article .section, #archive .article .under-article .section {
background: url("https://s3b.estranky.cz/img/d/1000000390/folder.png") 0 1px no-repeat;
padding-left: 20px;
}
#articles .article .under-article .photo-voluntary, #archive .article .under-article .photo-voluntary {
background: url("https://s3b.estranky.cz/img/d/1000000390/picture.png") 0 1px no-repeat;
padding-left: 21px;
}
#articles .article .under-article .nr-comments, #archive .article .under-article .nr-comments {
background: url("https://s3b.estranky.cz/img/d/1000000390/comments.png") 0 1px no-repeat;
padding-left: 21px;
}
#articles .article .under-article .comment, #archive .article .under-article .comment {
border: 0;
padding: 0;
}

/* Archive */
#archive {
padding-top: 0;
}
#archive h2 {
clear: both;
}

/* Article detail */

.image-intro-wrapper {
display: inline-block;
position: relative;
overflow: hidden;
margin-top: 15px;
margin-bottom: 20px;
padding-bottom: 25px;
border-bottom: 1px solid #dfe8e2;
max-width: 950px;
}

@media (max-width: 768px) {
.image-intro-wrapper {
  flex-direction: column;
}
}

@media (max-width: 600px) {
.image-intro-wrapper {
  flex-direction: column;
  padding-bottom: 10px;
  margin-top: 0;
}
}


.detail-article-perex {
padding-right: 15px;
float: left;
width: 50%;
}

@media (max-width: 900px) {
.detail-article-perex {
  width: 100%; 
  padding-right: 0;
}
}

@media (max-width: 600px) {
.detail-article-perex {
  padding-right: 0;
  width: 100%; 
}
}

.article_img {
float: left;
width: 50%;
}

@media (max-width: 900px) {
.article_img {
  width: 100%; 
}
}

.article {
display: flex;
  flex-direction: column;
  position: relative;
border-bottom: 1px solid #e8dfdf;
padding-bottom: 20px;
}
.article img {
  max-width: 100%;
    height: auto;
}
.article .article-date {  
display: flex;
flex-direction: column;
position: absolute;
top: 35px;
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 3px no-repeat;
padding-left: 18px;
top: 35px;
margin-bottom: 20px;
font-size: 0.786em;
}
@media (max-width: 650px) {
.article .article-date {
  margin-bottom: 40px;
}
}
.article .span-a-title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.article #block-comments {
border-top: 1px solid #e8dfdf;
margin-top: 15px;
padding-top: 30px;
}
/* Comments */
#block-comments legend, #block-comments label {
display: none;
}
#block-comments label {
_display: block;
}
.ie9 #block-comments label, .ie8 #block-comments label {
display: block;
}
#block-comments dl {
margin: 0;
}
#block-comments dd {
margin-left: 0;
}
#block-comments #validation-dt label {
display: inline-block;
}
#block-comments #c_validation_div, #block-comments #c_validation {
width: 240px;
}
#block-comments .sound-captcha {
display: inline-block;
margin-top: 3px;
}
#block-comments dd input, #block-comments dd textarea {
width: 100%;
}
#block-comments textarea {
margin-bottom: 20px;
}
#block-comments h3 + div {
border-top: 1px solid #e8dfdf;
}
#block-comments #comments-form {
margin-bottom: 50px;
}

.comment {
border-bottom: 1px solid #e8dfdf;
padding: 20px 0;
}
.comment .commentWrap {
border-left: 3px solid #e62f2f;
padding-left: 25px;
}
.comment h3 {
font-size: 1em;
margin: 0 0 20px;
}
.comment .comment-footer {
font-size: 0.786em;
}
.comment .comment-footer .date {
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 1px no-repeat;
padding-left: 18px;
margin-right: 20px;
}

/* Pagination */
.list-of-pages {
text-align: center;
margin: 40px 0;
clear: both;
}
.list-of-pages p {
display: inline-block;
}
.list-of-pages .numbers {
padding: 0 10px !important;
}
.list-of-pages span, .list-of-pages a {
display: inline-block;
margin: 0 3px 3px 0;
}
.list-of-pages a {
background: #e62f2f;
color: #fff;
min-width: 28px;
min-height: 28px;
line-height: 28px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
_color: #e62f2f;
_background: none;
}
.list-of-pages a:active, .list-of-pages a:hover, .list-of-pages a:focus {
background: #484848;
}
.list-of-pages .previous a, .list-of-pages .next a {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
color: #e62f2f;
}
.list-of-pages .previous a:active, .list-of-pages .previous a:hover, .list-of-pages .previous a:focus, .list-of-pages .next a:active, .list-of-pages .next a:hover, .list-of-pages .next a:focus {
color: #484848;
}

/* RSS */
#rss-channels a {
word-break: break-all;
}

/* Eshop */
#eshop {
/* Article preview */
/* Pagination */
/* Product detail */
/* Forgoten passward */
/* Orders */
/* Steps */
/* Basket */
/* Registration */
/* Settings */
}
#eshop p.message-info {
color: #ff0000;
padding: 40px;
background: white;
}
#eshop .errormes, #eshop p.message-info {
background-color: #F2DEDE;
border: 1px solid #EBCCD1;
color: #A94442;
padding: 15px;
margin: 15px 0;
}
#eshop #articles {
padding: 0 15px;
}
#eshop #articles h2 {
margin-left: 0;
margin-right: 0;
}
#eshop #basket_preview_form tbody tr td, #eshop #confirm tbody tr td, #eshop #orderdone tr td {
border-collapse: collapse;
border-top: 1px solid #e8dfdf;
padding: 5px 0;
}
#eshop #basket_preview_form table .border_fix td, #eshop #basket_preview_form table tr .price {
border: none;
}
#eshop .placeholder, #eshop .labelFix label {
display: none;
_display: block;
}
.ie9 #eshop .placeholder, .ie8 #eshop .placeholder, .ie9 #eshop .labelFix label, .ie8 #eshop .labelFix label {
display: block;
}
#eshop .products {
border-bottom: 1px solid #e8dfdf;
}
#eshop .products h2 {
margin: 30px 0 22px;
}
#eshop .products .article {
margin: 15px 22px 0 0;
border: 0;
height: 320px;
width: 100%;
}
@media(min-width: 768px) {
  #eshop .products .article {
     width: 130px;
  }
}
#eshop .products .article h3 {
font-size: 1.143em;
height: 2.4em;
}
#eshop .products .article .photo-wrap {
width: 100%;
height: 120px;
}
@media(min-width: 768px) {
  #eshop .products .article .photo-wrap {
     width: 120px;
  }
}
#eshop .products .article .photo-wrap div {
width: 100%;
}
#eshop .products .article .photo-wrap a {
width: 100%;
}
.ie11 #eshop .products .article .photo-wrap a, .ie10 #eshop .products .article .photo-wrap a, .ie9 #eshop .products .article .photo-wrap a, .ie8 #eshop .products .article .photo-wrap a {
display: inline-block;
}
#eshop .products .article .editor-area {
font-size: 0.929em;
height: 6.2em;
padding: 5px 0!important;
}

#eshop .products .article .price {
margin-top: 0;
text-align: left!important;
}
#eshop #paging {
text-align: center;
margin: 40px 0;
}
#eshop #paging .numbers {
padding: 0 10px !important;
}
#eshop #paging span, #eshop #paging a {
display: inline-block;
margin: 0 10px 5px 0;
}
#eshop #paging a {
background: #e62f2f;
color: #fff;
min-width: 28px;
min-height: 28px;
line-height: 28px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
_color: #e62f2f;
_background: none;
}
#eshop #paging a:active, #eshop #paging a:hover, #eshop #paging a:focus {
background: #484848;
}
#eshop #paging #next {
margin-left: 15px;
}
#eshop #paging #previous {
margin-right: 15px;
}
#eshop .photo-wrap {
padding: 0;
margin: 0;
border: 1px solid #e8dfdf;
}
#eshop .photo-wrap:hover > div {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#eshop .photo-wrap:hover a {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
#eshop #product #photo-detail {
margin-right: 40px;
width: 272px;
}
#eshop #product #photo-detail #photo {
border: 1px solid #e8dfdf;
}
#eshop #product #photo-detail #zoomer_middle {
width: 266px;
height: 266px;
}
@media (max-width: 950px) {
#eshop .products .article {height: auto;}
#eshop .products .article .editor-area {
   height: auto;
}
#eshop #product #photo-detail {
  float: none;
}
}
#eshop #product .sphotos .ephoto {
float: left;
margin: 4px 4px 0 0;
}
#eshop #product .wrap {
float: left;
width: 48%;
}
#eshop #product .wrap h2 {
margin-left: 0;
margin-right: 0;
}
#eshop #product #basket input.add_basket {
padding: 10px 20px 10px 35px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
font-weight: 600;
font-size: 0.929em;
background-position: 8px 50%;
background-color: #e62f2f;
border-color: #e62f2f;
color: #fff;
background-image: url("https://s3b.estranky.cz/img/d/1000000390/cart.png");
}
#eshop #product #basket input.add_basket:active, #eshop #product #basket input.add_basket:hover, #eshop #product #basket input.add_basket:focus {
background-color: #ec6363;
border-color: #ec6363;
outline: none;
}
#eshop #product #basket input.amount {
border-color: #e8dfdf;
padding: 10px 8px;
width: 50px;
text-align: center;
top: 0;
}
#eshop #product #basket input.amount:active, #eshop #product #basket input.amount:hover, #eshop #product #basket input.amount:focus {
border-color: #e62f2f;
outline: none;
}
#eshop #product #panel {
float: right;
width: 48%;
}
#eshop #product #panel .panel-header ul {
padding: 0;
}
#eshop #product #panel .panel-header a {
padding: 6px 14px;
}
#eshop #product #panel #block-comments dl {
margin: 0;
}
#eshop #product #panel #block-comments dl dt {
display: none;
_display: block;
}
.ie9 #eshop #product #panel #block-comments dl dt, .ie8 #eshop #product #panel #block-comments dl dt {
display: block;
}
#eshop #product #panel #block-comments .comment h3 {
margin-bottom: 10px;
}
#eshop #product #panel #block-comments .comment .comment-headline i {
display: block;
margin-bottom: 13px;
font-size: 0.786em;
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 3px no-repeat;
padding-left: 18px;
}
@media (max-width: 1750px) {
#eshop #product .wrap, #eshop #product #panel {
  float: none;
  width: 100%;
}
}
@media (max-width: 950px) {
#eshop #product #product-detail {
  margin-bottom: 15px;
}
}
#eshop fieldset.validation .validatin-images-set input, #eshop .gennewmail fieldset input {
width: 240px;
}
#eshop .order_account table#basket_preview_form {
border-bottom: 1px solid #e8dfdf;
}
#eshop .order_account .price {
margin-top: 10px;
}
#eshop #steps ul {
width: 290px;
margin: 0 auto 40px;
font-size: 0.929em;
_width: 280px;
overflow: hidden;
*zoom: 1;
}
#eshop #steps ul li {
background-image: url("https://s3b.estranky.cz/img/d/1000000390/step.png");
background-repeat: no-repeat;
width: 90px;
padding: 5px 0 6px;
text-align: center;
}
#eshop #steps ul li.active {
background-image: url("https://s3b.estranky.cz/img/d/1000000390/step-active.png");
font-weight: 600;
}
#eshop #steps ul .step2, #eshop #steps ul .step3 {
margin-left: -10px;
_margin-left: 0;
}
#eshop #basket_preview_form td.coupon input.couponText {
width: 115px;
}
#eshop #basket_preview_form table {
margin-bottom: 20px;
min-width: 100%;
}
#eshop th {
  padding: 2px 3px;
}
@media(min-width: 768px) {
#eshop th {
  padding: 2px 10px;
}
}
#eshop #basket_preview_form fieldset p {
float: left;
}
#eshop #basket_preview_form fieldset p .submit {
margin: 3px 5px 3px 0;
}
#eshop #basket_preview_form fieldset p a.submit {
font-size: 0.929em;
padding: 9px 20px;
margin-left: 3px;
}
#eshop #basket_preview_form fieldset p a.submit:active, #eshop #basket_preview_form fieldset p a.submit:hover, #eshop #basket_preview_form fieldset p a.submit:focus {
color: #fff;
}
#eshop #basket_preview_form .wrap {
margin: 25px 0;
background: #f6f6f6;
padding: 15px;
}
#eshop #basket_preview_form .wrap h3 {
font-size: 1.143em;
}
#eshop #basket_preview_form .wrap ul {
padding: 0;
}
#eshop #basket_preview_form .wrap li input {
position: relative;
top: 2px;
_height: auto;
_top: 2px;
}
#eshop #confirm table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 0;
}
#eshop #confirm fieldset.right {
border-top: 1px solid #e8dfdf;
padding-top: 10px;
}
#eshop #confirm .wrap {
margin: 25px 0;
background: #f6f6f6;
padding: 15px;
}
#eshop #confirm .wrap h3 {
font-size: 1.143em;
}
#eshop #confirm #usernote h3 {
display: none;
}
#eshop #confirm #validtermscnf {
position: relative;
top: 2px;
}
#eshop #confirm .submit {
margin-top: 15px;
}
#eshop .registration table {
border-collapse: collapse;
border-spacing: 0;
}
#eshop .registration table tbody {
min-width: 330px;
}
@media (max-width: 1800px) {
#eshop .registration table tbody {
  min-width: 0;
}
}
#eshop .registration table td input {
width: 240px;
}
#eshop .registration.contact-info fieldset {
width: 60%;
}
@media (max-width: 1800px) {
#eshop .registration.contact-info fieldset {
  width: 100%;
}
}
#eshop .contact-info #usernewsletter {
position: relative;
top: 2px;
}
#eshop .contact-info p {
clear: both;
}
#eshop .contact-info table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
#eshop .contact-info .labelFix input {
width: 85%;
}
#eshop .contact-info .labelFix span {
color: red;
}
#eshop .contact-info #account_info, #eshop .contact-info #billing_address {
height: auto;
}
.ie9 #eshop .contact-info #account_info, .ie8 #eshop .contact-info #account_info, .ie9 #eshop .contact-info #billing_address, .ie8 #eshop .contact-info #billing_address {
height: auto;
}
@media (max-width: 900px) {
#eshop .contact-info #account_info, #eshop .contact-info #billing_address {
  height: auto;
}
.ie9 #eshop .contact-info #account_info, .ie8 #eshop .contact-info #account_info, .ie9 #eshop .contact-info #billing_address, .ie8 #eshop .contact-info #billing_address {
  height: auto;
}
}
#eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
width: 48%;
}
@media (max-width: 900px) {
#eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
  width: 100%;
}
}
#eshop .contact-info .widthFix {
width: 100px;
}
#eshop .settings {
overflow: hidden;
*zoom: 1;
}
#eshop .settings p {
clear: both;
}
#eshop .settings table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
#eshop .settings .labelFix input {
width: 85%;
}
#eshop .settings .labelFix span {
color: red;
}
#eshop .settings #account_info, #eshop .settings #billing_address {
height: 300px;
}
.ie9 #eshop .settings #account_info, .ie8 #eshop .settings #account_info, .ie9 #eshop .settings #billing_address, .ie8 #eshop .settings #billing_address {
height: 390px;
}
@media (max-width: 900px) {
#eshop .settings #account_info, #eshop .settings #billing_address {
  height: auto;
}
.ie9 #eshop .settings #account_info, .ie8 #eshop .settings #account_info, .ie9 #eshop .settings #billing_address, .ie8 #eshop .settings #billing_address {
  height: auto;
}
}
#eshop .settings .left-float, #eshop .settings .right-float, #eshop .settings > fieldset {
width: 48%;
}
@media (max-width: 900px) {
#eshop .settings .left-float, #eshop .settings .right-float, #eshop .settings > fieldset {
  width: 100%;
}
}
#eshop .settings .widthFix {
width: 100px;
}
#eshop .login-info fieldset {
width: 48%;
}
#eshop .login-info label {
display: none;
}
#eshop .login-info input {
width: 85%;
}
#eshop .login-info .submit {
width: auto;
}

/* Adv */
#mess-ahead, #shifter {
margin-left: 320px;
background: #fff;
text-align: center;
position: relative;
z-index: 5;
}
@media (max-width: 1300px) {
#mess-ahead, #shifter {
  margin-left: 280px;
}
}
@media (max-width: 1150px) {
#mess-ahead, #shifter {
  margin-left: 0;
}
}
#mess-ahead .inner_frame, #shifter .inner_frame {
text-align: center;
}

#mess-ahead {
padding-bottom: 30px;
}

#shifter #shifter_wrap {
width: 880px;
}
#shifter #shifter_title h3#shifter_t_2 {
margin-right: 267px;
}
#shifter #shifter_wrap #shifter_terms a {
margin: 10px 15px 0 0;
}

@media (max-width: 900px) {
#shifter #shifter_wrap {
  width: auto;
  position: relative;
}
#shifter #shifter_wrap h3#shifter_t_2 {
  position: absolute;
  left: 5px;
  top: 250px;
}
#shifter #shifter_wrap #selfpromo {
  margin-top: 35px;
}
#shifter #shifter_wrap #shifter_terms {
  text-align: left;
}
}

@media (max-width: 800px) {
  #thumbnav {
    width: 100%;
  }
}

@media (max-width: 650px) {
#shifter #shifter_wrap h3#shifter_t_2 {
  position: absolute;
  left: 5px;
  top: 450px;
}
}
@media (max-width: 350px) {
#shifter #shifter_wrap #shifter_title h3#shifter_t_2, #shifter #shifter_wrap #selfpromo {
  display: none;
}
}


/* Galerie responsive */
#smLightbox_title {
  max-width:750px;
  position:relative;
  box-sizing: border-box;
  padding:0 10px;
}
#smLightbox_description {
  max-width:100%;
  position:relative;
  padding:5px 10px 0;
  box-sizing: border-box;
  top:10px !important;
}
#smLightbox_container {
  max-width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #smLightbox_title {
    margin-top:30px ;
  }
}


@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.eot');
  src: url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000390/opensans-semibold.ttf') format('truetype');
  font-weight: 600;
}
.recaptchaContainer {
    text-align: left;
}
input[type="button" i] {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    max-width: 20rem;
    background-color: #f37720;
    padding: .5rem 1rem .6rem;
    border-radius: 25rem;
    border-color: #f37720;
    border-style: solid;
    cursor: pointer;
}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -47px;
    left: -9px;
}
#eshop form table tbody tr td {
    padding-right: 5px;
   vertical-align: top;
}
#eshop .registration td input {
  width: 100%;
}
h2, h3, h4, h5, h6, pre, address, u, s {margin: 10px 0;}
input {padding: 5px;}
table {
    max-width: 500px;
}
iframe {
  width: 100%;
    max-width: 500px;
}
#osm-map {
  width: 100%!important;
    max-width: 500px;
}
td {padding: 5px;}
.editor-area hr { display: block; }

/* Layout */
body {
font-size: 14px;
font-family: "Open Sans";
line-height: 20px;
margin: 0;
color: #ffffff;
background: #fff;
}
div.editor-area {
  font-weight: 600;
  color: #ffffff; /* alap fehér szín */
  text-shadow:
    0 0 5px #ffffff,
    0 0 10px #e0e0e0,
    0 0 20px #cccccc;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  cursor: default;
}

div.editor-area:hover {
  color: #ffffff;
  text-shadow:
    0 0 10px #ffffff,
    0 0 20px #ffffff,
    0 0 30px #ffffffcc,
    0 0 40px #ffffff;
}


}

.accessibility-links {
position: absolute;
top: -10000em;
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.left, .head-left {
text-align: left;
}

.right, .head-right {
text-align: right;
}

.center, .head-center {
text-align: center;
}

.justify {
text-align: justify;
}

.left-float {
float: left;
}

.right-float {
float: right;
}

b, strong, th {
font-weight: 600;
}

i {
font-style: italic;
}

hr {
display: none;
}

img {
border: 0;
}

fieldset {
border: 0;
padding: 0;
min-width: auto;
}

.validation dd {
margin-left: 0;
}

p {
margin: 0 0 15px;
}

h1, h2, h3, h4 {
  font-weight: 600;
  color: #00bfff; /* élénk kék */
  text-shadow:
    0 0 5px #00bfff,
    0 0 10px #00e5ff,
    0 0 20px #00e5ff;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  cursor: default;
}

h1 {
  font-size: 2.286em;
  line-height: 36px;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 2.143em;
  }
}

h2 {
  font-size: 1.429em;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1.143em;
  margin: 10px 0 8px;
}

/* Hover effekt - fehéres áttörés és ragyogás */
h1:hover, h2:hover, h3:hover, h4:hover {
  color: #aaffff;
  text-shadow:
    0 0 10px #aaffff,
    0 0 20px #d0ffff,
    0 0 30px #ffffffcc,
    0 0 40px #00e5ff;
}

a, .admin h3 {
color: #e62f2f;
}

a {
display: inline-block;
text-decoration: none;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
a:active, a:hover, a:focus {
text-decoration: none;
color: #ffffff;
}

/* Inputs */
input, input[type="text"], input[type="email"], input[type="password"], textarea {
border: 1px solid #484848;
background: #fff;
padding: 10px 8px;
margin: 3px 0;
font-family: "Open Sans";
font-size: 0.929em;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
input:active, input:hover, input:focus, input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea:active, textarea:hover, textarea:focus {
border-color: #e62f2f;
outline: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
-moz-box-shadow: #fff -100em 0 0 inset;
-webkit-box-shadow: #fff -100em 0 0 inset;
box-shadow: #fff -100em 0 0 inset;
}
#mail-list .vizual-captcha {
  width: 100%;
  margin: 10px 0;
}
.submit, #send-mail-list {
padding: 10px 20px;
background: #e62f2f;
border: 1px solid #e62f2f;
color: #fff;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
}
.submit:active, .submit:hover, .submit:focus, #send-mail-list:active, #send-mail-list:hover, #send-mail-list:focus {
background: #ec6363;
border-color: #ec6363;
outline: none;
}

input[type="checkbox"], input[type="radio"] {
border: none;
background: none;
}

/* comments level */
.level1 {
margin-left: 20px;
}

.level2 {
margin-left: 40px;
}

.level3 {
margin-left: 60px;
}

.level4 {
margin-left: 80px;
}

.level5 {
margin-left: 100px;
}

.level6 {
margin-left: 120px;
}

.level7 {
margin-left: 140px;
}

.level8 {
margin-left: 160px;
}

.level9 {
margin-left: 180px;
}

.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
display: none;
width: 1px;
}

#clear5, #clear6, #clear7, #perex-cont-clear, #gallery-cont-clear, #g-section-cont-clear, #a-section-cont-clear, #article-cont-clear {
display: block;
}

/* Right panel */
#column-wrap {
display: block;
width: 320px;
height: 100%;
position: fixed;
text-align: left;
left: 0;
top: 0;
padding: 30px 10px 0 30px;
overflow-x: hidden;
background-color: #000000;
color: #ffffff;
}
@media (max-width: 1300px) {
#column-wrap {
  width: 280px;
}
}
@media (max-width: 1150px) {
#column-wrap {
  position: static;
  width: 100%;
  height: 80px;
  padding: 20px 15px;
  overflow: hidden;
  -moz-transition: height 0.25s linear;
  -o-transition: height 0.25s linear;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
#column-wrap.menu-open {
  height: auto;
}
}

#nav-column {
/* Menu */
/* Modules */
/* Footer */
}
#nav-column .nav-scroll {
position: relative;
width: 120%;
width: calc(100% + 60px);
height: 100%;
margin-top: 100px;
overflow: hidden;
left: -30px;
}
@media (max-width: 1150px) {
#nav-column .nav-scroll {
  width: 106%;
  width: calc(100% + 64px);
  margin-top: 30px;
  text-align: center;
}
}
#nav-column .nav-scroll-wrap {
padding-right: 20px;
/*position: absolute; top: 0; right: -20px; bottom: 0; left: 0; overflow: scroll; overflow-x: hidden;*/
}
#nav-column #navigation, #nav-column .section {
width: 106%;
width: calc(100% + 17px);
}
@media (max-width: 1150px) {
#nav-column #navigation {
  text-align: left;
}
}
#nav-column .section {
padding: 0 30px 30px;
text-align: center;
font-size: 0.929em;
}
@media (max-width: 1150px) {
#nav-column .section {
  width: auto;
  display: inline-block;
}
}
#nav-column .section p {
margin: 0 0 10px;
}
#nav-column #navigation + div {
padding-top: 60px;
}
#nav-column h2 {
display: none;
}
#nav-column a {
color: #4ad5ff;
}
#nav-column #logo {
position: fixed;
top: 0;
left: 0;
background: #000000;
z-index: 99;
padding: 30px;
width: 320px;
}
@media (max-width: 1300px) {
#nav-column #logo {
  width: 280px;
  padding: 30px 10px;
}
}
@media (max-width: 1150px) {
#nav-column #logo {
  position: static;
  padding: 0;
}
}
#nav-column #logo a {
width: 100%;
height: 60px;
background: url("https://s3b.estranky.cz/img/d/1000000390/logo.png") 50% 50% no-repeat;
background-size: contain;
}
@media (max-width: 1150px) {
#nav-column #logo a {
  height: 40px;
  background-position: 0 50%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
}
#nav-column .navbar-toggle {
display: none;
width: 26px;
height: 26px;
border: 0;
background: transparent url("https://s3b.estranky.cz/img/d/1000000390/menu.png") 0 0 no-repeat;
outline: none;
}
#nav-column .navbar-toggle.menu-open {
background-position: 0 -32px;
}
@media (max-width: 1150px) {
#nav-column .navbar-toggle {
  display: inline-block;
  float: right;
  position: relative;
  top: -32px;
}
}
#nav-column menu {
margin: 0;
padding: 0;
}
#nav-column menu li {
list-style-type: none;
position: relative;
}
#nav-column menu li.current:before {
content: "";
position: absolute;
background-color: #e62f2f;
width: 100%;
height: 62px;
top: 0;
}
#nav-column menu li.current a {
color: #fff;
}
#nav-column menu li.current a:before, #nav-column menu li.current a:after {
background-color: #fff;
}
#nav-column menu li.current a:active, #nav-column menu li.current a:hover, #nav-column menu li.current a:focus {
color: #fff;
}
#nav-column menu li.current ul a:active, #nav-column menu li.current ul a:hover, #nav-column menu li.current ul a:focus {
color: #e62f2f;
}
#nav-column menu li:last-child a {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#nav-column menu li .submenu {
margin: 0 30px;
padding: 20px 0 20px 25px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
height: 0;
display: none;
}
#nav-column menu li .submenu a {
text-transform: none;
border: 0;
padding: 3px 0;
margin: 0;
letter-spacing: 0;
}
#nav-column menu li .submenu a:before, #nav-column menu li .submenu a:after {
display: none;
}
#nav-column menu li.submenu-over .submenu {
height: 100%;
display: block;
}
#nav-column menu li.submenu-over a:before, #nav-column menu li.submenu-over a:after {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-column menu a {
display: block;
position: relative;
padding: 20px 20px 20px 0;
margin: 0 30px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
font-size: 0.929em;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
#nav-column menu a:before, #nav-column menu a:after {
content: "";
position: absolute;
background: #00bfff;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
transition: background 0.25s linear;
}
#nav-column menu a:before {
width: 8px;
height: 2px;
right: 0;
top: 29px;
}
#nav-column menu a:after {
width: 2px;
height: 8px;
right: 3px;
top: 26px;
}
#nav-column menu a:active, #nav-column menu a:hover, #nav-column menu a:focus {
color: #e62f2f;
}
#nav-column menu a:active:before, #nav-column menu a:active:after, #nav-column menu a:hover:before, #nav-column menu a:hover:after, #nav-column menu a:focus:before, #nav-column menu a:focus:after {
background-color: #e62f2f;
}
#nav-column #portrait img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
#nav-column #languages a {
display: inline-block;
margin: 0 8px 10px;
}
#nav-column #footer {
padding: 0 0 0 30px;
font-size: 0.857em;
color: #ffffff;
}
#nav-column #footer a {
color: #ffffff;
}
#nav-column #footer a:active, #nav-column #footer a:hover, #nav-column #footer a:focus {
color: #e62f2f;
}
#nav-column #footer p + p a:first-child {
margin-right: 15px;
}

.menu-type-standard li > ul.level_2 {
  display: block !important;
}

/* Layout */
#body {
margin-left: 320px;
position: relative;
padding-left: 30px;
}
@media (max-width: 1300px) {
#body {
  margin-left: 280px;
}
}
@media (max-width: 1150px) {
#body {
  margin-left: 0;
}
}
@media (max-width: 600px) {
#body {
  padding: 0 30px;
}
}
@media (max-width: 450px) {
#body {
  padding: 0 15px;
}
}

#content {
float: left;
width: 75%;
width: calc(100% - 380px);
margin-top: 10px;
}
@media (min-width: 768px) {
#content {
  margin-top: 30px;
}
}

.column {
float: right;
width: 350px;
padding: 0 5px;
background: #000000;
}
@media(min-width: 1100px) {
  .column {
    padding: 0 30px 0;
  }
}

@media (max-width: 600px) {
#content, .column {
  float: none;
  width: 100%;
}
}
/* Header */

#header .inner_frame {
background-image: url("/img/ulogo.43.png");
background-repeat: no-repeat;
background-position: 50% 50%;
-moz-background-size: contain!important;
-o-background-size: contain!important;
-webkit-background-size: contain!important;
background-size: contain!important;
display: table;
overflow: hidden;
width: 100%;
height: auto;
position: relative;
padding-top: 46%;
}
@media (max-width: 1400px) {
#header .inner_frame {
  height: auto;
}
}
@media (max-width: 900px) {
#header .inner_frame {
  height: auto;
}
}
@media (max-width: 450px) {
#header .inner_frame {
  height: auto;
}
}
#header .title-desktop {
  display: none;
}
@media (min-width: 1100px) {
  #header .title-desktop {
    display: block;
  }
}

#header .title-mobile {
  display: block;
}
@media (min-width: 1100px) {
  #header .title-mobile {
    display: none;
  }
}

#header .title-mobile h1 {
  top: 11px;
}

#header h1 {
    position: relative;
    display: block;
    top: 23px;
    font-size: 1.4rem;
    padding: 0 0 15px;
    width: 100%;
    line-height: 25px;
    margin: 10px 0;
    overflow: visible;
}
@media (min-width: 1100px) {
#header h1 {
    width: 100%;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0px 25px;
    margin: 20px 0;
    font-size: 2rem;
}
}
#header h1 a {color: initial;}

#header #header-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

/* Modules */
.column .section {
margin-bottom: 30px;
text-align: left;
font-size: 0.929em;
color: #ffffff;
text-shadow: 0 0 5px #54d7ff,
  0 0 10px #54d7ff,
  0 0 20px #1c8db2,
  0 0 30px #1c8db2;
text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: color 0.4s ease;
  cursor: default;
}
.column .section:hover {
  color: #aef;
  text-shadow: 0 0 8px #aef, 0 0 16px #70d9ff, 0 0 30px #1c8db2;
}

}
/* Search */
/* Login */
/* Basket */
/* Category, Photoalbum, Links, RSS */
/* Last photo */
/* Mail list */
/* RSS */
/* Calendar */
}
.column .section h2 {
display: inline-block;
padding-bottom: 8px;
margin: 10px 0 15px;
position: relative;
font-size: 1em;
color: #f6f6f6;
text-transform: uppercase;
letter-spacing: 1px;
}
.column .section h2:before, .column .section h2:after {
position: absolute;
content: "";
left: 0;
background-color: #e62f2f;
}
.column .section h2:before {
height: 2px;
width: 100%;
bottom: 1px;
}
.column .section h2:after {
height: 1px;
width: 500px;
bottom: 0;
}
.column .section input {
display: block;
width: 100%;
border-color: #f6f6f6;
}
.column .section input:active, .column .section input:hover, .column .section input:focus {
border-color: #e62f2f;
}
.column .section#search fieldset {
position: relative;
margin: 0;
}
.column .section#search form {
  margin-top: 30px;
}
.column .section #key {
  padding-right: 30px;
}
.column .section #sendsearch {
position: absolute;
width: 16px;
height: 16px;
top: 10px;
right: 10px;
text-indent: -9999px;
background: transparent url("https://s3b.estranky.cz/img/d/1000000390/search.png") no-repeat;
border: 0;
}
.column .section#login label {
float: none;
display: block;
}
.ie9 .column .section#login label, .ie8 .column .section#login label {
display: block;
}
.column .section#login form div input {
width: 100%;
margin-bottom: 5px;
}
.column .section#login input.submit {
float: none;
margin: 0;
}
.column .section#login p {
margin: 10px 0 13px;
}
.column .section#nav-basket a {
margin-top: 5px;
}
.column .section#ecategory ul, .column .section#photo-album-nav ul, .column .section#links ul, .column .section#rss-nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.column .section#ecategory a, .column .section#photo-album-nav a, .column .section#links a, .column .section#rss-nav a {
display: block;
position: relative;
padding: 10px 13px 10px 0;
border-bottom: 1px solid #e8dfdf;
}
.column .section#ecategory a:before, .column .section#ecategory a:after, .column .section#photo-album-nav a:before, .column .section#photo-album-nav a:after, .column .section#links a:before, .column .section#links a:after, .column .section#rss-nav a:before, .column .section#rss-nav a:after {
position: absolute;
content: "";
width: 6px;
height: 1px;
right: 0;
background-color: #484848;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.column .section#ecategory a:before, .column .section#photo-album-nav a:before, .column .section#links a:before, .column .section#rss-nav a:before {
top: 18px;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.column .section#ecategory a:after, .column .section#photo-album-nav a:after, .column .section#links a:after, .column .section#rss-nav a:after {
top: 21px;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.column .section#ecategory a:hover:before, .column .section#ecategory a:hover:after, .column .section#photo-album-nav a:hover:before, .column .section#photo-album-nav a:hover:after, .column .section#links a:hover:before, .column .section#links a:hover:after, .column .section#rss-nav a:hover:before, .column .section#rss-nav a:hover:after {
background: #e62f2f;
}
.column .section#ecategory li.first a, .column .section#photo-album-nav li.first a, .column .section#links li.first a, .column .section#rss-nav li.first a {
border-top: 1px solid #e8dfdf;
}
.column .section#ecategory li.first ul a, .column .section#photo-album-nav li.first ul a, .column .section#links li.first ul a, .column .section#rss-nav li.first ul a {
border-top: 0;
padding-left: 15px;
}
.column .section#last-photo img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.column .section#last-photo span a {
margin-top: 5px;
}
.column .section#last-photo .wrap-of-photo {
overflow: hidden;
}
.column .section#last-photo .wrap-of-photo:hover a {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.ie11 .column .section#last-photo a, .ie10 .column .section#last-photo a, .ie9 .column .section#last-photo a, .ie8 .column .section#last-photo a {
display: block;
}
.column .section#mail-list fieldset dd {
  margin: 0;
}
.column .section#mail-list br {
display: none;
}
.column .section#mail-list .submit {
margin: 10px 0 0;
}
.column .section#rss-nav ul li:first-child a {
border-top: 1px solid #e8dfdf;
}
.column .section#calendar th {
font-weight: 600;
}
.column .section#calendar caption {
display: none;
}
.column .section#calendar table {
width: 100%;
_width: 210px;
max-width: 240px;
min-width: 200px;
}
.column .section#calendar table td, .column .section#calendar table th {
text-align: center;
}
.column .section#calendar tbody a {
color: #fff;
background: #e62f2f;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.column .section#calendar tbody a:active, .column .section#calendar tbody a:hover, .column .section#calendar tbody a:focus {
background: #ec6363;
}
.column .section#calendar #archive-small a {
display: inline-block;
color: #e62f2f;
background: transparent;
}
.column .section#calendar #archive-small a:active, .column .section#calendar #archive-small a:hover, .column .section#calendar #archive-small a:focus {
background: transparent;
color: #484848;
}

.editor-area table {
max-width: 500px;
}

#inner-column {
overflow: hidden;
}

/* Photos */
.photo-wrap, #preview-folder .box {
width: 30%;
width: calc(35% - 30px);
_float: left;
display: inline-block;
vertical-align: top;
text-align: center;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.ie11 .photo-wrap, .ie10 .photo-wrap, .ie9 .photo-wrap, .ie8 .photo-wrap, .ie11 #preview-folder .box, .ie10 #preview-folder .box, .ie9 #preview-folder .box, .ie8 #preview-folder .box {
overflow: hidden;
}
.ie11 .photo-wrap a, .ie10 .photo-wrap a, .ie9 .photo-wrap a, .ie8 .photo-wrap a, .ie11 #preview-folder .box a, .ie10 #preview-folder .box a, .ie9 #preview-folder .box a, .ie8 #preview-folder .box a {
display: block;
}
@media (max-width: 1400px) {
.photo-wrap, #preview-folder .box {
  width: 50%;
  width: calc(50% - 30px);
}
}
@media (max-width: 900px) {
.photo-wrap, #preview-folder .box {
  width: 100%;
  width: calc(100% - 30px);
}
}
.photo-wrap > div, #preview-folder .box > div {
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.photo-wrap img, #preview-folder .box img {
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
border: 0;
}
.photo-wrap:hover > div, #preview-folder .box:hover > div {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}

#photos, #folders, #preview-folder {
overflow: hidden;
*zoom: 1;
margin-left: -15px;
margin-right: -15px;
}
#photos h2, #folders h2, #preview-folder h2 {
margin: 0 15px 42px;
}

#photos, #preview-folder {
padding-top: 30px;
}

/* Folder */
.folder {
width: 30%;
width: calc(35% - 30px);
display: inline-block;
text-align: center;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 70px;
}
@media (max-width: 1400px) {
.folder {
  width: 50%;
  width: calc(50% - 30px);
}
}
@media (max-width: 900px) {
.folder {
  width: 100%;
}
}
.folder .photo-wrap {
float: none;
padding: 0;
margin-bottom: 0;
width: 100%;
overflow: hidden;
}
.folder .photo-wrap:hover > div {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.folder .photo-wrap:hover a {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.folder .folder-info h3 {
max-height: 42px;
margin: 10px 0 8px;
overflow: hidden;
}
.folder .folder-info div {
display: inline-block;
margin: 0 10px;
font-size: 0.786em;
}
.folder .folder-info div span {
display: inline-block;
margin-right: 3px;
position: relative;
top: 1px;
}
.folder .folder-info .date {
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") no-repeat;
width: 12px;
height: 12px;
}
.folder .folder-info .pictures-count {
background: url("https://s3b.estranky.cz/img/d/1000000390/picture.png") no-repeat;
width: 15px;
height: 12px;
}
.folder .folder-info .folder-count {
background: url("https://s3b.estranky.cz/img/d/1000000390/folder.png") no-repeat;
width: 14px;
height: 12px;
}
.folder .folder-info .comments-count {
background: url("https://s3b.estranky.cz/img/d/1000000390/comments.png") no-repeat;
width: 14px;
height: 12px;
}

/* Slide */
#slide {
text-align: center;
}

.slidenav {
margin: 30px 0 15px;
}
.slidenav .back {
float: left;
}
.slidenav .forward {
float: right;
}

#thumbnav {
width: 466px;
margin: 0 auto 20px;
overflow: hidden;
}
#thumbnav .box {
float: left;
}
#thumbnav .box, #thumbnav .box div {
height: 86px;
width: 86px;
text-align: center;
display: table;
overflow: hidden;
}
#thumbnav .box div a {
height: 100%;
border: 0;
display: table-cell;
vertical-align: middle;
}
#thumbnav .box div img {
width: auto;
height: auto;
max-width: 120px;
max-height: 120px;
_width: 110%;
}

.slidebar {
overflow-x: scroll;
overflow-y: hidden;
width: 100%;
white-space: nowrap;
}
.slidebar a {
margin-right: 3px;
}

/* Gallery preview */
#smLightbox_preview {
display: none !important;
}

/* Navigation */
#breadcrumb-nav {
margin-bottom: 20px;
}
@media(min-width: 900px) {
   #breadcrumb-nav {
     margin-bottom: 45px;
  }
}
#breadcrumb-nav a {
background: url("https://s3b.estranky.cz/img/d/1000000390/arrow.png") 100% 5px no-repeat;
padding-right: 13px;
margin-right: 6px;
}
#breadcrumb-nav span {
display: inline-block;
}

/* Article preview */
#articles, #archive {
overflow: hidden;
*zoom: 1;
margin-left: -15px;
margin-right: -15px;
padding-top: 30px;
}
#articles h2, #archive h2, #articles .editor-area, #archive .editor-area {
margin-left: 15px;
margin-right: 15px;
}
#articles .article, #archive .article {
width: 33%;
float: left;
position: relative;
text-align: center;
padding: 0 15px;
margin-bottom: 30px;
border: 0;
overflow: visible;
}
@media (max-width: 1400px) {
#articles .article, #archive .article {
  width: 50%;
}
}
@media (max-width: 900px) {
#articles .article, #archive .article {
  width: 100%;
  max-width: 420px;
}
}
#articles .article .article-wrap, #archive .article .article-wrap {
overflow: hidden;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
#articles .article:hover .article-wrap, #archive .article:hover .article-wrap {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}
#articles .article .art-delimit-wa, #articles .article .art-delimit-gal, #articles .article .art-delimit-sec, #archive .article .art-delimit-wa, #archive .article .art-delimit-gal, #archive .article .art-delimit-sec {
display: none;
}
#articles .article .preview, #archive .article .preview {
/*height: 175px;*/
overflow: hidden;
background-color: #f6f6f6;
position: relative;
padding-bottom: 46%;
}
#articles .article .preview a, #archive .article .preview a {
width: 100%;
height: 100%;
position: absolute;
left: 0;
}
#articles .article .preview img, #archive .article .preview img {
max-width: 100%;
height: 100%;
}
#articles .article h3, #articles .article .editor-area, #articles .article .under-article, #archive .article h3, #archive .article .editor-area, #archive .article .under-article {
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
}
#articles .article h3, #archive .article h3 {
height: 42px;
margin: 22px 0 18px;
}
#articles .article .editor-area, #archive .article .editor-area {
text-align: left;
height: 130px;
margin: 0 0 12px;
}
#articles .article .under-article, #archive .article .under-article {
padding-bottom: 5px;
font-size: 0.786em;
}
#articles .article .under-article .inner_frame, #archive .article .under-article .inner_frame {
height: 40px;
overflow: hidden;
}
#articles .article .under-article strong, #archive .article .under-article strong {
display: none;
}
#articles .article .under-article span, #archive .article .under-article span {
margin: 0 6px;
}
#articles .article .under-article .dir, #articles .article .under-article .comment, #archive .article .under-article .dir, #archive .article .under-article .comment {
margin: 0;
}
#articles .article .under-article .date, #archive .article .under-article .date {
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 1px no-repeat;
padding-left: 18px;
}
#articles .article .under-article .section, #archive .article .under-article .section {
background: url("https://s3b.estranky.cz/img/d/1000000390/folder.png") 0 1px no-repeat;
padding-left: 20px;
}
#articles .article .under-article .photo-voluntary, #archive .article .under-article .photo-voluntary {
background: url("https://s3b.estranky.cz/img/d/1000000390/picture.png") 0 1px no-repeat;
padding-left: 21px;
}
#articles .article .under-article .nr-comments, #archive .article .under-article .nr-comments {
background: url("https://s3b.estranky.cz/img/d/1000000390/comments.png") 0 1px no-repeat;
padding-left: 21px;
}
#articles .article .under-article .comment, #archive .article .under-article .comment {
border: 0;
padding: 0;
}

/* Archive */
#archive {
padding-top: 0;
}
#archive h2 {
clear: both;
}

/* Article detail */

.image-intro-wrapper {
display: inline-block;
position: relative;
overflow: hidden;
margin-top: 15px;
margin-bottom: 20px;
padding-bottom: 25px;
border-bottom: 1px solid #dfe8e2;
max-width: 950px;
}

@media (max-width: 768px) {
.image-intro-wrapper {
  flex-direction: column;
}
}

@media (max-width: 600px) {
.image-intro-wrapper {
  flex-direction: column;
  padding-bottom: 10px;
  margin-top: 0;
}
}


.detail-article-perex {
padding-right: 15px;
float: left;
width: 50%;
}

@media (max-width: 900px) {
.detail-article-perex {
  width: 100%; 
  padding-right: 0;
}
}

@media (max-width: 600px) {
.detail-article-perex {
  padding-right: 0;
  width: 100%; 
}
}

.article_img {
float: left;
width: 50%;
}

@media (max-width: 900px) {
.article_img {
  width: 100%; 
}
}

.article {
display: flex;
  flex-direction: column;
  position: relative;
border-bottom: 1px solid #e8dfdf;
padding-bottom: 20px;
}
.article img {
  max-width: 100%;
    height: auto;
}
.article .article-date {  
display: flex;
flex-direction: column;
position: absolute;
top: 35px;
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 3px no-repeat;
padding-left: 18px;
top: 35px;
margin-bottom: 20px;
font-size: 0.786em;
}
@media (max-width: 650px) {
.article .article-date {
  margin-bottom: 40px;
}
}
.article .span-a-title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.article #block-comments {
border-top: 1px solid #e8dfdf;
margin-top: 15px;
padding-top: 30px;
}
/* Comments */
#block-comments legend, #block-comments label {
display: none;
}
#block-comments label {
_display: block;
}
.ie9 #block-comments label, .ie8 #block-comments label {
display: block;
}
#block-comments dl {
margin: 0;
}
#block-comments dd {
margin-left: 0;
}
#block-comments #validation-dt label {
display: inline-block;
}
#block-comments #c_validation_div, #block-comments #c_validation {
width: 240px;
}
#block-comments .sound-captcha {
display: inline-block;
margin-top: 3px;
}
#block-comments dd input, #block-comments dd textarea {
width: 100%;
}
#block-comments textarea {
margin-bottom: 20px;
}
#block-comments h3 + div {
border-top: 1px solid #e8dfdf;
}
#block-comments #comments-form {
margin-bottom: 50px;
}

.comment {
border-bottom: 1px solid #e8dfdf;
padding: 20px 0;
}
.comment .commentWrap {
border-left: 3px solid #42f2ff;
padding-left: 25px;
}
.comment h3 {
font-size: 1em;
margin: 0 0 20px;
}
.comment .comment-footer {
font-size: 0.786em;
}
.comment .comment-footer .date {
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 1px no-repeat;
padding-left: 18px;
margin-right: 20px;
}

/* Pagination */
.list-of-pages {
text-align: center;
margin: 40px 0;
clear: both;
}
.list-of-pages p {
display: inline-block;
}
.list-of-pages .numbers {
padding: 0 10px !important;
}
.list-of-pages span, .list-of-pages a {
display: inline-block;
margin: 0 3px 3px 0;
}
.list-of-pages a {
background: #e62f2f;
color: #fff;
min-width: 28px;
min-height: 28px;
line-height: 28px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
_color: #e62f2f;
_background: none;
}
.list-of-pages a:active, .list-of-pages a:hover, .list-of-pages a:focus {
background: #484848;
}
.list-of-pages .previous a, .list-of-pages .next a {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
color: #e62f2f;
}
.list-of-pages .previous a:active, .list-of-pages .previous a:hover, .list-of-pages .previous a:focus, .list-of-pages .next a:active, .list-of-pages .next a:hover, .list-of-pages .next a:focus {
color: #ffffff;
}

/* RSS */
#rss-channels a {
word-break: break-all;
}

/* Eshop */
#eshop {
/* Article preview */
/* Pagination */
/* Product detail */
/* Forgoten passward */
/* Orders */
/* Steps */
/* Basket */
/* Registration */
/* Settings */
}
#eshop p.message-info {
color: #ff0000;
padding: 40px;
background: white;
}
#eshop .errormes, #eshop p.message-info {
background-color: #F2DEDE;
border: 1px solid #EBCCD1;
color: #A94442;
padding: 15px;
margin: 15px 0;
}
#eshop #articles {
padding: 0 15px;
}
#eshop #articles h2 {
margin-left: 0;
margin-right: 0;
}
#eshop #basket_preview_form tbody tr td, #eshop #confirm tbody tr td, #eshop #orderdone tr td {
border-collapse: collapse;
border-top: 1px solid #e8dfdf;
padding: 5px 0;
}
#eshop #basket_preview_form table .border_fix td, #eshop #basket_preview_form table tr .price {
border: none;
}
#eshop .placeholder, #eshop .labelFix label {
display: none;
_display: block;
}
.ie9 #eshop .placeholder, .ie8 #eshop .placeholder, .ie9 #eshop .labelFix label, .ie8 #eshop .labelFix label {
display: block;
}
#eshop .products {
border-bottom: 1px solid #e8dfdf;
}
#eshop .products h2 {
margin: 30px 0 22px;
}
#eshop .products .article .photo-wrap {
width: 100%;
height: 120px;
}
@media(min-width: 768px) {
  #eshop .products .article .photo-wrap {
     width: 120px;
  }
}
#eshop .products .article .photo-wrap div {
width: 100%;
}
#eshop .products .article .photo-wrap a {
width: 100%;
}
.ie11 #eshop .products .article .photo-wrap a, .ie10 #eshop .products .article .photo-wrap a, .ie9 #eshop .products .article .photo-wrap a, .ie8 #eshop .products .article .photo-wrap a {
display: inline-block;
}

#eshop .products .article .price {
margin-top: 0;
text-align: left!important;
}
#eshop #paging {
text-align: center;
margin: 40px 0;
}
#eshop #paging .numbers {
padding: 0 10px !important;
}
#eshop #paging span, #eshop #paging a {
display: inline-block;
margin: 0 10px 5px 0;
}
#eshop #paging a {
background: #e62f2f;
color: #fff;
min-width: 28px;
min-height: 28px;
line-height: 28px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
_color: #e62f2f;
_background: none;
}
#eshop #paging a:active, #eshop #paging a:hover, #eshop #paging a:focus {
background: #484848;
}
#eshop #paging #next {
margin-left: 15px;
}
#eshop #paging #previous {
margin-right: 15px;
}
#eshop .photo-wrap {
padding: 0;
margin: 0;
border: 1px solid #e8dfdf;
}
#eshop .photo-wrap:hover > div {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#eshop .photo-wrap:hover a {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
#eshop #product #photo-detail {
margin-right: 40px;
width: 272px;
}
#eshop #product #photo-detail #photo {
border: 1px solid #e8dfdf;
}
#eshop #product #photo-detail #zoomer_middle {
width: 266px;
height: 266px;
}
@media (max-width: 950px) {
#eshop #product #photo-detail {
  float: none;
}
}
#eshop #product .sphotos .ephoto {
float: left;
margin: 4px 4px 0 0;
}
#eshop #product .wrap {
float: left;
width: 48%;
}
#eshop #product .wrap h2 {
margin-left: 0;
margin-right: 0;
}
#eshop #product #basket input.add_basket {
padding: 10px 20px 10px 35px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
font-weight: 600;
font-size: 0.929em;
background-position: 8px 50%;
background-color: #e62f2f;
border-color: #e62f2f;
color: #fff;
background-image: url("https://s3b.estranky.cz/img/d/1000000390/cart.png");
}
#eshop #product #basket input.add_basket:active, #eshop #product #basket input.add_basket:hover, #eshop #product #basket input.add_basket:focus {
background-color: #ec6363;
border-color: #ec6363;
outline: none;
}
#eshop #product #basket input.amount {
border-color: #e8dfdf;
padding: 10px 8px;
width: 50px;
text-align: center;
top: 0;
}
#eshop #product #basket input.amount:active, #eshop #product #basket input.amount:hover, #eshop #product #basket input.amount:focus {
border-color: #e62f2f;
outline: none;
}
#eshop #product #panel {
float: right;
width: 48%;
}
#eshop #product #panel .panel-header ul {
padding: 0;
}
#eshop #product #panel .panel-header a {
padding: 6px 14px;
}
#eshop #product #panel #block-comments dl {
margin: 0;
}
#eshop #product #panel #block-comments dl dt {
display: none;
_display: block;
}
.ie9 #eshop #product #panel #block-comments dl dt, .ie8 #eshop #product #panel #block-comments dl dt {
display: block;
}
#eshop #product #panel #block-comments .comment h3 {
margin-bottom: 10px;
}
#eshop #product #panel #block-comments .comment .comment-headline i {
display: block;
margin-bottom: 13px;
font-size: 0.786em;
background: url("https://s3b.estranky.cz/img/d/1000000390/date.png") 0 3px no-repeat;
padding-left: 18px;
}
@media (max-width: 1750px) {
#eshop #product .wrap, #eshop #product #panel {
  float: none;
  width: 100%;
}
}
@media (max-width: 950px) {
#eshop #product #product-detail {
  margin-bottom: 15px;
}
}
#eshop fieldset.validation .validatin-images-set input, #eshop .gennewmail fieldset input {
width: 240px;
}
#eshop .order_account table#basket_preview_form {
border-bottom: 1px solid #e8dfdf;
}
#eshop .order_account .price {
margin-top: 10px;
}
#eshop #steps ul {
width: 290px;
margin: 0 auto 40px;
font-size: 0.929em;
_width: 280px;
overflow: hidden;
*zoom: 1;
}
#eshop #steps ul li {
background-image: url("https://s3b.estranky.cz/img/d/1000000390/step.png");
background-repeat: no-repeat;
width: 90px;
padding: 5px 0 6px;
text-align: center;
}
#eshop #steps ul li.active {
background-image: url("https://s3b.estranky.cz/img/d/1000000390/step-active.png");
font-weight: 600;
}
#eshop #steps ul .step2, #eshop #steps ul .step3 {
margin-left: -10px;
_margin-left: 0;
}
#eshop #basket_preview_form td.coupon input.couponText {
width: 115px;
}
#eshop #basket_preview_form table {
margin-bottom: 20px;
min-width: 100%;
}
#eshop th {
  padding: 2px 3px;
}
@media(min-width: 768px) {
#eshop th {
  padding: 2px 10px;
}
}
#eshop #basket_preview_form fieldset p {
float: left;
}
#eshop #basket_preview_form fieldset p .submit {
margin: 3px 5px 3px 0;
}
#eshop #basket_preview_form fieldset p a.submit {
font-size: 0.929em;
padding: 9px 20px;
margin-left: 3px;
}
#eshop #basket_preview_form fieldset p a.submit:active, #eshop #basket_preview_form fieldset p a.submit:hover, #eshop #basket_preview_form fieldset p a.submit:focus {
color: #fff;
}
#eshop #basket_preview_form .wrap {
margin: 25px 0;
background: #f6f6f6;
padding: 15px;
}
#eshop #basket_preview_form .wrap h3 {
font-size: 1.143em;
}
#eshop #basket_preview_form .wrap ul {
padding: 0;
}
#eshop #basket_preview_form .wrap li input {
position: relative;
top: 2px;
_height: auto;
_top: 2px;
}
#eshop #confirm table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 0;
}
#eshop #confirm fieldset.right {
border-top: 1px solid #e8dfdf;
padding-top: 10px;
}
#eshop #confirm .wrap {
margin: 25px 0;
background: #f6f6f6;
padding: 15px;
}
#eshop #confirm .wrap h3 {
font-size: 1.143em;
}
#eshop #confirm #usernote h3 {
display: none;
}
#eshop #confirm #validtermscnf {
position: relative;
top: 2px;
}
#eshop #confirm .submit {
margin-top: 15px;
}
#eshop .registration table {
border-collapse: collapse;
border-spacing: 0;
}
#eshop .registration table tbody {
min-width: 330px;
}
@media (max-width: 1800px) {
#eshop .registration table tbody {
  min-width: 0;
}
}
#eshop .registration table td input {
width: 240px;
}
#eshop .registration.contact-info fieldset {
width: 60%;
}
@media (max-width: 1800px) {
#eshop .registration.contact-info fieldset {
  width: 100%;
}
}
#eshop .contact-info #usernewsletter {
position: relative;
top: 2px;
}
#eshop .contact-info p {
clear: both;
}
#eshop .contact-info table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
#eshop .contact-info .labelFix input {
width: 85%;
}
#eshop .contact-info .labelFix span {
color: red;
}
#eshop .contact-info #account_info, #eshop .contact-info #billing_address {
height: auto;
}
.ie9 #eshop .contact-info #account_info, .ie8 #eshop .contact-info #account_info, .ie9 #eshop .contact-info #billing_address, .ie8 #eshop .contact-info #billing_address {
height: auto;
}
@media (max-width: 900px) {
#eshop .contact-info #account_info, #eshop .contact-info #billing_address {
  height: auto;
}
.ie9 #eshop .contact-info #account_info, .ie8 #eshop .contact-info #account_info, .ie9 #eshop .contact-info #billing_address, .ie8 #eshop .contact-info #billing_address {
  height: auto;
}
}
#eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
width: 48%;
}
@media (max-width: 900px) {
#eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
  width: 100%;
}
}
#eshop .contact-info .widthFix {
width: 100px;
}
#eshop .settings {
overflow: hidden;
*zoom: 1;
}
#eshop .settings p {
clear: both;
}
#eshop .settings table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
#eshop .settings .labelFix input {
width: 85%;
}
#eshop .settings .labelFix span {
color: red;
}
#eshop .settings #account_info, #eshop .settings #billing_address {
height: 300px;
}
.ie9 #eshop .settings #account_info, .ie8 #eshop .settings #account_info, .ie9 #eshop .settings #billing_address, .ie8 #eshop .settings #billing_address {
height: 390px;
}
@media (max-width: 900px) {
#eshop .settings #account_info, #eshop .settings #billing_address {
  height: auto;
}
.ie9 #eshop .settings #account_info, .ie8 #eshop .settings #account_info, .ie9 #eshop .settings #billing_address, .ie8 #eshop .settings #billing_address {
  height: auto;
}
}
#eshop .settings .left-float, #eshop .settings .right-float, #eshop .settings > fieldset {
width: 48%;
}
@media (max-width: 900px) {
#eshop .settings .left-float, #eshop .settings .right-float, #eshop .settings > fieldset {
  width: 100%;
}
}
#eshop .settings .widthFix {
width: 100px;
}
#eshop .login-info fieldset {
width: 48%;
}
#eshop .login-info label {
display: none;
}
#eshop .login-info input {
width: 85%;
}
#eshop .login-info .submit {
width: auto;
}

/* Adv */
#mess-ahead, #shifter {
margin-left: 320px;
background: #fff;
text-align: center;
position: relative;
z-index: 5;
}
@media (max-width: 1300px) {
#mess-ahead, #shifter {
  margin-left: 280px;
}
}
@media (max-width: 1150px) {
#mess-ahead, #shifter {
  margin-left: 0;
}
}
#mess-ahead .inner_frame, #shifter .inner_frame {
text-align: center;
}

#mess-ahead {
padding-bottom: 30px;
}

#shifter #shifter_wrap {
width: 880px;
}
#shifter #shifter_title h3#shifter_t_2 {
margin-right: 267px;
}
#shifter #shifter_wrap #shifter_terms a {
margin: 10px 15px 0 0;
}

@media (max-width: 900px) {
#shifter #shifter_wrap {
  width: auto;
  position: relative;
}
#shifter #shifter_wrap h3#shifter_t_2 {
  position: absolute;
  left: 5px;
  top: 250px;
}
#shifter #shifter_wrap #selfpromo {
  margin-top: 35px;
}
#shifter #shifter_wrap #shifter_terms {
  text-align: left;
}
}

@media (max-width: 800px) {
  #thumbnav {
    width: 100%;
  }
}

@media (max-width: 650px) {
#shifter #shifter_wrap h3#shifter_t_2 {
  position: absolute;
  left: 5px;
  top: 450px;
}
}
@media (max-width: 350px) {
#shifter #shifter_wrap #shifter_title h3#shifter_t_2, #shifter #shifter_wrap #selfpromo {
  display: none;
}
}


/* ------------- CUSTOM GALLERY ---------------- */
/* INIT SLIDER STYLES  */
.initSlider,
.initSlider *,
.initSlider *::after,
.initSlider *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 

.slide.hide,
.slide.hideSlide {
  display: none !important;
}

 

.initSlider {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.initSlider .firstImg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

 

.initSlider .lastImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.initSlider img {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
}

 

.initSlider .slide {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: center;
}

 

.initSlider .slide a {
  z-index: 55;
}

 

.initSlider .containerGallery {
  position: relative;
  display: inline-block;
}

 

.initSlider .slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.4);
}
/* end INIT SLIDER STYLES */

 

/* SLIDER GALLERY STYLES  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  body[data-slider-open="true"] {
     background: #000;
  }
}
body[data-slider-open="true"] {
  overflow: hidden;
}
body[data-slider-open="true"] .slider-gallery {
  display: block;
}

 

.slider-gallery {
  position: fixed;
  z-index: 100000;
  padding: 5px 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  display: none;
}
.slider-gallery .slider-gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 10px;
  margin-top: 15px;
}
.slider-gallery .slider-gallery__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
 -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__position {
  font-size: 1.42857rem;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  color: inherit;
}
.slider-gallery .slider-gallery__header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__close {
  padding-left: 5px;
 cursor: pointer;
}

 

.slider-gallery .slider-gallery__close:hover {
  opacity: 0.6;
}
.slider-gallery .slider-gallery__description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 0;
  line-height: 1.5;
}

 

.slider-gallery .slider-gallery__description,
.slider-gallery .slider-gallery__comment {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #eee;
  text-align: left;
}

 

.slider-gallery .slider-gallery__comment {
  font-size: 0.7rem;
}

 

.slider-gallery .slider-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.slider-gallery .slider-gallery__arrow {
  width: 30px;
}

 

.slider-gallery .slider-gallery__arrow:hover {
  opacity: 0.6;
}

 

.slider-gallery .slider-gallery__arrow-prev {
  left: 0;
  width: 30%;
}

 

.slider-gallery .slider-gallery__arrow-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
}

 

.slider-gallery .slider-gallery__arrow-icon {
   border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: relative;
}

 

.slider-gallery .slider-gallery__arrow-prev-icon {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

 

.slider-gallery .slider-gallery__arrow-next-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 10px;
}

 

.slider-gallery .slider-gallery__slider {
  position: relative;
  height: 80vh;
  min-height: 700px;
}

 

.slider-gallery .slider-gallery__slide {
  height: 100%;
}

 

.slider-gallery .slider-gallery__container {
   position: relative;
   height: 89vh;
   height: calc(100vh - 65px);
   padding: 0 15px;
}

 

.slider-gallery .slider-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}

 

.slider-gallery .slider-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}

 

.slider-gallery .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

 

.slider-gallery .containerGallery {
    height: 100%;
}

 

@media (max-width: 650px) {
  .slider-gallery .slider-gallery__container {
     padding: 0;
  }
}
/* end SLIDER GALLERY STYLES */

 

/* Foto (vyjmutí #photos definicí -> nově má samostané styly ) */
#preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 7px 0;
}
#preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
  height: auto;
  width: 100%;
  text-align: center;
  display: table;
  overflow: hidden;
}
#preview-folder .box div a, #thumbnav .box div a, .folder .photo-wrap div a, #photo-album-nav li .photo-wrap div a {
  height: 100%;
  border: 0;
  display: table-cell;
}
#preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 120px;
}

 

@media (max-width: 900px) {
  #preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
    width: 100%;
    height: auto;
    margin: 10px 5px 0;
  }
  #preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
    height: auto;
    width: 100%;
  }
 #preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
    max-width: 100%;
    max-height: 100%;
  }
}

 

/* speciální úprava pro detail galerie */
#photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: space-between;
}
#photos::after {
    content: "";
    flex: auto;
}
#photos .slide {
  width: 130px;
  height: 130px;
  float: left;
  margin: 15px 7px 0;
}
#photos .slider-gallery__wrap {
  height: 130px;
  width: 130px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#photos .slider-gallery__box {
  height: 100%;
  border: 0;
  display: table-cell;
}
#photos .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  cursor: pointer;
}
#photos .slider-gallery__description-box {
   display: none;
}

@media (max-width: 900px) {
  #photos .slide {
    width: 100%;
    height: auto;
    margin: 10px 5px 0;
  }
  #photos  .slider-gallery__wrap {
    height: auto;
    width: 100%;
  }
  #photos .slider-gallery__img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* Galerie responsive END */

}
#search .inner_frame form fieldset {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  padding: 0;
  border: none;
  background: none;
}

#search .inner_frame form fieldset input[name="key"] {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border-radius: 30px;
  border: 2px solid rgba(51, 234, 255, 0.6);
  background: #0b0b0b;
  color: white;
  font-size: 1em;
  box-shadow:
    0 0 10px rgba(51, 234, 255, 0.7),
    inset 0 0 8px rgba(51, 234, 255, 0.5);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

#search .inner_frame form fieldset input[name="key"]::placeholder {
  color: rgba(51, 234, 255, 0.7);
  font-style: italic;
}

#search .inner_frame form fieldset input[name="key"]:focus {
  outline: none;
  border-color: rgba(51, 234, 255, 1);
  box-shadow:
    0 0 20px 4px rgba(51, 234, 255, 0.9),
    inset 0 0 12px rgba(51, 234, 255, 0.7);
}

#search .inner_frame form fieldset .clButton {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(51, 234, 255, 0.3);
  box-shadow:
    0 0 10px rgba(51, 234, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

#search .inner_frame form fieldset .clButton:hover {
  background: rgba(51, 234, 255, 0.7);
  box-shadow:
    0 0 15px 5px rgba(51, 234, 255, 1);
}

/* Rejtjük az alap submit gombot, mert helyette a clButton-hoz SVG ikon lesz */
#search .inner_frame form fieldset input[type="submit"] {
  display: none;
}

/* Nagyító ikon SVG beillesztése clButton-ba (CSS-sel) */
#search .inner_frame form fieldset .clButton::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="rgb(51,234,255)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>') no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0 0 2px rgba(51, 234, 255, 0.9));
  transition: filter 0.3s ease;
}

#search .inner_frame form fieldset .clButton:hover::before {
  filter: drop-shadow(0 0 5px rgba(51, 234, 255, 1));
}
#block-comments {
  background-color: #0a0a0a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00aaff;
  background-image: none !important;
}

#block-comments h2,
#block-comments h3 {
  color: #00cfff;
  text-shadow: 0 0 5px #00cfff;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

#block-comments input,
#block-comments textarea {
  background-color: #000000 !important;
  color: #ffffff;
  border: 1px solid #00aaff;
  padding: 12px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  caret-color: #00cfff;
  background-image: none !important;
}

#block-comments input:focus,
#block-comments textarea:focus {
  outline: none;
  border-color: #00ffff;
  box-shadow: 0 0 10px #00ffff;
  background-color: #000000 !important;
  background-image: none !important;
}

#block-comments button,
#block-comments input[type="submit"] {
  background-color: #000000;
  color: #00cfff;
  border: 1px solid #00aaff;
  padding: 12px 30px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s ease;
  background-image: none !important;
}

#block-comments button:hover,
#block-comments input[type="submit"]:hover {
  box-shadow: 0 0 12px #00ffff;
  border-color: #00ffff;
  background-color: #000000;
  color: #00cfff;
  background-image: none !important;
}

.comment.admin .comment-headline span {
  color: #ff3333;
  font-weight: bold;
}

.comment:not(.admin) .comment-headline span {
  color: #00aaff;
}
/* Pagination - kékes neon stílus */
.list-of-pages {
  text-align: center;
  margin: 40px 0;
  clear: both;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list-of-pages p {
  display: inline-block;
}
.list-of-pages .numbers {
  padding: 0 10px !important;
}
.list-of-pages span, .list-of-pages a {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-weight: 600;
  transition: all 0.3s ease;
}
.list-of-pages a {
  background: #0d3c61; /* sötétkék alap */
  color: #39f0ff; /* neon kék szöveg */
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 8px #39f0ff;
  text-decoration: none;
  border: 2px solid #39f0ff;
}
.list-of-pages a:hover,
.list-of-pages a:focus,
.list-of-pages a:active {
  background: #39f0ff;
  color: #0d3c61;
  box-shadow: 0 0 12px #39f0ff, 0 0 20px #00ffff;
  border-color: #00ffff;
}
.list-of-pages .previous a,
.list-of-pages .next a {
  border-radius: 5px;
  background: transparent;
  color: #39f0ff;
  border: 2px solid transparent;
  box-shadow: none;
}
.list-of-pages .previous a:hover,
.list-of-pages .previous a:focus,
.list-of-pages .previous a:active,
.list-of-pages .next a:hover,
.list-of-pages .next a:focus,
.list-of-pages .next a:active {
  color: #00ffff;
  border-color: #00ffff;
  box-shadow: 0 0 8px #00ffff;
}
#nav-column menu a {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#nav-column menu a:hover,
#nav-column menu li.current > a {
  color: #00ffff; /* neon kék */
  text-shadow:
    0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 20px #33ffff,
    0 0 30px #33ffff;
}
@keyframes glowPulse {
  0%, 100% {
    text-shadow:
      0 0 8px #00aaff,
      0 0 16px #00aaff,
      0 0 30px #33bbff,
      0 0 45px #33bbff,
      0 0 60px #33bbff;
    color: #00aaff;
  }
  50% {
    text-shadow:
      0 0 15px #00aaff,
      0 0 30px #00aaff,
      0 0 45px #33bbff,
      0 0 70px #33bbff,
      0 0 90px #33bbff;
    color: #33bbff;
  }
}

#nav-column menu a:hover,
#nav-column menu li.current > a {
  animation: glowPulse 2s ease-in-out infinite;
}
#nav-column menu li {
  list-style-type: none;
  position: relative;
}

#nav-column menu a {   
  border-top: none !important;
  border-bottom: none !important;
}
#nav-column menu li {
  list-style-type: none;
  position: relative;
}
#nav-column menu li::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -1px; /* vagy -2px, ha kell picit lejjebb */
  height: 2px; /* vastagság növelve */
  background: linear-gradient(90deg, #00ffff, #0077ff, #00ffff);
  box-shadow: 0 0 4px #00ffff, 0 0 8px #0077ff; /* glow erősítve */
  pointer-events: none;
  opacity: 1;
}
#nav-column menu a {   
  border-top: none !important;
  border-bottom: none !important;
}

#nav-column menu li:last-child a {
  border-bottom: none !important;
}
.column .section h2 {
  display: inline-block;
  padding-bottom: 10px;
  margin: 15px 0 20px;
  position: relative;
  font-size: 1.1em;
  color: #0ff; /* neonos kék alap szín */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: color 0.4s ease;
  cursor: default;
  text-shadow:
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #00ffff,
    0 0 30px #00ffff,
    0 0 40px #00ffff;
}

.column .section h2:hover {
  color: #00ffff; /* még erősebb neonos kék */
  text-shadow:
    0 0 10px #00ffff,
    0 0 20px #00ffff,
    0 0 30px #00ffff,
    0 0 40px #00ffff,
    0 0 50px #00ffff;
}

.column .section h2:before, .column .section h2:after {
  position: absolute;
  content: "";
  left: 0;
  background: linear-gradient(90deg, #00ffff, #0077ff); /* neonos kék átmenet */
  transition: height 0.4s ease, opacity 0.4s ease;
  border-radius: 3px;
  opacity: 0.8;
}

.column .section h2:before {
  width: 60%;
  bottom: 0;
  height: 4px; /* alap magasság */
  box-shadow:
    0 0 10px #00ffff,
    0 0 20px #0077ff,
    0 0 30px #00ffff;
}

.column .section h2:after {
  width: 30%;
  bottom: -6px;
  height: 2px;
  opacity: 0.6;
  box-shadow:
    0 0 5px #00ffff,
    0 0 10px #0077ff;
}

.column .section h2:hover:before {
  height: 10px; /* animáltan nőjön a csík magassága */
  width: 100%;
  opacity: 1;
}

.column .section h2:hover:after {
  height: 5px;
  width: 60%;
  opacity: 0.9;
}
a, .admin h3 {
  color: #00bfff; /* kék árnyalat */
  text-shadow:
    0 0 4px rgba(0, 191, 255, 0.6),
    0 0 8px rgba(30, 144, 255, 0.4);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover, a:focus, a:active {
  color: #ffffff; /* fehér hover */
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.8),
    0 0 12px rgba(173, 216, 230, 0.6);
}

}
/* Görgetősáv neon stílusban - teljes alap szélességgel (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background: #000; /* sötét háttér */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00ffff, #0077ff);
  border-radius: 8px;
  box-shadow: 0 0 14px #00ffff;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #33ffff, #00aaff);
  box-shadow: 0 0 18px #00ffff;
}

/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #00ffff #000;
}
.column .section#calendar {
  background-color: #000; /* sötét háttér a neonhoz */
  border-radius: 8px;
  padding: 10px;
  box-shadow:
    0 0 15px #00ffff,
    0 0 30px #00ffff;
}

.column .section#calendar table {
  width: 100%;
  max-width: 240px;
  min-width: 200px;
  border-collapse: separate;
  border-spacing: 5px;
  color: #00ffff; /* neon szín */
  font-weight: 600;
  user-select: none;
}

.column .section#calendar th {
  font-weight: 600;
  color: #00ffff;
  text-shadow:
    0 0 5px #00ffff,
    0 0 10px #00ffff;
}

.column .section#calendar caption {
  display: none;
}

.column .section#calendar table td, 
.column .section#calendar table th {
  text-align: center;
  padding: 8px 0;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.column .section#calendar tbody a {
  color: #000;
  background: #00ffff;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  box-shadow:
    0 0 8px #00ffff,
    0 0 15px #00ffff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.column .section#calendar tbody a:hover,
.column .section#calendar tbody a:focus,
.column .section#calendar tbody a:active {
  background: #66ffff;
  box-shadow:
    0 0 12px #66ffff,
    0 0 25px #66ffff;
  color: #000;
}

.column .section#calendar #archive-small a {
  display: inline-block;
  color: #00ffff;
  background: transparent;
  text-decoration: none;
  transition: color 0.3s ease;
}

.column .section#calendar #archive-small a:hover,
.column .section#calendar #archive-small a:focus,
.column .section#calendar #archive-small a:active {
  color: #66ffff;
  background: transparent;
}

/* Aktuális nap kiemelése */
.column .section#calendar tbody a.today {
  background-color: #00ffff;
  color: #000;
  font-weight: bold;
  box-shadow:
    0 0 20px #00ffff,
    0 0 40px #00ffff;
}

/* Tábla cellák szép árnyékolása */
.column .section#calendar table td {
  background: rgba(0, 255, 255, 0.05);
  text-shadow: 0 0 2px #00ffff;
}

#block-comments input,
#block-comments textarea {
  background-color: #222 !important; /* Sötétszürke háttér mindig */
  color: #0ff !important;           /* Világoskék szöveg mindig */
  border: 1px solid #0ff !important;
}

.column {
  position: relative; /* kell az abszolút pozíciónak */
  float: right;
  width: 350px;
  padding: 20px 30px 20px 30px; /* kicsit növeltem, hogy legyen hely a glow-nak */
  background-color: #0a0a0a; /* sötét háttér, mint a hozzászólásnál */
  border-radius: 10px;
  box-sizing: border-box;
}

.column::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 10px;
  border: 1px solid #00aaff;
  box-shadow:
    0 0 10px #00aaff,
    0 0 20px #00cfff,
    0 0 30px #00aaff;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
  opacity: 1;
  box-sizing: border-box;
}

/* Media queries ahogy korábban */
@media(min-width: 1100px) {
  .column {
    padding: 20px 30px 20px 30px;
  }
}

@media (max-width: 600px) {
  #content, .column {
    float: none;
    width: 100%;
  }
}
.column {
  float: right;
  width: 350px;
  padding: 0 5px;
  background: #000000;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
}

}
#header #header-decoration {
  pointer-events: none;
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  border-radius: 50% / 30%;
  z-index: 1;
  box-shadow:
    0 0 15px 7px rgba(0, 255, 255, 0.4),
    0 0 25px 12px rgba(0, 255, 255, 0.3),
    0 0 40px 20px rgba(0, 255, 255, 0.25);
  animation: neonPulse 1.5s infinite alternate;
  border: 2px solid rgba(0, 255, 255, 0.6);
}
#articles .article .preview, #archive .article .preview {
  box-shadow: 0 0 10px #3399FF, 0 0 20px #3399FF, 0 0 30px #3399FF;
  transition: box-shadow 0.3s ease;
  border-radius: 6px;
}

#articles .article:hover .preview, #archive .article:hover .preview {
  box-shadow: 0 0 15px #3399FF, 0 0 30px #3399FF, 0 0 45px #3399FF;
}
.article img {
  box-shadow: 0 0 10px #3399FF, 0 0 20px #3399FF, 0 0 30px #3399FF;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 6px;
}

.article img:hover {
  box-shadow: 0 0 15px #3399FF, 0 0 30px #3399FF, 0 0 45px #3399FF;
  transform: scale(1.05) rotate(2deg);
  cursor: pointer;
}

.article {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.article:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(51, 153, 255, 0.8), 0 0 30px rgba(51, 153, 255, 0.6);
  z-index: 10;

}

.article .preview img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article:hover .preview img {
  transform: scale(1.03);
}

/* Neon keret csak díszítésre, nem takar el semmit */
.article::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border: 2px solid rgba(51, 153, 255, 0.5);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  pointer-events: none;
}

.article:hover::before {
  opacity: 1;
  box-shadow: 
    0 0 20px rgba(51, 153, 255, 0.9),   /* kék fény */
    0 0 40px rgba(51, 153, 255, 0.7),   /* kék fény nagyobb blurrel */
    0 5px 10px rgba(255, 255, 255, 0.5); /* fehér fény alulról, enyhe */
}
/* Kisebb és laposabb ovális neonkeret */
#header #header-decoration {
  pointer-events: none;
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  border-radius: 50% / 30%;
  z-index: 1;
  box-shadow:
    0 0 15px 7px rgba(51, 234, 255, 0.4),
    0 0 25px 12px rgba(51, 234, 255, 0.3),
    0 0 40px 20px rgba(51, 234, 255, 0.25);
  animation: neonPulse 1.5s infinite alternate;
  border: 2px solid rgba(51, 234, 255, 0.6);
}

@keyframes neonPulse {
  0% {
    box-shadow:
      0 0 10px 5px rgba(51, 234, 255, 0.3),
      0 0 20px 10px rgba(51, 234, 255, 0.2),
      0 0 30px 15px rgba(51, 234, 255, 0.15);
  }
  100% {
    box-shadow:
      0 0 15px 7px rgba(51, 234, 255, 0.4),
      0 0 25px 12px rgba(51, 234, 255, 0.3),
      0 0 40px 20px rgba(51, 234, 255, 0.25);
  }
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 4px #00ffff, 0 0 8px #0077ff;
  }
  50% {
    box-shadow: 0 0 8px #00ffff, 0 0 16px #0077ff;
  }
}
