/* 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%;
    position: relative;
}
.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;
}
/* štítky */
.ribbon-box {
	right: -4px;
	top: -4px !important;
    height: 125px;
    overflow: hidden;
    width: 125px;
    z-index: 0;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
}
.ribbon-label {
	background: #aaa;
    color: #fff;
    padding: 8px 0 8px;
    right: -39px;
    text-shadow: 1px 1px rgba(0,0,0,.24);
    top: 36px;
    transform: rotate(45deg);
    width: 170px;
    z-index: 1;
    display: block;
    position: absolute;
    text-align: center;
    line-height: normal;
}
.ribbon-label::after, .ribbon-label::before {
  	border-style: solid;
  	border-width: 4px 4px 0;
  	bottom: -3px;
  	content: ".";
  	text-indent: -5000px;
  	width: 0;
  	height: 0;
  	position: absolute;
  	border-color: #a2730c transparent transparent;
}
.ribbon-label::before {
    right: 4px;
    transform: rotate(225deg);
}
.ribbon-label::after {
  left: -2px;
  transform: rotate(135deg);
}
@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;
    }
}
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Nunito";
    font-size: 16px;
    color: #333;
    background: url(/domains/atrakcieruzomberok/UserFiles/web/.jpg) top center repeat-x #fff; 
    text-align: left;
    padding: 0px;
}

a {
    color: #14678f;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Ranchers', cursive;
    font-weight: 500;
    color: #313d46;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 43px;
}

h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 37px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px; 
    color: #313d46;
}

h4 {
    font-size: 17px;
    color: #000;
}

h5 {
    font-size: 17px;
    color: #83a646;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

menu, ul {
    list-style-type: none;
}

.container {
    position: relative;
}
.middle {
    width: 1200px;
    margin: 0 auto;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.fontless {
    font-size: 0;
}

.button {
    background-color: #ff4685;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
    padding: 16px 30px 16px;
    font-size: 20px;
    font-weight: 300;
    line-height: 17px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}
.button:hover {
    background-color: #fff;
    border: 1px dashed #333;
    color: #333;
}

.header {
    height: 110px;
    width: 100%;
    position: fixed;
    z-index: 2;
    transition: all 0.3s;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1px,rgba(255,255,255,1) 1px,rgba(255,255,255,1) 31px, rgba(255,255,255,1) 109px,rgba(255,70,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1c5f72',GradientType=0 );
}
/*
.header a:not(.logo) {
    text-align: left;
}
*/

/*
.header .cont {
    text-align: center;
}
*/
.header .middle {
    position: relative;
}

/*.under-header {
    background: #fff;
    height: 130px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}*/
.header .logo {
    height: 85px;
    width: 153px;
    float: left;
    background: url(/domains/atrakcieruzomberok/UserFiles/web/logo.png) no-repeat;   
    display: block;
    position: absolute;
    top: -10px;
    z-index: 200; 
}


.header .mobil, .header .mail, .header .instagram{
    right: 58px;
    background-color: transparent;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 200;
    font-weight: normal;
    border-radius: 4px;
    padding: 8px 20px 6px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
.header .mobil i,
.header .mobil .cont{
    display: inline-block;
    vertical-align: center;
} 
.header .mail i,
.header .mail .cont{
    display: inline-block;
    vertical-align: top;
}
.header .instagram i,
.header .instagram .cont{
    display: inline-block;
    vertical-align: top;
}

.header .mobil {
    background-color: #ffae01;
    top: 7px;
    right: 80px;
}
.header .mobil:hover {
    color: #fff;
    background-color: #a0c73a;
    border: 1px dashed rgba(255, 255, 255, 1);
}
.header .mobil i {
     color: #fff;
}

.header a.mobil .cont, .header a.mail .cont, .header a.instagram .cont {
    display: inline-block;
    vertical-align: center;
    
}
.header .mail {
    background-color: #ff4685;
    top: 7px;
    right: 310px;
    
}
.header .mail:hover {
    color: #fff;
    background-color: #a0c73a;
    border: 1px dashed rgba(255, 255, 255, 1);
}

.header .instagram {
    background-color: #fff;
    top: 2px;
    right: 0px;
    text-align: right;
    padding: 10px;
}
.header .instagram:hover {
    color: #fff;
    background-color: #fff;
    border: 1px dashed rgba(255, 255, 255, 1);
}
.header .instagram i {
     color: #222;
    font-size: 25px;
}
.header .instagram i:hover {
     color: #7cbf48;
    font-size: 25px;
}

.board {
    width: 1200px;
    float: left;
    margin-top: 100px;
    /* font-size: 0px; */
}

.block {
    border-top: 0px transparent;
    width: 100%;
    margin: 0 auto;
    background: url(/domains/atrakcieruzomberok/UserFiles/web/b.png) repeat-y
}

.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("/domains/atrakcieruzomberok/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(/domains/atrakcieruzomberok/UserFiles/web/tien_right.png);
}



.middle-panel {
    float: left;
    width: 100%; /* 560px */
    min-height: 400px;
}

.middle-panel-content {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/middle-panelg.png) repeat;
    padding: 0px 0px 0x 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 19px;
}
.middle-panel-content .middle {
    padding-top: 0%;
}

.snake-block {
    padding: 25px 15px;
    width: 100%;
    box-sizing: border-box;
}
.snake-block.o-nas {
    background-size: 100% 500px !important
}

.snake-block.o-nas .cm-image, .snake-block.o-nas .cm-title {
    display: none;
}
.snake-block.o-nas .product-gallery-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
}
.snake-block.o-nas #product-gallery.owl-theme .owl-nav {
    top: calc(50% - 18px);
}
#product-gallery.owl-carousel .owl-nav button.owl-next, #product-gallery.owl-carousel .owl-nav button.owl-prev {
    font-size: 78px;
}
.snake-block.o-nas #product-gallery.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.snake-block.o-nas #product-gallery.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

/* O PROJEKTE */
.snake-block.o-projekte {
    text-align: center;
}
.snake-block.o-projekte .toggle-container {
    height: 242px;
    overflow: hidden;
    transition: height 0.4s;
}
.snake-block.o-projekte.open .toggle-container {
    height: 470px;
}
@media (max-width: 900px) {
    .snake-block.o-projekte.open .toggle-container {
    	height: 600px;
	}
}
@media (max-width: 700px) {
    .snake-block.o-projekte.open .toggle-container {
    	height: 700px;
	}
}
@media (max-width: 500px) {
    .snake-block.o-projekte.open .toggle-container {
    	height: 800px;
	}
}
.snake-block.o-projekte #snake-block-toggle {
    cursor: pointer;
}
.snake-block.o-projekte #snake-block-toggle:after {
    content: "...viac";
}
.snake-block.o-projekte.open #snake-block-toggle:after {
    content: "...menej";
}

.snake-block.o-projekte {
    background-color: #f15d4e;
    color: #fff;
}
.snake-block.o-projekte h1, .snake-block.o-projekte h2, .snake-block.o-projekte h3 {
    color: #fff;
}

.snake-block.informacie {
    background-color: #fff;
    color: #fff;
    padding: 100px 0px 25px 0px;
    background-size: 100% 700px !important;
}
.snake-block.informacie h1, .snake-block.informacie h2, .snake-block.informacie h3 {
    color: #000;
}
.snake-block.informacie .cm-dynamic-description .dynamic-descriptions {
    height: 600px;
    overflow: auto;
    padding-top: 66px;
    width: 53%;
}
.snake-block.informacie .cm-dynamic-description .dynamic-descriptions .dynamic-description {
    line-height: 24px;
    color: #666
}

.snake-block.informacie .cm-dynamic-description .cm-items {
    width: 47%;
}
.snake-block.informacie .cm-dynamic-description .cm-items .cm-item .cm-description {
	line-height: 17px;
}
.snake-block.informacie .cm-dynamic-description .cm-items .cm-item .cm-title-and-description {
    color: #666;
    width: calc(100% - 70px);
	padding: 0 0px 0 20px;
}
.snake-block.informacie .dynamic-description.intro {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/informacie.png) top center no-repeat; 
	height: 500px;
   	background-size: contain;
}
.snake-block.informacie .cm-dynamic-description .cm-items {
	padding: 50px 20px;
	box-sizing: border-box;
}
.snake-block.informacie .cm-dynamic-description .cm-items .cm-item {
    min-height: 26px;
}
.snake-block.informacie .cm-dynamic-description .cm-items .cm-item {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/sipky.png) right 20px top 12px no-repeat;
    background-color: transparent;
    background-size: 25px
    border-bottom: 1px solid #fff;
    margin: 0 0 0px 0;
    transition: background-color 0.3s;
}
.snake-block.informacie .cm-dynamic-description .cm-items .cm-item:hover {
    background-color: #ffae01;
}
.snake-block.informacie .cm-dynamic-description .cm-items .cm-item.active {
    background-color: #32aada;
}
.cm-dynamic-description .cm-items .cm-item .cm-title {
    position: relative;
}
.cm-dynamic-description .cm-items .cm-item .cm-title i {
	font-size: 20px;
	margin-right: 7px;
}
.cm-dynamic-description .cm-items .cm-item .cm-image {
    display: none;   
}

.snake-block.produkty a {
    color: #fff;
    text-decoration: none;
}
.snake-block.skakacie-hrady {
    padding: 0px 15px;
}
.snake-block.atrakcie {
    padding: 0px 15px;
}
.snake-block.animatorske-programy {
    padding: 0px 15px;
}
.snake-block.maskoti {
    padding: 0px 15px;
}
.snake-block.reklamne {
    padding: 0px 15px;
}

.middle-panel-content .snake-block:first-child {
    padding-top: 0;
}
.footer {
    float: left;
    width: 100%;
    background: url(/domains/atrakcieruzomberok/UserFiles/web/ftbg.png) repeat-x #fff;
    color: #333;
}

.footer a {
    color: #fff;
}

.footer-content {
    padding: 102px 0;
}

.footer-shadow {
    float: left;
    width: 100%;
    height: 50px;
    background: url(/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: 15px;
    font-weight: 600;
    background: transparent;
    margin: 60px 0px 50px 0px;
    z-index:210;
    width: 100%;
}

.ddsmoothmenu ul {
    text-align: right;
}

.ddsmoothmenu ul li {
    float: none;
}

.ddsmoothmenu ul li a {
    display: inline-block;
    background: none;
    padding: 0px 10px;
    color: #2e336a;
    text-decoration: medium;
    font-family: 'Nunito';
    font-weight: 600;
    line-height: 0px;
    position: relative;
    max-height: 67px;
    letter-spacing: 0.5px;
    /* text-shadow 0 0 0 #999999; */
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #2e336a;
    margin: 28px 3px 0px 0px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/menu-active.png) repeat-x;
    color: #2e336a;
}

.ddsmoothmenu ul li a:hover {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/menu-active.png) repeat-x;
    color: #7cbf48;

}
.ddsmoothmenu ul li ul {
    background-color: rgba(65, 65, 65, 0.9);
    top: 55px !important;
    padding: 10px 0 10px;
    display: none !important;
    text-align: center;
}
.ddsmoothmenu ul li.open ul {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
}
.ddsmoothmenu ul li ul li {
    display: inline-block;
}
.ddsmoothmenu ul li ul li ul {
    top: 0px !important;
}
.ddsmoothmenu ul li ul li a{
    font-size: 12px;
    font-weight: normal;
    width: auto;
    padding: 17px 15px 17px 15px;
    margin: 0 !important;
    border-top-width: 0;
    background: none;
    color: #fefefe;
    /*text-shadow: 0 0 2px #666666;*/
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #fefefe;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: #f56549;
    color: #fefefe;
}

.ddsmoothmenu ul li ul li a:hover{
    background: #f56549;
    color: #fefefe;
}


.downarrowclass {
    display: none;
    position: absolute !important;
    top: 54px !important;
    right: 15px;
}

.topmenu ul li .rightarrowclass{
    position: absolute !important;
    top: 12px !important;
    right: 7px;
}

/* left menu */


/*ul.leftmenu {
    min-height: 200px;
    display: block;
    float: left;
    width: 282px;
    padding-top: 9px;
    background: #dadada;
}

ul.leftmenu {
    font-size:1.5em;
    font-weight: Bold;
    margin-button: 0px;
}

ul.leftmenu li {
    background: 0;
    line-height: Bold;
    padding: 0 0 0 15px;
    /* height:1%;*/
}

ul.leftmenu li.leftColumn_title a{
    background: url(/domains/atrakcieruzomberok/UserFiles/web/menu_active.png) repeat-x;
    color: black;
}

ul.leftmenu li.leftColumn_title a:hover{
    color: #000000; 
    background-color: #e00000;
}

ul.leftmenu li a {
    position: relative;
    padding: -30px 0px 2px 0px;
    display: block;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    
}

ul.leftmenu li a.selected {
    background:url(/domains/atrakcieruzomberok/UserFiles/web/menu_active.png) repeat-x;
    
}


ul.leftmenu li a:hover {
    background: #FF8300;
    color: #ffffff;
}

ul.leftmenu li a.selected {
    color: #FF8300;
    background: url(/domains/atrakcieruzomberok/UserFiles/web/menu_active.png) repeat-x;
    text-decoration: none;
}

ul.leftmenu li ul {
    display: none;
    font-size: 1.1em;
    padding: 0px;
    margin: 0;
    background: 0;
}

ul.leftmenu li ul li {
    padding: 0 0 0 20;
}

ul.leftmenu li ul li a {
    padding-left: 1px;
    font-size: 12px;
}

ul.leftmenu li ul li ul li a {
    padding-left: 0px;
    font-size: 11.5px;
}

*/

.kontakt-container {
    position: absolute;
    top: 220px;
    left: 15px;
    width: 200px;
}


.search form input[type=text] {
    border: 0px solid #ffffff;
    background: url(/domains/atrakcieruzomberok/UserFiles/web/input_bg.png) no-repeat; #0e3083; 
    padding: 2px 7px 0 8px;
    width: 120px;
    font-size: 11px;
}

.search-record {
    margin: 10px 0;
}

.search form input[type=submit] {
    background: url(/domains/atrakcieruzomberok/UserFiles/web/lupa.png) no-repeat;
    border: 0 none;
    font-size: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    position: relative;
    top: -5px;
}


.footer-mark {
    display: inline-block;
    margin-left: 20px;
}



.err {
    color: #C61A1A;
}

.languages-container {
	position: fixed;
	z-index: 300;
    right: calc((100% - 1200px) / 2);
}
.languages {
	margin-top: 4px;
}

.languages span {
    color: #fff;
    font-weight: medium;
    padding: 0 4px;
    font-size: 14px;
}

.languages a {
    color: #fff;
    text-decoration: none;
    font-weight: medium;
    padding: 0 4px;
    font-size: 14px;
}

.languages a:hover {
    text-decoration: underline;
  
}

.show-on-mobile, .mobile {
    display: none;
}

.icons {
    height: 50px;

    background: url(/domains/atrakcieruzomberok/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: 'Playfair Display', serif;
    font-size: 15px;
    color:#fff;
}
.icons .cont .bottom {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 300;
    color:#fff;
}

/* JSSOR SLIDER */

#jssor_slider_container {
    position: relative;
    margin: 0 auto; 
    width: 1920px; 
    height: 800px; 
    overflow: hidden;
}
.jssorb21 {
    position: absolute;
    top: 750px !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;
    top: 0px; 
    width: 1920px;
    height: 800px; 
    overflow: hidden;
}

/* SCHODZE */
.cm-schodze {
    font-size: 0;
    width: 100%;
   /* height: 56.25vw;*/
    overflow: hidden;
    position: relative;
}
.cm-schodze .cm-item {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(25.00% - 0px);
    margin: 0 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    height: 270px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 1px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px 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-schodze .cm-item:hover {
    background-color: solid rgba(255,255,255,0) !important; /* ina farba animacie */    
}

.cm-schodze .cm-image {
    height: 100%;
    width: 100%;
    position: relative;
    transition: all 300ms;
}
.cm-schodze .cm-image img {
    width: 100%;
    height: 100%;
    /*
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    */
    opacity: 1;
    transition: opacity 300ms;
}
.cm-schodze .cm-item:hover .cm-image {
    width: 0%;
    height: 0%;
}
.cm-schodze .cm-item:hover .cm-image img {
    opacity: 1;
}
.cm-schodze .cm-title {
   font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px;
    padding: 80px 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-schodze .cm-description {
    padding: 0 20px 20px 20px;
    color: #fff;
}

/* 50/50 */
.cm.cm-50-50 {
    width: 100%;
    display: inline-block;
}

.cm-50-50 .cm-item {
    display: flex;
    margin: 0;
    background: rgba(170,170,170,0.4) 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(13,17,20,0.9) !important;
    color: #fff;
}

.cm-50-50 .cm-item .cm-title-and-description {
    width: 50%;
}

.cm-50-50 .cm-item .cm-description {
    color: #fff;
    padding: 30px;
}

.cm-50-50 .cm-item .cm-image {
    overflow: hidden;
    background-position: 100% 50%;
    width: 50%;
    background-color: #d1cec5;
    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-image:hover img {
    transform: scale(1.5);
}

.cm-50-50 .cm-item .cm-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    font-weight: 800;
    margin-top: 80px;
    margin-bottom: 4px;
    padding: 30px;
    padding-bottom: 0px;
    display: block;
    line-height: initial;
    text-align: center;
}

.cm-50-50 .cm-item .cm-read-more {
    display: block;
    text-align: center;
}

.cm-50-50 .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;
}

.cm-50-50 .cm-item .cm-read-more span:hover {
    background-color: #ef4a39; 
    border: 0px solid #fff;
    color: #fff;
}


/* 1menu */
.cm-1menu {
    margin-top: 50px;
}
.cm-1menu .cm-item {
    display: inline-block;
    position: relative;
    width: 100%; /* 49 preto, aby margin 2%, teda medzera medzi nimi*/
    height: 240px;
    /*background: rgba(255,255,255,1) 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 */
    box-sizing: border-box; /* neries, musí byť */
    /*border: 1px solid rgba(255, 170, 36, 0.7);*/

    -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-1menu .cm-item .cm-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    background-repeat: no-repeat;
}

.cm-1menu .cm-title-and-description {
    padding: 10px 5%;
    text-align: center;
}

.cm-1menu .cm-item .cm-title {
    font-family: 'Ranchers';
    font-size: 40px;
    color: #ffaa24;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.cm-1menu .cm-item .cm-description {
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    color: #333;
    margin-top: 20px;
}

.cm-1menu .cm-read-more {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.cm-1menu .cm-read-more span {
    color: #fff;
    background-color: #83a646;
    border: 1px solid #fff;
    font-size: 16px;
    width: 100%;
    padding: 15px 40px;
    border-radius: 5px;
    white-space: nowrap;
}

.cm-1menu .cm-read-more span:hover {
    color: #fff;
    background-color: #ffaa24;
    border: 0px solid#3b7894;
}

/* 1menu A*/

.cm-1menuA .cm-item {
    width: 100% !important; /* 49 preto, aby margin 2%, teda medzera medzi nimi*/
    margin: 0 0 10px 0;
    background: rgba(255,255,255,1) 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 */
    box-sizing: border-box; /* neries, musí byť */
    padding: 10px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255, 170, 36, 0.7);

    -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;
    float: left;
}
/* radius je zaoblenie rohov */


.cm-1menuA .cm-item:hover {
    /*height: 84px;*/ /* ina vyska animacie */
    background: rgba(255,255,255,1) url("/images/transparent.png") no-repeat scroll 10px 160px; /* ina farba animacie */
    border: 0px solid rgba(0,0,0,0.3);
}

.cm-1menuA .cm-item .cm-image {
    float: left;
    width: auto;
    height: 100%;
    margin-right: 50px;
}

.cm-1menuA .cm-item .cm-image img {
    max-width: 100%;
    height: 100%;
}

.cm-1menuA .cm-item .cm-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 22px;
    color: #589f23;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: left;
}

.cm-1menuA .cm-item .cm-description {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    margin-top: 10px;
}
.cm-1menuA .cm-item .cm-read-more {
    display: block;
    text-align: left;
}

.cm-1menuA .cm-item .cm-read-more span {
    display: inline-block;
    margin: 30px auto;
    padding: 5px 40px;
    border: 0px solid #fff;
    border-radius: 0px;
    background-color: #ef4a39;
    color: #fff;
}

.cm-1menuA .cm-item .cm-read-more span:hover {
    background-color: #3ba4ad; 
    border: 0px solid #fff;
    color: #fff;
}

/* 2MENU */

.cm-2menu {
    font-size: 0;
}
.cm-2menu .cm-item {
    overflow: hidden;
    background-color: solid rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(50% - 5px);
    margin: 0 0px 0px 0px;
    font-size: 13.5px;
    line-height: 18px;
    color: #fff;
    height: 600px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: px solid rgba(22, 149, 113, 0.7);   

    -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-2menu .cm-item:hover {
    background-color: solid rgba(0,0,0,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 0px solid rgba(20, 103, 143, 0.7); 
}
.cm-2menu .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-2menu .cm-item .cm-image img {
    max-width: 100%;
}

.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: 'Playfair Display', serif;
    color: #ffbe32;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: left;
}
.cm-22menu .cm-title:hover {
    text-decoration: none;
}
.cm-2menu .cm-item:hover .cm-title {
    color: #ffaa24;
}

/* 2MENU1 */

.cm-2menu1 {
    font-size: 0;
}
.cm-2menu1 .cm-item {
    overflow: hidden;
    background-color: solid rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(50% - 5px);
    margin: 0 5px 0px 0px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    height: 200px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(22, 149, 113, 0.7);   

    -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-2menu1 .cm-item:hover {
    background-color: solid rgba(0,0,0,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 1px solid rgba(20, 103, 143, 0.7); 
}

.cm-2menu1 .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-2menu1 .cm-item .cm-image img {
    max-width: 100%;
}

.cm-2menu1 .cm-images {
    height: 109px;
    position: relative;
}
.cm-2menu1 .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-2menu1 .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-2menu1 .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-2menu1 .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-2menu1 .cm-item:hover .cm-images img.secondary {
    opacity: 1;
} 
.cm-2menu1 .cm-title {
    font-family: 'Playfair Display', serif;
    color: #ffaa24;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-2menu1 .cm-title:hover {
    text-decoration: none;
}
.cm-2menu1 .cm-item:hover .cm-title {
    color: #fff;
}

/* 2MENU2 */

.cm-2menu2 {
    font-size: 0;
}
.cm-2menu2 .cm-item {
    overflow: hidden;
    background-color: solid rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(50% - 5px);
    margin: 0 5px 0px 0px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    height: 750px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 50px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(22, 149, 113, 0.7);   

    -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-2menu2 .cm-item:hover {
    background-color: solid rgba(0,0,0,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 1px solid rgba(20, 103, 143, 0.7); 
}

.cm-2menu2 .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-2menu2 .cm-item .cm-image img {
    max-width: 100%;
}

.cm-2menu2 .cm-images {
    height: 109px;
    position: relative;
}
.cm-2menu2 .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-2menu2 .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-2menu2 .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-2menu2 .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-2menu2 .cm-item:hover .cm-images img.secondary {
    opacity: 1;
} 
.cm-2menu2 .cm-title {
    font-family: 'Playfair Display', serif;
    color: #ffbc2d;
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 40px;
    display: block;
    text-align: center;
}
.cm-2menu2 .cm-title:hover {
    text-decoration: none;
}
.cm-2menu2 .cm-item:hover .cm-title {
    color: #ffaa24;
}

/* 3MENU */

.cm-3menu {
    font-size: 0;
}
.cm-3menu .cm-item {
    overflow: hidden;
    background-color: rgba(0,0,0,0.0); 
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33.00% - 25px);
    margin: 0 25px 0px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    height: 500px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border-right: 0px solid rgba(239, 74, 57, 0.50);   

    -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:30px

}
.cm-3menu .cm-item:hover {
    background-color: solid rgba(0,0,0,0.3); !important; /* ina farba animacie */    
    /*height: 600px;*/
    color: #fff;
    border: 0px solid rgba(255, 170, 36, 0.7); 
}

.cm-3menu .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-3menu .cm-item .cm-image img {
    max-width: 100%;
}

.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: 'Ranchers';
    color: #ff4685;
    font-size: 25px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-3menu .cm-title:hover {
    text-decoration: none;
    
}
.cm-3menu .cm-item:hover .cm-title {
    color: #2e336a;
}

/* 3MENU A */

.cm-3menuA {
    font-size: 0;
}
.cm-3menuA .cm-item {
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33.33% - 5px);
    margin: 0 5px 0px 0px;
    font-size: 15px;
    color: #fff;
    height: 350px;
    position: relative;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(237,28,36,0.0);
    text-align: center;   

    -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-3menuA .cm-item:hover {
    background-color: rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 1px solid rgba(255,170,36,0.0); 
}

.cm-3menuA .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-3menuA .cm-item .cm-image img {
    max-width: 100%;
}

.cm-3menuA .cm-images {
    height: 109px;
    width: 100px;
    position: relative;
    display: inline-block;
}
.cm-3menuA .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menuA .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menuA .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.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: 'Ranchers';
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    line-height: 30px;
}
.cm-3menuA .cm-title i {
    font-size: 40px;
}
.cm-3menuA .cm-title:hover {
    text-decoration: none;
}
.cm-3menuA .cm-item:hover .cm-title {
    color: #4f4451;
}

.cm-3menuA .cm-item .cm-description {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-top: 10px;
}
.cm-3menuA .cm-item .cm-read-more {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cm-3menuA .cm-item .cm-read-more span {
    display: inline-block;
    margin: 20px 0px;
    padding: 15px 55px;
    border: 0px solid #fff;
    border-radius: 0px;
    background-color: #ffffff85;
    color: #333;
}

.cm-3menuA .cm-item .cm-read-more span:hover {
    background-color: #33333385; 
    border: 0px solid #fff;
    color: #fff;
}



/* 4MENU  */

.cm-4menu {
    font-size: 0;
    text-align: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding: 40px 20px;
}
.cm-4menu::before, .cm-4menu::after {
  content: '';
  width: 100%;
  order: 1;
}

.cm-4menu .cm-item {
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(20% - 4px);
    margin: 0 2px 4px 2px;
    font-size: 14px;
    color: #000;
    min-height: 560px;
    position: relative;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255,170,36,0.7);   

    -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-4menu .cm-item:hover {
    background-color: rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 0px solid rgba(255,170,36,0.7); 
}

.cm-4menu .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.cm-4menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-4menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-4menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-4menu .cm-images img.primary {
   opacity: 0;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-4menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-4menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-4menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-4menu .cm-title {
    font-family: 'Nunito', serif;
    color: #222;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.cm-4menu .cm-title:hover {
    text-decoration: none;
}
.cm-4menu .cm-item:hover .cm-title {
    color: #333;
}
.cm-4menu .cm-item .cm-description {
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    color: #222;
    margin-top: 10px;
}
.cm-4menu .cm-item .cm-read-more {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cm-4menu .cm-item .cm-read-more span {
    display: inline-block;
    margin: 30px 0px;
    padding: 7px 40px;
    border: 1px solid #ffaa24;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    color: #222;
}

.cm-4menu .cm-item[data-id="4192"] .cm-read-more span {
    border: 1px solid #FF4685;
}
.cm-4menu .cm-item[data-id="4193"] .cm-read-more span {
    border: 1px solid #7CBF48;
}
.cm-4menu .cm-item[data-id="4194"] .cm-read-more span {
    border: 1px solid #5398EC;
}
.cm-4menu .cm-item[data-id="4581"] .cm-read-more span {
    border: 1px solid #2E336A;
}

.cm-4menu .cm-item .cm-read-more span:hover {
    background-color: #ffaa24; 
    border: 0px solid #333;
    color: #fff;
}

.cm-4menu .cm-item[data-id="4192"] .cm-read-more span:hover {
    background-color: #FF4685; 
}
.cm-4menu .cm-item[data-id="4193"] .cm-read-more span:hover {
    background-color: #7CBF48; 
}
.cm-4menu .cm-item[data-id="4194"] .cm-read-more span:hover {
    background-color: #5398EC; 
}
.cm-4menu .cm-item[data-id="4581"] .cm-read-more span:hover {
    background-color: #2E336A; 
}

/* classic cm4 menu */
.cm-4menu .cm-images {
    width: 100%;
}

/* 4MENUb  */

.cm-4menub {
    font-size: 0;
    text-align: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding: 40px 20px;
}
.cm-4menub::before, .cm-4menub::after {
  content: '';
  width: 100%;
  order: 1;
}

.cm-4menub .cm-item {
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(20% - 4px);
    margin: 0 2px 4px 2px;
    font-size: 14px;
    color: #fff;
    min-height: 180px;
    position: relative;
    box-sizing: border-box; /* neries, musí byť */
    padding: 10px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255,170,36,0.7);   

    -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:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px
}
.cm-4menub .cm-item:hover {
    background-color: rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 0px solid rgba(255,170,36,0.7); 
}
.atrakcie .cm-4menub .cm-item:nth-child(4) {
    margin-right: 3px;
}
.skakaci-hrad-ruzomberok-liptovsky-mikulas-dolny-kubin .cm-4menub .cm-item {
    height: 300px;
}
.firemne-atrakcie-ruzomberok-na-oslavu-svadbu .cm-4menub .cm-item {
    height: 350px;
}
.animatorske-programy-ruzomberok .cm-4menub .cm-item {
    height: 350px;
}
.maskoti-ruzomberok .cm-4menub .cm-item {
    height: 350px;
}
.reklamne-predmety-ruzomberok-dolny-kubin .cm-4menub .cm-item {
    height: 300px;
}


.cm-4menub .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 1px;
    text-align: center;
    display: block;
}

.cm-4menub .cm-item .cm-image img {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #fff;
}

.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: 0;
    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: 'Nunito', serif;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    margin: 20px 0 40px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.cm-4menub .cm-title:hover {
    text-decoration: none;
}
.cm-4menub .cm-item:hover .cm-title {
    color: #f1f1f1;
}
.cm-4menub .cm-item .cm-description {
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    color: #222;
    margin-top: 10px;
}
.cm-4menub .cm-item .cm-read-more {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cm-4menub .cm-item .cm-read-more span {
    display: inline-block;
    margin: 20px 0px;
    padding: 4px 30px;
    border: 1px dashed #fff;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff00;
    color: #fff;
}

.cm-4menub .cm-item[data-id="4192"] .cm-read-more span {
    border: 1px solid #FF4685;
}
.cm-4menub .cm-item[data-id="4193"] .cm-read-more span {
    border: 1px solid #7CBF48;
}
.cm-4menub .cm-item[data-id="4194"] .cm-read-more span {
    border: 1px solid #5398EC;
}
.cm-4menub .cm-item[data-id="4581"] .cm-read-more span {
    border: 1px solid #2E336A;
}

.cm-4menub .cm-item .cm-read-more span:hover {
    background-color: #fff; 
    border: 0px solid #333;
    color: #333;
}

.cm-4menub .cm-item[data-id="4192"] .cm-read-more span:hover {
    background-color: #FF4685; 
}
.cm-4menub .cm-item[data-id="4193"] .cm-read-more span:hover {
    background-color: #7CBF48; 
}
.cm-4menub .cm-item[data-id="4194"] .cm-read-more span:hover {
    background-color: #5398EC; 
}
.cm-4menub .cm-item[data-id="4581"] .cm-read-more span:hover {
    background-color: #2E336A; 
}

/* classic cm4 menu */
.cm-4menub .cm-images {
    width: 100%;
}




/* cikcak - foto raz vlavo raz vpravo */

.cm.cm-cikcak {
    display: inline-block;
    width: 100%;
}
.cm-cikcak img {
    transition: all 300ms;
    max-width: 100%;
    padding: 40px 20px 40px 20px;
}
.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: 10px;
	padding: 20px 0px 0px 28px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-title {
	margin-top: 10px;
	padding: 20px 28px 0px 0px;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-description {
    padding: 30px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-description {
    padding: 30px;
    text-align: right;
}

.cm-cikcak .cm-item {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    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;
}
/* radius je zaoblenie rohov */


.cm-cikcak .cm-item:hover {
    /*height: 84px;*//* ina vyska animacie */
    background: rgba(230,230,230,0.0);
 /* url("/images/transparent.png") no-repeat scroll 10px 160px; ina farba animacie */
    color: #000;
}

.cm-cikcak .cm-item .cm-image {
    width: 30%;
    text-align: center;
    background-color: transparent;
    background-repeat: repeat;
}

.cm-cicak .cm-item .cm-image img {
    max-width: 100%;
}

.cm-cikcak .cm-item .cm-title {
    font-family: 'Ranchers', serif;
    font-size: 35px;
    line-height: 40;
    color: #ff4685;
    font-weight: 400;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 4px;
    display: block;

}

.cm-cikcak .cm-item .cm-title-and-description {
    width: 70%;
}
.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;
}
/**/


/* 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: 'Playfair Display', serif;
    padding: 2px 4px;
    width: 65%;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.easyform textarea {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    height: 65px;
    padding: 2px 4px;
    width: 65%;
    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;
}

/* Cenová kalkulácia */
#form-zaluzie-rolety-sietky table.notresponsive th, 
#form-zaluzie-rolety-sietky table.notresponsive td {
    padding: 5px;
}

#form-zaluzie-rolety-sietky table {
margin:0 auto;
}

#form-zaluzie-rolety-sietky .disabled {
    display: none;
}

#formMessage {
    text-align: center;
    font-size: 19px;
    padding: 10px 0;
    color: #014678;
    font-weight: bold;
}

.error {
    color: darkred;
}

.snake-block.sluzby {
    min-height: 600px;
}


.snake-block.kontakt h1,  {
    color: #fff;
}
/
* MODERN FORM */
.modern-form.on-white input[type='submit'] {
    background: #83a646;
}
.input-group.no-margin {
    margin: 0 ;
}
body .modern-form.centered {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
}
body .modern-form input[type='text'].whole-number {
    background: #def7df;
    border-radius: 5px;
    border-bottom: 1px solid #e6e6e6;
}

body .modern-form input[type='text'].decimal-number {
    background: #cccccc;
    border-radius: 5px;
    border-bottom: 1px solid #cccccc;
}

body .modern-form .input-group, 
body .modern-form .textarea-group {
    padding: 0 5px;
}

.container-50-50 {
    white-space: nowrap;
}
.modern-form .div-50-50 {
    display: inline-block;
    width: 50%;
}
.modern-form .div-50-50 td {
    padding: 2px;
}
.modern-form table th {
    text-align: center;
}
.modern-form input:not([type='submit']) {
    display: inline-block;
    width: 100%;
}

.unlogicalSpace, .snake-block.kontakty {
    display: none;
}
.product .code, .product .price-container, .product .back, .product .addtocart {
    display: none;
}
.product .product-gallery-wrapper {
    width: calc(100% - 25px);
}

@media (min-width: 1201px) {
.cm-cikcak .cm-item {
    	padding-left: calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
    }
}

@media screen and (min-width: 460px) and (max-width: 460px) {
.cm-cikcak .cm-item {
    	padding-left: calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
    }
}

@media (max-width: 1200px) {
    .languages-container {
    	right: 0;
    }
    .modern-form .container-50-50 {
        white-space: initial;
    }
    .modern-form .div-50-50 {
        width: 100%;
    }
    .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;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /**/
    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;
    }
    body .desktop {
        display: none;
    }

    body .mobile {
        display: initial;
    }
    .snake-block.sluzby-new {
        /*padding-bottom: 0;*/
    }

    .cm-4menu .cm-item {
        width: calc(25% - 4px);
        padding-bottom: 100px;
    }
    .cm-4menub .cm-item {
        width: calc(25% - 4px);
    }
    .board {
        margin-top: 130px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 750px) {
    body .treemenu ul.topmenu {
        margin-top: 90px;
    }
    body .treemenu ul.topmenu li {
        border-bottom: 0;
        border-top: 1px solid #ddd;
    }
    body .treemenu li.root > a {
        height: 49px;
        background: url(/images/resp-menu.png) no-repeat scroll left 15px center;
    }

}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 1000px) {

    .middle-panel-content table {
        width: auto !important;
    }
    .middle-panel-content {
        padding: 0 20px;
    }
    .ddsmoothmenu {
        font-size: 10px;
    }
    .referencie .middle-panel-content {
        padding: 0;
    }
    .header .logo {
        left: 10px;
    }

    h1, h2, h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .cm-5menu .cm-item {
        width: calc(50.00% - 4px);
        margin: 3px 3px 0px 0px;
    }
    .cm-5menu1 .cm-item {
        width: calc(40.00% - 4px);
    }
    .cm-4menuB .cm-item {
        width: calc(50% - 4px);
    }
}

@media screen and (max-width: 1000px) and (min-width: 750px) {
    .cm-4menuB .cm-description li:before {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 850px) and (min-width: 750px) {
	.ddsmoothmenu ul li a {
        padding: 0 2px;
    }
}
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 750px) {
    body .middle-panel-content img {
        width: 100% !important;
    }
    .cm-4menu .cm-item {
        width: calc(50% - 4px);
        padding-bottom: 100px;
    }
    .cm-4menub .cm-item {
        width: calc(50% - 4px);
    }
    .snake-block.informacie {
        background: #ff4685;
        padding-top: 30px;
    }
    .snake-block.informacie .cm-dynamic-description {
        display: block;   
    }
    .snake-block.informacie .cm-dynamic-description .dynamic-descriptions {
        height: 360px;
    }
    .languages-container {
    	right: 0;
        width: 50%;
    }
    body {
        background: url(/domains/krizovy-manazment/UserFiles/bg00-benison.jpg) top center repeat-x; 
        font-size: 16px;
        padding: 0;
    }
    .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;       
    }
    .center {
        width: 100%;
    }
    .show-on-mobile {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .hide-on-mobile {
        display: none;
    }
    .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 0px;
    }
    .middle-panel-content img {
        max-width: 296px;
    }
    .referencie .middle-panel-content img {
        max-width: 100%;
    }
    .middle-panel-content table {
        width: auto !important;
    }
    #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: 130px;
        background: none;
        background-color: #fff;
    }
    .header .logo {
        height: 80px;
        width: 170px;
        float: left;
        background: url(/domains/atrakcieruzomberok/UserFiles/web/logo.png) no-repeat;   
        background-size: contain;
        display: block;
        position: absolute;
        top: 10px;
    }
    .header .mail {
    top: 50px;
    right: 30px;
    }
    .header .mobil {
    top: 10px;
    right: 10px;
    }
    
    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;
    }
    ul.leftmenu li a {
        font-size: 16px;
        text-align: center;
    }
    body .cm-cikcak .cm-item .cm-image {
        max-height: 250px;
    }
    .footer {
     	background: #7CBF48;
     }

    .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: 60px;
        right: 10px;
        z-index: 500;
    }
    
    .languages span {
        color: #333;
        font-weight: medium;
        padding: 0 4px;
        font-size: 14px;
    }
    .languages a {
        color: #333;
        text-decoration: none;
        font-weight: medium;
        padding: 0 4px;
        font-size: 14px;
    }
    
    .header .zona {
        top: 10px;
        right: 10px;
    }

    .icons {
        height: 25px;
        width: 160px;
        background: url(/domains/atrakcieruzomberok/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;
    }


    /*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 {
        width: 800px;
    }
    .jssor-slides {
        width: 800px;
    }

    .cm-5menu .cm-item, .cm-2menu2 .cm-item, .cm-2menu1 .cm-item, .cm-3menu .cm-item, .cm-3menuA .cm-item, .cm-4menu .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;
        /*min-height: 320px;*/
        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-4menu {
    	padding: 40px 0px;
    }
    .cm-4menu .cm-item {
        padding-bottom: 0;
    }
    .cm-4menu .cm-item .cm-read-more {
        position: relative;
    }
    .cm-4menu .cm-item .cm-read-more span {
    	margin: 30px 0px 0px;
    }
    .cm-4menuB .cm-item {
        min-height: initial;
    }
    .cm-5menu .cm-item {
        min-height: 230px;
    }
    .cm-4menub .cm-item {
       min-height: 270px;
       width: calc(50% - 4px);
       margin: 0 2px 4px 2px;
    }
    .cm-2menu .cm-item:first-child {
        width: 100%;
    }
    .cm-4menuB .cm-description {
        position: initial;
    }
    body .modern-form.centered {
        display: block;
        width: 300px;
        margin: 0 auto;
        transform: none;
    }
    .oznamenie-o-pocte-osob-za-rok-pre-potreby-vyuctovanie table.form {
        text-align: center;
        width: 300px !important;
        margin: 0 auto;
    } 
    .board {
        margin-top: 130px;
    }
    .snake-block.informacie .cm-dynamic-description .cm-items .cm-item .cm-title-and-description {
        width: calc(100% - 70px);
        padding: 0 20px 0 20px;
    }
    .snake-block.informacie .cm-dynamic-description .cm-items {
        padding-left: 0px;
    }
	.informacie .cm-dynamic-description .dynamic-descriptions {
        display: none !important;
    }
    .atrakcie .cm-4menub .cm-item:nth-child(4) {
        margin-right: 0px;
    }
    .middle p {
        padding: 0 10px;
    }
    
    .cm-menu-informacie {
        background: #fff;
    }
    .snake-block.informacie {
        padding-bottom: 0;
    }
    .snake-block.informacie h2.informacie {
        background: #fff;
		margin-bottom: 0;
    }
    .snake-block.o-nas {
 	   background-size: 200% calc(1250px - 100vw) !important;
	}
    .cm-3menuA .cm-item .cm-image {
     	width: 30%;
		margin: 0 auto;   
    }

/* top menu responsive */


.treemenu ul.topmenu {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
    font-size:1.5em;
    margin-bottom: 0px;
}

.treemenu ul.topmenu li {
    background: #2e336a none repeat scroll 0 0; /*farba zakladneho menu*/
    border-bottom: 1px solid #ddd;
    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: "Raleway";
    font-size: 12px;
    line-height: 28px;
    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: #ffaa24; 
    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: 18px;
}

.treemenu ul.topmenu li ul li ul li a {
    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);
    }
}