body, div, form, p {margin: 0px; padding: 0px;}
td {vertical-align: top; }
.hand {cursor: pointer; cursor: hand; }
.clear {clear: both; }
.hide {display: none;}
*:focus {outline: none;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.td-vertical-align-middle {vertical-align: middle;}

.basket-price-row td,
h2 {
    border-radius: 0px;
}



a.mobile-menu {
    width: 50px;
    height: 40px;
    box-sizing: border-box;
    background: url("../images/_/mobile_menu.png") no-repeat center center #263D7C;
    display: none;
    position: absolute;
    right: 30px;
    top: 40px;
}

div#mobile-menu-content {
    display: none;
    position: absolute;
    right: 30px;
    top: 80px;
    white-space: nowrap;
    background: #263D7C;
    z-index: 300;
    padding: 10px;
}
div#mobile-menu-content a {
    white-space: nowrap;
    color: #fff;
    display: block;
    padding: 5px 10px;
}
div#mobile-menu-content a.pageid-20 {
    color: #CE2425;
    text-shadow: 0px 0px 1px #fff;
}
/*
div#mobile-menu-content a:first-child {
    padding-top: 15px;
}
div#mobile-menu-content a:last-child {
    padding-bottom: 15px;
}
*/
div#mobile-menu-content a.sel {
    background: #fff;
    color: #263D7C;
}
div#mobile-menu-content a.pageid-20.sel {
    color: #CE2425;
    text-shadow: 0px 0px 2px #fff;
}

/* PATH  */
.path-div-outer {
     margin: 0px;
     padding: 0px;
     text-align: left;
     padding: 5px 1px;
     border-radius: 5px;
     border: 0px solid #ddd;
     
}

.path-div {
}

.path img {
     margin: 0px 5px;
     position: relative;
     top: 1px;
}

.path a, .path {
     color: #1E3762;
     color: #aaa;
     text-decoration: none;
}
.path a:hover {
     color: #302305;
}




/* TOP */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/_/top.png') no-repeat;
}





/* PAGER */
.pager {
     margin: 10px 0px;
     clear: both;
     overflow-x: hidden;
}
.pager a, .pager .sel {
     padding: 0px 5px;
}
.pager, .pager a {
     padding-top: 10px;
     color: #444444;
     text-align: right;
}
.pager .sel {

     font-weight: bold;
     color: #000077;
     text-decoration: underline;
}









/* DISKUSIA */
.discussion-form-outer {
     padding: 8px 10px;
     border: 1px solid #cccccc;
     margin-bottom: 10px;
     
}
.discussion-form-outer .inner {
     margin-top: 10px;
     
}
.discussion-form-outer .link {
     padding-left: 20px;
     background: url('../images/_/icon_star.png') no-repeat;
     display: block;
     font-weight: bold;
     color: #00aa00;
     text-decoration: none;
}
.discussion-form-outer .link:hover {
     text-decoration: underline;
}


.discussion-post {
     border: 1px solid #9ACD18;
     border: 1px solid #3268a8;
     padding: 1px;
     margin-bottom: 10px;
     position: relative;
}
.discussion-post-title {
     background: #F1F1F1;
     padding: 3px 6px;
     color: #436700;
}

.discussion-post-content {
     padding: 3px 6px;
     line-height: 160%;
}
.discussion-post-attachment {
    display: inline-block;
    background: #eee;
    padding: 5px;
    margin-left: 3px;
}
.discussion-post-reply {
    overflow: auto;
    position: absolute;
    top: 35px;
    right: 0px;
}
.discussion-post-reply span {
    float: right;
    margin-right: 8px;
    display: inline-block;
    padding: 3px 5px;
    background: #428BCA;
    color: #fff;
}

.discussion-post-reply span:hover {
    background: #285F88;
    color: #fff;
}










/* MENU FORUM */
.menu-forum > .item {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin: 0px 5px 15px 5px;
    box-shadow: 0px 0px 5px #ccc;
    overflow: auto;
    width: 360px;
    float: left;
    color: #000;
}

.menu-forum > .item:hover {
    box-shadow: 0px 0px 5px #777;
}

.menu-forum .picture {
    float: left;
    width: 120px;
}

.menu-forum .picture img {
    width: 100px;
}
.menu-forum > .item h2 {
    margin-top: 0px;
    color: #428BCA;
    font-size: 18px;
}

.menu-forum .right {
    float: left;
    width: 240px;
}













/*FORUM*/
.forum-new-theme {
    background: #B0D621;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-weight: bold;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 10px;
    border: 1px solid #92B213;
}
.forum-new-theme:hover {
    text-decoration: none;
}



#forum-new-theme-form {
    border: 1px solid #ccc;
    padding: 10px;
    background: #eee;
}




.forum-theme-question-list {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    border-radius: 0px;
}

.forum-theme-question-list > div {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
}

.forum-theme-question-list > div a {
    font-weight: bold;
}

.forum-theme-question-list > div > .post-info {
    float: right;
}
.forum-theme-question-list > div > .post-info .date {
    font-size: 12px;
    display: inline-block;
    width: 130px;
    text-align: right;
}









/* MODULES */
.module-outer {
     /* overflow: auto; */
     margin-bottom: 20px;
}

/* module-text */
.module-text-content {
     padding: 0px;
     line-height: 150%;
     
}


.module-text img {
     max-width: 100%;
     height: auto;
/*
    border: 1px solid #666688;
     margin-bottom: 0px;
     padding: 2px;
*/
}

.module-text table {
     border-spacing: 2px;
     border: 0px;
}


.module-text th {
    background: #ccc;
}
.module-text td,
.module-text th {
     padding: 3px;
     border: 1px solid #dddddd;
     border-radius: 0px;
}

.module-text ul {
    overflow: auto;
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 19px;
	padding-left: 0px;
	overflow-y: hidden;
}
.module-text ul li {
     list-style-type: none;
	list-style-image: none;
	padding-left: 13px;
     background: url('../images/_/li.png') no-repeat 0px 5px;
     margin-bottom: 0px;
}

.module-text ol {
	margin: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 19px;
	padding-left: 5px;
}
.module-text ol li {
	padding-left: 1px;
     position: relative; 
     left: -5px;
}








/* FORMS */ 

.form-text, .form-text-sel, textarea {
     padding: 4px;
     border: 1px solid #aaa;
     color: #555;
     width: 180px;
}

.form-text:focus {
     border: 1px solid #555;
     color: #333333;
}
.form-text.red {
    border-color: #f00;
}
.form-button {
    font-weight: bold;
    cursor: pointer;
    background: #428BCA;
    background: #43CE14;
    background: #6CAA03;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
}
.form-button:hover {
    background: #6CB8C6;
}

     
.form-button-submit {
     display: none;
}
.td-form-button-green .form-button {
     background: #6CAA03 !important;
}

.form-table td {
    padding: 3px 0px;
}

















/* MESSAGE DIVS */
.message-red-title {
     color: #e00005;
     font-weight: bold;
     padding-bottom: 5px;
}
.message-red, .message-green, .message-gray {
     
     color: #e00005;
     padding-left: 7px;
     background: url('../images/_/bg_message_red.png') no-repeat left 6px;
     font-weight: bold;
}
.message-green {
     color: #008800;
     color: #56771C;
     background: url('../images/_/bg_message_green.png') no-repeat left 6px;
}
.message-gray {
     color: #008800;
}

.message-green a, .message-green b, .message-red a, .message-red b {
     color: black;
}
.message-red-div, .message-green-div, .message-green-div {
     border: 1px solid #e00005;
     background: #ffdddd;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-green-div {
     border: 1px solid #008800;
     background: #ccffcc;
    background: #C3EA7E;
    border-color: #6caa03;
     
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-gray-div {
     border: 1px solid #cccccc;
     background: #ffffff;
     padding: 6px 10px;
     margin-bottom: 10px;
}

.message-red-div, .message-green-div, .message-gray-div {
    border-radius: 6px;
    padding: 10px;
    box-shadow: 2px 2px 5px #ccc;
    position: relative;
}







/* ANKETA */
.inquiry-bar-bg {
     background: url('../images/inquiry_bar_bg.png') repeat-x;
     height: 6px;
     font-size: 2px;
}

.inquiry-link {
     padding: 0px 0px 10px 1px;
     color: #638700;
}

.inquiry-link .a {
     text-decoration: underline;
     cursor: pointer;
}
.inquiry-link .inquiry-count {
     color: #444444; 
}

.gray-box-bottom-text {
     border-top: 1px solid #E7E4D3;
     padding-top: 5px; 
}














/********
 * EPAY *
 * *****/
 
.div-epay-button {
    border: 1px solid #eee;
}
.div-epay-button-hover {
    border: 1px solid #aaa;
    background: #aaa;
    
}

.div-epay-button a {
    display: block;
    background: #008800;
    float: left;
    padding: 10px;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.div-epay-cardpay {
    padding: 5px 5px 5px 110px;
    margin-top: 10px;
    background: url('../images/epay/cardpay.png') no-repeat 5px 5px;
} 
.div-epay-tatrapay {
    padding: 5px 5px 5px 110px;
    margin-top: 10px;
    background: url('../images/epay/tatrapay.png') no-repeat 5px 5px;
} 



/* GALLERY */
.div-gallery-images {
    text-align: center;
}
.gallery-image a {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    display: inline-block;
}

.gallery-image a img {
    display: block;
    border: 0px;
}
.gallery-image {
    /* float: left; */
    display: inline-block;
    margin: 10px;
}
.gallery-image:nth-child(4n) {
    margin-right: 0px;
}


div#slideshow-outer {
    position: relative;
    z-index: 1000;
}
div#slideshow {
    display: none;
    height: 370px;
}

div#slideshow-nav {
    z-index: 1100;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
div#slideshow-nav a {
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #555;
}
div#slideshow-nav a:hover {
    text-decoration: none;
}
div#slideshow-nav a.activeSlide {
    background: #59B6DE;
}




.slide_likebox {
    background: #3C5A98;
    display: block;
    float: right;
    height: 490px;
    padding: 0;
    position: fixed;
    right: -310px;
    top: 60px;
    width: 310px;
    z-index: 1002;
    box-sizing: border-box;

    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;

}
.slide_likebox_button {
    background: url("../images/_/fbslide3.png") no-repeat scroll bottom left;
    width: 39px;
    height: 134px;
    position: fixed;
    top: 416px;
    right: 0px;
}





div.cms-menu-list a {
    display: inline-block;
    padding: 2px 15px;
    background: url('../images/_/li.png') no-repeat left center;
}


div.cms-menu-blog {
    padding-top: 10px;
    border-top: 1px solid #aaa;
}

div.cms-menu-blog > .menu-item {
    height: 185px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

div.cms-menu-blog > .menu-item > .menu-item-picture {
    position: absolute;
    top: 10px;
    left: 0px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 5px #bbb;
    padding: 2px;
}

div.cms-menu-blog > .menu-item > .menu-item-perex {

    position: absolute;
    left: 190px;
    top: 10px;
    
    width: 600px;
    height: 170px;
        
}

div.cms-menu-blog > .menu-item > .menu-item-perex .link-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

div.cms-menu-blog > .menu-item > .div-link-more {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

div.cms-menu-blog > .menu-item .pages-count {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #3B5999;
}






.rslides-outer {
    position:relative;
    z-index: 0;
}
.rslides_tabs {
    list-style-type: none;
	list-style-image: none;
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 600;
}
.rslides_tabs li {
    float: left;
}
.rslides_tabs.rslides1_tabs a {
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: #fff;
    text-indent: -9999px;
}
.rslides_tabs.rslides1_tabs a:hover {
    text-decoration: none;
}
.rslides_tabs.rslides1_tabs li.rslides_here a {
    background: #273B86;
}





/*******************************/
/*******************************/
/* SPECIALNE PRE KONKRETNY WEB */
/*******************************/
/*******************************/






html {
    overflow-y: scroll;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
/*     font-family: 'Open Sans', sans-serif; */
     /*font-family: 'trebuchet ms', 'trebuchet ms', tahoma;*/
     font-family: 'Montserrat', sans-serif;
     font-size: 15px;
     color: #555;
}
body#pageid-1 #content {
    color: #ccc;
}

H1 {
    /*font-family: georgia;*/
    font-weight: normal;
    color: #BE0022;
    margin-top: 5px;
    margin-bottom: 10px;
}
H2, H2 a {
    COLOR: #31426C;
    font-weight: bold;
    font-size: 20px;
    clear: both;
    margin-bottom: 5px;
}
H2 a {
     text-decoration: underline;
}

H2 > span {
    background: #428BCA;
    display: inline-block;
    padding-right: 10px;
}

H2 span > strong.date {
    color: #8C8A8B;
}
a {
     color: #215992;
}




body {
    background: #DEDEDE;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper {
    width: 1050px;
    margin: auto;
}

div#main {
    position: relative;
    overflow: hidden;
    
}
div#main div#content {
    min-height: 300px;
    padding: 15px 45px;
    box-sizing: border-box;
    background: #fff !important;
}

div#header {
    position: relative;
    height: 120px;
}
div#header > .wrapper {
    background: #fff;
    position: relative;
    height: 120px;
}
div#header a#logo {
    position: absolute;
    display: block;

    width: 35%;
    aspect-ratio: 874/214;

    left: 5px;
    top: 5px;
    background: url('../images/logo.png') no-repeat center center;
    background-size: 100% 100%;
}

div#header .contact {
    position: absolute;
    right: 80px;
    top: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
div#header .contact b {
    color: #FE6C01;
color: #DD1E24;
}





div#rotator {
    background: #211F1F;
    border-bottom: 4px solid #fff;
    margin-bottom: 0px;
}




div#menu-main {
/*
    position: absolute;
    bottom: 1px;
    right: 0px;
*/
  position: relative;
  top: 85px;
  text-align: center;
}

div#menu-main a,
div#menu-top a {
    font-size: 12px;
    display: inline-block;
    color: #273B86;
    padding: 8px 10px;
    /*padding: 8px 21px;*/
    border-right: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
}
div#menu-main a:first-child {
    border-left: 1px solid #ccc;
}
div#menu-main a {
    font-size: 15px;
}
/*
div#menu-main a.pageid-20 {
    color: #CE2425;
}
div#menu-main a.pageid-20.sel {
    background: #CE2425;
    color: #fff;
}
*/

div#menu-main a span {
    display: block;
}
div#menu-main a.sel,
div#menu-top a.sel {
    background: #273B86;
    color: #fff;
}

div#menu-top a.pageid-23 {
    color: #FE6C01;
}
div#menu-top a.pageid-26 {
    color: #d00;
}
div#menu-top a.pageid-23,
div#menu-top a.pageid-26 {
    font-size: 17px;
}
div#menu-main a.sel.pageid-23 {
    background: #FE6C01;
    color: #fff;
}
/*
div#menu-main a.pageid-27 {
    color: #d00;
    font-weight: bold;
    font-size: 17px;
}
div#menu-main a.sel.pageid-27 {
    background: #d00;
    color: #fff;
}
*/

#eshop-basket-content-little {
    background: url('../images/bg_gray.png');
}
a.fb {
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 100;
}

div#menu-top {
    position: absolute;
    top: 45px;
    top: 50px;
    right: 70px;
}
div#menu-top a:last-child {
    border-right: 0px;
}


div#left {
    width: 230px;
    float: right;
    margin-right: 10px;
}
div#left > .inner {
}
div#right {
}
div#left > .inner {
}




div#left h2 {
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 5px 15px;
    margin-top: 10px;
    background: #f8f8f8;
}





div#menu-left {
    padding: 10px 0px;
    background: url('../images/bg_gray.png');
    margin-bottom: 10px;
}
div#menu-left > div {
    border-bottom: 1px solid #ccc;
    margin: 0px 10px 0px 10px;
}
div#menu-left > div:last-child {
    border-bottom: 0px;
}
div#menu-left > div > div {
    margin-bottom: 10px;
}
div#menu-left div.level2 {
    border-left:1px solid #ccc;
}

div#menu-left a {
    display: block;
    color:#333;
    border-left: 7px solid transparent;
    padding:9px 8px;
}
div#menu-left div.level2 a {
    padding:5px 8px;
}
div#menu-left a:hover {
    background: url('../images/bg_gray_hover.png');
}
div#menu-left a.sel {
    border-left: 7px solid #59B6DE;
    color:#0c455c;
    font-weight:bold;
}
div#menu-left a.sel-this-page {
    background: url('../images/bg_gray_hover.png');
}
div#menu-left .level2 {
    margin-left: 20px;
}






/*
.div-web-search-input {
    position: absolute;
    top: 40px;
    right: 300px;
}
.div-web-search-input .form-text {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    width: 340px;
}

.div-web-search-input .form-button {
    background: url('../images/lupa.png') no-repeat center center;
    padding: 0px;
    width: 40px;
    height: 40px;
}
*/







#footer {
    margin: 0px auto;
    background: #EAEAEA;
    display: block;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #215992;
    font-weight: bold;
    line-height: 150%;
}
#footer .inner {
    display: table;
    padding-left: 3%;
    box-sizing: border-box;
}
#footer .inner > div {
    display: table-cell;
}
#footer .inner > div {
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
#footer .inner > div:nth-child(1) {
    width: 25%;
}
#footer .inner > div:nth-child(2) {
    width: 35%;
}
#footer .inner > div:nth-child(3) {
    width: 30%;
}
#footer .inner > div a {
    display:block;
    
}





.eshop-products-filter {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
}
.eshop-products-filter > div {
    display: inline-block;
}
.eshop-products-filter select {
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 0px 15px 0px 5px;
    max-width: 150px;
}



.basket-table .price-row .td1 {
    display: none;
}

.basketform .basket-table .input-count,
.basketform .basket-table .input-button {
    display: inline-block;
}
.basketform .basket-table {
    margin-top: 0px;
}

.basket-price-not-found {
    display: none;
}

.price-filter {
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.price-filter select {
    float: right;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #ccc;
    max-width: 150px;
}
.price-filter > div {
    padding: 4px 0px;
}

.eshop-basket table tr.price-row td.td2 {
    white-space: normal;
}


.eshop-category-filter {
    position: relative;
}
.eshop-category-filter .showallproducts {
    position: absolute;
    right: 0px;
    top: -40px;
    background: #6CAA03;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    box-shadow: none;
}

.eshop-category-filter .showallproducts:hover {
    color: #fff;
    box-shadow: none;
}
.search-input-cancel {
    vertical-align: middle;
}




body#pageid-1 .div-products-sort {
    display: none;
}


body#pageid-1 .eshop-product.preview2 {
    height: 370px;
    margin-right: 10px;
    width: 220px;
}
body#pageid-1 .eshop-product.preview2 a.name {
    left: 10px;
    width: 200px;
    top: 220px;
    white-space: normal;
    height: 40px;
    
}
body#pageid-1 .eshop-product.preview2 .price {
    right: 10px;
    text-align: center;
    top: 270px;
    width: 200px;
}
body#pageid-1 .eshop-product.preview2 .order-form {
    top: 325px;
    text-align: center;
}
body#pageid-1 .eshop-product.preview2 .order-form a.detail {
    position: static;
}
body#pageid-1 .eshop-product.preview2 .trademark, 
body#pageid-1 .eshop-product.preview2 .description,
body#pageid-1 .eshop-product.preview2 .parameters {
    display: none;
}


.eshop-product {
    overflow: hidden;
    position: relative;
}
.eshop-product .flag.novinka {
    position: absolute;
    
    left: -45px;
    top: 10px;
    padding: 10px 0px;
    text-align: center;
    width: 150px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 100;

    background: #93D665;
    box-shadow: 2px 2px 5px #333;
}

.eshop-product .flag.akcia {
    position: absolute;
    right: -55px;
    top: 5px;
    padding: 5px 0px;
    text-align: center;
    width: 150px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 100;

    color: #fff;
    background: #be0022;
    box-shadow: 2px 2px 5px #333;
}

.eshop-product.preview.akcia {
    border-color: #be0022;
    box-shadow: 0px 0px 6px #be0022;
}
.eshop-product.preview.akcia:hover {
    border-color: #be0022;
    box-shadow: 0px 0px 6px #be0022;
}


.search-result-special-filter a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ddd;
    background: #eee;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #59B6DE;
    border-radius: 5px;
}
.search-result-special-filter a.sel {
    background: #59B6DE;
    color: #31426C;
    border: 1px solid #31426C;
}

.eshop-product-description {
    text-align: justify;
}










/*TMP*/
.eshop-category-filter,
#eshop-basket-content-little-link,
#eshop-basket-content-little {

}

.module-text-content img.left {
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 10px;

}






.eshop-product.preview form .form-text {
    width: 20px;
}
.eshop-product.preview form input {
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
.form-text, .form-text-sel, textarea {
    border: 1px solid #aaa;
    color: #555;
    padding: 4px;
    width: 180px;
}
.eshop-product.preview form {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}





#products-filter {
  display: table;
  width: 98%;
  margin-bottom: 20px;
  background: #eee;
  padding: 1px;
  box-shadow: 0px 0px 10px #555;
  
}
#products-filter > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #633617;
  box-sizing: border-box;
}
#products-filter > div,
#products-filter > div a {
  color: #F66A04;
  background: #211F20;
}
#products-filter > div a,
#products-filter > div span {
  display: block;
  padding: 5px;
  margin: 5px 5px;
}
#products-filter > div a.sel,
#products-filter div.special-price a.sel
 {
  background: #F66A04 url('../images/checked.png') no-repeat 5px center;
  color: #211F20;
}
#products-filter > div.trademark,
#products-filter > div.special-price {
    width: 16%;
}
#products-filter > div.special-price,
#products-filter > div.special-price a {
    background: none;
}
#products-filter > div.search {
    text-align: right;
    background: none;
}

#products-filter > div.search form {
    padding-right: 20px;
}
#products-filter > div.search form table {
    text-align: right;
    width: 100%;
}
#products-filter > div.search form table td {
    vertical-align: middle;
}
#products-filter > div.search form .form-text {
    width: 80%;
}
#products-filter > div.search form .form-button {
    background: url('../images/lupa.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#products-filter > div a.clear-search {
    padding: 7px;
    display: inline-block;
    background-color: #555 !important;
    border-radius: 5px;
}


.message-gray a {
    color: #000;
    text-decoration: underline;
}



.price-no-logged {
    color: #f5871e;
}
.pageid-23 {
    font-weight: bold;
}


.filter-clear {
    display: inline-block;
    border: 1px solid #c00;
    background: #c00; 
    color: #fff;
    border-radius: 5px;
    padding: 3px 6px;
    margin-bottom: 15px;
    position: relative;
    top: -5px;
    font-size: 0.9em;
}

div#header a.logout {
    position: absolute;
    top: 0px;
    right: 220px;
    display: block;
    background: #d00;
    color: #fff;
    font-size: 12px;
    padding: 13px 10px;
    height: 42px;
    border: 1px solid #c00;
    box-sizing: border-box;
}

.without-discount-price-info {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}
.eshop-basket table td .without-discount-price-info .price {
    font-size: 11px;
}

#popup-zmena-adresy {
    text-align: center;
}
#popup-zmena-adresy img {
    max-width: 100%
}
#popup-zmena-adresy b {
    color: rgb(153, 0, 51);
}



.cms-menu-list .div-sel {
    font-weight: bold;
}














.owl-carousel {
    position: relative;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}
.owl-carousel .owl-dot,
.owl-theme .owl-dots .owl-dot,
.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    margin-left: 5px;
}
.owl-carousel .owl-dot.active,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4075A9;
}


#menu-sluzby > div {
    width: 30%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}
#menu-sluzby > div > img {
    float: left;
    width: 45%;
    margin-right: 5%;
}

#menu-sluzby > div > div {
    width: 50%;
    overflow: hidden;
    height: 100%; /* teraz funguje */
    color: #000;
}
#menu-sluzby > div > div a {
    color: #DD1E24;
    font-weight: bold;
    display: block;
}



#menu-sluzby2 > a {
    display: inline-block;
    width: 23%;
    height: 150px;
    padding-top: 80px;
    box-sizing: border-box;
    margin-right: 1%;
    text-align: center;
    color: #323431;
    font-weight: bold;
    
    background-repeat: no-repeat; /* aby sa nezopakoval */
    background-position: top 10px center;  /* vycentrovanie obrázka */
    background-size: 60px;   /* šírka 100%, výška 90% rodiča */
}





/* FORMS */ 

.form-text, .form-text-sel, textarea {
     padding: 7px;
     color: #555;
     width: 180px;
     border: 1px solid transparent;
     background: #f2f2f2;
     box-sizing: border-box;
     resize: none;
     font-size: 1em;
     border-radius: 3px;     
}
.form-text:focus {
     border: 1px solid #555;
     color: #333333;
}
.form-text.red {
    border-color: #f00;
    background: #FFDDDD;
}
.form-button {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    background: #777;
    border: 0px;
    padding: 5px 10px;
}
.form-button:hover,
.bid-form .form-button.sel {
    background: #036ED2;
}

     
.form-button-submit {
     display: none;
}
.td-form-button-green .form-button {
     background: #6CAA03 !important;
}

.form-table td {
    padding: 3px 0px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bid-form .form-text.sel {
    border-color: #036ED2;
}



.module-mailform.module-outer,
.module-mailform-product-detail .module-mailform {
    padding-top: 10px;
    display: block;
    width: 400px;
    
}
.module-mailform.inner {
/*    background: #036ED2;*/
    margin-bottom: 0px;
    position: relative;
}
.module-mailform h2 {
    border-bottom: 0px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    text-align: center;
    margin-top: 15px;
}
.module-mailform .form-text {
    width: 400px;
    box-sizing: border-box;
}
.module-mailform div.no-margin-right .form-text {
    margin-right: 0px;
}
.module-mailform > form > div {
    padding: 10px 0px;
    padding: 7px 0px;
    /* display: inline-block; */
    vertical-align: bottom;
    box-sizing: border-box;
}
.module-mailform > form > div.textarea {
    vertical-align: top;
    /* display: inline-block; */
}
textarea.form-text[name=poznamky] {
    width: 400px;
    height: 101px;
    max-width: 100%; 
    font-family: 'Special+Elite', sans-serif;
}

.module-mailform .form-button {
    background: #273B86;
    width: 150px;
    padding: 10px 15px;
}
.module-mailform label {
    width: 60px;
}
.module-mailform label.cptch {
    width: 130px;
    position: relative;
    bottom: 15px;
}
.module-mailform label.cptch2 {
    width: 107px;
}
.module-mailform .form-text.form-text-cptch2 {
    width: 150px;
    margin-top: 17px;
}
.module-mailform #captcha-img {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}
.module-mailform .m-captcha,
.module-mailform .m-submit {
    clear: both;
    text-align: right;
    float: none;
    display: block;
}
.module-mailform .m-captcha .form-text {
    margin-right: 0px;
}
.g-recaptcha {
    float: right;
    position: relative;
    right: -2px;
    margin-bottom: 4px;
}
.module-mailform .radio-block {
     padding: 7px;
     color: #555;
     border: 1px solid transparent;
     background: #f2f2f2;
     box-sizing: border-box;
     resize: none;
     font-size: 1em;
     border-radius: 3px;
     width: 100%;     
}
