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: 35px;
    box-sizing: border-box;
    background: url("../images/_/mobile_menu.png") no-repeat center center #ccc;
    display: none;
}
div.mobile-menu-content {
    display: none;
}


/* PATH  */
.path-div-outer {
     margin: 0px;
     padding: 0px;
     text-align: left;
     padding: 5px 1px;
     border-radius: 5px;
     border: 0px solid #ddd;
     background: #fff;
}

.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;
}

.date-cancel {
    cursor: pointer;
    margin-left: 5px;
}




/* 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 {
     
/*
    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') 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;
     padding-bottom: 10px;
}








/* 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: #A60505;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    border: 1px solid #7c0707;
    display: inline-block;
}
.form-button:hover {
    border: 1px solid #500;
    background: #7c0707;
}

     
.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: 4px;
}
.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-size: 15px;
     color: #555;
}

H1 {
    font-weight: normal;
    color: #A50404;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
H2, H2 a {
    font-weight: normal;
    color: #A50404;
    margin-top: 5px;
    margin-bottom: 20px;
/*    text-transform: uppercase;*/
}
H2 a {
     text-decoration: underline;
}

H2 > span {
    background: #428BCA;
    display: inline-block;
    padding-right: 10px;
}

H2 span > strong.date {
    color: #8C8A8B;
}
a {
     color: #59B6DE;
}




body {
    background-color: #000;
}

.wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

div#header {
    position: relative;
    border: 1px solid transparent;
}

div#header a#logo {
    position: absolute;
    left: 0px;
    top: 20px;
    
    width: 200px;
    height: 50px;

    background: url('../images/logo.png') no-repeat center center;
    background-size:  100% auto;

    z-index: 20;
}

div#header div#logobg {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 20px;

    width: 300px;
    height: 117px;
    background: #000;

    z-index: 10;
}

div#header  {
    background: url('../images/header.jpg') no-repeat center bottom;
    background-size: 100% auto;
    border-top: 2px solid #fff;
    
    border-bottom: 0px;
    z-index: 10;
}
div#header div.shadow {
    background: rgba(0,0,0,0.36);
    /*height: 35vw;*/
}

div#header.subpage div.shadow{
    height: 100px;
}

div#header div.slogan {
    width: 800px;
    margin: auto;
    padding-top: 200px;
    font-size: 2em;
    color: #fff;
}
div#header div.slogan > div {
    padding: 10px;
}
div#header div.slogan > div:nth-child(2) {
    text-align: right;
    
}

div#header div.icons {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
}
div#header div.icons > div {
    width: 30%;
    padding-top: 150px;
    color: #fff;
    float: left;
    font-size: 1.1em;
}
div#header div.icons > div strong {
    display: block;
    font-size: 1.4em;
    margin: 10px;
    text-transform: uppercase;
}
div#header div.icons > div.sklad {
    background: url('../images/icon_sklad.png') no-repeat center top;
}
div#header div.icons > div.dorucenie {
    background: url('../images/icon_dorucenie.png') no-repeat center top;
}
div#header div.icons > div.benefity {
    background: url('../images/icon_benefity.png') no-repeat center top;
}





div#menu-main {
    position: absolute;
    top: 35px;
    left: 250px;
    font-size: 1.2em;
    text-transform: uppercase;
}
div#menu-main a {
    color: #fff;
    padding: 5px 15px;
}




.pocitadla {
    background: url('../images/bg_gray.png');
    padding: 50px;
    color: #fff;
}
.pocitadla h1, .pocitadla h2 {
    color: #fff;
    text-align: left;
}
.pocitadla .content {
    overflow: auto;
}
.pocitadla .content > div {
    width: 20%;
    margin: 0px 2.5%;
    color: #fff;
    float: left;
    font-size: 1.1em;
    text-align: center;
}
.pocitadla .content > div strong {
    display: block;
    font-size: 2em;
    margin: 10px;
    text-transform: uppercase;
}



.distribucna-siet {
    margin: 20px;
}























#content {
    background: #fff;
    min-height: 300px;
    text-align:center;
    padding: 30px;
}



div#footer {
    background: url('../images/bg_footer.png');
}
div#footer, div#footer a {
    color: #fff;
    display: block;
    padding: 3px;
    vertical-align: top;
}
div#footer > .inner {
    padding: 50px;
    overflow: auto;
}
div#footer > .inner > div {
    display: block;
    float: left;
    width: 30%;
    box-sizing: border-box;
    vertical-align: baseline;
    color: #fff;
}
div#footer > .inner > div:nth-child(3) a {
    display: inline;
}






/* BARBER FORM */

form#barber .block,
form#barber #errors.block,
div#cancel-reservation {
    width: 100%;
    max-width: 500px;
    margin: auto;
    left: -50%;
    border: 1px solid #ccc;
    font-size: 1.5em;
    margin-bottom: 10px;
    box-sizing: border-box;
}
div#cancel-reservation {
    font-size: 1em;
    border: 0px;
}
form#barber #errors.block {
    border: 0px;
    font-size: 1em;
    display: none;
    margin-bottom: 0px;
}
form#barber #privacy.block,
form#barber #sms.block {
    border: 0px;
    font-size: 1em;
    margin-bottom: 0px;
}

form#barber .arrow-down {
    background: url('../images/arrow_down.png') no-repeat right 20px top 25px;
}

form#barber div#barber.arrow-down {
    background: url('../images/arrow_down.png') no-repeat right 20px top 45px;
}

form#barber .block > div > label {
    padding: 20px;
    display: block;
    position: relative;
}
form#barber .block.arrow-down > div > label {
    cursor: pointer;
}

form#barber .block > div {
    display: none;
}
form#barber .block > div:first-child {
    display: block;
}

form#barber .form-text {
    font-size: 1em;
    text-align: center;
}
form#barber .form-text.wide {
    width: 90%;
}

form#barber .form-button.block,
div#cancel-reservation .form-button.block {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
}

form#barber div:not(.arrow-down) input[type=radio] {
    display: none;
}
form#barber div.arrow-down input[type=radio] {
    display: inline;
    position: absolute;
    top: 42px;
    left: 40px;

}

form#barber div#time {
    text-align: left;
}
form#barber div#time label {
    display: inline-block;
    width: calc(25% - 2px);
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #333;
    background: #dddddd;
    color: #333;
    font-size: 0.9em;
    margin: 1px;
    cursor: pointer;
    text-align: center;
}
form#barber div#time label.not-available {
    background-color: #F7665E;
    border-color: #7c0707;
    color: #7c0707;
}
form#barber div#time label.selected {
    background-color: #ada;
    border-color: #080;
    color: #7c0707;
}

form#barber div#barber .item {
    height: 100px;
    position: relative;
    margin: 2px;
}
form#barber div#barber .item label {
    padding: 40px 20px 40px 210px;
    text-align: left;
    display: block;
    position: relative;
}
form#barber div#barber div.item:first-child label {
    /*padding-left: 90px;*/
}
form#barber div#barber .item label > img {
    position: absolute;
    top: 50px;
    left: 100px;
    transform: translateX(-10px) translateY(-50%);
    max-width: 80%;
    max-height: 80px;
    border-radius: 100%;
}


div#cancel-reservation .tabulka {
    width: 100%;
}

div#cancel-reservation .tabulka td {
    border: 1px solid #eee;
    padding: 5px;
}
div#cancel-reservation .tabulka tr td:first-child {
    border-color: #ddd;
    background: #eee;
    font-weight: bold;
}



form#barber div#barber,
form#barber div#service,
form#barber div#date,
form#barber div#time
 {
    display: none;
}

form#barber div#service > div:nth-child(2n) {
    background-color: #f0f0f0;
}
form#barber div#service > div:first-child input[type=radio] {
    display: none;
}



.weekend-notice {
    text-align: center;
    padding: 10px;
    background-color: #F2B6B3;
    border-color: #7c0707;
    color: #b32727;
}

form#barber div#phone input:focus::placeholder {
    color: transparent;
}



div.instagram-feed a {
    display: inline-block;
    widtH: 23%;
    margin: 1%;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
}


div.showtrailbox {
    padding: 10px;
    background: rgba(250,250,250,0.95);
    border: 2px solid #397400;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #ccc;
}
div.showtrailbox h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}


div#lng-switch {
    position: absolute;
    right: 0px;
    top: 10px;
}
div#lng-switch  a {
    color: #fff;
}
div#lng-switch  a.sel {
    color: #ED1B24;
}