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;
}

#menu-main a.mobile-menu {
    width: 50px;
    height: 35px;
    box-sizing: border-box;
    background: url("../images/_/mobile_menu.png") no-repeat center center;
    display: none;
    position: absolute;
    right: 20px;
    top: -5px;
    border: 1px solid #3C9DF8;
    border-radius: 8px;
}


/* 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: #ccc;
}




/* TOP */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:30px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('../images/_/top.png') no-repeat;
    z-index: 5000;
}





/* 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 {
     
/*
    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;
	
}
.module-text ul li {
     list-style-type: none;
	list-style-image: none;
	padding-left: 13px;
     background: url('../images/_/li.png?2') 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;
}

.module-text strong,
.module-text b {
    color: #3C9DF8;
}






/* FORMS */ 

form label:not(.fullwidth) {
    width: 170px;
    display: inline-block;
    vertical-align: top;
}

.g-recaptcha {
    display: inline-block;
    margin-top: 5px;
    max-width: 100%;
}

.form-text, .form-text-sel, textarea {
     padding: 4px;
     border: 1px solid #aaa;
     color: #555;
     width: 180px;
     margin-top: 2px;
     margin-bottom: 2px;
    font-size: 0.9em;     
}

.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: #3C9DF8;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.form-button:hover {
    background: #3C9DF8;
}

     
.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 */
.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;
    margin: 8px;
}
.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;
}








/*******************************/
/*******************************/
/* 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-size: 15px;
     color: #ddd;
     background: #191A18;
}
textarea {
     font-family: 'trebuchet ms', 'trebuchet ms', tahoma;
}

H1 {
    font-weight: normal;
    COLOR: #3C9DF8;
    margin-top: 5px;
    margin-bottom: 10px;
}
H2, H2 a {
    COLOR: #3D9DF8;
    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: #59B6DE;
}


div.wrapper {
    width: 1200px;
    position: relative;
    display: block;
    margin: auto;
    box-sizing: border-box;
    background: #20211F;
}



img {
    max-width: 100%;
    height: auto;
}








div#header .wrapper {
    padding: 20px 0px;
    height: 114px;
    position: relative;
}
div#header a#logo {
    display: block;
    width: 250px;
    height: 100px;
    left: 100px;
    top: 10px;
    position: absolute;
    background: url('../images/logo.png') no-repeat center;
    /* background-size: contain; */
}
div#header div.phone2 {
    background: url('../images/header_phone.png') no-repeat left center;
    padding: 5px 0px 10px 30px;
    color: #ffffff;
    position: absolute;
    right: 200px;
    top: 15px;
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
}
div#header div.phone {
    background: url('../images/header_phone2.png') no-repeat left center;
    padding: 5px 0px 10px 30px;
    color: #ffffff;
    position: absolute;
    right: 500px;
    top: 15px;
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
}

#menu-main {
    float: right;
    position: relative;
    top: 40px;
}
#menu-main > div > a {
    display: inline-block;
    padding: 5px 10px;
    color: #ABB0B2;
    margin-left: 40px;
    font-weight: bold;
    font-size: 1.2em;
}
#menu-main > div > a:hover {
    border-bottom: 2px solid #3C9DF8;
    text-decoration: none;
}
#menu-main > div > a.sel,
#menu-main > div > a.sel:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #3C9DF8;
}






#homepage-slider {
    background: url('../images/bg_homepage_slider.png') #25629B center 100%;
    background-size: auto 100%;
}
#homepage-slider .wrapper {
    background: none;
    background-size: 100%;
    box-sizing: border-box;
    color: #fff;
    overflow: auto;
}

#homepage-slider .wrapper h2 {
    color: #fff;
    font-size: 2em;
    font-style: italic;
}
#homepage-slider .wrapper .right h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    z-index: 3000;
}

#homepage-slider .wrapper .right {
    float: right;
    width: 60%;
    position: relative;
}
#homepage-slider .wrapper .left {
    float: left;
    width: 40%;
    padding-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}
#homepage-slider .wrapper .left ul {
    padding-left: 10px;
    padding-right: 20px;
}
#homepage-slider .wrapper .left li {
    list-style-type: none;
    list-style-image: none;
    background: url('../images/homepage_slider_star.png') no-repeat 5px 5px;
    padding-left: 20px;
}





div#content {
    padding: 20px;
    box-sizing: border-box;
    min-height: 500px;
}

div#content > .left {
    width: calc(100% - 450px);
float: left;
    min-height: 500px;
}
div#content > .right {
    width: 400px;
    min-height: 500px;
    float: right;
}












div#footer .wrapper {
    padding: 20px;
    background: none;
}
div#footer a {
    color: #fff;
    padding: 5px;
}
div#footer > .wrapper > div {
    display: inline-block; 
    text-align: left;
    vertical-align: top;
    padding: 0px 30px;
}
div#footer > .wrapper > div:first-child {
    margin-left: calc(50% - 300px);
    text-align: left;
}



.link-viac a {
    float: right;
    color: #F9A332;
}


.module-outer.module-news {
    background: url('../images/bg_news_title.png') no-repeat 0px 0px;
    border-bottom: 1px dashed #555;
    padding-bottom: 10px;
}
#content > .right .module-mailform {
    background: url('../images/bg_mailform_title.png') no-repeat 0px 5px;
    padding-top: 5px;
}
.module-outer.module-news h2,
#content > .right .module-mailform h2 {
    padding-left: 65px;
    font-size: 1.5em;
    padding-bottom: 0px;
    line-height: 100%;
}
.module-outer.module-news h2 a {
    text-decoration: none;
}
.module-outer.module-news b,
.module-outer.module-news strong {
    color: #F9A332;
}
.module-mailform .form-text, 
.module-mailform .form-text-sel, 
.module-mailform textarea {
    width: 90%;
    background: none;
    color: #ccc;
}
.form-text:focus {
     border: 1px solid #fff;
     color: #fff;
     background: #444; 
}
.form-button {
    background: #386188;
}
.form-button:hover {
    background: #3D9DF8;
}




.module-outer.module-text .ico-car1 h1,
.module-outer.module-text .ico-car1 h2 {
    background: url('../images/bg_title_ico1.png') no-repeat left center;
    padding: 20px 20px 20px 60px;
}
.module-outer.module-text .ico-car2 h1,
.module-outer.module-text .ico-car2 h2 {
    background: url('../images/bg_title_ico2.png') no-repeat left center;
    padding: 20px 20px 20px 60px;
}
