/* 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;
    }
}
body {
    background-color: #08262a;
}
.snake-block .middle, .extended .middle {
    width: 1200px;
    margin: 0 auto;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.fontless {
    font-size: 0;
}

.header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    transition: all 0F.3s;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1c5f72',GradientType=0 );
    background-color: #08262a;
}
.home .header {
    background-color: transparent;
}

.header .middle {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
}

.header .logo {
    height: 76px;
    width: 350px;
    float: left;
    background: url(http://ofirme.sk/domains/veterano-new/UserFiles/web/logo.png) no-repeat;   
    display: block;
    position: absolute;
    top: 18px;
    z-index: 200; 
}

.header .mobil, .header .mail {
    right: 58px;
    background-color: transparent;
    color: #fff9ae;
    display: block;
    position: absolute;
    z-index: 200;
    font-family: "Pattaya";
    font-weight: normal;
    border-radius: 10px;
    padding: 20px 0px 12px;
    font-size: 13px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
}
.header .mobil {
    background-color: transparent;
    top: 0px;
    right: 10px;
}
.header .mobil:hover {
    color: #518574;
    background-color: transparent;
    border: 0px solid rgba(0,0,0,1);
}

.header .mail {
    background-color: transparent;
    top: 0px;
    right: 125px;
}
.header .mail:hover {
    color: #518574;
    background-color: transparent;
    border: 0px solid rgba(0,125,198,1);
}
.under-header {
    background-color: #08262a;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.block {
    padding-top: 80px;
}
.home .block {
    background-color: #8c7e6b;
}
.middle .submenu {
    width: 20%;
    display: inline-block;
    height: 100%;
    float: left;
}

.snake-block {
    padding: 25px 0;
    width: 100%;
    box-sizing: border-box;
}

.snake-block.produkty a {
    color: #fff;
    text-decoration: none;
}

.middle-panel-content .snake-block:first-child {
    padding-top: 0;
}

.ddsmoothmenu {
    font-size: 20px;
    font-weight: 400;
    background: transparent;
    margin: -31px 0 0 160px;
    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;
    position: relative;
    max-height: 67px;
    font-family: 'Open Sauce One', sans-serif;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: none;
}
.ddsmoothmenu > ul > li > a:hover span, .ddsmoothmenu > ul > li > a.selected span, 
.ddsmoothmenu > ul > li > a.preselected span {
    opacity: 0.65;
}

.ddsmoothmenu ul li ul {
    background-color: #fff;
    top: 55px !important;
    padding: 20px 0 20px 7px;
    width: 200px !important;
    text-align: left;
    height: auto !important;
}
.ddsmoothmenu ul li.open ul {
    visibility: visible;
    width: 200px !important;
    left: 0 !important;
}
.ddsmoothmenu ul li:hover ul {
    opacity: 1 !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: 14px;
    font-weight: normal;
    width: auto;
    padding: 8px 15px 8px 15px;
    margin: 0 !important;
    border-top-width: 0;
    background: none;
    color: #264c51;
    text-shadow: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected,
.ddsmoothmenu ul li ul li a.selected:link, .ddsmoothmenu ul li ul li a.preselected:link,
.ddsmoothmenu ul li ul li a.selected:visited, .ddsmoothmenu ul li ul li a.preselected:visited{
    background: none;
    color: #b85b24;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #264c51;
    font-size: 14px;
}

.ddsmoothmenu ul li ul li a:hover{
    background: none;
    color: #b85b24;
}


.downarrowclass {
    display: none;
    position: absolute !important;
    top: 54px !important;
    right: 15px;
}
.ddsmoothmenu ul li a.with-arrow:before {
    content: '';
    display: block;
    background: url('/domains/veterano-new/UserFiles/web/images/icon-dropdown-arrow_1.svg');
    height: 4px;
    width: 6px;
    position: absolute;
    right: 16px;
    top: 6px;
}
.ddsmoothmenu ul li.open a.with-arrow:before, .ddsmoothmenu ul li a.with-arrow:hover:before {
    background: url('/domains/veterano-new/UserFiles/web/images/icon-dropdown-arrow.svg');
    opacity: 0.65;
}

.treemenu {
    margin-top: 80px;
    left: 0;
}
.topmenu {
    padding-left: 0px;
}
.topmenu ul li .rightarrowclass{
    position: absolute !important;
    top: 12px !important;
    right: 7px;
}


.kontakt {
    display: none;
}
.kontakt-container {
    position: absolute;
    top: 220px;
    left: 15px;
    width: 200px;
}


.search form input[type=text] {
    border: 0px solid #ffffff;
    background: url(http://ofirme.sk/domains/veterano-new/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(http://ofirme.sk/domains/veterano-new/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 {
    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/veterano-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;
}

.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;
}

.error {
    color: red;
}

.klima {
    float: left;
    width: 100%;
    color: #000;
    background: url("http://ofirme.sk/domains/veterano-new/UserFiles/web/bg.jpg") center top repeat-x #16b7ff;
}

.footer-content iframe {
}

.sluzby {
    color: #000;
    background: url("http://ofirme.sk/domains/veterano-new/UserFiles/web/bg.jpg") center top repeat-x #fff;
    padding-bottom: 0;
}

.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;
}

.vzorkovnik img {
    border: 1px solid gray;
}  

body .mobile {
    display: none;
}

.snake-block.sluzby-new {
    padding:0;
    padding-bottom: 50px;
}

.snake-block.kontaktne-udaje {
    padding: 0;
}

.unlogicalSpace {
    display: none;
}
.languages-container {
    display: none;

}

.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% - 78px);
    margin-left: 50px;
    margin-top: 13px;
}
.product-gallery {
	margin: 0 auto;
    width: 524px;
}
.product-gallery .cell {
	display: inline-block;
    margin: 0 13px 13px 0;
}
.product {
    display: block;
}
.product .extended {
    padding: 30px 0 30px 0;
    background-color: #2f2f2f1a;
}
.product .code, .product .addtocart, .product .availability, .product .back {
    display: none;
}
.product .main-image {
    text-align: center;
    max-width: 100%;
    padding-top: 0px;
    width: auto;
    line-height: 0;
    height: auto;
}
.product .detail {

}
.product .detail .left {
    width: 600px;
}
.product .detail .right {
    width: calc(100% - 700px);
}
.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: '\f073';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-2 .label:before {
    content: '\f1b9';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-3 .label:before {
    content: '\f085';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-4 .label:before {
    content: '\f3fd';
    font-family: "Font Awesome 5 Free";
    color: #222;
}
.product .attribute.no-5 .label:before {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    color: #222;
}

.rezervacia-auta tr.field_1739, 
.rezervacia-auta tr.field_1740,  
.rezervacia-auta tr.field_1791,
.rezervacia-auta tr.field_1792 {
    display: none;
}
.rezervacia-auta tr {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.eshop-menu {
    padding-top: 15px;
}
.eshop-menu ul.leftmenu li a {
    color: #095ea7;
    font-size: 17px;
    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;
}
.attribute {
    margin-bottom: 10px;
}
.attribute .label:after {
    content: ':';
}
.price-container {
    display: none;
    padding: 20px 0;
    font-size: 0;
}
.price {
    font-size: 35px;
    font-family: "Pattaya";
    color: #579883;
    padding: 20px ;
}
.price-container::before {
    content: 'cena od:';
    font-size: 16px;
}
.currency {
    font-size: 16px;
}

@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;
}
.reservationDateDetails table td {
    background: #fff;
}
.reservationDateDetails table th {
     font-weight: normal;   
}
.unconfirmed p, .reservationDateDetailsHeading {
    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;
}
.footer-shadow {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    padding-bottom: 9px;
}

@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%;
    }
    /**/
    body .under-header {

    }
    
    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;*/
    }
    
    .product .detail, .product .detail .left, .product .detail .right {
    	width: 100%;
	}
    .product .detail .right {
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {

    .middle-panel-content table {
        width: auto !important;
    }
    .middle-panel-content {
        padding: 0 0px;
    }
    .referencie .middle-panel-content {
        padding: 0;
    }
    .header .logo {
        left: 20px;
    }

    h1, h2, h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .sluzby1, .sluzby2, .sluzby3, .sluzby4 {
        width: calc(33.33% - 4px);
        margin: 0 2px;
    }
    .dpf1, .dpf2, .dpf3, .dpf4 {
        width: 50%;
        height: 350px;
        margin: 0 0 10px 0;
    }
    .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-5menu1 .cm-item {
        width: calc(40.00% - 4px);
    }
    .treemenu ul.topmenu li {
        border-bottom: 0 !important;
    }

}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 750px) {
    body {
        font-size: 16px;
        padding: 0;
    }
    .board {
        float:left;
        margin-top: 89px;
    }
    .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 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 .middle {
        width: 100%;   
    }
    .header .logo {
        height: 50px;
        width: 160px;
        float: left;
        background: url(/domains/veterano-new/UserFiles/web/logo.png) no-repeat;   
        background-size: contain;
        display: block;
        position: absolute;
        top: 12px;
    }
    .header .mobil, .header .mail {
        min-width: 116px;
        font-size: 11px;
        padding: 0;
        text-align: left;
    }
    .header .mobil .cont, .header .mail .cont {
        display: inline-block;
        margin-left: 6px;
    }
    .header .mail {
        top: 0px;
        right: 0;
    }
    .header .mobil {
        top: 17px;
        right: 0;
    }
    .treemenu ul.topmenu li {
        border-bottom: 0 !important;
    }
    .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;
    }
    .product .detail, .product .detail .left, .product .detail .right {
        width: 100%;
    }
    .product-gallery-wrapper {
        width: 100%;
    }
    .product-gallery {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
        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 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;
    }
    .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/veterano-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-5menu .cm-item, .cm-3menu .cm-item, .cm-3menuA .cm-item, .cm-4menu .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;
        min-height: 100;
        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-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 {
        float: none;
        margin-right: 0;
    }
    .cm-1menu .cm-item .cm-title {
        width: 100%;
        display: inline-block;
        line-height: 1;
    }

    .cm-2menu .cm-item:nth-child(2) {
        display: none;
    }
    
    .product .dynamic-form-container tr {
        width: 100%;
    }
    .product .dynamic-form-container tr td {
        display: inline-block;
        width: 100%;
    }
}


/* top menu responsive */


.treemenu ul.topmenu {
    display: block;
    float: left;
    width: 100%;
    font-size:1.5em;
	margin-bottom: 0;
}

.treemenu ul.topmenu li {
    background: #333 none repeat scroll 0 0; /*farba zakladneho menu*/
    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: 5px 19px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    color: #fff; /*farba textu v menu*/
    
}


.treemenu ul.topmenu li a:hover {
    background-color: #4f4d4d; 
}

.treemenu ul.topmenu li a.selected {
    background-color: #4f4d4d; 
    text-decoration: none;
}

.treemenu ul.topmenu li ul {
    display: none;
    font-size: 1.1em;
    padding: 20px 0;
    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);
    }
}