body
{
    background-color: #EFDB9E;
    background-image: url('../images/bgr_1.jpg'); 
    background-position: top center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

a { color: green; }
a:hover { color: #000; }
a.brown { color: #663300; }
a.vice { color: #663300; }

.kraj { max-height: 213px; }
.kraj_hover { color: green !important; }

/*a, a:hover { color: green; }*/

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

html.js .jshidden {
    display: none;
}

header { margin-bottom: 10px; margin-top: 5px; }
header .logo { width: 100%; max-width: 150px; height: auto; }
header p {
    font-size: 150%;
    font-weight: bold;
    margin-top: 65px;
}
@media (max-width: 991px) {
    header p { margin-top: 50px; }
}
@media (max-width: 768px) {
    header { text-align: center; }
    header p { margin-top: 20px; }
}

.label { font-size: 100%; padding: .1em .6em .2em; }
.label-default {
    background: green;
}

.navbar {
    border-radius: 2px;
}

section {
    background-color: #fff;
    border-radius: 4px;
    opacity: 0.92;
    padding: 20px;
    /* shadow */
    /*
    -webkit-box-shadow: inset 0px 0px 9px 6px rgba(170,170,170,1);
    -moz-box-shadow: inset 0px 0px 9px 6px rgba(170,170,170,1);
    box-shadow: inset 0px 0px 9px 6px rgba(170,170,170,1);
    */
}

.aside_box {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
}
.aside_box ul {
    padding-left: 0px;
    list-style: none;
}
.aside_box ul li ul { padding-left: 20px; }
.aside_box ul li { border-bottom: 1px solid #ddd; }
.aside_box ul li a { padding-left: 5px; display: block; }
.aside_box ul li a:hover { background: #ddd; text-decoration: none; }
.aside_box ul li:last-child { border-bottom: none }
.aside_box li.active > a { background: #ddd; text-decoration: none; font-weight: bold; }

.name-heading { font-weight: bold; }

h1, h2, h3 {
    font-family: 'Rammetto One', cursive;
}

h1 {
    font-size: 2.286em;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

h2 {
    padding: 12px 5px 5px 5px;
    font-size: 1.714em;
    background: #ddc577; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYzU3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #ddc577 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ddc577), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ddc577 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ddc577 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ddc577 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #ddc577 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc577', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
    background-repeat: no-repeat;
}
section h2, section h3 {
    padding-left: 20px;
    margin-left: -20px;
}
.aside_box h2, .aside_box h3 {
    padding-left: 10px;
    margin-left: -10px;
    margin-top: 0px;
}

.thumbnail h3 {
    margin-left: -4px;
}

h3 {
    font-size: 1.214em;
    padding: 12px 5px 5px 5px;
    background: #dbdbdb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  #dbdbdb 0%, #ffffff 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #dbdbdb 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #dbdbdb 0%,#ffffff 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #dbdbdb 0%,#ffffff 50%); /* IE10+ */
    background: linear-gradient(to right,  #dbdbdb 0%,#ffffff 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
    background-repeat: no-repeat;
}

h2 a, h3 a { color: #000; text-decoration: underline; }

h4 a, h4 a:hover { color: #000; text-decoration: underline; }

.technique-box {
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
    margin-top: 10px;
}
.technique-image {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
h3.technique-title { margin-top: 0; }

p {
    //font-size: 13px;
}

.main {
    margin-bottom: 20px;
}

.parent {display: table;}

.child {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
}

a.share, a.share:hover { color: #fff; text-shadow: none; font-weight: bold; border: none; }
a.share-fb, a.share-fb:hover { background: #3d5d95; }
a.share-tw, a.share-tw:hover { background: #00b0ed; }
a.share-gp, a.share-gp:hover { background: #d95232; }

.human > .thumbnail { border-radius: 2px; height: 375px; overflow: hidden; }
.human-foto {
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 20px;
}
.human-meta { min-height: 90px; }
.caption { margin-top: -15px; text-align: center; }
.caption h3 { margin-left: -14px; font-weight: bold; }
.label-techniky { 
    background: #FFF;
    color: #777;
    border: 1px solid #777;
    border-radius: .25em;
    padding: .2em .6em .3em;
    line-height: 2em;
    white-space: nowrap;
    font-size: 85%;
}

.center { text-align: center; }

.article-list {
    padding-left: 100px;
}
.contact-methods .fa {
    font-size: 1.5em;
}

.ikona {
    float: left;
    margin-right: 20px;
}

.rating-star {
    color: #877742;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: text-top;
}

.working_hours {
    margin-top: -25px;
    position: relative;
    left: 40px;
}
.mapa-cr { text-align: center; }
.mapa-cr > img { width: 100%; max-width: 500px; height: auto; }

.eshop-link { line-height: 64px; }

.product-min h3 { margin-top: 5px; }

footer {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    padding: 20px;
    opacity: 0.85;
}
footer ul li a { font-size: 90%; }

.slideshow-subs {
    margin-top: 30px;
    opacity: 0.8;
}

.img-center { display: block; margin: 0 auto; }
.img-bylina { width: 200px; height: auto; }

blockquote { border-right: 5px solid #eee; font-size: 90%; text-align: center; color: #777; }

.schovany { display: none; }

.sipka { 
    display: block; 
    height: 32px; 
    width: 32px;
    float: left;
}
a.odkaz-sipka { padding-left: 35px; height: 32px; line-height: 32px; display: block; }
.text-rozbalit { 
    padding-left: 10px; 
    display: block; 
    height: 32px; 
    line-height: 32px;
    float: left;
}
.dolu { 
    background: url("../pict/upload/images/ikony/sipka_dolu.png") no-repeat 0 50%;
}
.nahoru { 
    background: url("../pict/upload/images/ikony/sipka_nahoru.png") no-repeat 0 50%;
}
#popis .zobrazit-vice { margin-left: 25px; }

.references {
    margin-top: 20px;
}

.add-stars {
    cursor: pointer;
    margin: 0;
}

.well-gold { border-color: #ddc577; background: #f4edd7; }

/*
 * SHOP
 */
.shop-thumbs { margin-top: 10px; }
.item-meta h2, .item-meta h3 { margin-top: 0; }
.btn-cart { margin-top: 20px; font-weight: bold; }
.shop-item-img { 
    max-height: 150px;
    width: auto; }
.product > .thumbnail { border-radius: 2px; height: 375px; overflow: hidden; }
.product-list .icon {
    float: left;
    clear: both;
    margin-right: 10px;
}
.product-list .detail-preview { 
    padding-top: 5px;
    clear: both; 
}
.product-list .image-preview { 
    padding-top: 15px;
}

.product-meta { min-height: 90px; }
.price { font-size: 110%; }

@media (max-width: 768px) {
    body { background-image: none; }
    #wrapper {
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a {
        background: #ffed75;
        border-bottom: 1px solid #EFDB9E;
    }
}
@media (min-width: 768px) {
    .navbar .container { padding-left: 0px; }
}