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

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

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

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

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

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

/* COOKIE BAR */
.cookie-bar-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 25px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 10000;
    box-sizing: border-box;
}
.cookie-bar-container div {
    box-sizing: border-box;
}
.cookie-bar {
    color: #FFFFFF;
    background-image: url('/images/cookie-transparent.png');
    background-size: 50px;
    background-repeat: no-repeat;
}
.cookie-bar .option {
    padding: 5px 0 10px 0;
    color: #2B2B2B;
}
.cookie-bar .option input {
    margin-right: 10px;
}
.cookie-bar > .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cookie-bar .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}
.cookie-bar .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.cookie-bar .right .left {
    padding-left: 50px;
}
.cookie-bar .right .right {
    text-align: right;
    padding-right: 25px;
    padding-bottom: 20px;
}
.cookie-bar .message {
    display: inline-block;
    width: 100%;
    color: #2B2B2B;
    text-align: left;
    padding-bottom: 20px;
}
.cookie-bar .button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    width: 140px;
    font-weight: normal;
    text-align: center;
    border: 1px solid;
}
.cookie-bar .button.primary {
    color: #fff;
    background-color: #498024;
    border-color: #498024;
}
.cookie-bar .button.secondary {
    color: #606060;
    border-color: #606060;
}
.cookie-bar .button.primary:hover,
.cookie-bar .button.primary:focus {
    background-color: #39641c;
}
.cookie-bar .button.secondary:hover,
.cookie-bar .button.secondary:focus {
    background-color: #e0e0e0;
}
@media (max-width: 750px) {
    .cookie-bar .left, .cookie-bar .right {
        width: 100%;
    }
    .cookie-bar .left {
        padding-left: 25px;
        border: 0;
    }
    .cookie-bar .right .right {
        text-align: center;
        padding: 20px;
    }
}* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 21px;
    color:#000;
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/bg6.jpg) top center repeat-x #fff; 
    text-align: left;
    padding: 0px;
}

a {
    color: #14678f;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: "Open Sans";
    font-weight: 700;
    color: #ffaa24;
    margin-top: 20px;
    margin-bottom: 5px;
}

h1 {
    font-size: 40px;
    font-weight: Bold;
    margin-bottom: 20px;
    line-height: 43px;
}

h2 {
    font-size: 30px;
    font-weight: Bold;
    margin-bottom: 20px;
    line-height: 33px;
}

h3 {
    font-size: 25px;
    font-weight: Bold;
    line-height: 27px;   
}

h4 {
    font-size: 14px;
    color: #ffaa24;
}

h5 {
    font-size: 17px;
    color: #83a646;
    font-family: Raleway;
    font-weight: 600;
}

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;
}

.header {
    height: 90px;
    width: 100%;
    position: fixed;
    z-index: 2;
    transition: all 0.3s;
    background: linear-gradient(to bottom, rgba(55,55,55,0.8) 10%,rgba(55,55,55,0.8) 90px,rgba(55,55,55,0.8) 90px, rgba(55,55,55,1) 139px,rgba(131,166,70,0.9) 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: 90px;
    width: 154px;
    float: left;
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/logo.png) no-repeat;   
    display: block;
    position: absolute;
    top: 0px;
    z-index: 200; 
}


.header .mobil, .header .mail, .header .doba, .header .zona, .header .tlaciva, .header .adresa {
    right: 0px;
    background-color: transparent;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 200;
    font-weight: normal;
    border-radius: 4px;
    padding: 5px 5px 5px;
    font-size: 24px;
    font-weight: 300;
    line-height: 17px;
    display: inline-block;
    min-width: 30px;
    text-align: left;
}
.header .mobil i,
.header .mobil .cont{
    display: inline-block;
    vertical-align: center;
} 
.header .mail i,
.header .mail .cont{
    display: inline-block;
    vertical-align: bottom;
}
.header .adresa i,
.header .doba i, 
.header .adresa .cont,
.header .doba .cont{
    display: inline-block;
    vertical-align: top;
}
.header .mobil {
 /*   background-color: #83a646; */
    top: 30px;
    right: 15px;
    font-size: 20px;
}
.header .mobil:hover {
    color: #83a646;
    background-color: transparent;
}
.header .mobil i {
     color: #ffaa24;
}

.header .mail {
 /*   background-color: #83a646; */
    top: 30px;
    right: 50px;
    font-size: 20px;
}
.header .mail:hover {
    color: #83a646;
    background-color: transparent;
}
.header .mail i {
     color: #ffaa24;
}

.header .adresa {
    background-color: transparent;
    top: 10px;
    right: 185px;
}
.header .adresa:hover {
    color: #ffaa24;
    background-color: transparent;
}
.header .adresa i {
     color: #83a646;
}

.header .doba {
    background-color: transparent;
    top: 10px;
    right: 0px;
}
.header .doba:hover {
    color: #ffaa24;
    background-color: transparent;
}
.header .doba i {
     color: #83a646;
}

.header a.zona, .header a.tlaciva {
    text-align: center;
}
.header .zona {
    background-color: #83a646;
    top: 95px;
    right: 110px;
}
.header .zona:hover {
    color: #83a646;
    background-color: transparent;
    border: 1px dashed rgba(131, 166, 70, 1);
}
.header .tlaciva {
    top: 30px;
    right: 100px;
    font-size: 30px;
}
.header .tlaciva:hover {
    color: #ffaa24;
    background-color: transparent;
}
.header .tlaciva i {
     color: #ffaa24;
}
.board {
    width: 1200px;
    float: left;
    margin-top: 0px;
    /* font-size: 0px; */
}

.block {
    border-top: 0px transparent;
    width: 100%;
    margin: 0 auto;
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/bgt.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("http://ofirme.sk/domains/serviskotlov/UserFiles/web/transparent.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6d6d6d !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 121px;
    line-height: 14px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 250px;
}


.right-panel-image a:hover {
    text-decoration: none;
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/tien_right.png);
}



.middle-panel {
    float: left;
    width: 100%; /* 560px */
    min-height: 400px;
}

.middle-panel-content {
    /* background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/middle-panel-bg.png) repeat-x #eaeaea; */
    padding: 0px 0px 0x 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 20px;
}
.middle-panel-content .middle {
    padding-top: 0%;
}

.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;
}
.footer {
    float: left;
    width: 100%;
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/.png) repeat-x #1a1a1b;
    color: #fff;
}

.footer a {
    color: #9b9a91;
}

.footer-content {
    padding: 12px 0;
}

.footer-shadow {
    float: left;
    width: 100%;
    height: 50px;
    background: url(http://ofirme.sk/domains/gallo-stav/UserFiles/web/footer-shadow.png) top center no-repeat #fff;
}

.footer-shadow-content {
    text-align: right;
    padding: 15px 0 0 0;
    font-size: 11px;
    width: 1200px;
    max-width: 100%;
}

.footer-shadow-content a {
    border: 0;
    color: #39555b;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
}

.footer-shadow-content a:hover {
    text-decoration: underline;
}

.footer-shadow-content img {
    border: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#footer-table-1 {
    
}

#footer-table-1 td {
    font-size: 11px;
    padding-right: 30px;
}

#footer-table-1 td a {
    font-size: 11px;
    text-decoration: none;
}

#footer-table-1 td a:hover {
    text-decoration: underline;
}

/* horne menu */


.ddsmoothmenu {
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    margin: 90px 0px 0px 0px;
    z-index:210;
    width: 100%;
}

.ddsmoothmenu ul {
    text-align: center;
    margin: -50px;
    padding: 0px 0px 0px 0px;
}

.ddsmoothmenu ul li {
    float: none;
}

.ddsmoothmenu ul li a {
    display: inline-block;
    background: none;
    padding: 0px 10px;
    color: #fff;
    text-decoration: medium;
    font-family: "Raleway";
    font-weight: 800;
    line-height: 0px;
    position: relative;
    max-height: 67px;
    /* text-shadow 0 0 0 #999999; */
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #fff;
    margin: 28px 3px 0px 0px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/menu-active.png) repeat-x;
    color: #f1ae44;
}

.ddsmoothmenu ul li a:hover {
    background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/menu-active.png) repeat-x;
    color: #83a646;

}
.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: #2ca0a0;
    color: #fefefe;
}

.ddsmoothmenu ul li ul li a:hover{
    background: #ff8716;
    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(http://ofirme.sk/domains/serviskotlov/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: "Raleway";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    
}

ul.leftmenu li a.selected {
    background:url(http://ofirme.sk/domains/serviskotlov/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(http://ofirme.sk/domains/serviskotlov/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(http://ofirme.sk/domains/serviskotlov/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/serviskotlov/UserFiles/web/lupa.png) no-repeat;
    border: 0 none;
    font-size: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    position: relative;
    top: -5px;
}


/*
	SLIDESHOW
*/

#big-slider {
        float: left;
	width:1200px;
	height:323px;
	position:relative;
}

#big-slider #frame {
	position:absolute;
	z-index:110;
	width:1200px;
	height:323px;
	top:-323px;
	left:0px;
}

#big-slider #bigslides {
	position:absolute;
	z-index:110;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#big-slider .slides_container {
	width:1200px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#big-slider .slide-content {
	width:1200px;
	height:323px;
        font-size: 12px;
}

#big-slider .slide-content .slide-container {
	padding: 30px;
}

#big-slider .slides_container .slide {
	width:1200px;
	height:323px;
}

#big-slider .slides_container .slide img {
	width:1200px;
	height:323px;
        border: 0;
}


/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top:100px;
	right:250px;
	width:32px;
	height:55px;
	display:block;
	z-index:101;
        font-size: 0;
}


#big-slider #bigslides .prev {
        background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/arrow-prev.png) no-repeat;
	left:-53px;
}

#big-slider #bigslides .next {
	left:1200px;
        background: url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/arrow-next.png) no-repeat;
        left:1023px;
}




/*
	Pagination
*/
#big-slider .pagination {
    float: right;
    min-width: 10px;
    position: absolute;
    z-index: 5;
}

#big-slider .pagination li {
    float: left;
    left: 11px;
    list-style: none outside none;
    margin: 0 3px;
    position: relative;
    top: -30px;
}

#big-slider .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://ofirme.sk/domains/serviskotlov/UserFiles/web/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#big-slider .pagination li.current a {
	background-position:0 -12px;
}


/*
	Footer
*/

#big-slider #footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#big-slider #footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/* slider */

.wslider {
	height:318px;
	background:black;
	overflow:hidden;
	position:relative;
}

.wslider-slide {
	position:absolute;
	display:none;
	background:black;
	border-left:1px solid #222;
}

a.wslider-slidelink, a.wslider-slidelink:visited {
	display:block;
	width:100%;
	height:100%;
	background: no-repeat left center;
	margin:0;
	padding:0;
	text-decoration:none;
	color:white;
}

.wslider-panel {
	background:url('/images/slider_panel_back.png');
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	padding:10px 20px;
}

.wslider-panelheader {
	font-size:1.4em;
        margin-bottom: 10px;
}

.wslider-panel.medium {
	background:transparent;
	text-transform:uppercase;
	padding:0 15px;
	width:170px;
}

.wslider-panel.medium .wslider-panelheader {
	font-size:1.1em;
}

.wslider-panel p {
	margin-bottom:0;
	margin-right: 20px;
        line-height: 20px;
}

.wslider-panel.medium p {
	display:none;
}

.wslider img, .wslider-panel {
	display:none;
}
.footer-mark {
    display: inline-block;
    margin-left: 20px;
}



.err {
    color: #C61A1A;
}

.languages {
    position: absolute;
    top: 63px;
    left: 245px;
}

.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, .mobile {
    display: none;
}

.icons {
    height: 50px;

    background: url(http://ofirme.sk/domains/serviskotlov/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: "Raleway";
    font-size: 15px;
    color:#fff;
}
.icons .cont .bottom {
    font-family: "Raleway";
    font-size: 12px;
    font-weight: 300;
    color:#fff;
}

/* JSSOR SLIDER */

#jssor_slider_container {
    position: relative;
    margin: 0 auto; 
    width: 1920px; 
    height: 900px; 
    overflow: hidden;
}
.jssorb21 {
    position: absolute;
    top: 870px !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: 506px !important; left: 8px; }
.jssora21r { background-position: -63px -33px; top: 506px !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: 900px; 
    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: "Shadows Into Light Two";
    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: "Raleway";
    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: "Roboto";
    font-size: 40px;
    color: #ffaa24;
    font-weight: 600;
    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: "Exo";
    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 5px 0px 0px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    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;
    position: relative;
    vertical-align: top;
}
.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: "Raleway";
    color: #ffbe32;
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-2menu .cm-title:hover {
    text-decoration: none;
}
.cm-2menu .cm-item:hover .cm-title {
    color: #ffaa24;
}
.cm-2menu .cm-item .cm-description {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-top: 10px;
}
/* 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(33% - 5px);
    margin: 0 5px 0px 0px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    height: 370px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px 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: 0px 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: "Raleway";
    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: 17px;
    line-height: 19px;
    color: #fff;
    height: 550px;
    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: "Raleway";
    color: #ffbc2d;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 40px;
    display: block;
    text-align: center;
}
.cm-2menu2 .cm-title i {
    font-size: 40px;
}
.cm-2menu2 .cm-title:hover {
    text-decoration: none;
}
.cm-2menu2 .cm-item:hover .cm-title {
    color: #ffaa24;
}

/* 2MENU3 */

.cm-2menu3 {
    font-size: 0;
}
.cm-2menu3 .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: 17px;
    line-height: 19px;
    color: #fff;
    height: 450px;
    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-2menu3 .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-2menu3 .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-2menu3 .cm-item .cm-image img {
    max-width: 100%;
}

.cm-2menu3 .cm-images {
    height: 109px;
    position: relative;
}
.cm-2menu3 .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-2menu3 .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-2menu3 .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-2menu3 .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-2menu3 .cm-item:hover .cm-images img.secondary {
    opacity: 1;
} 
.cm-2menu3 .cm-title {
    font-family: "Raleway";
    color: #ffbc2d;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 40px;
    display: block;
    text-align: center;
}
.cm-2menu3 .cm-title i {
    font-size: 40px;
}
.cm-2menu3 .cm-title:hover {
    text-decoration: none;
}
.cm-2menu3 .cm-item:hover .cm-title {
    color: #ffaa24;
}


/* 3MENU */

.cm-3menu {
    font-size: 0;
}
.cm-3menu .cm-item {
    overflow: hidden;
    background-color: solid 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: 17px;
    line-height: 19px;
    color: #000;
    height: 400px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(255, 170, 36, 0.5);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px

}
.cm-3menu .cm-item:hover {
    background-color: solid rgba(0,0,0,0.3); !important; /* ina farba animacie */    
    /*height: 600px;*/
    color: #000;
    border: 1px solid rgba(255, 170, 36, 1); 
}

.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: "Raleway";
    color: #ffaa24;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    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: #ffaa24;
}
.cm-3menu .cm-item .cm-description {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-top: 10px;
}
.cm-3menu .cm-item .cm-read-more {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cm-3menu .cm-item .cm-read-more span {
    display: inline-block;
    margin: 0px 0px;
    padding: 15px 40px;
    border: 0px solid #333;
    border-radius: 0px;
    background-color: #ffaa24;
    color: #000;
}

.cm-3menu .cm-item .cm-read-more span:hover {
    background-color: #ffaa24; 
    border: 0px solid #333;
    color: #000;
}

/* classic cm4 menu */
.cm-3menu .cm-images {
    width: 100%;
}

/* 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: 280px;
    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: "Raleway";
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    line-height: 35px;
}
.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 B */

.cm-4menuB {
    font-size: 0;
}
.cm-4menuB .cm-item {
    position: relative;
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(25% - 4px);
    margin: 0 2px 4px 2px;
    font-size: 13px;
    color: #000;
    height: 180px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 0px; /* 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-4menuB .cm-item:hover {
    background-color: rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #000;
    border: 0px solid rgba(255,170,36,0.7); 
}

.cm-4menuB .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 35px;
    text-align: center;
    display: block;
}

.cm-4menuB .cm-item .cm-image img {
    max-width: 100%;
}

.cm-4menuB .cm-images {
    height: 109px;
    position: relative;
}
.cm-4menuB .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-4menuB .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-4menuB .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-4menuB .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-4menuB .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-4menuB .cm-title {
    font-family: "Raleway";
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 40px 20px 40px;
    border-bottom: 0px solid #888;
    display: block;
    text-align: center;
    line-height: 25px;
    min-height: 50px;
}
.cm-4menuB .cm-title:hover {
    text-decoration: none;
}
.cm-4menuB .cm-item:hover .cm-title {
    color: #fff;
}
.cm-4menuB .cm-description {
    position: absolute;
    bottom: 0;
    color: #eee;
    padding: 0px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    font-size: 0;
}
.cm-4menuB .cm-description li {
    display: inline-block;
    margin: 0;
    width: 33.33%;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    vertical-align: bottom;
}
.cm-4menuB .cm-description li:before {
    content: "";
    display: inline-block;
    width: 20px;                             /* velkost ikonky */
    height: 20px;                            /* velkost ikonky */
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.cm-4menuB .cm-description li:first-child {
    background-color: #373737;
}
.cm-4menuB .cm-description li:first-child:before {
    background-image: url(/domains/serviskotlov/UserFiles/web/download.png);
}
.cm-4menuB .cm-description li:nth-child(2) {
    background-color: #83a646;
}
.cm-4menuB .cm-description li:nth-child(2):before {
    background-image: url(/domains/serviskotlov/UserFiles/web/download.png);
}
.cm-4menuB .cm-description li:nth-child(3) {
    background-color: #ffaa24;
}
.cm-4menuB .cm-description li:nth-child(3):before {
    background-image: url(/domains/serviskotlov/UserFiles/web/download.png);
}

/* classic cm4 menu */
.cm-4menu .cm-images {
    width: 100%;
}

/* 4MENU  */

.cm-4menu {
    font-size: 0;
}
.cm-4menu .cm-item {
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(25% - 4px);
    margin: 0 2px 4px 2px;
    font-size: 14px;
    color: #fff;
    height: 350px;
    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: 1;
    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: "Raleway";
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    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: #fff;
}
.cm-4menu .cm-item .cm-description {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    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: 0px 0px;
    padding: 15px 40px;
    border: 0px solid #333;
    border-radius: 0px;
    background-color: #ffaa24;
    color: #000;
}

.cm-4menu .cm-item .cm-read-more span:hover {
    background-color: #ffaa24; 
    border: 0px solid #333;
    color: #000;
}

/* classic cm4 menu */
.cm-4menu .cm-images {
    width: 100%;
}

/* 4MENU1  */

.cm-4menu1 {
    font-size: 0;
}
.cm-4menu1 .cm-item {
    overflow: hidden;
    background-color: rgba(86,86,86,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(25% - 4px);
    margin: 0 2px 4px 2px;
    font-size: 13px;
    color: #000;
    height: 420px;
    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-4menu1 .cm-item:hover {
    background-color: rgba(55,55,55,0.0); !important; /* ina farba animacie */    
    color: #000;
    border: 0px solid rgba(255,170,36,0.7);
}

.cm-4menu1 .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.cm-4menu1 .cm-item .cm-image img {
    max-width: 100%;
}

.cm-4menu1 .cm-images {
    height: 109px;
    position: relative;
}
.cm-4menu1 .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-4menu1 .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-4menu1 .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-4menu1 .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-4menu1 .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-4menu1 .cm-title {
    font-family: "Open Sans";
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 10px 0 10px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.cm-4menu1 .cm-title:hover {
    text-decoration: none;
}
.cm-4menu1 .cm-item:hover .cm-title {
    color: #ffaa24;
}
.cm-4menu1 .cm-item .cm-description {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    margin-top: 10px;
}
.cm-4menu1 .cm-item:hover .cm-description {
    color: #000;

}

/* classic cm4 menu */
.cm-4menu .cm-images {
    width: 100%;
}


/* 6MENU */

.cm-6menu {
    font-size: 0;
}
.cm-6menu .cm-item {
    overflow: hidden;
    background-color: #fff;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(16.66% - 0px);
    margin: 0 0px 0px 0px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    min-height: 460px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(20,103,143,0.5);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-6menu .cm-item:hover {
    background-color: #fff !important; /* ina farba animacie */    
    color: #000;
    border: 1px solid rgba(0,0,0,0.3); 
}

.cm-6menu .cm-item .cm-image {
    width: 190px;
    margin-right: 10px;
}

.cm-6menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-6menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-6menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-6menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-6menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-6menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-6menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-6menu .cm-title {
    font-family: "Raleway";
    color: #14678f;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-6menu .cm-title:hover {
    text-decoration: underline;
}
.cm-6menu .cm-item:hover .cm-title {
    color: #333;
}

/* 5MENU */

.cm-5menu {
    font-size: 0;
}
.cm-5menu .cm-item {
    position: relative;
    overflow: hidden;
    background-color: #f2f0ec;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(20.00% - 3px);
    margin: 0 3px 0px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    height: 250px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 15px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255,255,255,1);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-5menu .cm-item:hover {
    background-color: solid rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #000;
    border: 0px solid #fff; 
}

.cm-5menu .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}


.cm-5menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-5menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-5menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-5menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-5menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-5menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-5menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-5menu .cm-title {
    font-family: "Raleway";
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-5menu .cm-title:hover {
    text-decoration: none;
}
.cm-5menu .cm-item:hover .cm-title {
    color: #303030;
}
.cm-5menu .cm-title i {
    font-size: 30px;
}

.cm-5menu .cm-item .cm-read-more {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cm-5menu .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-5menu .cm-item .cm-read-more span:hover {
    background-color: #33333385; 
    border: 0px solid #fff;
    color: #fff;
}



/* 5MENU1 */

.cm-5menu1 {
    font-size: 0;
}
.cm-5menu1.owl-carousel .owl-stage-outer {
    overflow-x: hidden;
    overflow-y: visible;
}
.cm-5menu1.owl-carousel .owl-stage-outer .owl-stage {
    padding: 50px 0;
    /* min-height: 533px; */
}
.cm-5menu1 .owl-nav {
    font-size: 85px;
    color: #fff;
}
.cm-5menu1 .owl-prev {

}
.cm-5menu1 .owl-next {

}
.cm-5menu1 .owl-dots {

}
.cm-5menu1 .owl-item, .cm-3menu .owl-item .cm-item {
    transition: all .5s; /* Animation */
}
.cm-5menu1 .owl-item.center {
    transform: scale(1.1);
    z-index: 4;
}
.cm-5menu1 .owl-item.center .cm-item {
    margin: 0 5px 5px 0px;
    border: 0px solid rgba(0,186,158,0.9);
}
.cm-5menu1 .cm-item {
    overflow: hidden;
    background-color: #fff;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(20.00% - 4px);
    margin: 0 2px 4px 2px;
    font-size: 13px;
    color: #fff;
    height: 170px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(237,28,36,0.0);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-5menu1 .cm-item:hover {
    background-color: solid rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #000;
}

.cm-5menu1 .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-5menu1 .cm-item .cm-image img {
    max-width: 100%;
}

.cm-5menu1 .cm-images {
    height: 109px;
    position: relative;
}
.cm-5menu1 .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-5menu1 .cm-images img.primary {
    opacity: 1;
    transition: opacity 300ms;
}
.cm-5menu1 .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-5menu1 .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-5menu1 .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-5menu1 .cm-title {
    font-family: "Raleway";
    color: #1a1a1b;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-5menu1 .cm-title:hover {
    text-decoration: underline;
}
.cm-5menu1 .cm-item:hover .cm-title {
    color: #333;
}
.cm-5menu1.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;    
}

/* cikcak - foto raz vlavo raz vpravo */

.cm.cm-cikcak {
    display: inline-block;
    width: 100%;
}
.cm-cikcak img {
    transition: all 300ms;
    max-width: 100%;
}
.cm-cikcak .cm-image:hover img {
    transform: scale(1.5);
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-image {
    overflow: hidden;
    background-position: 100% 50%;

}
.cm-cikcak .cm-item:nth-of-type(even) .cm-image {
    overflow: hidden;
    background-position: 0% 50%;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-title {
    margin-top: 10;
    padding: 30px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-title {
    margin-top: 10;
    padding: 30px;
}
.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;
    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(13,17,20,0.9);
 /* url("/images/transparent.png") no-repeat scroll 10px 160px; ina farba animacie */
    color: #fff;
}

.cm-cikcak .cm-item .cm-image {
    width: 50%;
    text-align: center;
    background-color: #d1cec5;
    background-repeat: no-repeat;
}

.cm-cicak .cm-item .cm-image img {
    max-width: 100%;
}

.cm-cikcak .cm-item .cm-title {
    font-family: "Raleway;
    font-size: 35px;
    line-height: 40;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 4px;
    display: block;

}

.cm-cikcak .cm-item .cm-title-and-description {
    width: 50%;
}
.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: Raleway;
    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: Raleway;
    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;
}

/* 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.cennik {
    min-height: 300px;
}

/* 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%;
}
.dynamic-form-container table {
    margin: auto;  
}
.dynamic-form-container table label {
    margin-right: 10px; 
}

@media (max-width: 1200px) {
    .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%;
    }
    /**/
    body .under-header {
        display: none;
    }
    
    body .cm-cikcak .cm-item {
        transform: none;
        margin: 0;
        display: inline-block;
    }

    body .cm-cikcak .cm-item .cm-title-and-description {
        width: 100%;
    }

    body .cm-cikcak .cm-item .cm-image {
        width: 100% !important;
        max-height: 450px;
        background-size: cover;
    }
    .show-on-mobile {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .hide-on-mobile {
        display: none;
    }
    body .desktop {
        display: none;
    }

    body .mobile {
        display: initial;
    }
    .snake-block.sluzby-new {
        /*padding-bottom: 0;*/
    }
    .cm-3menuA .cm-item {
         min-height: 350px;
    }
    .cm-4menu .cm-item {
        width: calc(50% - 4px);
    }
    .cm-4menu1 .cm-item {
        width: calc(50% - 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;
    }
    .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;
    }
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 750px) {
    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%;
    }
    .board, .block, .right-panel-container, .footer-content, .footer-shadow,
    #big-slider, #big-slider #frame, #big-slider .slides_container,
    #big-slider .slide-content, #big-slider .slides_container .slide,
    #big-slider .slides_container .slide img {
        width: 100%;
    }
    #big-slider, 
    #big-slider .slides_container .slide, 
    #big-slider .slides_container .slide img {
        height: 97px;
    }
    .right-panel, .left-panel, .left-panel-container, .middle-panel {
        width: 100%;
    }
    .middle-panel {
    }
    .middle-panel-content {
        margin-left: 0px;
        margin-right: 0;
        padding: 0 10px;
    }
    .middle-panel-content img {
        max-width: 296px;
    }
    .referencie .middle-panel-content img {
        max-width: 100%;
    }
    .middle-panel-content table {
        width: auto !important;
    }
    #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: #373737;
    }
    .header .logo {
        height: 70px;
        width: 150px;
        float: left;
        background: url(/domains/serviskotlov/UserFiles/web/logo.png) no-repeat;   
        background-size: contain;
        display: block;
        position: absolute;
        top: 20px;
    }
    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 {
     
     }

    .footer-content {
        width: auto;
        padding: 0 10px;
    }
    .footer-content table {
        width: auto !important;
    }
    .footer-content table td {
        vertical-align: top;
        line-height: 27px;
        font-size: 13px;
    }
    .footer-shadow-content {
        font-size: 13px;
        text-align: center;
    }
    .footer a {
        display: inline-block;
        padding: 0 5px 16px;
        line-height: 20px;
    }
    table.form th:first-child {
        width: 234px;
    }
    table.form select {
        max-width: 186px;
    }
    table.form input {
        max-width: 184px;
    }
    table.form textarea {
        max-width: 184px;
    }
    .ddsmoothmenu {
        margin: 39px 0 0;
        width: 100%;
        float: left;
    }
    .ddsmoothmenu ul li {
        display: block;
        float: left;
    }
    .ddsmoothmenu ul li a {
        margin: 0;
        padding: 15px 12px;
    }
    .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        margin: 0;
    }
    .footer-mark {
        margin: 0;
    }
    .layer1 {
        display: block;
        height: 22px;
        left: 80px;
        position: absolute;
        top: 5px;
        z-index: 300;
    }
    .home .intro-bunka {
        clear: both;
        width: 100%;
        height: 300px;
    }

    /*.languages {
        position: absolute;
        top: 5px;
        left: 80px;
        z-index: 500;
    }*/
    .header .mobil, .header .mail, .header .doba, .header .adresa {
        display: none;
    }
    .header .zona {
        top: 6px;
        right: 10px;
    }
    .header .tlaciva {
        top: 52px;
        right: 10px;
    }

    .icons {
        height: 25px;
        width: 160px;
        background: url(/domains/serviskotlov/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 {
        margin-top: 0px;
        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-4menuB .cm-item {
        min-height: initial;
    }
    .cm-5menu .cm-item {
        min-height: 230px;
    }
    .cm-4menu1 .cm-item {
       min-height: 60px;
       width: 100%;
    }
    .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;
    }
}


/* top menu responsive */


.treemenu ul.topmenu {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
    font-size:1.5em;
    margin-button: 0px;
}

.treemenu ul.topmenu li {
    background: #333 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);
    }
}