/* UNCATEGORIZED */
.cm-read-more {
    display: none;
}
.foto .cell {
    display: inline-block;
}

/* ESHOP */
.eshop-grid {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: top;
}
.eshop-menu {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
.eshop-menu li {
    padding-left: 15px;   
}
.eshop-menu li a:focus {
    outline: 0;
}
.product {
    vertical-align: top;
    display: inline-block;
}
.product.product-with-same-in-cat, .product.product-with-cats {
    width: calc(100% - 250px);    
}
.product .left {
    vertical-align: top;
    display: inline-block;
    width: 500px;
}
.product .right {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 550px);
}
.product-gallery-wrapper {
    margin-top: 20px;
    width: 400px;
    position: relative;
}
.main-image {
    /*height: 400px;*/
    width: 400px;
    line-height: 400px;
    text-align: center;
    max-width: 100%
    
}
.main-image img {
    vertical-align: middle;
}
.ui-widget-overlay {
    background: #333 !important;
	opacity: .6 !important;
}
.ui-dialog {
    max-width: 100%;
}
.ui-dialog .ui-dialog-title {
    white-space: normal !important;
}
@media (max-width: 980px) {
    .product .right {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .eshop-menu, .eshop-grid {
        width: 100%;
    }
    .eshop-menu li {
        display: inline-block;
        padding: 4px 10px;
    }
    .product .main-image {
        max-width: 100%;
    }
    .product, .product .right, .product .left {
        width: 100%;
    }
    .product .detail .left {
        width: 100%;
    }    
    .product .right {
        width: 100%;
    }
    .product .main-image, .product .product-gallery-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .product.product-with-same-in-cat, .product.product-with-cats {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .product-gallery-wrapper {
        width: 280px;
    }
    .main-image {
        width: 300px;
        line-height: 300px;
    }
}

/* zasielkovna */
.autocomplete-suggestions {
    width: 100% !important;
    max-width: 524px;
    overflow-y: auto;
    border: 1px solid #bbb;
}
.autocomplete-suggestions:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    left: 120px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid green;
}
.autocomplete-suggestions .autocomplete-suggestions-inner {
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 100% !important;
    max-height: calc(100vh - 90px) !important;
    padding: 0;
    border: 2px solid green;
    border-radius: 2px;
    margin-top: 10px;
    background-color: #ddd;
    overflow-y: auto;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.autocomplete-suggestions .autocomplete-zasielkovna {
    position: relative;
    z-index: 10000;
}
.autocomplete-suggestions .autocomplete-zasielkovna .autocomplete-suggestion > h4 {
    display: none;
}
.autocomplete-suggestion {
    width: 100%;
    cursor: default;
}
.autocomplete-suggestion > h4, .autocomplete-suggestion > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 10px;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}
.autocomplete-suggestion > h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: green;
}
.autocomplete-suggestion.autocomplete-selected > span {
    background-color: #ddd;
}
.zasielkovna-choosed {
    font-weight: bold;
}
.choose-zasielkovna {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.15s;
    position: relative;
    top: -16px;
    padding-top: 0px;
    border-bottom: 0px solid #ddd;
}
.modern-form .choose-zasielkovna.select-group::after {
    top: 49px;
    right: 12px;
}
.modern-form input[type="text"].zasilkovna {
    border-color: #ddd;
}
.choose-zasielkovna .label {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.choose-zasielkovna.open {
    height: 66px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
}
.choose-zasielkovna .dropdown-button {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 5px;
    right: 1px;
}
.choose-zasielkovna .dropdown-button  i {
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    left: 14px;
    top: 12px;
}
.choose-zasielkovna .dropdown-button .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zasielkovna-link {
    position: absolute;
    right: 3px;
    top: -7px;
}
#zasielkovna-link img {
    width: 30px;
}
.snake-block.with-bg-video {
    position: relative;
    overflow: hidden;
}
video.snake-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

@media (max-width: 750px) {
    .choose-zasielkovna .label {
        margin-left: -10px;
        text-align: left;
    }
    table.form input.zasielkovna {
        max-width: 100%;
    }
}

/* COOKIE BAR */
.cookie-bar-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 25px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 10000;
    box-sizing: border-box;
}
.cookie-bar-container div {
    box-sizing: border-box;
}
.cookie-bar {
    color: #FFFFFF;
    background-image: url('/images/cookie-transparent.png');
    background-size: 50px;
    background-repeat: no-repeat;
}
.cookie-bar .option {
    padding: 5px 0 10px 0;
    color: #2B2B2B;
}
.cookie-bar .option input {
    margin-right: 10px;
}
.cookie-bar > .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cookie-bar .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}
.cookie-bar .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.cookie-bar .right .left {
    padding-left: 50px;
}
.cookie-bar .right .right {
    text-align: right;
    padding-right: 25px;
    padding-bottom: 20px;
}
.cookie-bar .message {
    display: inline-block;
    width: 100%;
    color: #2B2B2B;
    text-align: left;
    padding-bottom: 20px;
}
.cookie-bar .button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    width: 140px;
    font-weight: normal;
    text-align: center;
    border: 1px solid;
}
.cookie-bar .button.primary {
    color: #fff;
    background-color: #498024;
    border-color: #498024;
}
.cookie-bar .button.secondary {
    color: #606060;
    border-color: #606060;
}
.cookie-bar .button.primary:hover,
.cookie-bar .button.primary:focus {
    background-color: #39641c;
}
.cookie-bar .button.secondary:hover,
.cookie-bar .button.secondary:focus {
    background-color: #e0e0e0;
}
@media (max-width: 750px) {
    .cookie-bar .left, .cookie-bar .right {
        width: 100%;
    }
    .cookie-bar .left {
        padding-left: 25px;
        border: 0;
    }
    .cookie-bar .right .right {
        text-align: center;
        padding: 20px;
    }
}@font-face {
	font-family: "Magneto BD";
    src: url("http://veterano.sk/domains/penzionlestiny-new/UserFiles/web/magnetob.woff") format('woff');
}
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Rubik";
    font-size: 16px;
    line-height: 27px;
    font-weight: 100;
    color:#565656;
    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/bg6.jpg) top center repeat-x #fff; 
    text-align: center;
    padding: 0px;
}

a {
    color: #14678f;
    text-decoration: none;
}

h1, h2, h2a, h3, h4, h5 {
   font-family:'Ubuntu';
    font-weight: 700;
    color: #000;
    margin-top: 30px;
    margin-bottom: 5px;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
    line-height: 55px;
    color: #bf0e0e;
}

h2 {
    font-family: 'Raleway', cursive;
    font-size: 40px;
    color: #505a61;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    
}

h2a {
    font-size: 35px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 40px;
}

h3 {
    font-family: 'Kaushan Script', cursive;
    font-size: 30px;
    font-weight: 500;
    color: #159687;  
    margin: 10px 0px 15px 0px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #63632b;
}

h5 { 
    
}

menu, ul {
    list-style-type: none;
}

.container {
    position: relative;
}
.snake-block .middle, .extended .middle {
    width: 1200px;
    margin: 0 auto;
}
.snake-block.informacie {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.snake-block.aktivity {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.fontless {
    font-size: 0;
}

.header {
    height: 110px;
    width: 100%;
    position: fixed;
    z-index: 2;
    transition: all 0.3s;
    background-color: #00000047;
}

.header .middle {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.under-header {
    background: #00000075;
    height: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.header .logo {
    height: 10px;
    width: 10px;
    float: left;
    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/logo.svg) no-repeat;   
    display: block;
    position: absolute;
    top: 20px;
    z-index: 200; 
}

.header .mobil, .header .mail, .header .rezervacia{
    right: 58px;
    background-color: #da8618;
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 700;
    display: block;
    position: absolute;
    z-index: 200;
    padding: 5px 20px 5px;
    display: inline-block;
    min-width: 210px;
    text-align: center;
    border: 0px solid #fff;
    border-radius: 5px;
}
.header .mobil i,
.header .mobil .cont{
    display: inline-block;
    vertical-align: center;
} 
.header .mail i,
.header .mail .cont{
    display: inline-block;
    vertical-align: center;
}
.header .mail {
    top: 60px;
    right: 5px;
    font-size: 15px;
    font-weight: 600;
}
.header .mail:hover {
    color: #fff;
    background-color: #875411;
}
.header .mobil {
    top: 20px;
    right: 5px;
	font-size: 15px;
    font-weight: 600;
}
.header .mobil:hover {
    color: #fff;
    background-color: #875411;
}
.header .rezervacia {
    top: 30px;
    right: 265px;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 700;
    padding: 10px;
    line-height: 20px;
    background-color: #159687;
}
.header .rezervacia:hover {
    color: #fff;
    background-color: #875411;
}

.board {
    width: 1200px;
    float: left;
    margin-top: 0px;
    /* font-size: 0px; */
}

.block {
    border-top: 0px transparent;
    width: 100%;
    margin: 0 auto;
    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/bgt.png) repeat-y
}

.middle .submenu {
    width: 20%;
    display: inline-block;
    height: 100%;
    float: left;
}

.left-panel {
    
}

.left-panel-container {
    display: none; /* skryť pre tento web*/
    float: left;
    width: 0px;
    min-height: 0px;
}

.left-panel-content {
    padding: 20px 20px 0 0px;
    font-size: 12px;
    position: relative;
}

.right-panel {
    float: left;
    display: block;
    margin: 0;
    width: 100%;
    /*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.right-panel-container {
    display: none;
    float: left;
    width: 1200px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.right-panel-content {
    
}

.right-panel-content a {
    float: left;
    font-size: 0;
}

.right-panel-content a img {
}

.right-panel-image {
    float: left;
    width: 250px;
    font-size: 0;
    margin-right: 0px;
}

.right-panel-image img {
    width: 250px;
    height: 120px;
    border: 0;
}

.right-panel-bar-container {
    width: 120px;
}

.right-panel-bar {
    position: absolute;
    height: 73px;
}

.right-panel-bar-content {
    background: url("http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/transparent.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6d6d6d !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 121px;
    line-height: 14px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 250px;
}


.right-panel-image a:hover {
    text-decoration: none;
    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/tien_right.png);
}



.middle-panel {
    float: left;
    width: 100%; /* 560px */
    min-height: 500px;
    background-color: #fff; 
}

.middle-panel-content {
    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/middle-panel-bg.png) repeat-x #fff; 
    padding: 0px 0px 0x 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 25px;
    padding-bottom: 0%;
    padding-top: 0%;
}
.middle-panel-content .middle {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0%;
}

.snake-block {
    padding: 4%;
    width: 100%;
    box-sizing: border-box;
}
.snake-block.sluzby1 {
    background-color: #fff;
    color: #000;
    padding: 25px 0;
}
.snake-block.sluzby1 h2, .snake-block.sluzby1 h3 {
    color: #f15922;
}
.snake-block.sluzby1 .cm-dynamic-description .dynamic-descriptions {
    height: 650px;
    overflow: auto;
    width: 70%
}
.snake-block.sluzby1 .cm-dynamic-description .cm-items .cm-item .cm-description {
	line-height: 17px;
}
.snake-block.sluzby1 .cm-dynamic-description .cm-items .cm-item .cm-title-and-description {
    color: #000;
    width: 100%;
	padding: 0px 0px 0px 20px;
}
.snake-block.sluzby1 .dynamic-description.intro {
    background: url(/domains/penzionlestiny-new/UserFiles/Image/sluzby.png) top center no-repeat; 
	height: 500px;
   	background-size: contain;
}
.snake-block.sluzby1 .cm-dynamic-description .cm-items {
	padding-left: 20px;
	box-sizing: border-box;
    width: 30%;
}
.snake-block.sluzby1 .cm-dynamic-description .cm-items .cm-item {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/sipky.png) right 20px top 10px no-repeat;
    background-color: #fff;
    background-size: 25px;
    border-bottom: 1px solid #99999999;
    margin: 0 0 0px 0;
    transition: background-color 0.3s;
    min-height: 20px;
    box-sizing: border-box;
}
.snake-block.sluzby1 .cm-dynamic-description .cm-items .cm-item:hover {
    background-color: #d2cfcf;
}
.snake-block.sluzby1 .cm-dynamic-description .cm-items .cm-item.active {
    background-color: #d2cfcf;
}
.snake-block.sluzby1.cm-dynamic-description .cm-items .cm-item .cm-title {
    position: relative;
    text-align: left;
}
.snake-block.sluzby.cm-dynamic-description .cm-items .cm-item .cm-title i {
	font-size: 20px;
	margin-right: 7px;
}
.snake-block.sluzby1.cm-dynamic-description .cm-items .cm-item .cm-image {
    display: none;   
}

.snake-block.produkty a {
    color: #fff;
    text-decoration: none;
}
.snake-block.sortiment {
    padding: 0px 0;
    width: 100%;
    box-sizing: border-box;
}

.middle-panel-content .snake-block:first-child {
    padding-top: 0;
}
.footer {
    float: left;
    width: 100%;
    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/ftbg.svg) top center no-repeat #fff;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer a {
    t;
    width: 100%;
    height: 50px;
    /*background: url(http://ofirme.sk/domains/gallo-stav/UserFiles/web/footer-shadow.png) top center no-repeat #fff;*/
}

.footer-shadow-content {
    text-align: right;
    padding: 15px 0 0 0;
    font-size: 11px;
    width: 1200px;
    max-width: 100%;
}

.footer-shadow-content a {
    border: 0;
    color: #39555b;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
}

.footer-shadow-content a:hover {
    text-decoration: underline;
}

.footer-shadow-content img {
    border: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#footer-table-1 {
    
}

#footer-table-1 td {
    font-size: 11px;
    padding-right: 30px;
}

#footer-table-1 td a {
    font-size: 11px;
    text-decoration: none;
}

#footer-table-1 td a:hover {
    text-decoration: underline;
}

/* horne menu */


.ddsmoothmenu {
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    margin: 50px 0px 0px 0px;
    z-index:210;
    width: 100%;
}

.ddsmoothmenu ul {
    text-align: left;
}

.ddsmoothmenu ul li {
    float: none;
}

.ddsmoothmenu ul li a {
    display: inline-block;
    background: none;
    padding: 0px 10px;
    color: #000;
    text-decoration: medium;
    font-family:'Rubik', sans-serif;
    font-weight: 500;
    line-height: 0px;
    position: relative;
    max-height: 67px;
    /* text-shadow 0 0 0 #999999; */
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #fff;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    color: #159687;
}

.ddsmoothmenu ul li a:hover {
    color: #159687;
}
.ddsmoothmenu ul li ul {
    left: auto !important;
}
.ddsmoothmenu > ul > li > ul {
    width: 100vw !important;
    background-color: rgba(232, 232, 232, 0.95);
	line-height: 15px;
    top: 40px !important;
    left: -50vw !important;
    padding: 18px calc(50vw - 600px);
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

.ddsmoothmenu ul li ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.ddsmoothmenu > ul > li > ul > li {
    width: 20%;
    text-align: left;
}
.ddsmoothmenu ul li ul li ul {
    display: inline-block !important;
    position: relative !important;
    height: auto !important;
    opacity: 1 !important;
    overflow: auto !important;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
}
.ddsmoothmenu ul li ul li a{
    font-size: 13px;
    font-weight: normal;
    width: auto;
    padding: 5px 5px 5px 5px;
    margin: 0 !important;
    border-top-width: 0;
    background: none;
    color: #fefefe;
    line-height: 15px;
    text-shadow: none;
}
.ddsmoothmenu > ul > li > ul > li > a {
    font-weight: bold;
    color: #F15922 !important;
    margin-bottom: 14px !important;
}
.ddsmoothmenu > ul > li > ul > li:before {
    border: 1px solid #F15922;
    display: block;
    content: "";
    position: absolute;
    top: 25px;
    left: 5px;
    transition: 0.2s all ease-in-out;
    width: 70px;
    height: 0;
}
.ddsmoothmenu > ul > li > ul > li:hover:before {
    width: 200px;
}

.ddsmoothmenu ul li ul li ul li a:link, .ddsmoothmenu ul li ul li ul li a:visited {
    color: #000;
    background: none !important;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: none !important;
}
.ddsmoothmenu ul li ul li ul li a.selected, .ddsmoothmenu ul li ul li ul li a.preselected {
    color: #000;
    background: none !important;
    text-decoration: underline;
}
.ddsmoothmenu ul li ul li a:hover{
    background: none !important;
}
.ddsmoothmenu ul li ul li ul li a:hover{
    color: #000;
    text-decoration: underline;
    background: none !important;
}


.downarrowclass {
    display: none;
   
    position: absolute !important;
    top: 54px !important;
    right: 15px;
}

.topmenu ul li .rightarrowclass{
    position: absolute !important;
    top: 12px !important;
    right: 7px;
    display: none;
}

/* left menu */


.kontakt {
    display: none;
}
.kontakt-container {
    position: absolute;
    top: 220px;
    left: 15px;
    width: 200px;
}

.search {
    display: none;
    position: absolute;
    top: 18px;
    right: 0px;
}
.search form input[type=text] {
    color: #333;
    border: 1px solid #cecaca;
    background: #72727226; 
    padding: 2px 7px 0 8px;
    width: 170px;
    height: 25px;
    font-size: 11px;
    border-radius: 0px;
}

.search-record {
    margin: 10px 0;
}

.search form button[type=submit] {
    border: 0 none;
    font-size: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: relative;
    top: 1px;
    background: none;
}
.search form button[type=submit]:before {
    content: "f002";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/*
	SLIDESHOW
*/

#big-slider {
        float: left;
	width:1200px;
	height:323px;
	position:relative;
}

#big-slider #frame {
	position:absolute;
	z-index:110;
	width:1200px;
	height:323px;
	top:-323px;
	left:0px;
}

#big-slider #bigslides {
	position:absolute;
	z-index:110;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#big-slider .slides_container {
	width:1200px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#big-slider .slide-content {
	width:1200px;
	height:323px;
        font-size: 12px;
}

#big-slider .slide-content .slide-container {
	padding: 30px;
}

#big-slider .slides_container .slide {
	width:1200px;
	height:323px;
}

#big-slider .slides_container .slide img {
	width:1200px;
	height:323px;
        border: 0;
}


/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top:100px;
	right:250px;
	width:32px;
	height:55px;
	display:block;
	z-index:101;
        font-size: 0;
}


#big-slider #bigslides .prev {
        background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/arrow-prev.png) no-repeat;
	left:-53px;
}

#big-slider #bigslides .next {
	left:1200px;
        background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/arrow-next.png) no-repeat;
        left:1023px;
}




/*
	Pagination
*/
#big-slider .pagination {
    float: right;
    min-width: 10px;
    position: absolute;
    z-index: 5;
}

#big-slider .pagination li {
    float: left;
    left: 11px;
    list-style: none outside none;
    margin: 0 3px;
    position: relative;
    top: -30px;
}

#big-slider .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#big-slider .pagination li.current a {
	background-position:0 -12px;
}


/*
	Footer
*/

#big-slider #footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#big-slider #footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/* slider */

.wslider {
	height:318px;
	background:black;
	overflow:hidden;
	position:relative;
}

.wslider-slide {
	position:absolute;
	display:none;
	background:black;
	border-left:1px solid #222;
}

a.wslider-slidelink, a.wslider-slidelink:visited {
	display:block;
	width:100%;
	height:100%;
	background: no-repeat left center;
	margin:0;
	padding:0;
	text-decoration:none;
	color:white;
}

.wslider-panel {
	background:url('/images/slider_panel_back.png');
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	padding:10px 20px;
}

.wslider-panelheader {
	font-size:1.4em;
        margin-bottom: 10px;
}

.wslider-panel.medium {
	background:transparent;
	text-transform:uppercase;
	padding:0 15px;
	width:170px;
}

.wslider-panel.medium .wslider-panelheader {
	font-size:1.1em;
}

.wslider-panel p {
	margin-bottom:0;
	margin-right: 20px;
        line-height: 20px;
}

.wslider-panel.medium p {
	display:none;
}

.wslider img, .wslider-panel {
	display:none;
}
.footer-mark {
    display: inline-block;
    margin-left: 20px;
}



.err {
    color: #C61A1A;
}

.languages {
    position: absolute;
    top: 0px;
    right: 245px;
    z-index: 500;
}

.languages span {
    color: #000;
    font-weight: medium;
    padding: 0 4px;
    font-size: 14px;
}

.languages a {
    color: #999999;
    text-decoration: none;
    font-weight: medium;
    padding: 0 4px;
    font-size: 14px;
}

.languages a:hover {
    text-decoration: underline;
  
}

.show-on-mobile {
    display: none;
}

.icons {
    height: 50px;

    background: url(http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/navigovat.png) no-repeat;   
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 10;
}

.icons a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
}
.icons a:first-child {
    margin-left: 0;
}
.icons img {
    max-width: 50px;
}
.icons .cont {
    display: inline-block;
    position: relative;
    top: -8px;
}
.icons .cont .top {
    font-family: "Exo";
    font-size: 15px;
    color:#fff;
}
.icons .cont .bottom {
    font-family: "Exo";
    font-size: 12px;
    font-weight: 300;
    color:#fff;
}

/* JSSOR SLIDER */

#jssor_slider_container {
    position: relative;
    margin: 0 auto; 
    width: 1920px; 
    height: 900px; 
    overflow: hidden;
}
.jssorb21 {
    position: absolute;
    top: 770px !important;
    left: 6px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(/common/jssor/img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(/common/jssor/img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; top: 356px !important; left: 8px; }
.jssora21r { background-position: -63px -33px; top: 356px !important; right: 8px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
.jssor-slides {
    cursor: move; 
    position: absolute; 
    left: 0px;
    width: 1920px;
    height: 900px; 
    overflow: hidden;
}

/* 50/50 */
.cm.cm-50-50 {
    width: 100%;
    display: inline-block;
}

.cm-50-50 .cm-item {
    display: flex;
    margin-bottom: 70px;
    background: rgba(170,170,170,0.0) url("/images/transparent.png") no-repeat scroll 30px 190px; /* url transparent je 1čistí pixel, nato, aby sa obrazok zobrazil postupne*/ /* 30 a 190 px je vychodzí bod obrazka, ktorí sa zastavi .preco-spolupracovat:hover */
    width: calc(100% - 0px);
    max-width: 2000px;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 550px;
    box-sizing: border-box; /* neries, musí byť */
    /*padding: 30px;*/ /* vnutorny okraj, aby text nebol nalepený na okraji*/
    
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;
    /* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px; /* radius je zaoblenie rohov */
}


.cm-50-50 .cm-item:hover {
    background: rgba(255,255,255,1) !important;
    color: #000;
}

.cm-50-50 .cm-item .cm-title-and-description {
    width: 70%;
}

.cm-50-50 .cm-item .cm-description {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    padding: 30px;
    font-family: "Rubik";
    text-align: left;
}

.cm-50-50 .cm-item .cm-image {
    overflow: hidden;
    background-position: 100% 50%;
    width: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    text-align: center;
}

.cm-50-50 .cm-item img {
    transition: all 300ms;
    max-width: 100%;
}
.cm-50-50 .cm-item .cm-title {
    font-size: 40px; 
    font-family: "Black Ops One";
    line-height: 53px;
    color: #000;
    font-weight: 800;
    padding-bottom: 0px;
    display: block;
    line-height: initial;
    text-align: left;
    margin: 50px;
    padding: 7px;
}

.cm-50-50 .cm-item .cm-read-more {
    display: block;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
}

.cm-50-50 .cm-item .cm-read-more span {
    display: inline-block;
    margin: 30px;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #fff;
    color: #eca549;
    position: absolute;
    right: 115px;
    bottom: 0px;
}

.cm-50-50 .cm-item .cm-read-more span:hover {
    background-color: #fbc887; 
    border: 0px solid #fff;
    color: #fff;
}


/*50-50A*/

.cm.cm-50-50A {
    width: 100%;
    display: inline-block;
}

.cm-50-50A .cm-item {
    display: flex;
    margin: 0;
    background: #fff;
    width: calc(100% - 0px);
    max-width: 2000px;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 550px;
    box-sizing: border-box; /* neries, musí byť */
    /*padding: 30px;*/ /* vnutorny okraj, aby text nebol nalepený na okraji*/
    
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;
    /* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius: 15px; /* radius je zaoblenie rohov */
    box-shadow: 1px 2px 20px #00000030;
}
.cm-50-50A .cm-item .cm-title-and-description {
    width: 40%;
}

.cm-50-50A .cm-item .cm-description {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    padding: 30px;
    font-family: "Rubik";
    text-align: left;
}

.cm-50-50A .cm-item .cm-image {
    overflow: hidden;
    background-position: 100% 50%;
    width: 60%;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: center;
}

.cm-50-50A .cm-item img {
    transition: all 300ms;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}
.cm-50-50A .cm-item .cm-title {
    font-size: 40px; 
    font-family: "Raleway", sans-serif;
    line-height: 53px;
    color: #505a61;
    font-weight: 800;
    display: block;
    line-height: initial;
    text-align: left;
    margin: 30px;
    padding: 7px;
}

.cm-50-50A .cm-item .cm-read-more {
    display: block;
    text-align: center;
    font-family:
}

.cm-50-50A .cm-item .cm-read-more span {
    display: inline-block;
    margin: 30px;
    padding: 20px 40px;
    border: 0px solid #fff;
    border-radius: 0px;
    background-color: #fff;
    color: #1a1a1b;
    position: absolute;
    right: 120px;
    bottom: 0px;
}

.cm-50-50A .cm-item .cm-read-more span:hover {
    background-color: #fff; 
    border: 0px solid #fff;
    color: #fff;
}


/* 1menu */

.cm-1menu {
    font-size: 0;
}
.cm-1menu .cm-item {
    overflow: hidden;
    background-color: solid rgba(255,0,0,1);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33% - 30px);
    margin: 0 15px 0px 15px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    min-height: 520px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255, 0, 0, 1);  
    margin: -100px 0 50px 0;
   
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius: 0px 60px 10px 60px;
    position: relative;
    box-shadow: 0px 10px 16px 0px #80808042;
}
.cm-1menu .cm-item:hover {
    background-color: solid rgba(255,0,0,1); !important; /* ina farba animacie */    
    color: #fff;
    border: 0px solid rgba(241, 89, 34, 0.3); 
}

.cm-1menu .cm-item .cm-image {
    text-align: center;
    margin-right: 0px;
}

.cm-1menu .cm-item .cm-image img {
    max-width: 60%;
    border-radius: 8px;
}

.cm-1menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-1menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-1menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-1menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-1menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-1menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
} 
.cm-1menu .cm-title {
    font-family:'Ubuntu', sans-serif;
    color: #bf0e0e;
    font-size: 19px;
    font-weight: 300;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}

/*.cm-1menu .cm-title:hover {
    text-decoration: none;
}
.cm-1menu .cm-item:hover .cm-title {
    color: #63632b;*/
}
.cm-1menu .cm-description {
    color: #fff;
    padding: 0px 10px 10px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
}
.cm-1menu .cm-item .cm-read-more {
    display: block;
    font-family:'Teko', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 30px;
   /* transform: translateX(-50%); */
}
.cm-1menu .cm-item .cm-read-more span {
    display: inline-block;
    font-family:'Teko', sans-serif;
    font-size: 20px;
    margin: 30px 0px;
    padding: 12px 50px;
    border: 0px solid #222;
    border-radius: 0px 10px 3px 10px;
    background-color: #ff0000;
    color: #fff;
}

.cm-1menu .cm-item .cm-read-more span:hover {
    background-color: #fff; 
    border: 0px solid #333;
    color: #222;
}


/* 2MENU */

.cm-2menu {
    font-size: 0;
}
.cm-2menu .cm-item {
    overflow: hidden;
    background-size: cover;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(50% - 30px);
    margin: 0 15px 0px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    min-height: 420px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255, 0, 0, 1);   
   
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius: 20px;
    position: relative;
}
.cm-2menu .cm-item:hover {
    background-color: solid rgba(255,0,0,1); !important; /* ina farba animacie */    
    color: #fff;
    border: 0px solid rgba(241, 89, 34, 0.3); 
}

.cm-2menu .cm-item .cm-image {
    text-align: center;
    margin-right: 0px;
}

.cm-2menu .cm-item .cm-image img {
    max-width: 50%;
    border-radius: 8px;
}

.cm-2menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-2menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-2menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-2menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-2menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-2menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
} 
.cm-2menu .cm-title {
    font-family:'Raleway', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    text-decoration: none;
    margin: 20px 0 20px;
    padding: 17px;
    display: block;
    text-align: left;
}
.cm-2menu .cm-description {
    color: #fff;
    font-family:'Rubik', sans-serif;
    padding: 0px 10px 10px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}
.cm-2menu .cm-item .cm-read-more {
    display: block;
    font-family:'Teko', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
   /* transform: translateX(-50%); */
}
.cm-2menu .cm-item .cm-read-more span {
    display: inline-block;
    font-family:'Teko', sans-serif;
    font-size: 20px;
    margin: 30px 0px;
    padding: 12px 50px;
    border: 0px solid #222;
    border-radius: 0px 10px 3px 10px;
    background-color: #ff0000;
    color: #fff;
}

.cm-2menu .cm-item .cm-read-more span:hover {
    background-color: #fff; 
    border: 0px solid #333;
    color: #222;
}

/* 3MENUA */

.cm-3menuA {
    font-size: 0;
}
.cm-3menuA .cm-item {
    overflow: hidden;
    background-color: #15968796;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33% - 30px);
    margin: 50px 15px 50px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    min-height: 300px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border-radius: 15px;   
   
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    box-shadow: 0px 10px 16px 0px #00000073;
    position: relative;
}
.cm-3menuA .cm-item:hover {
    /*background-color: solid rgba(255,0,0,1); !important; /* ina farba animacie */    
    /*color: #fff;
    border: 0px solid rgba(241, 89, 34, 0.0); */
}

.cm-3menuA .cm-item .cm-image {
    text-align: center;
    margin-top: 10px;
}

.cm-3menuA .cm-item .cm-image img {
    max-width: 90%;
    border-radius: 8px;
    height: 200px;
}

.cm-3menuA .cm-images {
    height: 109px;
    position: relative;
}
.cm-3menuA .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menuA .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-3menuA .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-3menuA .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-3menuA .cm-item:hover .cm-images img.secondary {
    opacity: 1;
} 
.cm-3menuA .cm-title {
    font-family:'Raleway', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    margin: 20px 0px 20px;
    display: block;
    text-align: center;
}

.cm-3menuA .cm-title:hover {
    text-decoration: none;
}
.cm-3menuA .cm-description {
    color: #fff;
    padding: 0px 10px 40px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-family: "Rubik";
    font-size: 16px;
    line-height: 18px;
}
.cm-3menuA .cm-item .cm-read-more {
    display: block;
    font-family:'Ubuntu', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); 
}
.cm-3menuA .cm-item .cm-read-more span {
    display: inline-block;
    font-family:'Ubuntu', sans-serif;
    font-size: 15px;
    margin: 30px 0px;
    padding: 10px 40px;
    border: 0px solid #000;
    border-radius: 0px;
    background-color: #00000063;
    color: #fff;
    font-weight: 500;
}

.cm-3menuA .cm-item .cm-read-more span:hover {
    background-color: #fff; 
    border: 1px solid #999;
    color: #999;
}
.cm-3menuA .klasicka .cm-read-more span {
    background: #a90707;
    border-radius: 0px;
    color: white;
}

.cm-3menuA .nadrozmerna .cm-read-more span {
    background: #a90707;
    border-radius: 0px;
    color: white;
}

.cm-3menuA .polnohospodarske .cm-read-more span {
    background: #a90707;
    border-radius: 0px;
    color: white;
}

/* 3MENU */

.cm-3menu {
    font-size: 0;
}
.cm-3menu .cm-item {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33% - 30px);
    margin: 0px 15px 70px 15px;
    font-size: 15px;
    line-height: 18px;
    color: #888;
    min-height: 550px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px 0 10px 0;
    border: 0px solid #fff;  

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius: 0px;
}
.cm-3menu .cm-item:hover {
   opacity: 1; 
}

.cm-3menu .cm-item .cm-image {
    text-align: center;
}

.cm-3menu .cm-item .cm-image img {
    max-width: 100%;
    padding: 0px;
    border-radius: 10px;
}

.cm-3menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-3menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-3menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-3menu .cm-title {
    font-family: "Raleway";
    color: #505a61;
    font-size: 30px;
    line-height: 17px;
    font-weight: 800;
    text-decoration: none;
    margin: 0;
    display: block;
    text-align: center;
    border-bottom: px dotted #4593aa;
    padding: 60px 0px 10px 0px;
    min-height: 30px;
}
.cm-price {
    color: #fff;
    text-align: center;
    background: #f15922;
    padding: 10px 0px;
    display: inline-block;
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin: 48px 10px 0 10px;
    white-space: nowrap;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    vertical-align: top;
    position: absolute;
	bottom: 12px;
}
.cm-price:before {
    content: "od ";
}
.cm-price .fraction {
    display: none;
}
.cm-3menu .cm-description {
    color: #555;
    padding: 10px 10px 10px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    height: 100px;
}
.cm-3menu .cm-description ul {
    display: none;   
}
.cm-3menu .cm-description li {
    margin: 7px 0 0;
}
.cm-3menu .cm-description li:before {
    font-family: "Font Awesome 5 Free";
    color: #579883;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    font-weight: 600;
}

.cm-3menu .cm-description li:first-child:before {
    content: 'f073';
}
.cm-3menu .cm-description li:nth-child(2):before {
    content: 'f1b9';
}
.cm-3menu .cm-description li:nth-child(3):before {
    content: 'f085';
}
.cm-3menu .cm-description li:nth-child(4):before {
    content: "f3fd";
}
.cm-3menu .cm-description li:nth-child(5):before {
    content: 'f007';
}

.cm-3menu .cm-title:hover {
    text-decoration: none;
}

.cm-3menu .cm-item .cm-read-more {
    display: inline-block;
    background-color: #eca549;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 12px 20px;
    margin: 5px 20px 0 10px;
    font-size: 17px;
    font-family: "Rubik";
    font-weight: 400;
    vertical-align: top;
    border-radius: 10px;
}

.cm-3menu .cm-item .cm-read-more:hover {
    background: #eca54999;
}
/* 3MENU */

.cm-3menuB {
    font-size: 0;
}
.cm-3menuB .cm-item {
    position: relative;
    overflow: hidden;
    background-color: #1d272b42;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33% - 20px);
    margin: 0px 10px 10px 10px;
    font-size: 13px;
    line-height: 25px;
    color: #888;
    min-height: 250px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px 0 10px 0;
    border-top: 0px solid #dedede;  

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    box-shadow: 0px 10px 16px 0px #00000070;
}
.cm-3menuB .cm-item:hover {
   opacity: 1; 
}

.cm-3menuB .cm-item .cm-image {
    text-align: center;
    margin: 20px;
}

.cm-3menuB .cm-item .cm-image img {
    max-width: 30%;
    padding: 0px;
}

.cm-3menuB .cm-images {
    height: 109px;
    position: relative;
}
.cm-3menuB .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menuB .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menuB .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menuB .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-3menuB .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-3menuB .cm-title {
    font-family: "Ubuntu";
    color: #ff0000;
    font-size: 20px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
    display: block;
    text-align: center;
    border-bottom: px dotted #4593aa;
    padding: 20px;
    min-height: 30px;
}
.cm-price {
    color: #fff;
    text-align: center;
    background: #f15922;
    padding: 10px 0px;
    display: inline-block;
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin: 48px 10px 0 10px;
    white-space: nowrap;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    vertical-align: top;
    position: absolute;
	bottom: 12px;
}
.cm-price:before {
    content: "od ";
}
.cm-price .fraction {
    display: none;
}
.cm-3menuB .cm-description {
    color: #fff;
    padding: 10px 10px 10px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    height: 100px;
}
.cm-3menuB .cm-description ul {
    display: none;   
}
.cm-3menuB .cm-description li {
    margin: 7px 0 0;
}
.cm-3menuB .cm-description li:before {
    font-family: "Font Awesome 5 Free";
    color: #579883;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    font-weight: 600;
}

.cm-3menuB .cm-description li:first-child:before {
    content: 'f073';
}
.cm-3menuB .cm-description li:nth-child(2):before {
    content: 'f1b9';
}
.cm-3menuB .cm-description li:nth-child(3):before {
    content: 'f085';
}
.cm-3menuB .cm-description li:nth-child(4):before {
    content: "f3fd";
}
.cm-3menuB .cm-description li:nth-child(5):before {
    content: 'f007';
}

.cm-3menuB .cm-title:hover {
    text-decoration: none;
}

.cm-3menuB .cm-item .cm-read-more {
    display: inline-block;
    color: #fff;
    background-color: #eca549;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    
    text-align: center;
    padding: 10px 8px;
    box-sizing: border-box;
    margin: 20px 0px 20px 0px;
    font-size: 20px;
    font-family: "Raleway";
    font-weight: 600;
}

.cm-3menuB .cm-item .cm-read-more:hover {
    color: #000;
    background: #fff;
}


/* 4MENU B */

.cm-4menuB {
    font-size: 0;
}
.cm-4menuB .cm-item {
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(25% - 6px);
    margin: 0 2px 4px 2px;
    font-size: 13px;
    color: #fff;
    height: 450px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(0,186,158,0.3);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-4menuB .cm-item:hover {
    background-color: rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 1px solid rgba(248,112,96,0.3); 
}

.cm-4menuB .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.cm-4menuB .cm-item .cm-image img {
    max-width: 100%;
}

.cm-4menuB .cm-images {
    height: 109px;
    position: relative;
}
.cm-4menuB .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-4menuB .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-4menuB .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-4menuB .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-4menuB .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-4menuB .cm-title {
    font-family: "Exo";
    color: #00ba9e;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.cm-4menuB .cm-title:hover {
    text-decoration: underline;
}
.cm-4menuB .cm-item:hover .cm-title {
    color: #f87060;
}

.cm-4menuB .cm-item .cm-read-more {
    display: block;
    text-align: center;
}

.cm-4menuB .cm-item .cm-read-more a {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 47px;
    border: 1px solid #fff;
    border-radius: 0px;
}

.cm-4menuB .cm-item .cm-read-more a:hover {
    background-color: #8ccc96;
    color: #023052;
}

/* classic cm4 menu */
.cm-4menu .cm-images {
    width: 100%;
}

/* 6MENU */

.cm-6menu {
    font-size: 0;
}
.cm-6menu .cm-item {
    overflow: hidden;
    background-color: #fff;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(16.66% - 0px);
    margin: 0 0px 0px 0px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    min-height: 460px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(20,103,143,0.5);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-6menu .cm-item:hover {
    background-color: #fff !important; /* ina farba animacie */    
    color: #000;
    border: 1px solid rgba(0,0,0,0.3); 
}

.cm-6menu .cm-item .cm-image {
    width: 190px;
    margin-right: 10px;
}

.cm-6menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-6menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-6menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-6menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-6menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-6menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-6menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-6menu .cm-title {
    font-family: "Bai Jamjuree";
    color: #14678f;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-6menu .cm-title:hover {
    text-decoration: underline;
}
.cm-6menu .cm-item:hover .cm-title {
    color: #333;
}

/* 5MENU */

.cm-5menu {
    font-size: 0;
}
.cm-5menu .cm-item {
    overflow: hidden;
    background-color: #f2f0ec;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(20.00% - 0px);
    margin: 0 0px 0px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    height: 350px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 30px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255,255,255,1);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-5menu .cm-item:hover {
    background-color: solid rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #000;
    border: 0px solid #fff; 
}

.cm-5menu .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}


.cm-5menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-5menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-5menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-5menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-5menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-5menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-5menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-5menu .cm-title {
    font-family: "Bai Jamjuree";
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-5menu .cm-title:hover {
    text-decoration: underline;
}
.cm-5menu .cm-item:hover .cm-title {
    color: #303030;
}

/* O nas - supermenu */

.cm-o-nas {
    font-size: 0;
}
.cm-o-nas .cm-item {
    overflow: hidden;
    background-color: #fff;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33% - 10px);
    height: 89px;
    margin: 0 5px 10px 5px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box; /* neries, musí byť */
    padding: 1px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(0,0,0,0.0);
    border-bottom: 0px solid #103643;    

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-o-nas .cm-item:hover {
    background-color: transparent !important; /* ina farba animacie */    
    color: #000;
    padding: 0px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border-bottom: 0px solid #e6e6e6 !important;
    text-align: center;
}

.cm-o-nas .cm-image {
    height: 19px;
    position: relative;
}
.cm-o-nas .cm-image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-o-nas .cm-image img {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
   /* height: 420px;*/
}
.cm-o-nas .cm-item:hover .cm-image img {
    opacity: 0;
}
.cm-o-nas .cm-title {
   font-family:'Teko', sans-serif;
    font-size: 15px;
    color: #185262;
    font-weight: 500;
    margin-bottom: 14px;
}



/* cikcak - foto raz vlavo raz vpravo */

.cm.cm-cikcak {
    display: inline-block;
    width: 100%;
}
.cm-cikcak img {
    transition: all 300ms;
    max-width: 100%;
}
/*.cm-cikcak .cm-image:hover img {
    transform: scale(1.1);
}*/
.cm-cikcak .cm-item:nth-of-type(odd) .cm-image {
    overflow: hidden;
    background-position: 100% 50%;

}
.cm-cikcak .cm-item:nth-of-type(even) .cm-image {
    overflow: hidden;
    background-position: 0% 50%;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-title {
    margin-top: 10;
    padding: 30px;
    font-size: 19px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-title {
    margin-top: 10;
    text-align: right;
    padding: 30px;
    font-size: 19px;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-description {
    padding: 0 30px 10px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-description {
    padding: 0 30px 10px;
    text-align: right;
}

.cm-cikcak .cm-item {
    display: flex;
    background-color: #fff;
    width: calc(100% - 0px);
    max-width: 2000px;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 200px;
    box-sizing: border-box; /* neries, musí byť */
    /*padding: 30px;*/ /* vnutorny okraj, aby text nebol nalepený na okraji*/
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    box-shadow: 10px 10xp grey;
}
/* radius je zaoblenie rohov */


.cm-cikcak .cm-item .cm-title {
    font-family: "Roboto";
    font-size: 19px;
    line-height: 22px;
    color: #333;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 4px;
    display: block;

}
.cm-cikcak .cm-item .cm-title-and-description {
    width: 50%;
    color: #333;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-title-and-description {
    /*margin-left: 50%;*/
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-title-and-description {
    /*margin-right: 50%;*/
    text-align: right;
}
.cm-cikcak .cm-item .cm-image {
    width: 50%;
    text-align: center;
}

.cm-cicak .cm-item .cm-image img {
    max-width: 100%;
}
/**/


/* easyform */

.rounded-corners {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.easyform {

}

.easyform label {
    display: block;
    font-size: 14px;
    margin: 6px 0 3px;
}

.easyform input[type=text] {
    font-family: Bai Jamjuree;
    padding: 2px 4px;
    width: 205px;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.easyform textarea {
    font-family: Bai Jamjuree;
    font-size: 13px;
    height: 65px;
    padding: 2px 4px;
    width: 205px;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.easyform input[type=text]:focus, .easyform textarea:focus {
    border: 1px solid #E25D22;
}

.easyform .seccode {
    height: 23px;
    margin: 0 19px 0 0;
    position: relative;
    top: 6px;
    width: 98px;
}

.easyform button {
    margin: 17px 0;
    padding: 3px;
}

.easyform input[name=sesscode] {
    width: 87px;
}

.footer-content iframe {
    /*margin-top: 30px;*/
}



.sluzby {
    color: #000;
    background: url("http://ofirme.sk/domains/penzionlestiny-new/UserFiles/web/bg.jpg") center top repeat-x #fff;
    padding-bottom: 0;
}

/* sluzby */
.snake-block.sluzby {
    background: url("http://ofirme.sk/domains/spmr/UserFiles/web/preco_b.jpg") no-repeat #fff;
    padding: 0;
}
.snake-block.sluzby .owl-nav {
    display: none;
}

/* TMP */
.vzorkovnik img {
    border: 1px solid gray;
}  

body .mobile {
    display: none;
}

.snake-block.sluzby-new {
    padding:0;
    padding-bottom: 10px;
}

.snake-block.kontaktne-udaje {
    padding: 0;
}

.snake-block.sluzby {
    color: #333;
    padding-top: 4%;
}
.button {
    background-color: transparent;
    font-family:'Ubuntu', sans-serif;
    color: #fff;
    font-weight: normal;
    padding: 15px 40px 15px;
    font-size: 45px;
    font-weight: 600;
    line-height: 17px;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    border: 0px solid #fff
}
/*.button:hover {
    color: #999;
	background-color: #fff;
	border: 1px solid #999;   
}*/

.unlogicalSpace {
    display: none;
}
.languages-container {
    display: none;

}

/* TMP */
.languages-container-new {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.languages-container-new .languages {
    position: initial;
}
.languages-container-new a.inactive img {
    transition: all .5s;
}
.languages-container-new a.inactive img {
    filter: grayscale(100%);
}
.languages-container-new a.inactive:hover img {
    filter: grayscale(0%);
}

.same-in-category {
    padding: 24px 10px 0 20px;
}
.same-in-category li {
    padding: 3px 0;
}
.same-in-category li.active {
  font-weight: bold;
}
.product-gallery-wrapper {
    width: calc(100% - 30px);
}
.product {
    display: block;
}
.product .extended {
    padding: 30px 0 30px 0;
    background-color: #ffe8df;
}
.product .code, .product .addtocart, .product .availability, .product .back {
    display: none;
}
.product .main-image {
    margin-top: 20px;
}
.product .detail {
    width: 1200px;
    margin: 0 auto;
}
.product .detail .left {
    width: 530px;
}
.product .detail .description {
    padding-bottom: 30px;
}
.product .attribute .label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 10px;
    font-weight: 600;
}
.product .attribute.no-1 .label:before {
    content: 'f153';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-2 .label:before {
    content: 'f153';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-3 .label:before {
    content: 'f153';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-4 .label:before {
    content: 'f153';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-5 .label:before {
    content: 'f153';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-5 .label {
    color: #4593aa;
}
.product .attribute.no-5 .value {
    color: #4593aa;
}
/*.product .attribute.no-2 .label:before {
    background-image: url(/domains/penzionlestiny-new/UserFiles/web/tachometer.png);
}
.product .attribute.no-3 .label:before {
    background-image: url(/domains/penzionlestiny-new/UserFiles/web/prevodovka.png);
}
.product .attribute.no-4 .label:before {
    background-image: url(/domains/penzionlestiny-new/UserFiles/web/poh.png);
}*/
.rezervacia-auta tr.field_1806,
.rezervacia-auta tr.field_1920,
.rezervacia-auta tr.field_1921,
.rezervacia-auta tr.field_1807 {
    display: none;

}
.rezervacia-auta tr {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.eshop-menu {
    background-color: #fff;
    padding-top: 20px;
    width: 100%;
}
.eshop-menu li {
	padding: 10px 5px 10px;
	width: 11.11%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #f15922;
    border-bottom:1px solid #f15922;
    border-radius: 0px;
	height: 60px;
}
.eshop-menu ul.leftmenu li a {
    color: #095ea7;
    font-size: 14px;
    font-weight: bold;
}
.eshop-menu ul.leftmenu li a:hover {
    background-color: transparent;
    color: #000;
}
.eshop-grid {
    width: 100%;
}
.attribute .label {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    width: 163px;
}
.attribute {
    margin-bottom: 10px;
}
.attribute .label:after {
    content: ':';
}
.price-container {
    display: none;
    padding: 30px 20px 20px 20px;
    font-size: 0;
}
.price {
    font-size: 25px;
    font-family: "Magneto BD";
    color: #fff;
    padding: 20px ;
}
.price-container::before {
    content: 'cena od:';
    font-size: 16px;
}
.currency {
    font-size: 16px;
}

/* ZOOMOVANIE OBRAZKA V SLAJDERI */
@keyframes zoom-pomaly {
    0% {
        transform: scale(1,1);
    }
    10% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.15,1.15);
    }
}
img.zoom-pomaly {
    animation: zoom-pomaly 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.magnetobold {
    font-family: "Magneto BD";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}
.dp-popup table.jCalendar th {
    background: #669dbf;
}
.reservationForm table, .unconfirmed table {
    background: #fff;
}
.unconfirmed p {
    font-weight: bold;
    margin-bottom: 8px;
}
.reservationDetails .message {
    font-weight: bold;
    border: 1px dashed;
    background-color: #ffff21;
    border-radius: 5px;
    padding: 10px 10px !important;
    text-align: center !important;
}
.reservationDetails .label.automobil, .reservationDetails input.automobil,
.reservationDetails .label.url, .reservationDetails input.url {
    display: none;
}
.rezervacia-auta .enable_cell, .rezervacia-auta .disable_cell {
    display: none;
}
.manage-disabled-days {
    display: none;
}
.product.product-with-same-in-cat, .product.product-with-cats {
	width: calc(100%);
}
.notresponsive.gumy {
    min-width: 1000px;
}
.notresponsive.gumy td {
    padding: 12px 8px 6px 11px;
}

@media (max-width: 1200px) {
    .center, .block, .board, .right-panel, .right-panel-container, .left-panel, 
    .left-panel-container, .middle-panel, .middle, .footer-shadow {
        width: 100%;
    }
    /* CIKCAK */
    .cm-cikcak {
        clear: both; /* totoznamena  ze vedla jedneho bloku, nebude uz ziadny iný plavajúci blok, teda pôjdu pod seba */
        height: auto;
        min-height: 100;
        width: 100%; /* sirka logicky musela byť zmenena na 100% */
        margin: 0; /* zrusena margin 2% aby boli roztiahnute na 100% inac by ostala medzera vedla horného*/
    }
    body .cm-cikcak .cm-item:nth-of-type(odd) .cm-image,
    body .cm-cikcak .cm-item:nth-of-type(even) .cm-image {
        display: inline-block;
        width: auto;
        float: none;
        margin: 0;
    }
    body .cm-cikcak .cm-item:nth-of-type(odd) .cm-title,
    body .cm-cikcak .cm-item:nth-of-type(even) .cm-title {
        float: none;
        padding: 15px;
        margin-top: 15px;
        line-height: 1;
    }
    body .cm-cikcak .cm-item:nth-of-type(odd) .cm-description,
    body .cm-cikcak .cm-item:nth-of-type(even) .cm-description {
        padding: 15px;
        text-align: initial;
    }
    body .middle-panel-content img {
        max-width: 100%;
        height: auto;
    }
    /**/
    body .under-header {
        display: none;
    }
    
    body .cm-cikcak .cm-item {
        transform: none;
        margin: 0;
        display: inline-block;
    }

    body .cm-cikcak .cm-item .cm-title-and-description {
        width: 100%;
    }

    body .cm-cikcak .cm-item .cm-image {
        width: 100% !important;
        max-height: 450px;
        background-size: cover;
    }
    .show-on-mobile {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .hide-on-mobile {
        display: none;
    }
    body .desktop {
        display: none;
    }

    body .mobile {
        display: initial;
    }
    .snake-block.sluzby-new {
        /*padding-bottom: 0;*/
    }
    .board {
        margin-top: 110px; 
    }
}

@media (max-width: 1000px) {

    .middle-panel-content table {
        width: auto !important;
    }
    .middle-panel-content {
        padding: 0 20px;
    }
    .referencie .middle-panel-content {
        padding: 0;
    }
    .header .logo {
        left: 20px;
    }

    h1, h2, h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .dpf1, .dpf2, .dpf3, .dpf4 {
        width: 50%;
        height: 350px;
        margin: 0 0 10px 0;
    }
    .board {
        margin-top: 110px;
    }
    .header {
        background: #fff;
    }    
    .uvod1:hover, .uvod2:hover, .uvod3:hover {
        height: 500px;
    }
    .cm-referencie {
        height: 225vw;
    }
    .cm-referencie .cm-item:nth-child(1) {
        top: 0;
        left: 0;
        width: 50%;
        height: 33.33%;
    }
    .cm-referencie .cm-item:nth-child(2) {
        top: 33.33%;
        left: 0;
        width: 50%;
        height: 16.66%;
    }
    .cm-referencie .cm-item:nth-child(3) {
        top: 0;
        left: 50%;
        width: 50%;
        height: 16.66%;
    }
    .cm-referencie .cm-item:nth-child(4) {
        top: 16.66%;
        left: 50%;
        width: 50%;
        height: 33.33%;
    }
    .cm-referencie .cm-item:nth-child(5) {
        top: 50%;
        left: 0%;
        width: 100%;
        height: 33.33%;
    }
    .cm-referencie .cm-item:nth-child(6) {
        top: 83.33%;
        left: 0%;
        width: 50%;
        height: 16.66%;
    }
    .cm-referencie .cm-item:nth-child(7) {
        top: 83.33%;
        left: 50%;
        width: 50%;
        height: 16.66%;
    }


    .cm-referencie2 {
        height: 225vw;
    }
    .cm-referencie2 .cm-item:nth-child(1) {
        top: 0;
        left: 0;
        width: 50%;
        height: 33.33%;
    }
    .cm-referencie2 .cm-item:nth-child(2) {
        top: 33.33%;
        left: 0;
        width: 50%;
        height: 16.66%;
    }
    .cm-referencie2 .cm-item:nth-child(3) {
        top: 0;
        left: 50%;
        width: 50%;
        height: 16.66%;
    }
    .cm-referencie2 .cm-item:nth-child(4) {
        top: 16.66%;
        left: 50%;
        width: 50%;
        height: 33.33%;
    }
    .cm-referencie2 .cm-item:nth-child(5) {
        top: 50%;
        left: 0%;
        width: 100%;
        height: 33.33%;
    }
    .cm-referencie2 .cm-item:nth-child(6) {
        top: 83.33%;
        left: 0%;
        width: 50%;
        height: 16.66%;
    }
    .cm-referencie2 .cm-item:nth-child(7) {
        top: 83.33%;
        left: 50%;
        width: 50%;
        height: 16.66%;
    }

    .cm-3menuA .cm-item, .cm-2menu .cm-item {
        width: calc(100.00%);
    }
    .treemenu ul.topmenu li {
        border-bottom: 0 !important;
    }

    .eshop-menu li {
		width: 20%;
        border-bottom: 1px solid #f15922;
    }
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 750px) {
    body {
        background: url(/domains/krizovy-manazment/UserFiles/bg00-benison.jpg) top center repeat-x; 
        font-size: 16px;
        padding: 0;
    }
    .snake-block.sluzby1 .cm-dynamic-description {
        display: block;   
    }
    .snake-block.sluzby1 .cm-dynamic-description .dynamic-descriptions {
        height: 360px;
    }
    .snake-block.o-nas {
    color: #333;
    }
    .snake-block.o-nas img {
        margin: 0 0 20px 0 !important;
    }
    .snake-block.sluzby1 .cm-dynamic-description .cm-items {
		padding-left: 0px;
    }
    .board {
        margin-top: 110px;
    }
    .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;       
    }
    .center {
        width: 100%;
    }
    .board, .block, .right-panel-container, .footer-content, .footer-shadow,
    #big-slider, #big-slider #frame, #big-slider .slides_container,
    #big-slider .slide-content, #big-slider .slides_container .slide,
    #big-slider .slides_container .slide img {
        width: 100%;
    }
    #big-slider, 
    #big-slider .slides_container .slide, 
    #big-slider .slides_container .slide img {
        height: 97px;
    }
    .right-panel, .left-panel, .left-panel-container, .middle-panel {
        width: 100%;
    }
    .middle-panel {
    }
    .middle-panel-content {
        margin-left: 0px;
        margin-right: 0;
        padding: 0 10px;
    }
    .middle-panel-content img {
        max-width: 296px;
    }
    .referencie .middle-panel-content img {
        max-width: 100%;
    }
    .middle-panel-content table {
        width: auto !important;
    }
    .eshop-menu li {
		width: 100%;
        padding: 5px !important;
		height: auto;
    }
    #big-slider #bigslides .prev{
        left: -4px;
        top: 31px;
        background: url(/domains/tieniace-siete/UserFiles/web/arrow-prev_300.png) no-repeat;
    }
    #big-slider #bigslides .next {
        left: 290px;
        top: 31px;
        background: url(/domains/tieniace-siete/UserFiles/web/arrow-next_300.png) no-repeat;
    }
    #big-slider .pagination {
        top: 130px;
        left: 103px;
       
    }
    .header {
        height: 110px;
        background: linear-gradient(to bottom, rgb(255, 255, 255) 10%,rgb(255, 255, 255) 40px,rgb(255, 255, 255) 40px, rgb(255, 255, 255) 60px,rgba(255, 255, 255) 100%);
    }
    .header .middle {
        width: 100%;   
    }
    .header .logo {
        height: 30px;
        width: 150px;
        float: left;
        background: url(/domains/penzionlestiny-new/UserFiles/web/logo.png) no-repeat;   
        background-size: contain;
        display: block;
        position: absolute;
        left: 20px;
        top: 23px;
    }
    .header .mail {
    background-color: #eca549;
    top: 50px;
    right: 20px;
    color: #fff;
    padding: 5px;
   }
    .header .mobil {
    background-color: #eca549;
    top: 12px;
    right: 20px;
    color: #fff;
    padding: 5px;
   }
   .header .rezervacia {
    background-color: #159687;
    top: 12px;
    left: 20px;
    color: #fff;
    padding: 5px;
    min-width: 20px;
    min-height: 55px;
   }

    .search {
    display: none;
    position: absolute; 
    top: 15px;
    right: 5px;
    }
   
    .treemenu ul.topmenu {
        margin-top: 90px !important;
    }
    .treemenu ul.topmenu li {
        border-bottom: 0 !important;
    }
    .cm-1menu {
    	margin-top: 30px;
    }
    .cm-1menu .cm-item .cm-read-more {
        right: auto;
        left: 50%;
    }
    .cm-1menu .cm-item .cm-read-more span {
        margin: 15px 0;
    }
    .cm-1menu .cm-item .cm-title-and-description {
        padding-bottom: 48px;
    }
    .cm-1menu .cm-item .cm-description {
        text-align: left;
    }
    .product .detail, .product .detail .left, .product .detail .right {
        width: 100%;
    }
    h1 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px;
    }
    h2 {
        line-height: 45px;
        margin-top: 20px;
    }

    .left-panel-content {
        padding: 20px 0 0;
    }
    ul.leftmenu {
        width: 100%;
    }
    ul.leftmenu li {
        padding: 0 10px;
    }
    ul.leftmenu li a {
        font-size: 16px;
        text-align: center;
    }
    body .cm-cikcak .cm-item .cm-image {
        max-height: 250px;
    }
    .footer {
     
     }

    .footer-content {
        width: auto;
        padding: 0 10px;
    }
    .footer-content table {
        width: auto !important;
    }
    .footer-content table td {
        vertical-align: top;
        line-height: 27px;
        font-size: 13px;
    }
    .footer-shadow-content {
        font-size: 13px;
        text-align: center;
    }
    .footer a {
        display: inline-block;
        padding: 0 5px 16px;
        line-height: 20px;
    }
    table.form th:first-child {
        width: 234px;
    }
    table.form select {
        max-width: 186px;
    }
    table.form input {
        max-width: 184px;
    }
    table.form textarea {
        max-width: 184px;
    }
    .ddsmoothmenu {
        margin: 39px 0 0;
        width: 100%;
        float: left;
    }
    .ddsmoothmenu ul li {
        display: block;
        float: left;
    }
    .ddsmoothmenu ul li a {
        margin: 0;
        padding: 15px 12px;
    }
    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        margin: 0;
    }
    .footer-mark {
        margin: 0;
    }
    .layer1 {
        display: block;
        height: 22px;
        left: 80px;
        position: absolute;
        top: 5px;
        z-index: 300;
    }
    .home .intro-bunka {
        clear: both;
        width: 100%;
        height: 300px;
    }

    /*.languages {
        position: absolute;
        top: 5px;
        left: 80px;
        z-index: 500;
    }*/
    .header .sprava {
        display: none;
    }

    .icons {
        height: 25px;
        width: 160px;
        background: url(/domains/penzionlestiny-new/UserFiles/web/volat.png) no-repeat;   
        display: block;
        position: absolute;
        right: 0px;
        top: 31px;
        z-index: 1500;
        text-align: right;
        padding-right: 30px;
        left: auto;
        transform: none;
    }
    .icons a {
        margin-left: 0;
    }
    .icons img {
        max-width: 25px;
    }
    .icons .cont {
        display: inline-block;
        width: 110px;
    }
    .icons .cont .top {
        font-family: "Exo";
        font-size: 13px;
        font-weight: 400;
        color:#fff;
    }
    .icons .cont .bottom {
        font-family: "Exo";
        font-size: 12px;
        font-weight: 300;
        color:#000;
    }
    .jssor-slides {
     	top: 0;   
    }


    /*TABULKA*/

    .middle-panel-content table:not(.notresponsive) {
        text-align: center;
        width: auto !important;
    }
    .middle-panel-content table:not(.notresponsive) tr {
        display: inherit;
    }
    .middle-panel-content table:not(.notresponsive) tr td {
        display: inline-block;
        width: auto !important;
    }
    .middle-panel-content table:not(.notresponsive) tr td iframe {
        width: 100%;
    }

    #referencie td {
        display: block;
    }
    #referencie td img {
        margin: 8px 0;
    }

    #jssor_slider_container {
        margin-top: 0px;
    }

    .cm-50-50 .cm-item, .cm-3menu .cm-item, .cm-3menuA .cm-item, .cm-50-50A .cm-item, .cm-3menuB .cm-item, .cm-item, .cm-4menuB .cm-item, .cm-2menu .cm-item, .cm-1menu .cm-item {
        clear: both; /* totoznamena  ze vedla jedneho bloku, nebude uz ziadny iný plavajúci blok, teda pôjdu pod seba */
        height: auto;
        width: 100%; /* sirka logicky musela byť zmenena na 100% */
        margin: 0 0 10px 0; /* zrusena margin 2% aby boli roztiahnute na 100% inac by ostala medzera vedla horného*/
    }
    .cm-50-50 .cm-item .cm-read-more span {
        display: inline-block;
        margin: 30px;
        padding: 14px 30px 14px 30px;
        border-radius: 10px;
        background-color: #fff;
        color: #eca549;
        position: absolute;
        right: 54px;
        bottom: 9988px;
    }
           
    .cm-referencie {
        height: 550vw;
    }
    .cm-referencie .cm-item:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
        height: 22.22%;
    }
    .cm-referencie .cm-item:nth-child(2) {
        top: 22.22%;
        left: 0;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie .cm-item:nth-child(3) {
        top: 33.33%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie .cm-item:nth-child(4) {
        top: 44.44%;
        left: 0%;
        width: 100%;
        height: 22.22%;
    }
    .cm-referencie .cm-item:nth-child(5) {
        top: 66.66%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie .cm-item:nth-child(6) {
        top: 77.77%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie .cm-item:nth-child(7) {
        top: 88.88%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }


    .cm-referencie2 {
        height: 550vw;
    }
    .cm-referencie2 .cm-item:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
        height: 22.22%;
    }
    .cm-referencie2 .cm-item:nth-child(2) {
        top: 22.22%;
        left: 0;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie2 .cm-item:nth-child(3) {
        top: 33.33%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie2 .cm-item:nth-child(4) {
        top: 44.44%;
        left: 0%;
        width: 100%;
        height: 22.22%;
    }
    .cm-referencie2 .cm-item:nth-child(5) {
        top: 66.66%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie2 .cm-item:nth-child(6) {
        top: 77.77%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-referencie2 .cm-item:nth-child(7) {
        top: 88.88%;
        left: 0%;
        width: 100%;
        height: 11.11%;
    }
    .cm-1menu .cm-item .cm-image {
        margin-right: 0;
    }
    .cm-1menu .cm-item .cm-title {
        width: 100%;
        display: inline-block;
        line-height: 1;
    }
    
    .product .dynamic-form-container tr {
        width: 100%;
    }
    .product .dynamic-form-container tr td {
        display: inline-block;
        width: 100%;
    }
    
    .cm-50-50 .cm-item {
        display: block;
        transform: none;
        padding: 0;
    }
    .cm-50-50 .cm-item .cm-title {
        display: none;
    }
    .cm-50-50 .cm-item .cm-image {
        width: 100%;
    }
    .cm-50-50 .cm-item .cm-title-and-description.mobile {
        width: 100%;
        display: block;
    }
    
    .cm-50-50A .cm-item {
        display: block;
        transform: none;
        padding: 0;
    }
    .cm-50-50A .cm-item .cm-image {
        width: 100%;
    }
    .cm-50-50A .cm-item .cm-title-and-description {
        width: 100%;
        display: block;
    }
    
    body .middle-panel-content .fotogaleria img {
    	max-width: 150px;
    	margin: 2px;
    }
    .middle-panel-content .fotogaleria table:not(.notresponsive) tr {
        display: inline;
    }

}


/* top menu responsive */


.treemenu ul.topmenu {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
    font-size:1.5em;
	margin-bottom: 0;
}

.treemenu ul.topmenu li {
    background: #333 none repeat scroll 0 0; /*farba zakladneho menu*/
    border-bottom: 1px solid #f15922;
    padding: 0;
}

.treemenu ul.topmenu li.leftColumn_title a{
    background: url(/domains/tieniace-siete/UserFiles/web/menu_active.png) repeat-x;
    color: black;
}

.treemenu ul.topmenu li.leftColumn_title a:hover{
    color: #000000; 
    background-color: #e00000;
}

.treemenu ul.topmenu li a {
    position: relative;
    padding: 0 19px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: "Roboto Condensed";
    font-size: 14px;
    line-height: 34px;
    color: #fff; /*farba textu v menu*/
    
}

.treemenu ul.topmenu li a.selected {
    background:url(/domains/tieniace-siete/UserFiles/web/menu_active.png) repeat-x;
    
}


.treemenu ul.topmenu li a:hover {
    background-color: #5fb5e7; 
    color: #000;
}

.treemenu ul.topmenu li a.selected {
    color: #e87b14; /* farba po kliknuti na menu, ktorou ostane polozka označená */
    background: url(/domains/tieniace-siete/UserFiles/web/menu_active.png) repeat-x;
    text-decoration: none;
}

.treemenu ul.topmenu li ul {
    display: none;
    font-size: 1.1em;
    padding: 0px;
    margin: 0;
    background: 0;
}

.treemenu ul.topmenu li ul li ul li {
    padding: 0 0 0 0;
    background: #333;
    border-bottom: none;
}

.treemenu ul.topmenu li ul li a {
    font-size: 24px;
}

.treemenu ul.topmenu li ul li ul li a {
    font-size: 19px;
    line-height: 28px;
    color: #ccc;
}
.treemenu ul.topmenu li ul li ul li ul li a {
    color: #5fb5e7;
    font-size: 15px;
}
.treemenu li.root > a {
    display: inline-block;
    height: 29px;
    background: url(/images/resp-menu.png) no-repeat scroll center center; /*toto png sú tie 3čiarky*/
}
.treemenu li.root > a:hover {
    background-color: #333 !important; /*farba treemenu po prijdeni myšou na 3čiarky*/
}
.treemenu > ul > li:first-child {
    display: block;
}

.cm-cikcak .cm-item .cm-title {
    font-size: 30px;
}

@media (max-width: 500px) {
    .cm-5menu1 .cm-item {
        width: calc(100.00% - 4px);
    }
}