/*
    Document   : global.css
    Created on : 8.7.2012, 22:45:10
    Author     : Pepa Linha
    Description: prakul.cz
*/


/************************************************************************************
FONTS
*************************************************************************************/

@font-face {
    font-family: 'HelveticaNeueUL';

    src:

        url('/fonts/HelveticaNeueUL.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTPro-Th';
    src: url('../../fonts/HelveticaNeueLTPro-Th.eot');
    src: url('../../fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/HelveticaNeueLTPro-Th.woff') format('woff'),
        url('../../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'),
        url('../../fonts/HelveticaNeueLTPro-Th.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'LucidaGrandeRegular';
    src: url('../../fonts/LucidaGrandeRegular.eot');
    src: url('../../fonts/LucidaGrandeRegular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/LucidaGrandeRegular.woff') format('woff'),
        url('../../fonts/LucidaGrandeRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    font: .81em Arial, Helvetica, sans-serif;
    color: #666;
}

a {
    color: #026acb;
    text-decoration: none;
}

.red{
    color: #d95c53;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: underline;
}

/* reset webkit search input styles */
input[type=search] {
    -webkit-appearance: none;
    outline: none;
    background: #e2e2e2 url('../../images/front/input-background.png') left top repeat-x;


}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.blind {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.mt20 {
    margin-top: 20px;
}

.mr8 {
    margin-right: 8px;
}

.sub-heading {
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    font-size: 100%;
    padding: 0 30px;
    text-shadow: 1px 1px #f1f1f1;
    background: #dcdcdc url("../../images/front/sub-heading-gray.png") repeat-x;
    font-weight: normal;
    border-bottom: 1px solid #a9aba7;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sub-heading.gold {
    background: #bcbcaa url("../../images/front/sub-heading-gold.png") repeat-x;
    text-shadow: 1px 1px 0 #e3e3d8;
    border-bottom-color: #a7a796;
}

.sub-heading.green {
    background: #8c9f60 url("../../images/front/sub-heading-green.png") repeat-x;
    text-shadow: 1px 1px 0 #becaa2;
    border-bottom-color: #7f8e5c;
    color: #2e3421;
}

.cols-3 {
    overflow: hidden;
    margin: 30px;
}

.cols-3 .col {
    width: 32%;
    margin-right: 1%;
    float: left;
}

.cols-3 .col-2 {
    width: 64%;
    float: left;
}

.half {
    width: 49%;
    text-align: justify;
}

.half .half-content {
    padding: 10px;
}

.half.left {
    float: left;
}

.half.right {
    float: right;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/
#page {
    /*width: 1000px;
    margin: 0 auto;
    */
    min-width: 760px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
    position: relative;
    background: #132028  url('../../images/front/header-background.png') left bottom repeat-x;
    min-height: 150px;
    _height: 150px;
    border-bottom: 1px solid #fdfdf9;
}

#logo {
    position: absolute;
    left: 28px;
    top: 10px;
}

#header .description {
    /*font-family: 'HelveticaNeueLTPro-Th', helvetica, Arial,sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #a8bcc8;*/
    position: absolute;
    bottom: 71px;
    left: 285px;
    margin: 0;
    background: url('../../images/front/header-heading.png') left bottom no-repeat;
    width: 391px;
    height: 29px;
}

/* Search form */

#search-form {
    position: absolute;
    right: 10px;
    bottom: 8px;
    margin: 0;
    padding: 0;
}

#search-form .text {
    width: 170px;
    height: 32px;
    border: none;
    padding: 0 5px;
    float: left;
    background: #e2e2e2 url("../../images/front/search_bg.png") repeat-x;
}

#search-form .submit {
    background: url('../../images/front/search.png') no-repeat;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: -10000px;
    padding: 6px 10px;
    margin: 0;
    cursor: pointer;
    overflow: hidde;
    white-space: nowrap;
    margin-left: -5px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

#header nav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

#main-nav {

}

#main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;

    /* fallback */
    border-right: 1px solid #2d3a43;
    border-left: 1px solid #1a2428;

    border-right: 1px solid rgba(18,16,11,0.3);
    border-left: 1px solid rgba(255,255,255,0.06);
}

#main-nav li.first {
    margin-left: 7px;
    border-left: 0;
}

#main-nav li.last {
    border-right: 0;
}

#main-nav li.current {
    background: url("../../images/front/nav-current-background.png") repeat-x;
}

#main-nav a {
    line-height: 100%;
    color: #fff;
    display: block;
    padding: 18px 16px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    font-family: "LucidaGrandeRegular", Arial, sans-serif;
}

#main-nav a b {
    font-weight: normal;
}

#main-nav a:hover {
    color: #A8BCC8;
}

#main-nav .count {
    position: absolute;
    right: 8px;
    bottom: -10px;
    color: #fff;
    text-align: center;
    background: url("../../images/front/nav-count-2.png") no-repeat;
    line-height: 20px;
    width: 20px;
    height: 20px;
    z-index: 99;
    font-size: 10px;
}

nav select {
    display: none;
}

/*Social*/

#main-nav li.socials {
    position: absolute;
    border: 0;
    right: 15px;
    top: -45px;
    height: 49px;

}

li.socials a {
    padding: 0px !important;
    opacity: 0.7;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;

    width: 25px;
    margin-left: 6px;
}

li.socials a:hover {
    opacity: 1;
}

.facebook,.twitter,.rss,.google,.youtube{
    float: left;
    text-indent: -99999px;
}

.facebook span{
    background: url("../../images/front/icons/socials/facebook.png") no-repeat;
    display: block ;
    width: 13px ;
    height: 26px;
    background-position: 0 0;

}
.facebook span:hover{
    background-position: 0 0;
}

.twitter span{
    background: url("../../images/front/icons/socials/twitter.png") no-repeat ;
    display: block;
    width: 16px ;
    height: 26px;
    position: relative;
    top: 3px;
}
.twitter span:hover{
    background-position: 0 0;
}

.google span{
    background: url("../../images/front/icons/socials/google.png") no-repeat ;
    display: block;
    width: 26px ;
    height: 26px;
}
.google span:hover{
    background-position: 0 0;
}


.youtube span{
    background: url("../../images/front/icons/socials/youtube.png") no-repeat ;
    display: block;
    width: 26px ;
    height: 26px;
}
.youtube span:hover{
    background-position: 0 0;
}

.rss span{
    line-height: 100%;
    background: url("../../images/front/icons/socials/rss.png") no-repeat ;
    display: block;
    width: 26px ;
    height: 26px;
}
.rss span:hover{
    background-position: 0 0;
}

/*Google maps*/
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/************************************************************************************
USER BOX
*************************************************************************************/

#user-box {
    position: absolute;
    right: 10px;
    top: 27px;
    font-family: "LucidaGrandeRegular", Arial, sans-serif;
}

#user-box .username {
    color: #fff;
}

#user-box .registration {
    color: #b9b8b8;
}

#user-box .separator {
    padding-right: 8px;
    margin-right: 6px;
    border-right: 1px solid rgba(18,16,11,0.3);
    box-shadow: 1px 0 0 rgba(255,255,255,0.06);
}

#user-box a {
    color: #a8bcc8;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
    background: #fffff7;
    position: relative;
}

#content.has-flash-message .post {
    padding-top: 30px;
}

#content .flash-message {
    padding: 0 29px;
    line-height: 31px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 15;
}

#content .flash-message.failure {
    background: red;
    color: #fff;
}

#content .flash-message.success {
    background: darkgreen;
    color: #fff;
}

#content .flash-message.warning {
    border-top: 1px solid #024690;
    border-bottom: 1px solid #022c5b;
    background: #023a78;
    color: #fff;
}

/* content from administration */
.wysiwyg {
    padding: 30px 30px 30px 30px;
}

.wysiwyg a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}

.wysiwyg  a:hover {
    text-decoration: underline;
}

.wysiwyg p {
    margin: 0 0 1.2em;
    padding: 0;
}

/* list */
.wysiwyg ul,
.wysiwyg ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}

.wysiwyg li {
    margin: 0 0 .5em 0;
    padding: 0;
}

.wysiwyg ul li {
    list-style-type: square;
}

.wysiwyg ol li {
    list-style-type:decimal;
}

/* headings */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    line-height: 2.4em;
    margin: 20px 0 .4em;
    color: #000;
}

.wysiwyg h1 {
    font-size: 2em;
}

.wysiwyg h2 {
    font-size: 1.6em;
}

.wysiwyg h2 small { color: #aaa; }

.wysiwyg h3 {
    font-size: 1.4em;
}

.wysiwyg h4 {
    font-size: 1.2em;
}

.wysiwyg h5 {
    font-size: 1.1em;
}

.wysiwyg h6 {
    font-size: 1em;
}


/* Post */

.post {
    margin-top: 250px;
    background: #fffff7 url("../../images/front/box-detail-info-background.png") repeat-x left 60px;
    min-height: 227px /* height + background height */;
}

.post-fb {

    background: #fffff7 url("../../images/front/box-detail-info-background.png") repeat-x left 60px;
    min-height: 227px /* height + background height */;
}

.post-fb section.list-courses{
    padding-right: 10px;
}

.post #h1,.post-fb #h1,
.post .main-heading {
    background: #8c8979 url(../../images/front/h1-background.png) left bottom repeat-x;
    color: #fff;
    padding: 16px 29px;
    margin-top: -1px;
    border-top: 1px solid #adaba0;
    font-weight: normal;
    font-size: 170%;

    /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
    position: relative;
    z-index: 10;
}

.post .main-heading.light {
    background: #cdccba url(../../images/front/main-heading-light.png) left bottom repeat-x;
    border-top: 0;
    border-bottom: 1px solid #9e9d8e;
    box-shadow: none;
}

.post h1.icon {
    padding-right: 80px;
    position: relative;
}

.post h1.icon span {
    position: absolute;
    right: 28px;
    top: 16px;
}

.post h1.icon-cart span {
    width: 31px;
    height: 27px;
    background: url(../../images/front/icon-heading-cart.png);
}


.post-title {
    margin: 0 0 5px;
    padding: 0;
    font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.post-title a {
    text-decoration: none;
    color: #000;
}

.post-meta {
    margin: 0 0 10px;
    font-size: 90%;
}

.post-image {
    margin: 0 0 15px;
}

.post .heading .admin-entity-control { float: right; visibility: hidden; }
.post .heading:hover .admin-entity-control { visibility: visible; }
.post .admin-entity-control a { color: #fff; text-decoration: none; font-size: 0.70em; font-weight: normal; }
.post .admin-entity-control a:hover { text-decoration: underline; }


/************************************************************************************
FORM - default style
*************************************************************************************/

form.default {
    overflow: hidden;
    padding-bottom: 30px;
}

form.default fieldset {
    position: relative;
    margin-bottom: 20px;
}

form.default .heading {
    background: #afaf9e url("../../images/front/form-heading-background.png") repeat-x left top;
    border-bottom: 1px solid #88887b;
    color: #fff;
    padding: 20px 30px 18px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 24px;
}

form.default .in-heading {
    position: absolute;
    right: 40px;
    top: 25px;
}

form.default .in-heading input {
    margin-bottom: 0;
}

form.default .in-heading div.uniform-radio {
    margin-left: 15px;
}

form.default .in-heading .uniform-checker {
    margin-top: -3px;
}


#voucherType.in-heading { width: 330px; top: 17px;left:10px;right:auto;  }
@-moz-document url-prefix() {
#voucherType.in-heading {
top:-50px;
}
}
#voucherType label { display: block; }
#voucherType.in-heading label:first-child {margin-bottom: 3px;}
form.default fieldset.box-form {
    background: #f7f7ef;
    border-bottom: 1px solid #e5e5de;
    padding: 21px;
    padding-left: 100px;
    margin: 20px 15px 0 15px;
    float: left;
    position: relative;
    width: 36%;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;

    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

form.default .fl-box {
    float: left;
    width: 36%;

    width: 36%;
    /*padding-right: 143px;*/


    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

form.default .fl-box fieldset.box-form {
    width: 100%;
}

form.default .col-form {
    width: 36%;
    margin: 20px 15px 0 15px;
    /*padding: 21px;
    padding-left: 100px;*/
    float: left;
}

form.default .col-form fieldset.box-form {
    float: none;
    width: auto;
    /*padding: 0;*/
    margin: 0;
    margin-right: 131px;
}

form.default fieldset.box-form legend {
    position: absolute;
    left: 14px;
    top: 31px;
    color: #7D8C95;
    font-weight: bold;
    font-size: 90%;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
    width: 83px;
}

form.default fieldset.box-form legend .number {
    font-size: 2em;
    vertical-align: top;
    position: relative;
    top: -11px;
}

form.default fieldset.box-form label {
    display: block;
}

form.default fieldset.box-form.inline legend {
    top: 17px;
}

form.default fieldset.box-form.inline label {
    display: inline-block;
    margin-right: 20px;
}

form.default fieldset.box-form.inline .uniform-radio input,
form.default fieldset.box-form.inline div.uniform-radio {
    margin-bottom: 0;
}

form.default fieldset.box-form.inline div.uniform-radio {
    margin-right: 3px;
}

form.default fieldset.box-form .row {
    margin-bottom: 15px;
}

form.default .checkboxes {
    padding: 15px 15px 0;
}

form.default .checkboxes label {
    display: inline-block;
    margin-bottom: 10px;
}

form.default p {
    clear: both;
    padding: 15px 15px 0;
    margin: 0;
}


form.default ::-webkit-input-placeholder {
    color: #6b6b68;
}

form.default :-moz-placeholder {
    color: #6b6b68;
}

form.default :-ms-input-placeholder {
    color: #6b6b68;
}

form.default input.text,
form.default textarea.text {
    background: #dbdbd5 url("../../images/front/form-input-background.png") repeat-x left top;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #818181;
    border-right: 1px solid #b6b6b6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 10px;
    width: 313px;
    font-family: "LucidaGrandeRegular", Arial, sans-serif;
    color: #6a6a67;
    width: 95%;
    max-width: 95%;

}

form.default input.text.error,
form.default textarea.text.error {
    background: #dbdbd5 url("../../images/front/form-input-background-error.png") repeat-x left top;
    color: #d95c53;
    border-top: 1px solid #d95c53;
    border-bottom: 1px solid #e9a29c;
    border-left: 1px solid #d95c53;
    border-right: 1px solid #e9a29c;
}

form.default input.text.required,
form.default textarea.text.required {
    border-top: 1px solid #d95c53;
    border-bottom: 1px solid #e9a29c;
    border-left: 1px solid #d95c53;
    border-right: 1px solid #e9a29c;
}


form.default .error::-webkit-input-placeholder {
    color: #d95c53;
}

form.default .error:-moz-placeholder {
    color: #d95c53;
}

form.default .error:-ms-input-placeholder {
    color: #d95c53;
}



form.default div.uniform-selector {
    padding-left: 8px;
    padding-right: 10px;
    width: 95%;
}

form.default div.uniform-selector span {
    width: auto;
    margin-right: -10px;
    text-shadow: none;
    color: #6d6d6a;
    font-family: "LucidaGrandeRegular", Arial, sans-serif;
}

form.default input.text.czk {
    background-image: url("../../images/common/jquery-uniform/form-sprite.png");
    background-position: right -300px;
}

form.default input.text {
    padding: 7px 8px;
}

form.default input,
form.default div.uniform-selector,
form.default .box-form div.radio {
    /*margin: 0 0 10px; TODO: nesmysl, definovat az tam, kde je potreba */
}

form.default .box-form div.uniform-radio {
    margin-right: 6px;
}

form.default input.submit {
    background: #f6f6f6 url("../../images/front/submit-button-background.png") repeat-x left bottom;
    border: 1px solid #848484;
    color: #0e0e0e;
    text-shadow: 0 1px 0 #fff;
    padding: 7px 8px;
    cursor: pointer;
}

form.default label {
    cursor: pointer;
}

form.default .description {
    color: #6b7a84;
    padding: 15px;
    clear: both;
    margin: 0;
    font-size: 85%;
}

form.default .description p {
    margin-bottom: 10px;
    padding: 0;
}


form.default .updown-control {
    position: relative;
    display: inline-block;
}

form.default .updown-control .updown-up,
form.default .updown-control .updown-down {
    background: url("../../images/front/updown-sprite.png") repeat-x left bottom;
    position: absolute;
    right: 1px;
    width: 15px;
    height: 12px;
    cursor: pointer;
}

form.default .updown-control .updown-up {
    background-position: 0 0;
    top: 1px;
    border-bottom: 1px solid #8baf3b;
}

form.default .updown-control .updown-up:hover {
    background-position: -15px 0;
}

form.default .updown-control .updown-down {
    background-position: 0 -12px;
    bottom: 1px;
}

form.default .updown-control .updown-down:hover {
    background-position: -15px -12px;
}


div.delivery-info{
    display: none;
}

/************************************************************************************
MEDIA
*************************************************************************************/

.post-media {
    float: left;
    width: 100%;
    height: 705px;
}


/************************************************************************************
Cookie
*************************************************************************************/

.eu-cookies {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
}

.eu-cookies button {
    background: green;
    color: white;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/




#sidebar {
    border-top: 1px solid #e6e6df;
    border-bottom: 1px solid #d7d7d6;
}

/* News */

#articles {
    background: #fffff7;
    /*border-top: 1px solid #fff;*/
    /*border-left: 1px solid #fff;*/
    border-bottom: 1px solid #e6e6df;
    overflow: hidden;
    height: 99%;
}

#articles .article {
    border-top: 1px solid #fff;
    /*border-bottom: 1px solid #e6e6df;*/
    min-height: 110px;
    background: #fafaf2;
    padding: 20px;
    float: left;
    width: 159px;
    border-right: 1px solid #e6e6df;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 20%;

    /*height: 20% !important;*/
    overflow: hidden;
    min-height: 300px;

}

#articles .article h2 {
    font-weight: normal;
    font-size: 130%;
    clear: both;
    padding-top: 15px;
}

#articles .article.odd {
    background: #fffff7;
}
#articles .article.last {
    border-right: 0;
}

#articles img.image {
    float: left;
    margin-right: 15px;
}

#articles .article a.order {
    display: inline-block;
    margin-top: 10px;
}


/************************************************************************************
FOOTER
*************************************************************************************/

footer {
    clear: both;
    color: #a2a09a;
    background: #3e3c33 url("../../images/front/footer-background-2.png") 0 0 repeat-x;
    padding: 90px;
    overflow: auto;
}

footer .col {
    width: 240px;
    float: left;
    min-height: 225px;
    line-height: 1.6em;
}

footer .col.first {
    /*
    border-right: 1px solid #47453d;
    border-right: 1px solid rgba(0,0,0,0.3);
    */
}

footer .col.last {
    border-left: 1px solid #5b584f;
    border-left: 1px solid rgba(255,255,255,0.1);

    box-shadow: -1px 0 0 #47453d;
    box-shadow: -1px 0 0 rgba(0,0,0,0.3);

    padding-left: 45px;
}

footer .col .mt {
    margin-top: 25px;
}

footer a {
    color: #a2a09a;
    text-decoration: underline;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
}

footer a:hover {
    color: #cbc9c3;
}

footer #copyright {
    color: #cbc9c3;
    clear: both;
    padding-top: 80px;
}

footer address {
    font-style: normal;
}

footer address,
footer .contact {
    margin-bottom: 34px;
}

footer #logos {
    float: right;
    width: 35%;
}

footer #logos a {
    float: left;
    margin: 0 25px 25px 0;
    width: 80px;
    height: 80px;
}
footer .gopay {
    margin-top: 20px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

.clear {clear: both;}

/************************************************************************************
Commercial
*************************************************************************************/

#box-comercial {
    height: 250px;
    background: #ccd2d0 url('../../images/front/box-commercial-background.png') left bottom repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    top: -250px;
    clear: both;
    border-left: 1px solid #d7d7d6;
}

#box-comercial .box {
    width: 32.9%;
    height: 260px;
    position: relative;
    float: left;
    left: 3px;
    top: 2px;
    margin-right: 1%;
}

#box-comercial .box.last {
    margin-right: 0;
    width: 31.9%;
}

#box-comercial .box .dvirka {
    background: #fff url("../../images/front/zasuvka-dvirka-background.png") repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    height: 240px;
    border-radius: 5px;
    box-shadow: 3px 0 3px rgba(170,170,170,0.5);
    width: 60%;
    border: 1px solid rgba(0,0,0,0.1);
}

#box-comercial .box .dvirka strong {
    font-size: 18px;
    font-weight: normal;
    margin: 30px 10px 11px 20px;
    display: inline-block;
}

#box-comercial .box .dvirka .heading {
    color: #db3434;
}

#box-comercial .box .dvirka strong small {
    display: block;
    font-size: 14px;
}

#box-comercial .box .dvirka p {
    margin: 5px 10px;
    margin-left: 20px;
}

#box-comercial .box .dvirka a.order {
    margin: 15px 10px 0 20px;
    display: inline-block;
}

#box-comercial .box .dvirka a.green,a.green {
    color: #70941E !important;
}

#box-comercial .box .zasuvka {
    background: url("../../images/front/zasuvka-background.png") no-repeat right top;
    position: absolute;
    height: 246px;
    width: 201px;
    right: 0;
    top: -3px;
}

#box-comercial .box img {
    position: absolute;
    right: 30px;
    top: 20px;
}

/************************************************************************************
Courses
*************************************************************************************/

#box-courses{
    height: 424px;
    background: #fff url('../../images/front/courses-background.png') repeat-x;
    border-bottom: 1px solid #d7d7d6;
    position: relative;
    /*margin-top: 250px;*/
}


/* List courses */
.list-courses {
    position: relative;
}

.list-courses table thead th {
    text-align: left;
    padding-left: 20px;
}

.list-courses table tbody th {
    text-align: left;
    background: #b5baaa;
    color: #fff;
    border-top: 1px solid #969a97;
    border-bottom: 1px solid #a8ab9c;
    padding: 15px 6px 15px 20px;
    font-size: 22px;
    font-weight: normal;
}

.list-courses table tbody td {
    padding: 15px 6px 15px 20px;
}

.list-courses table tbody td .day,
.list-courses table tbody td .month,
.list-courses table tbody td .time {
    color: #7d8c95;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

.list-courses table tbody td .day {
    font-size: 24px;
}

.list-courses table tbody td .time {
    display: block;
}

.list-courses table .round-button {
    visibility: hidden;
}

.list-courses table tr:hover .round-button {
    visibility: visible;
}

.list-courses table td.button {
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
}

.list-courses table td.button .round-button {
    width: auto;
    height: auto;
    margin: 0;
}

.list-courses .price {
    text-align: right;
}

/************************************************************************************
Courses
*************************************************************************************/

#layout-view {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 50;

}
#layout-view a {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    padding: 2px 1px 1px 2px;
    opacity: 0.5;
    border: 1px solid #d5dad7;
}

#layout-view a:hover,
#layout-view .active {
    opacity: 1;
    border: 1px solid #939795;
}

#layout-view a.last {
    margin-right: 0;
}

.box-goods {
    height: 510px;
    background: #eee8dd url("../../images/front/box-goods-background-3.png");
    position: relative;
    overflow: hidden;
}

#products .box-goods {
    overflow: visible;
    min-height: 850px;
}

section.box-goods {
    border-top: 1px solid #fff;
}

.box-goods a.shelve {
    display: block;
    margin-bottom: 50px;
    height: 201px;
}


.box-goods a.shelve span {
    position: absolute;
    background: url('../../images/front/box-goods-shelve.png') no-repeat;
    left: -25px;
    top: -12px;
    width: 180px;
    height: 201px;
}


.box-goods a.shelve img {
    position: relative;
    left: 2px;
    top: 15px;
}


.box-shelve {
    height: 220px;
    background: url('../../images/front/shelve.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.box-shelve:after {
    content: "";
    height: 100%;
    background: url('../../images/front/shelve.png') no-repeat right top;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
}

.course-desc {
    /*width: 270px;*/
    height: auto;
    position: absolute;
    left: 410px;
    top: 75px;
    right: 330px;

}

.course-desc .inner {
    width: 307px;
    float: left;
    margin-right: 30px;
}

.course-desc p {
    margin: 0;
}

.course-desc .heading {
    font-weight: bold;
    text-transform: uppercase;
    color: #979894;
    text-shadow: 0 1px 0 #eff0ec;
    margin: 0;
    display: inline-block;
    margin-right: 6px;
}

.course-desc .heading a {
    color: #979894;
    text-decoration: none;
}

.course-desc .title {
    color: #373737;
    font-size: 180%;
    margin: 10px 0;
}

.course-desc .title a {
    color: #373737;
    text-decoration: none;
}

.course-desc .round-button {
    float: left;
}

.course-desc .star-rating {
    /*position: absolute;
    right: 0;
    top: 6px;*/
    display: inline-block;
	display:none;
}

#course-calendar {
    position: absolute;
    left: 31px;
    top: 65px;
}

#course-calendar:after {
    content: "";
    background: url("../../images/front/calendar-shadow.png") center bottom no-repeat;
    width: 405px;
    height: 48px;
    position: absolute;
    left: -25px;
    bottom: -50px;
}

#course-calendar table {
    width: 100%;
}

#course-calendar td {
    padding: 0;
}

#course-calendar .time {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 81px;

}

#course-calendar .time.morning {
    background: url("../../images/front/time-morning.png") center center no-repeat;
}

#course-calendar .time.afternoon {
    background: url("../../images/front/time-afternoon.png") center center no-repeat;
}

#course-calendar .controls {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -67px;
}

#course-calendar .controls .control {
    display: inline-block;
    border-radius: 100%;
    background: #9e9e9e;
    width: 5px;
    height: 5px;
    cursor: pointer;
}

#course-calendar .controls .control.active {
    background: #028db5;
}

.course-img {
    width: 286px;
    position: absolute;
    right: 14px;
    bottom: 0;
}
.course-img img {
    float: right;
    z-index: -50000;
}

/************************************************************************************
Gallery
*************************************************************************************/

#box-media{
    height: 705px;
    background: #fff url("../../images/front/bck_paper-film.png") repeat-x;
    position: relative;
}

#box-media .arrow-prev,
#box-media .arrow-next {
    position: absolute;
    left: 40px;
    background: url("../../images/front/arrow_L.png") no-repeat;width: 24px;
    height: 31px;
    z-index: 1111;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

#box-media .arrow-next {
    left: auto;
    right: 40px;
    background: url("../../images/front/arrow_R.png") no-repeat;
}


#box-media .arrow-prev:hover,
#box-media .arrow-next:hover {
    opacity: 1;
}

#box-media .arrow-prev:active {
    margin-left: -1px;
    margin-top: 1px;
}

#box-media .arrow-next:active {
    margin-right: -1px;
    margin-top: 1px;
}


#box-media h3 {
    color: #70716d;
    text-shadow: 0 1px 1px #fff;

    font-size: 50px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 27px;
}

#box-media .box-desc {
    text-align: center;
}

#box-media .box-desc a {
    color: #70716d;
    font-size: 16px;
}


#photos .arrow-prev,
#photos .arrow-next {
    top: 90px;
}

#videos .arrow-prev,
#videos .arrow-next {
    top: 72px;
}



/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
    display: none;
    width: 270px;
    padding: 19px 35px;
    cursor: default;

    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 12px;

    background: #fff url("../../images/front/calendar-background.png") left bottom repeat-x;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;

    /*	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
            -moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
            box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);*/
}

/* Calendar Header */
.ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-datepicker-title { text-align: center; }

/* Month */
.ui-datepicker-month {
    position: relative;
    padding-right: 15px;
}

.ui-datepicker-month:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';

    background: #a5cd4e;
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.ui-datepicker-calendar {
    border-top: 1px solid #fff;
}

/* Year */

.ui-datepicker-month,
.ui-datepicker-year,
table.ui-datepicker-calendar thead th span {
    color: #9c9c9c;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}

.ui-datepicker-year {
    padding-left: 8px;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: -2px;
    padding: 5px;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 0;
    padding-left: 0;
}

.ui-datepicker-next {
    right: 0;
    padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
    display: block;
    width: 5px;
    height: 10px;
    text-indent: -9999px;

    background-image: url("../../images/front/arrows.png");
}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position: -5px 0px; }

.ui-datepicker-prev-hover span { background-position: 0px -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; }

/* Calendar "Days" */
.ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;

    text-align: center;
    font-weight: normal;
    color: #a8a8a8;
}

.ui-datepicker-calendar td {
    padding: 0 7px;

    text-align: center;
    line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 26px;
    outline: none;

    text-decoration: none;
    color: #565656;

    border: 1px solid transparent;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
    color: #0d90b6;
    border-color: #0d90b6;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #a3a3a3; }

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    /*filter: mask();*/ /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/************************************************************************************
GOODS
*************************************************************************************/

#products {
    background: #eee8dd url("../../images/front/box-goods-background-3.png");
    overflow: hidden;

}

#products.empty {
    background-image: none;
}

.goods-item {
    width: 30%;
    float: left;
    min-height:  150px;
    position: relative;
    z-index: 10;
    left: 10%;
    top: 20px;
    text-shadow: 0 1px 0 #fff;
    height: 510px;
}

.goods-item .flag {
    position: absolute;
    width: 84px;
    height: 101px;
    left: -79px;
    top: 96px;
    background-repeat: no-repeat;
}

.goods-item .flag-new {
    background-image: url('../../images/front/nalepka_novinka.png');
}

.goods-item .flag-bestseller {
    background-image: url('../../images/front/nalepka_bestseller.png');
}

.goods-item .flag-signature {
    background-image: url('../../images/front/nalepka_autora.png');
}
.goods-item .flag-signatures {
    background-image: url('../../images/front/nalepka_autoru.png');
}

.goods-item .flag-news-signatures{
    background-image: url('../../images/front/nalepka_novinka_autoru.png');
}

.goods-item .anotation {
    width: 80%;
    text-align: left;
    color: #373737;
}

.goods-item .anotation h3 {
    margin: 5px 0 8px;
    font-size: 1.6em;
    font-weight: normal;
}

.goods-item .anotation h3 a {
    color: #373737;
    text-decoration: none;
}

.goods-item .anotation .price {
    font-weight: bold;
    font-size: 1.6em;
    margin: 10px 0 2px;

}

.goods-item .anotation p,
.goods-item .anotation .price {
    color: #686868;
}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
    background: url('../../images/front/icons/star.png') left -1000px repeat-x;

}

.star-rating {
    position:relative;
    width:65px;
    height:12px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
	display:none;
}

.star-rating li{
    display: inline;
}

.star-rating a,
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:13px;
    line-height:12px;
    outline:none;
    overflow:hidden;
    border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left bottom;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}

.star-rating a.three-stars{
    width:60%;
    z-index:4;
}

.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.stars{
display:none:}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}

.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}

/*SELECT BOX*/

.round-button {
    height: 63px;
    width: 270px;
    margin: auto;
    margin-top: 15px;
}

.round-button a {
    text-decoration: none;
}

.round-button .left,
.round-button .right {
    display: inline-block;
    height: 61px;
    background: #6c901b url("../../images/front/button-background.png") left top repeat-x;
    vertical-align: middle;
}

.round-button.red .left,
.round-button.red .right {
    color: #fff;
    text-shadow: 0 1px 0 #d82525;
    background: #6c901b url("../../images/front/button-background-red.png") left top repeat-x;
}

.round-button .left {
    color: #3e5706;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 0 #a1bf60;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    font-size: 20px;
    padding: 9px 10px 4px 30px;
    height: 45px;

    border-right: 1px solid #7f9e39;
    border-right: 1px solid rgba(50, 50, 50, 0.2);
}


.round-button .right {
    width: 50px;
    border-left: 1px solid #aecd69;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin-left: -4px;
    height: 58px;
    position: relative;
    cursor: pointer;
}

.round-button .right .arrow-down {
    width: 17px;
    height: 9px;
    position: absolute;
    left: 14px;
    top: 25px;
    background: url("../../images/front/button-arrow-down.png") no-repeat;
}

.round-button.red .right .arrow-down {
    background: url("../../images/front/button-arrow-down-white.png") no-repeat;
}

.round-button a.left:hover,
.round-button .right:hover,
.round-button .right.active {
    text-decoration: none;
    background: #6f941e;
    color: #fff;
    text-shadow: 0 1px 0 #4c6a0c;
    border-color: #4d690f;
}

.round-button.red a.left:hover,
.round-button.red .right:hover,
.round-button.red .right.active {
    text-decoration: none;
    background: #dd4040;
    color: #fff;
    text-shadow: 0 1px 0 #d82525;
    border-color: #d82525;
}


.round-button .left small {
    font-style: italic;
    font-family: Georgia, Arial, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 12px;
    text-transform: none;
}

.round-button .right.active .arrow-down {
    background: url("../../images/front/button-arrow-up.png") no-repeat;
}

.round-button.red .right.active .arrow-down {
    background: url("../../images/front/button-arrow-up-white.png") no-repeat;
}


input.round-button {
    color: #3e5706;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 0 #a1bf60;
    border-radius: 32px;
    border-radius: 32px;
    font-size: 16px;
    padding: 9px 17px 4px;
    height: 45px;
    border-right: 1px solid #7f9e39;
    border-right: 1px solid rgba(50, 50, 50, 0.2);

    border: 0;

    width: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

input.round-button.green {
    background: #6c901b url("../../images/front/button-background.png") left top repeat-x;
}

input.round-button.green:hover {
    color: #fff;
    text-shadow: 0 1px 0 #4c6a0c;
}

input.round-button.fr {
    margin-right: 20px;
}

/* Tlacitko v tabulce - zobrazeni jako list */
table .round-button {
    float: right;
}

table .round-button.open-button {
    visibility: visible !important;
}

table .round-button .left,
table .round-button .right {
    background: #6d911d url("../../images/front/button-small-background-green.png") repeat-x left top;
}

table .round-button .left {
    font-size: 12px;
    padding: 0 10px 0 14px;
    height: 32px;
    line-height: 32px;
}

table .round-button .right {
    width: 25px;
    height: 32px;
}

table .round-button .right .arrow-down {
    left: 9px;
    top: 24px;
    /*zoom: 0.6;*/
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);

    left: 2px;
    top: 13px;

}



.small-button {
    background: #98988b url("../../images/front/button-small-background-default.png") repeat-x left top;
    box-shadow: 0 1px 0 rgba(0,0,0,0.5);
    border-radius: 15px;
    text-decoration: none!important;
    cursor: pointer;
    border: 0;
    padding: 6px 12px;
    color: #4e4e4e !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    font-size: 90%;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.small-button.input {
    padding: 0;
}

.small-button.input input {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    padding: 6px 12px;
    position: relative;
    z-index: 20;
    cursor: pointer;
}

.small-button:hover {
    text-decoration: none !important;
}

.small-button.arrow-left,
.small-button.input.arrow-left input {
    padding-left: 37px;
}

.small-button.input.arrow-left {
    padding-left: 0;
}


.small-button.arrow-left:before {
    content: "";
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(0,0,0,0.3);
    box-shadow: 1px 0 0 rgba(255,255,255,0.3);
    background: url("../../images/front/button-small-arrow-left.png") 12px center no-repeat;

}

.small-button.arrow-right,
.small-button.input.arrow-right input {
    padding-right: 37px;
}

.small-button.input.arrow-right {
    padding-right: 0;
}

.small-button.arrow-right:after {
    content: "";
    width: 25px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    box-shadow: -1px 0 0 rgba(0,0,0,0.3);
    background: url("../../images/front/button-small-arrow-right.png") 10px center no-repeat;

}


.small-button.green {
    background: #6d911d url("../../images/front/button-small-background-green.png") repeat-x left top;
    color: #3e5706 !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.small-button.green input {
    color: #3e5706 !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
    font-size: 100%;
}








ul, li {
    margin:0;
    padding:0;
    list-style:none;
}

.menu_class {

}

.the_menu {
    display:none;
    /*	width:300px;*/
    z-index: 999;
    position: relative;
    padding: 10px 0;
}

.the_menu li {

}




.the_menu li a {
    background-color: #6c901a;
    color:#f9fcf3;
    text-decoration:none;
    padding: 6px 14px;
    display:block;
    text-shadow: 1px 0 0 #567315;
}

.the_menu.red li a {
    background-color: #dd4040;
    color:#fff;
    text-shadow: 1px 0 0 #d82525;
    border-bottom: 1px solid #d82525;
    border-top: 1px solid #d82525;
}

.the_menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.the_menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.the_menu li a:hover {
    background: #688a19;
    color: #fff;
}
.the_menu.red li a:hover {
    background: #da2f2f;
}




#photos {
    padding: 25px 100px 0;
    position: relative;
}

#photos li .frame {
    background: url("../../images/front/frame.png") no-repeat;
    width: 158px;
    height: 158px;
    display: inline-block;
    position: relative;
}

#photos li .frame img {
    position: relative;
    top: 16px;
    left: -2px;
}

#photos .photo-meta-data {
    left: 7px;
    right: 11px;
    bottom: 12px;
}



#videos {
    padding: 40px 100px 0;
    position: absolute;

    left: 0;
    right: 0;
    height: 150px;
    top: 437px;
}









.carousel-box .photo-meta-data {
    background: url("../../images/front/transpBlack.png");
    padding: 5px;
    color:#fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0;

    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;

}


.carousel-box li:hover .photo-meta-data {
    opacity: 1;
}

.carousel {

}

.carousel li {
    position: relative;
    float: left;
    width: 150px;
    text-align: center;
}


/*
 * Newsletter form
*/

#newsletter form {
    background: #fffff7;
    padding: 25px 0;
    height: auto;
    margin-bottom: 0;
display:none;
}

#newsletter input {
    position: relative;
    margin: 0;
    vertical-align: middle;
}

#newsletter input.text {
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    left: 30px;
    width: 270px;
}

#newsletter input.submit {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;

    left: 17px;
    height: 32px;

}







.voucher-box {
    background: #d6dbd7 url("../../images/front/voucher-background.png") left bottom repeat-x;
    overflow: hidden;
    padding: 30px;
}

.voucher-box .frame {
    background: url("../../images/front/voucher-frame.png");
    width: 247px;
    height: 139px;
    float: left;
    margin-right: 30px;
}

.voucher-box .frame img {
    position: relative;
    left: 16px;
    top: 18px;
}

.voucher-box .text {
    padding-left: 270px;
    color: #686868;
}

.voucher-box .text .heading {
    text-transform: uppercase;
    color: #989b98;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    margin: 16px 0 8px;
    display: block;
    font-size: 1.5em;
}

.voucher-box .text .highlight {
    color: #373737;
    font-size: 1.6em;
    margin: 0 0 8px;
}


/* Dny v kalendari, kdyz se nic nedeje */
#calendarHomepage .ui-datepicker-unselectable .ui-state-default { color: #999; }
/* Dny v kalendari, kdyz se neco deje */
#calendarHomepage .available-course a.ui-state-default { color: #026acb; font-weight: bold; }









/* Zakladni tabulka */

table.full {
    width: 100%;
}

table.common {


}

table.common thead th {
    background: #dcdcdc url(../../images/front/table-thead.png) left top repeat-x;
    color: #989898;
    text-shadow: 1px 1px 0 #fff;
    border-bottom: 1px solid #aeaeae;
    line-height: 38px;
    font-weight: normal;
}

table.common tbody tr.even td {
    background: #f7f7ef;
    border-bottom: 1px solid #e4e4dc;
}

table.common tbody tr.odd td {
    background: #fffff7;
    border-bottom: 1px solid #e4e4dc;
}

table.common tbody tr td.button {
    white-space: nowrap;
}





/* ruzne barvy, poporade dle navrhu */
table.common tbody tr.row1 td {
    background: #dee1df;
    border-top: 1px solid #eceeec;
    border-bottom: 1px solid #cfd1ce;
}

table.common tbody tr.row2 td {
    background: #e1e3de;
    border-top: 1px solid #f7f8f6;
    border-bottom: 1px solid #d5d6d1;
}

table.common tbody tr.row3 td {
    background: #f2f4ef;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dedfd9;
}

table.common tbody tr.row4 td {
    background: #f1f2eb;
    border-top: 1px solid #fcfdfb;
    border-bottom: 1px solid #e1e2da;
}

table.common tbody tr.row5 td {
    background: #fefef7;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e5e5df;
}







table.common tfoot td {
    background: #d9d9c6;
    color: #686868;
    /*border-top: 1px solid #f4f4ee;*/
    border-bottom: 1px solid #c3c3b2;
    font-size: 130%;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #e1e1d1;
    font-weight: bold;
    padding: 20px 0;
    box-shadow: inset 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 0px white;
    -webkit-box-shadow: inset 0px 1px 0px white;
    -o-box-shadow: inset 0px 1px 0px white;
}







/* Shopping cart */

#cart {
    position: relative;
}

#cart .empty {
    position: absolute;
    right: 80px;
    top: -25px;
    z-index: 10;
    color: #373737;
    text-shadow: 0 1px 0 #989689;
}

#cart .recount {
    position: absolute;
    right: 83px;
    top: -45px;
    z-index: 10;
    color: #373737;
    text-shadow: 0 1px 0 #989689;
}

#cart-steps {
    overflow: hidden;
    background: #d9d9c6 url(../../images/front/navigation-back.png) left bottom repeat-x;
}

#cart-steps li {
    float: left;
    line-height: 60px;
    color: #848479;
    text-shadow: 0px -1px 0px #e0e0d9;
    font-weight: bold;
    font-size: 130%;
    text-transform: uppercase;
    padding: 0 30px;
    margin-right: 30px;
    position: relative;
}

#cart-steps li a, #cart a.course-name {
    color: #848479;
    text-decoration: none;
}

#cart-steps li.previous {
    background: #bfbfbf url(../../images/front/navigation-prev-back.png) left bottom repeat-x;
    color: #858585;
    text-shadow: 1px 1px 0 #cccccc;
    padding-left: 15px;
    padding-right: 16px;
}


#cart-steps li.previous:before {
    content: "";
    background: url(../../images/front/navigation-prev-left.png) left top no-repeat;
    position: absolute;
    left: -15px;
    height: 62px;
    bottom: 0;
    width: 15px;
}

#cart-steps li.previous:after {
    content: "";
    background: url(../../images/front/navigation-prev-right.png) left top no-repeat;
    position: absolute;
    right: -14px;
    height: 62px;
    bottom: 0;
    width: 14px;
}





#cart-steps li.current {
    background: #85ab31 url(../../images/front/navigation-current-back.png) left bottom repeat-x;
    color: #354414;
    text-shadow: 1px 1px 0 #b6cd83;

    padding-left: 16px;
    padding-right: 14px;
}

#cart-steps li.current:before {
    content: "";
    background: url(../../images/front/navigation-current-left.png) right top no-repeat;
    position: absolute;
    left: -14px;
    height: 62px;
    bottom: 0;
    width: 14px;
}

#cart-steps li.current:after {
    content: "";
    position: absolute;
    right: -16px;
    height: 62px;
    bottom: 0;
    width: 16px;
    background: url(../../images/front/navigation-current-right.png);
}



#cart p {
    padding: 30px;
}

#cart td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#cart td .image {
    position: relative;
    width: 101px;
    height: 137px;
    text-align: center;
    display: inline-block;
}

#cart td .image img {
    position: relative;
    top: 12px;
}

#cart td .image span {
    background: url("../../images/front/cart-image-cover.png") no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

#cart td .title {
    font-size: 140%;
    color: #373737;
}

#cart td .title a {
    color: #373737;
    text-decoration: none;
}

#cart td .description {
    font-size: 90%;
    padding: 0;
    margin-top: 10px;
    color: #686868;
}

#cart td .price {
    font-weight: bold;
    font-size: 160%;
    color: #686868;
}

#cart td .price-one {
    font-size: 90%;
    margin-top: 5px;
    color: #525252;
}

#cart td input.text {
    width: 25px;
}

#cart td a.link {
    font-size: 90%;
}


#cart td .rating {
    margin-top: 25px;
}

#cart td .rating .info {
    color: #525252;
    margin-bottom: 2px;
}

#cart td .star-rating {
    text-align: left;
    display: inline-block;

}

#cart .last-cell {
    padding-right: 30px;
}

#cart tfoot .first-cell {
    padding-left: 30px;
}

#cart tfoot .last-cell {
    padding-left: 30px;
    text-transform: none;
    font-weight: normal;
    font-size: 100%;
}

#cart tfoot .price {
    text-transform: none;
    white-space: nowrap;
}

#cart .buttons {
    padding: 30px;
    clear: both;
    overflow: hidden;
}

#cart address {
    font-size: 120%;
    font-style: normal;
}

#cart address .name {
    font-size: 130%;
}

#cart .box-form .price {
    font-weight: bold;
    float: right;
    font-size: 150%;
}

#cart .box-form ul {
    color: #6b7a84;
    font-size: 90%;
    margin-top: 8px;
    margin-left: 23px;
}

#cart .box-form ul li:before {
    content: "- ";
}

#cart a.course-name {
    color: #666;
    text-decoration: none;
}

#cart.step-3 .link-change {
    position: absolute;
    left: 15px;
    bottom: 20px;
}

#cart.step-3 .box-form {
    min-height: 163px;
    _heigh: 163px;
}

#cart.step-4 .box-form-voucher label,.box-form-voucher label {
    width: 75%;
    display: inline-block;
}

#cart.step-4 .box-form-voucher .small-button {
    margin-top: -5px;
}

#cart.step-4 .box-form {
    min-height: 95px;
    _heigh: 95px;
}

a.arrow-prefix:before {
    content: "» ";
}


/************************************************************************************
Stranka - detail produktu
*************************************************************************************/

#product-detail .heading {
    color: #fff;
    background: #9daf6b url("../../images/front/product-detail-heading.png") repeat-x;
    border-bottom: 1px solid #819157;
    margin-top: -1px;
    font-size: 170%;
    box-shadow: none;

}

#product-detail .sub-heading.collapsible {
    padding-left: 73px;
}

#product-detail .collapsible .arrow {
    left: 53px;
}







#product-info .image {
    position: relative;
    width: 247px;
    height: 311px;
}

#product-info .image img {
    position: relative;
    left: 29px;
    top: 46px;
}

#product-info .image .cover {
    background: url("../../images/front/product-detail-cover.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#product-info form {
    margin-top: 40px;
}

#product-info .updown-control {
    float: left;
    margin-right: 28px;
}

#product-info .updown-control input.text {
    width: 55px;
    padding: 0 8px;
    height: 25px;
}

#product-info .col-right {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: auto;
}



#product-info .col-right .rating {
    text-align: right;
}

#product-info .col-right ul.star-rating {
    text-align: left;
    float: right;
    margin-top: 2px;
}



#product-description .cols-3 {
    padding: 0 90px;
}

#product-description h3 {
    font-weight: normal;
    font-size: 150%;
}

#product-description .long-description {
    font-size: 140%;
    margin: 10px 0 35px;
}

#product-description li:before {
    content: "» ";
}


/************************************************************************************
Stranka - vypis lektoru
*************************************************************************************/

#lectors {
    background-image: none;
}

#lectors .row {
    background: #f2f2ea;
    border-bottom: 1px solid #dfdfd8;
    border-top: 1px solid #f0f0ee;
    overflow: hidden;
}

#lectors .row.odd {
    background: none;
    background-bottom: 1px solid #e5e5df;
    border-top: 1px solid #ffffff;
}

#lectors .lector {
    float: left;
    width: 31%;
    position: relative;
    min-height: 130px;
    left: 4%;
}

#lectors .lector .in {
    padding-left: 150px;
}

#lectors .lector a {
    color: #373737;
    text-decoration: none;
}


#lectors .lector img {
    position: absolute;
    left: 0;
    bottom: 0;
}

#lectors .lector .type {
    margin-top: 15px !important;
}

#lectors .lector .surname {
    display: block;
}

/************************************************************************************
Stranka - detail lektora
*************************************************************************************/

#chef-detail #h1 {
    background: #878763 url("../../images/front/h1-lector-background.png") repeat-x;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#chef-info {
    margin-bottom: 0;
    padding-bottom: 30px;
}

#chef-detail .col.image {
    height: 387px;
}

#chef-detail .col.image img {
    position: absolute;
    bottom: 0;
}

#chef-detail .inner {
    padding: 30px 57px;
}

#chef-detail td {
    padding: 15px 6px 15px 20px;
}

#chef-detail .full tbody td:first-child {
    padding-left: 57px;
}

#chef-detail table .links {
    font-size: 90%;
}

#chef-detail table div.links {
    margin-top: 15px;
}

#chef-detail table .links a {
    border-right: 1px solid #aeaeab;
    padding-right: 10px;
    float: left;
    margin-right: 6px;
}

#chef-detail table .links a:before {
    content: "» ";
}

#chef-detail table .links a:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

#chef-detail table td.tar span.links {
    float: right;
    margin-right: 30px;
}

#chef-detail table td .star-rating {
    float: right;
    margin-top: 4px;
}

#chef-detail table td.button {
    width: 220px;
    padding-right: 30px;
}

#chef-detail table td.button span.links {
    display: inline-block;
    float: right;
    margin-bottom: 20px;
}

#chef-detail .sub-heading {
    padding-left: 73px;
}

#chef-detail .collapsible .arrow {
    left: 53px;
}


/************************************************************************************
Stranka - detail kurzu
*************************************************************************************/


#course-detail #h1 {
    background: #7d8f43 url("../../images/front/h1-course-background.png") repeat-x;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -o-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #677537;
}

#course-info {
    margin-bottom: 0;
    padding-bottom: 30px;
    overflow: visible;
}

#course-info address {
    font-style: normal;
}

#course-detail .absolute-bottom {
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: right;
}

#course-detail .absolute-bottom .round-button {
    margin-top: 60px;
}

#course-detail .absolute-bottom .links a {
    float: none;
}

#course-detail .col.image {
    height: 387px;
}

#course-detail .col.image img {
    position: absolute;
    bottom: 0;
}

#course-detail .absolute-right {
    top: 90px;
    text-align: right;
}

#course-detail .inner {
    padding: 30px 57px;
}

#course-detail b.price {
    font-size: 100%;
    color: #7d8c95;
    text-shadow: 0 1px 0 #fff;
}

#course-detail .sub-heading.collapsible {
    padding-left: 73px;
}

#course-detail .collapsible .arrow {
    left: 53px;
}

#course-detail #may-interesting td:first-child {
    padding-left: 55px;
}

#course-detail #may-interesting td.button .links {
    float: right;
    margin-bottom: 45px;
}

#course-detail #may-interesting td.button .round-button {
    clear: right;
}


#course-detail .links {
    font-size: 90%;
}

#course-detail div.links {
    margin-top: 15px;
}

#course-detail .links a {
    border-right: 1px solid #aeaeab;
    padding-right: 10px;
    float: left;
    margin-right: 6px;
}

#course-detail .links a:before {
    content: "» ";
}

#course-detail .links a:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

#course-detail td.tar span.links {
    float: right;
    margin-right: 30px;
}


#course-detail #other-courses td:first-child {
    padding-left: 57px;
}

#course-detail #other-courses .star-rating {
    float: right;
    text-align: left;
    margin-bottom: 25px;
}

#course-detail #other-courses .round-button {
    clear: right;
}

.paginator {
    margin-top: 40px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    float:left;
    height: 48px; 
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.paginator a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 3px 7px;
    margin: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9999;
}

.paginator a.active {
    border: 1px solid #0082d5;
}

.paginator a:hover {
    color: #fff;
    background: #008ee8;
    border: 1px solid #0069ac;
    text-shadow: 0 1px 0 #333;
}

.paginator a.sortUp {
    padding-right: 15px;
    background-image: url('../../images/admin/sortd.gif');
    background-position: 97% center;
    background-repeat: no-repeat;
}

.paginator a.sortDown {
    padding-right: 15px;
    background-image: url('../../images/admin/sorta.gif');
    background-position: 97% center;
    background-repeat: no-repeat;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label-success, .badge-success, .label-paid, .label-paid_place {
    background-color: rgb(70, 136, 71);
}
.label-important, .badge-important, .label-storno {
    background-color: rgb(185, 74, 72);
}
.label-info, .badge-info, .label-accept {
    background-color: rgb(58, 135, 173);
}

h2.heading {
    text-align: left;
    background: #b5baaa;
    color: #fff;
    border-top: 1px solid #969a97;
    border-bottom: 1px solid #a8ab9c;
    padding: 15px 6px 15px 20px;
    font-size: 22px;
    font-weight: normal;
}

.basic-img { padding: 1px; margin: 5px 5px 5px 0; background: #fff; display: block; float: left; position: relative; border: 1px solid #ccc; 
             box-shadow: 0 0 3px #ccc;
             -moz-box-shadow: 0 0 3px #ccc;
             -webkit-box-shadow: 0 0 3px #ccc;}

.basic-img-normal { width: 100px; height: 100px;}
.basic-img-normal img { width: 100px; height: 100px; }
.basic-img-small { width: 50px; height:50px; }
.basic-img-small img { width: 50px; height: 50px; }
.basic-img-column { width: 60px; }

.box-detail-info {
    padding-left: 30px;
    position: relative;
}

.box-detail-info h1,
#lectors .lector h2,
#photogalleries h2 {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    color: #373737;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 180%;
}

.box-detail-info p {
    line-height: 1.7em;
}

.box-detail-info .image {
    width: 247px;
}

.box-detail-info .col-content {
    padding-top: 40px;
    margin-left: 60px;

}

.box-detail-info .author,
.box-detail-info .type,
#lectors .lector .type,
#photogalleries .photogallery .date {
    text-transform: uppercase;
    margin: 10px 0 6px;
    color: #a6a6a0;
    font-weight: bold;
    font-size: 120%;

}

.box-detail-info .absolute-right {
    position: absolute;
    right: 0;
    top: 35px;

    text-shadow: 1px 1px 0 #fff;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}

.box-detail-info ul.list {
    margin-bottom: 10px;
}

.box-detail-info ul.list a {
    padding: 10px 0;
    display: inline-block;
    font-size: 90%;
}

.box-detail-info .price {
    text-align: right;
}

.icon-watchdog {
    padding-right: 30px !important;
    background: url("../../images/front/watchdog.png") right center no-repeat;
}

.icon-shopping-cart {
    padding-right: 30px !important;
    background: url("../../images/front/shopping-cart.png") right center no-repeat;
}

.box-detail-info ul.list a:before {
    content: "» ";
}



.collapsible {
    position: relative;
}

.collapsible,
.collapsible .arrow {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.collapsible:hover {
    cursor: pointer;
    opacity: 0.9;
}


.collapsible .arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 5px;
    height: 9px;
    background: url("../../images/front/arrow-small-right.png") no-repeat;
}

.collapsible.collapse-open .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}



.post .availability {
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
}

.post .availability:before {
    content: "» ";
}


.post  .availability.available {
    padding-right: 30px;
    background: url("../../images/front/available.png") right center no-repeat;
}

.post .price {
    color: #686868;
    font-size: 200%;
    margin-top: 10px;
    font-weight: bold;
}

.post .weight {
    color: #686868;
    font-size: 140%;
    margin-top: 10px;
    font-weight: bold;
    text-align:right;
}

.ui-effects-transfer { border: 1px dotted #333; background-color: #efefef; opacity: 0.5; }

.hidden { display: none; }




/************************************************************************************
Stranka - vypis fotogalerii
*************************************************************************************/

#photogalleries .sub-heading {
    background: #b3b394;
    padding: 16px 300px 16px 57px;
    color: #fff;
    text-shadow: none;
    font-size: 150%;
    font-weight: normal;
    position: relative;
}

#photogalleries .sub-heading .uniform-selector {
    position: absolute;
    right: 22px;
    width: 240px;
    top: 20px;
}


#photogalleries .row {
    background: #f2f2ea;
    border-bottom: 1px solid #dfdfd8;
    border-top: 1px solid #f2f2f0;
    overflow: hidden;
}

#photogalleries .row.odd {
    background: #fffff8;
    border-bottom: 1px solid #e5e5df;
    border-top: 1px solid #fff;
}

#photogalleries .photogallery {
    float: left;
    width: 50%;
    position: relative;
    min-height: 120px;
}

#photogalleries .photogallery .date {
    margin-top: 15px;
}

#photogalleries .photogallery .cover {
    background: url("../../images/front/gallery-cover.png") no-repeat;
    width: 171px;
    height: 118px;
    position: absolute;
    left: 0;
    top: 0;
}


#photogalleries .photogallery .in {
    padding-left: 200px;
    padding-right: 6px;
    overflow: hidden;
}

#photogalleries .photogallery .in .image {
    position: absolute;
    left: 15px;
    top: 1px;
    width: 171px;
    height: 118px;
}

#photogalleries .photogallery .in .image img  {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 134px;
}

#photogalleries .photogallery .detail {
    margin-bottom: 15px;
    display: inline-block;
}

#photogalleries .count {
    position: absolute;
    right: 2px;
    bottom: 2px;
    color: #fff;
    text-align: center;
    background: url("../../images/front/nav-count-2.png") no-repeat;
    line-height: 20px;
    width: 20px;
    height: 20px;
    z-index: 99;
    font-size: 10px;
}

#photogalleries .photogallery.odd .in {
    border-right: 1px solid #e2e2db;
}

#photogalleries .photogallery.even .in {
    border-left: 1px solid #fff;
}

#photogalleries .odd .photogallery.odd .in {
    border-right: 1px solid #eeeee8;
}

#photogalleries .odd .photogallery.even .in {
    border-left: 1px solid #fff;
}

#photogallery .photo {
    float: left;
    width: 171px;
    margin: 17px 15px 8px 20px;
    position: relative;
    height: 118px;
}

#photogallery .photo img {
    position: absolute;
    left: 19px;
    top: 15px;
    right: 7px;
    width: 130px;
}

/************************************************************************************
Stranka - vypis fotek z fotogalerie (detail)
*************************************************************************************/

#photogallery {
    overflow: hidden;
}

#photogallery .sub-heading {
    background: #b3b394;
    padding: 16px 120px 16px 57px;
    color: #fff;
    text-shadow: none;
    font-size: 150%;
    font-weight: normal;
    position: relative;

}

.sub-heading .backlink, .heading .backlink {
    position: absolute;
    right: 22px;
    top: 16px;
}

.sub-heading .backlink a, .heading .backlink a {
    font-size: 60%;
    text-decoration: none;
    text-transform: none;
    color:	white;
}
.sub-heading .backlink a:hover, .heading .backlink a:hover {
    text-decoration: underline;
}


#photogallery .photo {
    float: left;
    width: 170px;
    margin: 17px 15px 8px 0;
    position: relative;
    left: 20px;
    text-align: center;
}

#photogallery .photo .cover {
    background: url("../../images/front/gallery-cover.png") no-repeat;
    width: 171px;
    height: 118px;
    position: absolute;
    left: -1px;
    top: 4px;
}

/**************************************************************************
RESPONSIVE - Mobile
***************************************************************************/

@media screen and (max-width: 640px) {

    #page {
        /*width: 320px;*/
        min-width: 320px;
    }

    #header nav {
        bottom: 8px;
    }

    #user-box .separator,
    #user-box a {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        box-shadow: none;
        display: block;
        text-align: right;
        padding-bottom: 20px;
    }

    nav select {
        display: block;
    }

    .course-img,
    #header .description,
    ul.star-rating,
    article.post-media,
    #layout-view {
        display: none;
    }

    #course-calendar {
        margin-bottom: 90px;
    }

    #course-calendar,
    .course-desc,
    #box-comercial {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
    }

    #course-calendar:after {
        content: "";
        background: none;
        width: 0;
        height: 0;
    }

    #course-calendar {
        margin-bottom: 0;
    }

    #course-calendar .time {
        position: static;
        margin-top: -25px;
    }

    #course-calendar .controls {
        position: static;
        margin-bottom: 15px;
    }

    #course-calendar .controls .control {
        width: 18px;
        height: 18px;
        margin: 0 5px;
    }


    #box-courses {
        margin-top: 0;
    }

    .course-desc .inner,
    .course-desc .round-button {
        float: none;
    }

    .box-goods {
        overflow: hidden;
    }

    .goods-item {
        left: 5%;
        top: 0;
    }

    #articles {
        border-bottom: 0;
    }

    #articles .article {
        width: auto;
        border-right: 0;
        float: none;
        min-height: 0;
        border-bottom: 1px solid #e6e6df;
    }

    .ui-datepicker {
        width: auto;
        padding: 19px 25px;
        margin: 6px;
    }

    .ui-datepicker-calendar .ui-state-default {
        width: auto;
    }

    #box-courses,
    .box-goods .box-shelve {
        background: none;
    }

    .course-desc,
    #box-courses,
    .box-shelve,
    .box-goods {
        height: auto;
    }

    .box-goods {
        padding-bottom: 15px;
    }

    .box-goods .box-shelve {
        border-bottom: 0;
    }

    .box-goods .box-shelve:after {
        background: none;
    }

    .box-goods a.shelve {
        margin-bottom: 25px;
        height: auto;
    }

    .box-goods a.shelve span {
        background: none;
    }

    .box-goods a.shelve img {
        max-width: 92%;
    }

    /* skladani produktu pod sebe */
    .box-goods .goods-item {
        float: none;
        left: 0;
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 10px;
        border-bottom: 1px solid #d7c9b5;
        border-top: 1px solid #fff;
    }

    .box-goods .goods-item.last {
        display: block;
        border-bottom: 0;
    }

    .box-goods a.shelve {
        float: left;
        margin-right: 10px;
    }

    .box-goods a.shelve img {
        top: 5px;
    }

    .box-goods a.shelve span {
        display: none;
    }

    .goods-item .anotation {
        width: auto;
    }



    .course-desc {
        margin: 15px 6px;
        text-align: center;
    }

    .course-desc .inner {
        width: auto;
        margin: 0;
    }


    #search-form .text {
        width: 105px;
    }

    nav select.mobile {
        left: 10px;
        bottom: 0;
        right: 150px;
    }

    footer {
        padding: 20px;
    }

    footer #copyright {
        padding-top: 30px;
    }

    #header {
        border-bottom: 0;
    }

    .post {
        margin-top: 0;
        background-position: 0 0;
    }

    .post #h1,
    .post .sub-heading {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .post .heading .admin-entity-control { display: none; }

    #product-detail .collapsible .arrow {
        left: 5px;
    }


    .list-courses table,
    .list-courses thead,
    .list-courses tbody,
    .list-courses tr,
    .list-courses th,
    .list-courses td {
        display: block;
    }

    .list-courses table thead th:nth-child(4),
    .list-courses table thead th:nth-child(5) {
        display: none;
    }

    .list-courses table td.button {
        text-align: center;
        border-bottom-width: 3px !important;
    }

    .list-courses table .round-button {
        visibility: visible;
        float: none;
        height: auto;
    }


    #box-comercial {
        height: auto;
        overflow: hidden;
        margin-top: 1px;
    }

    #box-comercial .box,
    #box-comercial .box.last {
        float: none;
        width: auto;
        margin: 0;
        left: 5px;
        top: 6px;
    }


    .voucher-box .frame {
        float: none;
    }

    .voucher-box .text {
        padding-left: 0;
    }

    #newsletter {
        padding: 0 20px;
        text-align: right;
    }

    #newsletter form {
        position: relative;
        padding-top: 50px;
    }

    #newsletter input {
        position: static;
    }

    #newsletter input.text {
        display: block;
        margin-bottom: 10px;
        width: auto;
        position: absolute;
        left: 0;
        top: 10px;
        right: 0;
        max-width: none;
    }




    form.default .heading {
        padding-right: 190px !important;
    }

    form.default .in-heading {
        width: 190px;
        text-align: right;
    }

    form.default .fl-box,
    form.default fieldset.box-form {
        width: auto;
        float: none;
    }

    form.default .fl-box fieldset {
        margin-left: 0;
        margin-right: 0;
    }

    form.default .fl-box {
        padding-right: 0;
    }

    form.default fieldset {
        overflow: hidden;
    }


    /* Paticka */
    #footer {
        line-height: 2em;
    }

    footer#footer .col {
        border: 0;
        padding: 0;
        float: none;
        width: auto;
        line-height: 2.2em;
        min-height: auto;
    }

    footer#footer .col.first {
        border-bottom: 1px solid #47453d;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 20px;
    }

    footer#footer .col.last {
        border-top: 1px solid #5b584f;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 20px;

        box-shadow: none;
    }


    footer #logos {
        float: none;
        width: auto;
        padding-top: 20px;
    }

    footer #logos a {
        margin: 0 10px 10px 0;
    }


    #cart tr,
    #cart th,
    #cart td {
        display: block;
        width: auto;
        text-align: center;
    }


    #cart td .rating {
        display: none;
    }


    #cart-steps li {
        float: none;
        line-height: normal;
        font-size: 130%;
        text-align: center;
        padding: 6px 0;
        margin: 0;
    }

    /* cols */
    .cols-3 .col {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 20px;
    }

    /* Product detail */

    #product-info {
        padding-left: 0;
    }

    #product-description .cols-3 {
        padding: 0;
    }

    #product-info .col-content {
        margin-left: 0;
    }


    #product-info .absolute-right,
    #product-info .col-right {
        position: static;
    }

    #product-info .absolute-right {
        margin-top: 15px;
    }

    #product-info .col-right ul.list li,
    #product-info form {
        text-align: center;
    }

    #product-info .updown-control {
        float: none;
    }

    #product-info .image {
        margin: 0 auto;
    }

    #product-info .col-right .rating {
        display: none;
    }

    #product-info .availability.available {
        text-align: right;
    }






    /************************************************************************************
    Stranka - vypis lektoru
    *************************************************************************************/


    #lectors .row,
    #lectors .row.odd {
        background: none;
        border: 0;
        overflow: visible;
    }



    #lectors .lector {
        float: none;
        width: auto;
        position: relative;
        left: auto;
        background: #f2f2ea;
        border-bottom: 1px solid #dfdfd8;
        border-top: 1px solid #f0f0ee;
    }

    #lectors .lector.odd {
        background: none;
        background: none;
        background-bottom: 1px solid #e5e5df;
        border-top: 1px solid #ffffff;
    }


    #lectors .lector .in {
        overflow: hidden;
    }

    #lectors .lector .type {
        margin-top: 35px !important;
    }

    #lectors .lector .surname {
        display: inline;
    }


    /************************************************************************************
    Stranka - detail lektora
    *************************************************************************************/

    #chef-detail .col.image {
        display: none;
    }

    #chef-detail .full tbody td:first-child {
        padding-left: 20px;
    }

    #chef-detail table td.button {
        width: auto;
    }

    #chef-detail table td.button span.links {
        float: none;
        display: block;
        width: auto;
        text-align: center;
    }

    #chef-detail table td.button span.links a {
        float: none;
    }

    #chef-detail table .links {
        display: block;
        float: none;
        width: auto;
    }

    #chef-detail table .links a {
        float: none;
    }

    .box-detail-info {
        padding-left: 0;
    }

    .box-detail-info .col-content {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }


    /************************************************************************************
    Stranka - vypis fotogalerii
    *************************************************************************************/

    #photogalleries .sub-heading {
        padding-right: 22px;
        height: auto;
    }

    #photogalleries .sub-heading form.default {
        margin: 10px 0 0;
        padding: 0;
    }

    #photogalleries .sub-heading .uniform-selector {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
    }

    #photogalleries form.default div.uniform-selector span {
        padding-left: 25px;
    }


    #photogalleries .row,
    #photogalleries .row.odd {
        background: none;
        border: none;
    }

    #photogalleries .photogallery {
        float: none;
        width: auto;
        position: relative;
    }


    #photogalleries .photogallery.even {
        background: #f2f2ea;
        border-bottom: 1px solid #dfdfd8;
        border-top: 1px solid #f2f2f0;
    }

    #photogalleries .photogallery.odd {
        background: #fffff8;
        border-bottom: 1px solid #e5e5df;
        border-top: 1px solid #fff;
    }

    #photogalleries .photogallery.odd .in,
    #photogalleries .photogallery.even .in,
    #photogalleries .odd .photogallery.odd .in,
    #photogalleries .odd .photogallery.even .in {
        border: none;
    }

    #course-info  {
        padding-bottom: 0;
    }

    #course-detail .col.image {
        display: none;
    }

    #course-detail .absolute-right,
    #course-detail .absolute-bottom {
        position: static;
    }

    .half {
	width: 100%;
	text-align: justify;
    }

    .half .half-content {
	padding: 10px;
    }

    .half.left {
	clear: both;
    }

    .half.right {
	clear: both;
    }




}


@media screen and (max-width: 640px) and (orientation: landscape) {

    /* Paticka */
    footer#footer .col {
        border: 0;
        padding: 0;
        float: left;
    }

    footer #logos {
        clear: left;
    }

}


/**************************************************************************
RESPONSIVE - Tablet
***************************************************************************/

@media screen and (max-width: 1000px) {

    nav ul#main-nav {
	display: none;
    }

    #chef-detail .col.image {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 245px;
	width: 160px;
    }

    nav select {
        /*width: 160px;*/
        display: block;
        height: 32px;
        position: absolute;
        left: 10px;
        bottom: 8px;
        right: 216px;
    }

    .list-courses table .round-button {
        visibility: visible;
    }

    #header .description {
	width: 300px;
	background-size: contain;
    }

    form.default .heading {
        padding-right: 50%;
    }

    footer #logos {
	width: 5%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 640px) {
    .course-desc {
	right: 20px;
    }

    .course-img {
	display: none;
    }

    #box-comercial .dvirka > p {
	display: none;
    }


}

/**************************************************************************
RESPONSIVE - 1200
***************************************************************************/


@media screen and (min-width: 1200px) {

    .goods-item {
        left: 9%;
        width: 22%;
    }

    footer #logos {
	width: 50%
    }
}


/**************************************************************************
RESPONSIVE - Wide (1500)
***************************************************************************/


@media screen and (min-width: 1400px) {

    #content {
        min-height: 850px; /* 750 vyska boxu + 80px vyska pro newsletter form */
        width: 100%;
    }

    #content .post,
    #box-comercial {
        margin-right: 400px;
        _top: 0;
        &top: 0;
    }

    #sidebar {
        position: absolute;
        right: 0;
        top: -250px;

        _top: 0;
        &top: 0;

        width: 400px;
        border-left: 1px solid #e6e6df;
        min-height: 100%;
        /*max-height: 100%;*/

        /*height: 750px;*/
        bottom: 0;

    }

    #sidebar #articles {
        border-bottom: 0;
        background: #fff;
    }

    #sidebar #articles .article {
        float: none;
        width: auto;
        min-height: 175px;
        border-right: 0;
        border-bottom: 1px solid #e6e6df;
    }


    #articles .article h2 {
        font-weight: normal;
        font-size: 130%;
        clear: none;
        padding-top: 0;
    }

    #articles .article a.order {
        margin-top: 0;
    }


    #main-nav a {
        padding-left: 27px;
        padding-right: 27px;
    }


    #search-form .text {
        width: 170px;
    }


    #main-nav li.socials {
        top: 0;
        right: 230px;


        padding-right: 17px;

        /* fallback */
        border-right: 1px solid #2d3a43;
        box-shadow: 1px 0 0 #1a2428;

        border-right: 1px solid rgba(18,16,11,0.3);
        box-shadow: 1px 0 0 rgba(255,255,255,0.06);

    }
    #user-box {
        top: 63px;
    }

    #articles {
        height: auto;
    }
    #content .flash-message {
	right: 400px;
    }
}


/**************************************************************************
RESPONSIVE - Wide (1920 and more)
***************************************************************************/


@media screen and (min-width: 1800px) {

    #content {
        width: 100%;
    }

    #content .post     {
        margin-top: 0;
        margin-right: 800px;
    }
    #content.has-flash-message .flash-message {
	margin-right: 400px;
    }


    #box-comercial {
        left: auto;
        right: 400px;
        top: 0;
        width: 400px;
        height: auto;
        min-height: 100%;
        /*max-height: 100%;*/
        background-image: none;


        background: none; /* FIXME ma zmizet i obrazek? bez modreho pozadi to je lepsi... */

        margin: 0;






        top: 0;
        bottom: 0;
        border-left: 1px solid #d7d7d6;
    }

    #box-comercial .box,
    #box-comercial .box.last {
        float: none;
        width: auto;
        margin: 0;
        height: 250px;
    }



    #sidebar {
        position: absolute;
        right: 0;
        top: 0;
        width: 400px;
    }

    #sidebar #articles .article {
        float: none;
        width: auto;
        /*min-height: 133px;*/

        min-height: 0;
        height: 127px;
    }

    #sidebar #articles .article.last {
        border-right: 1px solid #E6E6DF;
        border-bottom: 0;
    }

    #search-form .text {
        width: 170px;
    }


    #newsletter {
        position: absolute;
        right: 401px;
        top: 750px;
        width: 399px;
        height: 80px;
    }

}
