/* 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: "Bai Jamjuree";
    font-size: 19px;
    color:#000;
    background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/bg6.jpg) top center repeat-x #fff; 
    text-align: left;
    padding: 0px;
}

a {
    color: #14678f;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-family: "Exo";
    font-weight: 700;
    color: #14678f;
    margin-top: 20px;
    margin-bottom: 5px;
}

h1 {
    font-size: 40px;
    font-weight: Bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 35px;
    font-weight: Bold;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    font-weight: Bold;   
}

h4 {
    
}

h5 {
    
}

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: 110px;
    width: 100%;
    position: fixed;
    z-index: 2;
    transition: all 0.3s;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,1) 40px,rgba(255,255,255,1) 40px, rgba(255,255,255,1) 107px,rgba(22,149,113,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1c5f72',GradientType=0 );
}

.header .middle {
    position: relative;
}

/*.under-header {
    background: #fff;
    height: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}*/
.header .logo {
    height: 75px;
    width: 320px;
    float: left;
    background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/logo1.png) no-repeat;   
    display: block;
    position: absolute;
    top: 20px;
    z-index: 200; 
}


.header .mobil, .header .mail {
    right: 58px;
    background-color: #F87060;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 200;
    font-weight: normal;
    border-radius: 1px;
    padding: 5px 20px 5px;
    font-size: 15px;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}
.header .mobil {
    background-color: #14678f;
    top: 20px;
    right: 10px;
}
.header .mobil:hover {
    color: #14678f;
    background-color: #fff;
}

.header .mail {
    background-color: #169571;
    top: 53px;
    right: 10px;
}
.header .mail:hover {
    color: #169571;
    background-color: #fff;
}

.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/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/UserFiles/web/tien_right.png);
}



.middle-panel {
    float: left;
    width: 100%; /* 560px */
    min-height: 400px;
}

.middle-panel-content {
    /* background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/middle-panel-bg.png) repeat-x #eaeaea; */
    padding: 0px 0px 0x 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 25px;
}
.middle-panel-content .middle {
    padding-top: 5%;
}

.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/zaluzie-rolety-sietky/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: 15.5px;
    font-weight: 400;
    background: transparent;
    margin: 60px 0px 0px 0px;
    z-index:210;
    width: 100%;
}

.ddsmoothmenu ul {
    text-align: center;
}

.ddsmoothmenu ul li {
    float: none;
}

.ddsmoothmenu ul li a {
    display: inline-block;
    background: none;
    padding: 0px 10px;
    color: #000;
    text-decoration: medium;
    font-family: "Exo";
    font-weight: 700;
    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: #000;
    margin: 28px 3px 0px 0px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/menu-active.png) repeat-x;
    color: #24b4a5;
}

.ddsmoothmenu ul li a:hover {
    background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/menu-active.png) repeat-x;
    color: #166a8d;

}
.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/zaluzie-rolety-sietky/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: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    
}

ul.leftmenu li a.selected {
    background:url(http://ofirme.sk/domains/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/UserFiles/web/arrow-prev.png) no-repeat;
	left:-53px;
}

#big-slider #bigslides .next {
	left:1200px;
        background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/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/zaluzie-rolety-sietky/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 {
    display: none;
}

.icons {
    height: 50px;

    background: url(http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/navigovat.png) no-repeat;   
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 10;
}

.icons a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
}
.icons a:first-child {
    margin-left: 0;
}
.icons img {
    max-width: 50px;
}
.icons .cont {
    display: inline-block;
    position: relative;
    top: -8px;
}
.icons .cont .top {
    font-family: "Exo";
    font-size: 15px;
    color:#fff;
}
.icons .cont .bottom {
    font-family: "Exo";
    font-size: 12px;
    font-weight: 300;
    color:#fff;
}

/* JSSOR SLIDER */

#jssor_slider_container {
    position: relative;
    margin: 0 auto; 
    width: 1920px; 
    height: 900px; 
    overflow: hidden;
}
.jssorb21 {
    position: absolute;
    top: 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;
}



/* 1menu */

.cm-1menu .cm-item {
    width: 100%; /* 49 preto, aby margin 2%, teda medzera medzi nimi*/
    margin: 0 0 10px 0;
    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ť */
    padding: 10px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(22,149,113,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;
    float: left;
    text-decoration: none;
}
/* radius je zaoblenie rohov */


.cm-1menu .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: 1px solid rgba(0,0,0,0.3);
}

.cm-1menu .cm-item .cm-image {
    float: left;
    width: auto;
    height: 100%;
    margin-right: 50px;
}

.cm-1menu .cm-item .cm-image img {
    max-width: 100%;
    height: 100%;
}

.cm-1menu .cm-item .cm-title {
    font-family: "Exo";
    font-size: 25px;
    color: #169571;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 4px;
    text-align: left;
}

.cm-1menu .cm-item:hover .cm-title {
    text-decoration: underline;
}

.cm-1menu .cm-item .cm-description {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
    text-decoration: none;
}


/* 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: 13px;
    line-height: 15px;
    color: #000;
    min-height: 440px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(22, 149, 113, 0.7);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-2menu .cm-item:hover {
    background-color: solid rgba(0,0,0,0.0); !important; /* ina farba animacie */    
    color: #000;
    border: 1px 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: "Exo";
    color: #177869;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-22menu .cm-title:hover {
    text-decoration: underline;
}
.cm-2menu .cm-item:hover .cm-title {
    color: #333;
}

/* 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: 15px;
    line-height: 18px;
    color: #fff;
    height: 330px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(140, 204, 150, 0.50);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-3menu .cm-item:hover {
    background-color: solid rgba(0,0,0,0.3); !important; /* ina farba animacie */    
    color: #fff;
    border: 1px solid rgba(22, 149, 113, 0.7); 
}


.cm-3menu .cm-item .cm-image {
    text-align: center;
    margin-right: 10px;
}

.cm-3menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-3menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-3menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-3menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-3menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-3menu .cm-title {
    font-family: "Exo";
    color: #8ccc96;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-3menu .cm-title:hover {
    text-decoration: underline;
}
.cm-3menu .cm-item:hover .cm-title {
    color: #169571;
}

/* 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 2px 4px 2px;
    font-size: 13px;
    color: #fff;
    height: 280px;
    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: #000;
    border: 1px solid rgba(0,0,0,0.3); 
}

.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: "Exo";
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.cm-3menuA .cm-title:hover {
    text-decoration: underline;
}
.cm-3menuA .cm-item:hover .cm-title {
    color: #8ccc96;
}

.cm-3menuA .cm-item .cm-read-more {
    display: block;
    text-align: center;
}

.cm-3menuA .cm-item .cm-read-more a {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 47px;
    border: 1px solid #fff;
    border-radius: 0px;
}

.cm-3menuA .cm-item .cm-read-more a:hover {
    background-color: #8ccc96;
    color: #023052;
}

/* 4MENU B */

.cm-4menuB {
    font-size: 0;
}
.cm-4menuB .cm-item {
    overflow: hidden;
    background-color: rgba(237,28,36,0.0);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(25% - 6px);
    margin: 0 2px 4px 2px;
    font-size: 13px;
    color: #fff;
    height: 450px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(0,186,158,0.3);   

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
.cm-4menuB .cm-item:hover {
    background-color: rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #fff;
    border: 1px solid rgba(248,112,96,0.3); 
}

.cm-4menuB .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.cm-4menuB .cm-item .cm-image img {
    max-width: 100%;
}

.cm-4menuB .cm-images {
    height: 109px;
    position: relative;
}
.cm-4menuB .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-4menuB .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-4menuB .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-4menuB .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-4menuB .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-4menuB .cm-title {
    font-family: "Exo";
    color: #00ba9e;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.cm-4menuB .cm-title:hover {
    text-decoration: underline;
}
.cm-4menuB .cm-item:hover .cm-title {
    color: #f87060;
}

/* 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 {
    overflow: hidden;
    background-color: #fff;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(20.00% - 0px);
    margin: 0 0px 0px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    height: 340px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 30px; /* 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-5menu .cm-item:hover {
    background-color: solid rgba(237,28,36,0.0); !important; /* ina farba animacie */    
    color: #000;
    border: 1px solid #fff; 
}

.cm-5menu .cm-item .cm-image {
    width: 100%;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    display: block;
}


.cm-5menu .cm-item .cm-image img {
    max-width: 100%;
}

.cm-5menu .cm-images {
    height: 109px;
    position: relative;
}
.cm-5menu .cm-images img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cm-5menu .cm-images img.primary {
   opacity: 1;
    transition: opacity 300ms;
    width: 100%;
    height: 380px;
}
.cm-5menu .cm-images img.secondary {
    opacity: 0;
    transition: opacity 300ms;
}
.cm-5menu .cm-item:hover .cm-images img.primary {
    opacity: 0;
}
.cm-5menu .cm-item:hover .cm-images img.secondary {
    opacity: 1;
}
.cm-5menu .cm-title {
    font-family: "Bai Jamjuree";
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
}
.cm-5menu .cm-title:hover {
    text-decoration: underline;
}
.cm-5menu .cm-item:hover .cm-title {
    color: #333;
}


/* 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: 1px 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: 260px;
    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;
    border: 1px solid #fff; 
}

.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;
    width: 100%;
    height: 380px;
}
.cm-5menu .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: "Bai Jamjuree";
    color: #0a907c;
    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-cikcak .cm-item:nth-of-type(odd) .cm-image {
    float: left;
    margin-right: 30px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-image {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-title {
    padding-left: 430px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-title {
    padding-right: 430px;
}
.cm-cikcak .cm-item:nth-of-type(odd) .cm-description {
    padding-left: 430px;
}
.cm-cikcak .cm-item:nth-of-type(even) .cm-description {
    padding-right: 430px;
}

.cm-cikcak .cm-item {
    width: 50%; /* 49 preto, aby margin 2%, teda medzera medzi nimi*/
    margin: 0 0 0px 0;
    min-height: 360px;
    line-height: 20px;
    background: rgba(170,170,170,0.0) url("/images/transparent.png") no-repeat scroll 30px 190px; /* url transparent je 1čistí pixel, nato, aby sa obrazok zobrazil postupne*/ /* 30 a 190 px je vychodzí bod obrazka, ktorí sa zastavi .preco-spolupracovat:hover */
    box-sizing: border-box; /* neries, musí byť */
    padding: 50px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 0px solid rgba(255,255,255,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;
    float: left;
}
/* radius je zaoblenie rohov */


.cm-cikcak .cm-item:hover {
    /*height: 84px;*/ /* ina vyska animacie */
    background: rgba(150,150,150,0.0) url("/images/transparent.png") no-repeat scroll 10px 160px; /* ina farba animacie */
    border: 1px solid rgba(255,255,255,0.5);
}

.cm-cikcak .cm-item .cm-image {
    float: left;
    width: 400px;
    //margin-right: 50px;
    text-align: center;
}

.cm-cicak .cm-item .cm-image img {
    max-width: 100%;
}

.cm-cikcak .cm-item .cm-title {
    font-family: "Raleway";
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 4px;
    display: block;
    text-align: center;
}

.cm-cikcak .cm-item .cm-description {
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    font-family: "Raleway";
}

/* referencie */

.cm-referencie {
    font-size: 0;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
    position: relative;
}
.cm-referencie .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-referencie .cm-item:hover {
    background-color: solid rgba(255,255,255,0); !important; /* ina farba animacie */    
}

.cm-referencie .cm-image {
    height: 100%;
    width: 100%;
    position: relative;
    transition: all 300ms;
}
.cm-referencie .cm-image img {
    width: 100%;
    height: 100%;
    /*
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    */
    opacity: 1;
    transition: opacity 300ms;
}
.cm-referencie .cm-item:hover .cm-image {
    width: 0%;
    height: 0%;
}
.cm-referencie .cm-item:hover .cm-image img {
    opacity: 1;
}
.cm-referencie .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-referencie .cm-description {
    padding: 0 20px 20px 20px;
    color: #fff;
}

.cm-referencie .cm-item:nth-child(1) {
    top: 0;
    left: 0;
    width: 25%;
    height: 66.66%;
    background-color: #ffba45;
}
.cm-referencie .cm-item:nth-child(2) {
    top: 66.66%;
    left: 0;
    width: 25%;
    height: 33.33%;
    background-color: #ef476f;
}
.cm-referencie .cm-item:nth-child(3) {
    top: 0;
    left: 25%;
    width: 25%;
    height: 33.33%;
    background-color: #669dbf;
}
.cm-referencie .cm-item:nth-child(4) {
    top: 33.33%;
    left: 25%;
    width: 25%;
    height: 66.66%;
    background-color: #f87060;
}
.cm-referencie .cm-item:nth-child(5) {
    top: 0;
    left: 50%;
    width: 50%;
    height: 66.66%;
    background-color: #00ba9e;
}
.cm-referencie .cm-item:nth-child(6) {
    top: 66.66%;
    left: 50%;
    width: 25%;
    height: 33.33%;
    background-color: #ffba45;
}
.cm-referencie .cm-item:nth-child(7) {
    top: 66.66%;
    left: 75%;
    width: 25%;
    height: 33.33%;
    background-color: #6799a0;
}

/* referencie2 */

.cm-referencie2 {
    font-size: 0;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
    position: relative;
}
.cm-referencie2 .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-referencie2 .cm-item:hover {
    background-color: solid rgba(255,255,255,0); !important; /* ina farba animacie */    
}

.cm-referencie2 .cm-image {
    height: 100%;
    width: 100%;
    position: relative;
    transition: all 300ms;
}
.cm-referencie2 .cm-image img {
    width: 100%;
    height: 100%;
    /*
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    */
    opacity: 1;
    transition: opacity 300ms;
}
.cm-referencie2 .cm-item:hover .cm-image {
    width: 0%;
    height: 0%;
}
.cm-referencie2 .cm-item:hover .cm-image img {
    opacity: 1;
}
.cm-referencie2 .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-referencie2 .cm-description {
    padding: 0 20px 20px 20px;
    color: #fff;
}

.cm-referencie2 .cm-item:nth-child(5) {
    top: 0;
    left: 0;
    width: 50%;
    height: 66.66%;
    background-color: #6799a0;
}
.cm-referencie2 .cm-item:nth-child(6) {
    top: 66.66%;
    left: 0;
    width: 25%;
    height: 33.33%;
    background-color: #f87060;
}
.cm-referencie2 .cm-item:nth-child(7) {
    top: 66.66%;
    left: 25%;
    width: 25%;
    height: 33.33%;
    background-color: #00ba9e;
}
.cm-referencie2 .cm-item:nth-child(4) {
    top: 33.33%;
    left: 50%;
    width: 25%;
    height: 66.66%;
    background-color: #ffba45;
}
.cm-referencie2 .cm-item:nth-child(3) {
    top: 0;
    left: 50%;
    width: 25%;
    height: 33.33%;
    background-color: #00ba9e;
}
.cm-referencie2 .cm-item:nth-child(1) {
    top: 0;
    left: 75%;
    width: 25%;
    height: 66.66%;
    background-color: #f87060;
}
.cm-referencie2 .cm-item:nth-child(2) {
    top: 66.66%;
    left: 75%;
    width: 25%;
    height: 33.33%;
    background-color: #669dbf;

}


/* 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: red;
}


/* */
.klima {
    float: left;
    width: 100%;
    color: #000;
    background: url("http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/bg.jpg") center top repeat-x #16b7ff;
}

.footer-content iframe {
    margin-top: 30px;
}



.sluzby {
    color: #000;
    background: url("http://ofirme.sk/domains/zaluzie-rolety-sietky/UserFiles/web/bg.jpg") center top repeat-x #fff;
    padding-bottom: 0;
}

/* sluzby */
.snake-block.sluzby {
    background: url("http://ofirme.sk/domains/spmr/UserFiles/web/preco_b.jpg") no-repeat #fff;
    padding: 0;
}
.snake-block.sluzby .owl-nav {
    display: none;
}

/* TMP */
.vzorkovnik img {
    border: 1px solid gray;
}  




@media (max-width: 1200px) {
    .center, .block, .board, .right-panel, .right-panel-container, .left-panel, 
    .left-panel-container, .middle-panel, .middle, .footer-shadow {
        width: 100%;
    }
}

@media (max-width: 1000px) {

    .middle-panel-content table {
        width: auto !important;
    }
    .middle-panel-content {
        padding: 0 20px;
    }
    .referencie .middle-panel-content {
        padding: 0;
    }
    .header .logo {
        left: 20px;
    }

    h1, h2, h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .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%;
    }

}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 750px) {
    body {
        background: url(/domains/krizovy-manazment/UserFiles/bg00-benison.jpg) top center repeat-x; 
        font-size: 16px;
        padding: 0;
    }
    .board {
        margin-top: 130px;
    }
    .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: #fff;
    }
    .header .logo {
        height: 40px;
        width: 115px;
        float: left;
        background: url(/domains/zaluzie-rolety-sietky/UserFiles/web/logo1.png) no-repeat;   
        background-size: contain;
        display: block;
        position: absolute;
        top: 30px;
    }
    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;
    }
    .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;
    }*/
    .show-on-mobile {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .hide-on-mobile {
        display: none;
    }

    .header .sprava {
        display: none;
    }

    .icons {
        height: 25px;
        width: 160px;
        background: url(/domains/zaluzie-rolety-sietky/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;
    }

    .cm-5menu .cm-item, .cm-3menu .cm-item, .cm-3menuA .cm-item, .cm-4menu .cm-item, .cm-cikcak .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;
    }
}


/* 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: "Roboto Condensed";
    font-size: 14px;
    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: #e87b14; 
    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;
}

