/* 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: "Roboto";
    font-size: 13px;
    color:#333;
    background: url(/domains/spmr/UserFiles/web/bg.jpg) top center repeat-x; 
    text-align: left;
}
a {
    text-decoration: none;
    color: #ff5555;
}


h1, h2, h3, h4, h5 {
    font-family: "Roboto";
    color: #1a5668;
    margin-top: 20px;
    margin-bottom: 5px;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {
    
}

h5 {
    
}


menu, ul {
    list-style-type: none;
}

.container {
    position: relative;
}
.middle {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}


.header {
    height: 173px;
    width: 100%;
    position: fixed;
    z-index: 1;
    transition: all 0.3s;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 120px, rgba(22,74,89,1) 120px, rgba(28,95,114,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 120px,rgba(22,74,89,1) 120px,rgba(28,95,114,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 120px,rgba(22,74,89,1) 120px,rgba(28,95,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1c5f72',GradientType=0 );
}

.header .middle {
    position: relative;
}

.under-header {
    background: #3a9cb5;
    height: 170px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.header .logo {
    height: 102px;
    width:368px;
    background: url(/domains/spmr/UserFiles/web/logo.png) no-repeat;   
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 99; 
}

.board {
    width: 1000px;
    max-width: 100%;
    /* font-size: 0px; */
}

.block {
    border-top: 0px transparent;
    float: left;
    background: url(/domains/spmr/UserFiles/web/bgt.png) repeat-y
}

.left-panel {
    float: left;
}

.left-panel-container {
    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: 5px 0px 0px 0px;
    /*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.right-panel-container {
    float: left;
    width: 1000px;
    max-width: 100%;
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.right-panel-content {
    
}

.right-panel-content a {
    float: left;
    font-size: 0;
}

.right-panel-content a img {
}

.right-panel-image {
    float: left;
    width: 250px;
    font-size: 0;
    margin-right: 0px;
}

.right-panel-image img {
    width: 250px;
    height: 120px;
    border: 0;
}

.right-panel-bar-container {
    width: 120px;
}

.right-panel-bar {
    position: absolute;
    height: 73px;
}

.right-panel-bar-content {
    background: url("/domains/spmr/UserFiles/web/transparent.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6d6d6d !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 121px;
    line-height: 14px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 250px;
}


.right-panel-image a:hover {
    text-decoration: none;
    background: url(/domains/spmr/UserFiles/web/tien_right.png);
}
.middle-panel {
    float: left;
    min-height: 400px;
    width: 100%;
}

.middle-panel-content {
    /* background: url(/domains/spmr/UserFiles/web/middle-panel-bg.png) repeat-x #eaeaea; */
    padding: 0px 0px 0x 0px;
    line-height: 16px;
    width: 100%;
    box-sizing: border-box;
}

/*.footer {
    float: left;
    width: 100%;
    background: url(/domains/spmr/UserFiles/web/ftbg.jpg);
    color: #979797;
}*/

.footer a {
    color: #979797;
}

.footer-content {
    padding: 12px 0;
    margin: 0 auto;
}

.footer-shadow {
    float: left;
    width: 1000px;
    max-width: 100%;
    height: 50px;
    background: url(/domains/spmr/UserFiles/web/footer-shadow.png) top center no-repeat;
}

.footer-shadow-content {
    text-align: right;
    padding: 15px 0 0 0;
    font-size: 11px;
}

.footer-shadow-content a {
    border: 0;
    color: #979797;
    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: 13px;
    font-weight: 700;
    background: transparent;
    float: right;
    margin: 120px 10px 0px 0px;
    z-index:210;
    width: 100%;
}

.ddsmoothmenu ul {
    float: right;
}

.ddsmoothmenu ul li {
    position: static;
}

.ddsmoothmenu ul li a {
    background: none;
    background-color: transparent;
    padding: 27px 10px 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 0px;
    font-size: 18px;
    transition: background-color 150ms;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #ffffff;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: none;
    background-color: #ff5555;
    color: white;
}

.ddsmoothmenu ul li a:hover {
    background: none;
    background-color: #ff5555;
    color: white;

}

.ddsmoothmenu ul li ul {
    background: url("/domains/spmr/UserFiles/web/bg2.png") repeat-x scroll center bottom transparent;
    left: 0 !important;
    position: absolute;
    top: 65px !important;
    width: 100% !important;
    text-align: right;
}

.ddsmoothmenu ul li ul li {
    display: inline;
}

.ddsmoothmenu ul li ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: medium;
    width: auto;
    padding: 5px 0 10px 0;
    margin: 0 38px 0 0 !important;;
    border-top-width: 0;
    color: #6d6d6d;
    text-shadow: none;
    background: none;
}

.ddsmoothmenu ul li ul li:last-child a {
    margin-right: 38px;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #6D6D6D;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: none repeat scroll 0 0 transparent;
    color: #06ae06;
}

.ddsmoothmenu ul li ul li a:hover{
    background: none repeat scroll 0 0 transparent;
    color: #06ae06;
}



.downarrowclass{
    /* position: absolute; */
    /* top: 41px; */
    /* right: 7px; */
    position: static;
    margin: 0 0 0 0px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}


/* left menu */


/*ul.leftmenu {
    min-height: 200px;
    display: block;
    float: left;
    width: 282px;
    padding-top: 9px;
    background: #dadada;
}

ul.leftmenu {
    font-size:1.5em;
    font-weight: Bold;
    margin-button: 0px;
}

ul.leftmenu li {
    background: 0;
    line-height: Bold;
    padding: 0 0 0 15px;
    /* height:1%;*/
}

ul.leftmenu li.leftColumn_title a{
    background: url(/domains/spmr/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: "Oswald";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    
}

ul.leftmenu li a.selected {
    background:url(/domains/spmr/UserFiles/web/menu_active.png) repeat-x;
    
}


ul.leftmenu li a:hover {
    background: #FF8300;
    color: #ffffff;
}

ul.leftmenu li a.selected {
    color: #FF8300;
    background: url(/domains/spmr/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;
}

*/

.downarrowclass{
    position: absolute;
    top: 41px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}


.search form input[type=text] {
    border: 0px solid #ffffff;
    background: url(/domains/spmr/UserFiles/web/input_bg.png) no-repeat; #0e3083; 
    padding: 2px 7px 0 8px;
    width: 120px;
    font-size: 11px;
}

.search-record {
    margin: 10px 0;
}

.search form input[type=submit] {
    background: url(/domains/spmr/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:1000px;
        max-width: 100%;
	height:323px;
	position:relative;
}

#big-slider #frame {
	position:absolute;
	z-index:110;
	width:1000px;
        max-width: 100%;
	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:1000px;
        max-width: 100%;
	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:1000px;
        max-width: 100%;
	height:323px;
        font-size: 12px;
}

#big-slider .slide-content .slide-container {
	padding: 30px;
}

#big-slider .slides_container .slide {
	width:1000px;
        max-width: 100%;
	height:323px;
}

#big-slider .slides_container .slide img {
	width:1000px;
	height:323px;
        border: 0;
}


/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top:130px;
	right:250px;
	width:32px;
	height:55px;
	display:block;
	z-index:101;
        font-size: 0;
}


#big-slider #bigslides .prev {
        background: url(/domains/spmr/UserFiles/web/arrow-prev.png) no-repeat;
	left:-53px;
}

#big-slider #bigslides .next {
	left:1000px;
        background: url(/domains/spmr/UserFiles/web/arrow-next.png) no-repeat;
        left:1023px;
}
.icons {
    height: 50px;
    width: 420px;
    background: url(/domains/spmr/UserFiles/web/navigovat.png) no-repeat;   
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
}
.layer1 a, .layer1 img {
    border: 0;
}



/*
	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(/domains/spmr/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;
}

/* JSSOR SLIDER */

#jssor_slider_container {
    position: relative;
    margin: 0 auto; 
    width: 1900px; 
    height: 700px; 
    overflow: hidden;
}
.jssorb21 {
    position: absolute;
    top: 514px !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: 376px !important; left: 8px; }
.jssora21r { background-position: -63px -33px; top: 376px !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: 1900px;
    height: 700px; 
    overflow: hidden;
}

/* UVOD DOLE*/

.uvod1 {
    overflow: hidden;
    background-color: #e6e6e6;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33.33% - 4px);
    margin: 0 2px 4px 2px;
    height: 420px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 20px solid #e6e6e6;    

    -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 */


.uvod1:hover {
    background-color: #103643; /* ina farba animacie */    
    color: #fff;
    border-bottom: 20px solid #103643;
}
.uvod1 h3 {
    height: 109px;
    position: relative;
}
.uvod1 h3 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.uvod1 h3 img:nth-child(1) {
    opacity: 1;
    transition: opacity 300ms;
}
.uvod1 h3 img:nth-child(2) {
    opacity: 0;
    transition: opacity 300ms;
}
.uvod1:hover h3 img:nth-child(1) {
    opacity: 0;
}
.uvod1:hover h3 img:nth-child(2) {
    opacity: 1;
}

/* KONTAKT DOLE*/

.kontakt1 {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33.00% - 4px);
    margin: 0 2px 4px 2px;
    height: 240px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 0px solid #e6e6e6;    

    -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:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
/* radius je zaoblenie rohov */


.kontakt1:hover {
    background-color: #28555780; /* ina farba animacie */    
    color: #fff;
    border-bottom: 0px solid #f55;
}
.kontakt1 h3 {
    height: 39px;
    position: relative;
}
.kontakt1 h3 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.kontakt1 h3 img:nth-child(1) {
    opacity: 1;
    transition: opacity 300ms;
}
.kontakt1 h3 img:nth-child(2) {
    opacity: 0;
    transition: opacity 300ms;
}
.kontakt1:hover h3 img:nth-child(1) {
    opacity: 0;
}
.kontakt1:hover h3 img:nth-child(2) {
    opacity: 1;   
    color: #fff;

}


.kontakt2 {
    overflow: hidden;
    display: inline-block; /*aby mohly byť vedla seba*/
    width: 33.00%; /* 49 preto, aby margin 2%, teda medzera medzi nimi*/
    margin: 0 4px 4px 0px;
    height: 355px;
    background: rgba(190,190,190,0.4); /*url("/domains/marble-granite/UserFiles/web/sklad.png") no-repeat scroll 0px 0px; *//* url transparent je 1čistí pixel, nato, aby sa obrazok zobrazil postupne*/ /* 30 a 190 px je vychodzí bod obrazka, ktorí sa zastavi 
.sluzby3:hover */
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 20px solid #E5E5E5;

    -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 */


.kontakt2:hover {
    height: 365px; /* ina vyska animacie */
    min-height: 0px;
    background: rgba(200,200,200,0.8); /* ina farba animacie */  
    /*url("/domains/marble-granite/UserFiles/web/sklad1.png") no-repeat scroll 0px 0px;*/     
    border: 1px solid rgba(0,0,0,0);
    border-bottom: 20px solid #D3D3D3;
}




.kontakt3 {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block; /*aby mohly byť vedla seba*/
    width: calc(33.00% - 4px);
    margin: 0 2px 4px 2px;
    height: 240px;
    box-sizing: border-box; /* neries, musí byť */
    padding: 20px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(0,0,0,0.0);
    border-bottom: 0px solid #e6e6e6;    

    -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:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
/* radius je zaoblenie rohov */


.kontakt3:hover {
    background-color: #28555780; /* ina farba animacie */    
    color: #fff;
    border-bottom: 0px solid #f55;
    height: 420px;
}
.kontakt3 h3 {
    height: 39px;
    position: relative;
}
.kontakt3 h3 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.kontakt3 h3 img:nth-child(1) {
    opacity: 1;
    transition: opacity 300ms;
}
.kontakt3 h3 img:nth-child(2) {
    opacity: 0;
    transition: opacity 300ms;
}
.kontakt3:hover h3 img:nth-child(1) {
    opacity: 0;
}
.kontakt3:hover h3 img:nth-child(2) {
    opacity: 1;   
    color: #fff;

}

.preco-spolupracovat {
    width: 100%; /* 49 preto, aby margin 2%, teda medzera medzi nimi*/
    margin: 0 0 10px 0;
    min-height: 83px;
    background: rgba(20,50,255,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: 2px; /* vnutorny okraj, aby text nebol nalepený na okraji*/
    border: 1px solid rgba(55,55,55,0.1);

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;
/* toto musi byt - je to animacia, mozem menit dlzku animacie - teda 300ms */

    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
/* radius je zaoblenie rohov */


.preco-spolupracovat:hover {
    /*height: 84px;*/ /* ina vyska animacie */
    background: rgba(0,0,0,0.1) url("/images/transparent.png") no-repeat scroll 10px 160px; /* ina farba animacie */
    border: 1px solid rgba(255,255,255,0);
}
/* 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: Roboto;
    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: Roboto;
    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;
}

.snake-block {
    padding: 25px 0;
    width: 100%;
    box-sizing: border-box;
}


/* UVOD */
.snake-block.uvod .middle, .kontakt .middle {
    font-size: 0;
}
.snake-block.uvod .middle div, .snake-block.kontakt .middle div {
    font-size: 14px;
}


/* O NAS */
.snake-block.o-nas {
    background: url("/domains/spmr/UserFiles/web/preco_bg.jpg") no-repeat #d6993e;
}


/* REFERENCIE */
.snake-block.referencie .table-container {
    height: 120px;
    overflow: hidden;
    transition: height 0.4s;
    text-align: center;
}
.snake-block.referencie .table-container table {
    display: inline-block;
}
.snake-block.referencie.open .table-container {
    height: 295px;
}
.snake-block.referencie #referencie-toggle {
    cursor: pointer;
    width: 154px;
    height: 41px;
    margin: 0 auto;
    font-size: 0;
    background: url("/domains/spmr/UserFiles/Image/viac.png") no-repeat;
}
.snake-block.referencie.open #referencie-toggle {
    background: url("/domains/spmr/UserFiles/Image/menej.png") no-repeat;
}


/* SLUZBY */
.snake-block.sluzby {
    background: url("/domains/spmr/UserFiles/web/sluzby_bg.png") no-repeat #4ac6cb;
}
.snake-block.sluzby h3 {
    line-height: 22px;
}

/* KONTAKT */
.snake-block.kontakt {
    background: url("/domains/spmr/UserFiles/web/kontakt_bg.jpg") repeat-y bottom center;
}

@media (max-width: 1000px) {

    .right-panel, .right-panel-container, .left-panel, .left-panel-container, .middle-panel, .middle, .footer-shadow {
        width: 100%;
    }

    .snake-block.referencie.open .table-container {
        height: auto;
    }
    .snake-block.uvod {
        padding-top: 0;
    }
    .middle-panel-content table {
        width: auto !important;
    }

}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

@media (max-width: 750px) {
    body {
        background: url(/domains/spmr/UserFiles/web/bg300-benison.jpg) top center repeat-x; 
        font-size: 16px;
        padding: 0;
    }
    .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;       
    }
    #big-slider, 
    #big-slider .slides_container .slide, 
    #big-slider .slides_container .slide img {
        height: 97px;
    }
    .right-panel, .right-panel-container, .left-panel, .left-panel-container, .middle-panel, .middle {
        width: 100%;
    }
    .right-panel-container {
        margin-bottom: 0;
    }
    .middle-panel-content {
        margin-left: 0px;
        margin-right: 0;
        padding: 0 0px;
    }
    .middle-panel-content img {
        max-width: 296px;
    }
    .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: 180px;
        top: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 145px, rgba(22,74,89,1) 145px, rgba(28,95,114,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 145px,rgba(22,74,89,1) 145px,rgba(28,95,114,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.3) 145px,rgba(22,74,89,1) 145px,rgba(28,95,114,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1c5f72',GradientType=0 );
    }
    .header .logo {
        height: 60px;
        width: 164px;
        float: left;
        background: url(/domains/spmr/UserFiles/web/logo.png) no-repeat;   
        display: block;
        position: absolute;
        left: 50%;
        top: 39px;
        background-size: contain;
        transform: translateX(-50%);
    }
    h1 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 4px;
    }
    h2 {
        line-height: 26px;
        margin-top: 6px;
    }

    .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 {
     display: none;
     }

    .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;
    }

    .footer-mark {
        margin: 0;
    }
    .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;
    }

    .icons {
        width: 100%;
        right: 0px;
        text-align: center;
        top: 108px;
    }
    .icons img {
        max-width: 88px;
    }

    /*TABULKA*/

    .middle-panel-content table {
        text-align: center;
        width: auto !important;
    }
    .middle-panel-content table tr {
        display: inherit;
    }
    .middle-panel-content table tr td {
        display: inline-block;
        width: auto !important;
    }
    .middle-panel-content table tr td iframe {
        width: 100%;
    }


    #jssor_slider_container {
        margin-top: 30px;
    }

    .uvod1, .preco-spolupracovat, .kontaktt1, .kontakt3 {
        clear: both; /* toto znamena ze vedla jedneho bloku, nebude uz ziadny iný plavajúci blok, teda pôjdu pod seba */
        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*/
    }

    .snake-block.o-nas .preco-spolupracovat {
        padding: 20px;
    }
    .snake-block.o-nas .preco-spolupracovat table td {
        height: auto !important;
    }
    .snake-block.uvod .uvod1 {
        height: auto;
    }

    .snake-block.sluzby table {
        text-align: left;
    }

    .snake-block.sluzby table table td:first-child{
        width: 40px;
        vertical-align: top;  
        font-size: 0;
        line-height: 0;
    }
    .snake-block.sluzby table table td:nth-child(2){
        width: calc(100% - 45px) !important;
        padding-bottom: 10px;
    }
    .kontakt1 {
        width: calc(100% - 4px);
    }

    .snake-block.referencie tr, .snake-block.referencie td {
        display: block;
        width: 100%;
    }
   
}


/* top menu responsive */


.treemenu ul.topmenu {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size:1.5em;
    margin-button: 0px;
}

.treemenu ul.topmenu li {
    background: #fff none repeat scroll 0 0;
    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: #000000;
    
}

.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: #A30D0E;
    color: #ffffff;
}

.treemenu ul.topmenu li a.selected {
    color: #A30D0E;
    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: #eee;
    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;
}
.treemenu li.root > a:hover {
    background-color: #fff !important;
}
.treemenu > ul > li:first-child {
    display: block;
}

