/* CSS stylesheet by Jonáš Kýček - El TORO */
@font-face {
    font-family: 'desyrel';
    src: url('fonts/desyrel.eot');
    src: url('fonts/desyrel.eot?#iefix') format('embedded-opentype'),
        url('fonts/desyrel.woff') format('woff'),
        url('fonts/desyrel.ttf') format('truetype'),
        url('fonts/desyrel.svg#desyrelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fafers';
    src: url('fonts/fafers.eot');
    src: url('fonts/fafers.eot') format('embedded-opentype'),
        url('fonts/fafers.woff') format('woff'),
        url('fonts/fafers.ttf') format('truetype'),
        url('fonts/fafers.svg#FAFERSHandwritingFontRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*--- GLOBAL ---*/
html {
    min-height: 100%;
    position: relative;
}
body {
    background: white;
    text-align: center;
    margin: 0;
    min-width: 1240px;
}
.body {
    overflow: hidden;
}
body, img, textarea, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-family: 'Candara', Arial, sans-serif;
    font-weight: 400;
    color: rgb(48, 48, 48);
}
a {
    text-decoration: underline;
    color: #ef7b00;
}
a:hover, a.active, a.selected {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: 'desyrel', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1 {
    color: #dc4031;
    font-size: 45px;
    line-height: 40px;
    text-shadow: 0 3px white;
    padding: 50px 0 20px;
}
h2 {
    text-align: left;
    color: #ed6d00;
    text-shadow: 0 3px white;
    font-size: 45px;
    padding: 10px 0 10px;
}
h3 {
    color: #23a0e9;
    font-size: 35px;
    padding: 10px 0;
}
h4 {
    font-size: 24px;
    padding: 0 0 30px;
}
p {
    padding: 0 0 20px;
    margin: 0;
    font-style: italic;
    line-height: 22px;
    text-align: justify;
}
li {
    list-style-type: none;
}
hr {
    border: none;
    background: url(../soubory/images/bcg_hr.png) no-repeat 0 0;
    width: 100%;
    height: 10px;
    margin: 10px 0 40px 0;
}
.cb {
    clear: both;
    width: 100%;
    height: 0;
}
.left {
    float: left;
    text-align: left;
}
.img.left {
    margin: 0 30px 10px 0;
}
.right {
    float: right;
    text-align: right;
}
.img.right {
    margin: 0 0 10px 30px;
}
.center {
    text-align: center;
}
.hidden {
    display: none !important;
}
.container {
    width: 1160px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
iframe {
    border: 0;
}
/* HEADER */
header {
    background: url(../soubory/images/bcg_header.png) repeat-x center bottom;
    width: 100%;
    height: 158px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1000;
}
.homepage header {
    background: url(../soubory/images/bcg_header_white.png) repeat-x center bottom;
}
header .logo {
    padding-top: 12px;
    position: relative;
    z-index: 100;
}
header .logo a,
header .logo img {
    display: block;
}
nav ul {
    padding: 0;
    margin: 50px 0 25px 0;
    height: 42px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav ul li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
    position: relative;
}
nav ul li ul {
    display: none;
}
nav ul li a {
    font-family: 'desyrel';
    font-size: 22px;
    color: white;
    text-shadow: 0 2px rgba(0,0,0,0.2);
    display: block;
    text-decoration: none;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav ul li a:not(.active):hover {
    opacity: 0.6;
}
.homepage nav ul li a:not(.active):hover {
    opacity: 1;
    color: #d9270f;
}
.homepage nav ul li a {
    color: #ef7b00;
    text-shadow: none;
}
nav ul li a.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 54px;
    background: url(../soubory/images/bcg_menu_hover.png) no-repeat 0 100%;
    background-size: 100% 124px;
    margin: -6px -12px 0px;
}
/* SLIDER */
.banner {
    width: 100%;
    height: 350px;
    padding-top: 40px;
    background: url(../soubory/images/bcg_banner.png) no-repeat center bottom;
    overflow: hidden;
    position: relative;
    clear: both;
}
.slide a,
.slide img {
    display: block;
    position: relative;
}
.banner .slide {
    margin-right: 10px;
}
.banner .slide img {
    height: 300px;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner .slide.active img {
    opacity: 1;
}
.banner .slide .video-button {
    display: block;
    width: 100px;
    height: 75px;
    background: url(../soubory/images/ico_video.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -85px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner .slide.active .video-button {
    opacity: 1;
}
.banner .slide.active .video-button:hover {
    opacity: 0.8;
}

.banner .slide .video-button span {
    display: none;
}
.slide .header {
    position: absolute;
    min-width: 350px;
    left: 100px;
    top: 160px;
    color: white;
    font-family: "fafers";
    font-size: 74px;
    line-height: 50px;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
    text-align: right;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slide .header span {
    padding: 2px 30px;
    display: inline-block;
    background: url(../soubory/images/bcg_title_line1.png) no-repeat 0 0;
    background-size: 100% 70px;
}
.slide.active .header {
    opacity: 1;
    left: -290px;
}
.slide .header small {
    padding: 2px 30px;
    background: url(../soubory/images/bcg_title_line2.png) no-repeat 0 50%;
    background-size: 100% 38px;
    font-size: 40px;
    display: inline-block;
}
.slider {
    width: 100%;
    height: 100%;
}
.slides {
    width: 20000em;
    height: 100%;
    position: absolute;
}
.banner .slides {
    margin-left: 400px;
}
.slide {
    width: auto;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.browse {
    width: 75px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: -25px;
    background: url(../soubory/images/ico_prev_next.png) no-repeat 1px 50%;
    background-size: 170px;
    cursor: pointer;
}
.browse.next {
    left: auto;
    right: -25px;
    background-position: -98px 50%;
}
.browse:hover {
    opacity: 0.6;
}
.navi {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 2;
}
.navi a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: white;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.navi a:hover {
    background: #109fd5;
}
.navi a.active {
    background: #43b8ea;
}
/* MAIN PAGE */
section.content {
    min-height: 300px;
    overflow: hidden;
    clear: both;
}
section.content > .container {
    padding-bottom: 50px;
}
section.content ul {
    margin: 0 0 20px;
}
section.content li {
    list-style: circle;
    padding-bottom: 5px;
    font-style: italic;
}
.left-column {
    float: left;
    position: relative;
}
.homepage .left-column {
    width: 650px;
    min-height: 370px;
    padding-bottom: 50px;
    margin: 60px 0 20px;
}
.homepage .left-column:before {
    content: "";
    display: block;
    width: 691px;
    height: 100%;
    background: url(../soubory/images/bcg_uvod.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
}
.homepage .left-column p {
    padding: 0 55px 15px;
    font-style: italic;
}
.homepage .left-column p strong {
    color: #dc4031;
}
.homepage .left-column h1 {
    padding: 0;
    margin: -36px 0 30px 0;
}
/* MODULE NEWS */
.right-column {
    float: right;
}
.homepage .right-column {
    width: 450px;
}
.module.news .header {
    font-family: 'desyrel';
    font-size: 36px;
    color: #ef7b00;
    margin: 20px 0;
}
.module.news .header a {
    position: relative;
    text-decoration: none;
    color: #22a0e9;
}
.module.news .header a.akce {
    color: #d9270f;
}
.module.news .header a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 74px;
    height: 7px;
    background: url(../soubory/images/bcg_underline1.png) no-repeat;
    background-size: cover;
}
.module.news .header a.novinky:after {
    background-image: url(../soubory/images/bcg_undeline2.png);
    width: 132px;
    height: 12px;
}
.module.news .header a:hover:after {
    opacity: 0.3;
}
.news .item {
    clear: both;
    margin-bottom: 15px;
    min-height: 100px;
}
.news .item > a {
    font-family: 'desyrel';
    font-size: 28px;
    text-decoration: none;
    padding: 15px 0 0 170px;
    display: block;
    color: #22a0e9;
    text-decoration: none;
}
.module.news .item > a {
    padding-left: 118px;
}
.news .item.event > a {
    color: #d9270f;
}
.news .item > a:hover {
    opacity: 0.7;
}
.news .item p {
    padding: 0 0 0 170px;
}
.module.news .item p {
    padding-left: 118px;
}
.news .item .info {
    font-style: italic;
    font-size: 15px;
    padding: 0 0 10px 170px;
}
.news .item hr {
    margin: 30px 0 50px 160px;
}
.news .no-image {
    float: left;
    width: 57px;
    height: 63px;
    background: url(../soubory/images/ico_news.png);
    margin: 0 0 0 80px;
}
.module.news .news .no-image {
    margin: 0 0 0 40px;
}
.news .image {
    float: left;
    position: relative;
    margin: 0 0 10px;
}
.news .image img {
    width: 144px;
    height: 144px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.module.news .news .image img {
    width: 100px;
    height: 100px;
}
.news .image:after {
    content: "";
    display: block;
    background: url(../soubory/images/bcg_image2.png);
    background-size: cover;
    width: 148px;
    height: 147px;
    position: absolute;
    left: -1px;
    top: 0;
    pointer-events: none;
}
.module.news .news .image:after  {
    background-image: url(../soubory/images/bcg_image.png);
    width: 103px;
    height: 103px;
}
.news .date {
    float: left;
    background: url(../soubory/images/bcg_date.png);
    background-size: cover;
    width: 70px;
    height: 71px;
    text-align: center;
    color: #d9270f;
    font-family: 'fafers';
    font-size: 17px;
    margin: 10px 0 0 65px;
}
.news.novinka .date {
    margin: 0 20px 30px 0;
}
.module.news .date {
    margin: 10px 0 0 25px;
}
.news .date strong {
    font-size: 35px;
    font-family: 'desyrel';
    line-height: 68px;
}
/* NEWS */
div.novinka {
    margin: 20px 0;
}
.novinka .info {
    font-style: italic;
    font-size: 15px;
    padding: 0 0 10px 0;
}
.novinka_uvod {
    color: gray;
}
/* SLUZBY */
.sluzby {
    background: url(../soubory/images/bcg_dashed.png) no-repeat center top;
    margin: -30px 0 10px;
    padding-top: 20px;
}
.sluzby.sluzby2 {
    margin-bottom: 30px;
}
.sluzby .container {
    text-align: center;
}
.sluzby h2 {
    padding-top: 30px;
}
.sluzby .item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 10px 80px;
    position: relative;
    cursor: pointer;
}
.sluzby .item:before {
    content: "";
    display: block;
    width: 250px;
    height: 464px;
    background: url(../soubory/images/bcg_icons.png) -746px 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sluzby .item.active:before {
    opacity: 1;
}
.sluzby .item.item2:before {background-position: 0 0;}
.sluzby .item.item3:before {background-position: -498px 0;}
.sluzby .item.item4:before {background-position: -248px 0;}
.sluzby .item img {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.sluzby .item.item4 img {
    margin-left: -35px;
}
.sluzby .item .header {
    position: relative;
    color: #23a0e9;
    font-family: "desyrel";
    font-size: 35px;
    line-height: 28px;
    margin: -10px 0 10px;
}
.sluzby .item .header small {
    font-size: 25px;
}
.sluzby .item.item2 .header {color: #21c321;}
.sluzby .item.item3 .header {color: #ff7507;}
.sluzby .item.item4 .header {color: #d9270e;}
.sluzby .item.active .header {
    color: white;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.sluzby .item .content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sluzby .item.active .content {
    height: 160px;
    opacity: 1;
}
.sluzby .item .content p {
    color: white;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    padding: 0 20px 5px;
    text-align: center;
    line-height: 18px;
}
/* REFERENCE */
div.reference:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -40px;
    background: url(../soubory/images/bcg_gray.png) no-repeat center top;
}
div.reference {
    background: #f1f1f1;
    position: relative;
    padding-bottom: 60px;
}
div.reference h2 {
    color: #d9270f;
    padding: 10px 0;
}
.quote {
    width: 250px;
    padding: 40px 54px;
    position: relative;
    margin: 40px 0 0 160px;
}
.quote .content {
    position: relative;
    font-style: italic;
}
.quote .right {
    display: block;
}
.quote:before {
    content: "";
    display: block;
    position: absolute;
    width: 366px;
    height: 100%;
    left: -5px;
    top: 0;
    background: url(../soubory/images/bcg_quote2.png);
    background-size: 100% 100%;
}
.quote .content:before,
.quote .content:after {
    content: "";
    display: block;
    width: 36px;
    height: 28px;
    position: absolute;
    left: -35px;
    bottom: -35px;
    background: url(../soubory/images/ico_quote_left.png);
    background-size: cover;
}
.quote .content:after {
    left: auto;
    right: -40px;
    top: -40px;
    background-image: url(../soubory/images/ico_quote_right.png);
}

a.btn,
input[type="submit"] {
    display: inline-block;
    border: none;
    width: 108px;
    height: 46px;
    line-height: 46px;
    background: url(../soubory/images/buttons.png);
    color: white;
    font-family: 'desyrel';
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px rgba(0,0,0,0.2);
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.btn:hover {
    background-position: 0 -50px;
}
a.btn.btn1,
input[type="submit"] {
    width: 200px;
    background-position: -168px 0;
    background-size: 980px 92px;
}
a.btn.btn1:hover,
input[type="submit"]:hover {
    background-position: -168px -50px;
}
a.btn.back {
    width: 260px;
    background-size: 1280px 92px;
    background-position: -221px 0;
}
a.btn.back:hover {
     background-position: -221px -50px;
}
a.btn.prev {
    width: 150px;
    background-position: -124px 0;
}
a.btn.prev:hover {
    background-position: -124px -50px;
}
a.btn.red {
    width: 155px;
    background-position: -575px 0;
}
a.btn.red:hover {
    background-position: -575px -50px;
}
a.btn.blue {
    width: 165px;
    background-position: -402px 0;
    white-space: nowrap;
}
a.btn.blue:hover {
    background-position: -402px -50px;
}
/* GALLERY */
.gallery, .photo {
    float: left;
    margin: 0 20px 20px 0;
    width: 200px;
    height: 180px;
}
.photo {
    height: 130px;
}
.photo:hover {
    
}
.gallery .image, .photo .image {
    position: relative;
}
.gallery a, .photo a {
    display: block;
}
.gallery .image a,
.photo .image a {
    width: 200px;
    height: 130px;
    position: relative;
    overflow: hidden;
    background: #ff8706;
}
.gallery .image a:after,
.photo .image a:after {
    content: "";
    width: 200px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../soubory/images/image_mask1.png);
}
.gallery:nth-child(2n) .image a:after,
.photo:nth-child(2n) .image a:after {
    background: url(../soubory/images/image_mask2.png);
}
.gallery:nth-child(3n) .image a:after,
.photo:nth-child(3n) .image a:after {
    background: url(../soubory/images/image_mask3.png);
}
.gallery .image a img,
.photo .image a img {
    min-width: 200px;
    min-height: 130px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery .image a:hover img,
.photo .image a:hover img {
    opacity: 0.3;
}
.gallery .image a:before,
.photo .image a:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    background: url(../soubory/images/ico_zoom.png);
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery .image a:hover:before,
.photo .image a:hover:before {
    opacity: 1;
}
.gallery .title {
    min-height: 48px;
}
.gallery .title a {
    text-decoration: none;
    font-weight: bold;
    padding: 0 10px;
    color: rgb(56, 56, 56);
    font-style: italic;
}
.gallery:hover .title a {
    color: #dc4031;
}
.photo .title a {
    display: none;
}
.back {
    float: left;
    margin-bottom: 10px;
}
#photoGallery, #galleryList {
    clear: both;
    margin-top: 20px;
}
.pagination {
    clear: both;
    padding: 40px 10px 20px;
}
.pagination a.page,
.pagination span.page {
    font-size: 28px;
    display: inline-block;
    padding: 5px 8px;
    font-family: 'desyrel';
}
/* FOOTER */
footer {
    min-height: 373px;
    margin-top: -30px;
    background: url(../soubory/images/bcg_footer.png) no-repeat center top;
    position: relative;
}
footer .facebook {
    width: 500px;
    position: relative;
    margin-top: 50px;
}
footer .facebook:before {
    content: "";
    display: block;
    width: 500px;
    height: 132px;
    background: url(../soubory/images/bcg_facebook.png ) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -2px;
    bottom: -3px;
}
footer .facebook .header {
    font-family: 'desyrel';
    font-size: 45px;
    color: white;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
footer .facebook .content {
    position: relative;
}
footer .facebook iframe {
    border: none;
    width: 500px;
    height: 210px;
}
footer .contact {
    width: 556px;
    height: 246px;
    background: url(../soubory/images/bcg_contact.png ) no-repeat;
    text-align: left;
    margin: 75px 0 10px;
    font-family: 'desyrel';
    font-size: 30px;
    color: #d9270f;
}
footer .contact .name {
    padding: 20px 20px 10px;
}
footer .contact img {
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: -25px 20px 0;
}
footer .contact a {
    display: block;
    text-decoration: none;
    margin: 0 0 20px 40px;
}
footer .contact a.phone {
    color: #ff8400;
    font-size: 45px;
}
footer .contact a.mail {
    color: #22a0e9;
}
footer .contact a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px -10px;
    background-size: cover;
}
footer .contact a.phone:before {
    width: 55px;
    height: 56px;
    background-image: url(../soubory/images/ico_phone.png);
}
footer .contact a.mail:before {
    width: 40px;
    height: 32px;
    background-image: url(../soubory/images/ico_mail.png);
    margin: 0 13px;
}
footer .contact a.btn {
    margin: 0 30px 0 0;
}
.copyrights,
.copyrights a {
    font-style: italic;
    color: white;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.copyrights span {
    padding: 0 10px;
}
h3.lucka {
    color: #ff8400;
}
h3.lucka img {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 20px 40px 0;
}
.contact-form {
    max-width: 500px;
    margin: 0 0 20px;
}
.contact-form form {
    display: block;
    background: url(../soubory/images/bcg_uvod.png);
    background-size: 100% 100%;
}
.contact-form table {
    padding: 30px 30px;
}
.contact-form td {
    font-style: italic;
    padding: 5px 20px 5px 0;
    font-size: 18px;
}
.contact-form h3 {
    padding-bottom: 0;
}
input[type="text"],
textarea {
    border: 1px solid silver;
    padding: 4px 12px;
    width: 270px;
    height: 28px;
}
textarea {
    overflow: auto;
    height: 40px;
}
td.captcha img {
    width: auto;
    height: 36px;
    border: 1px solid silver;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 3px 0;
}
td.captcha input[type="text"] {
    width: 192px;
}
label.required:after {
    content: "*";
    color: #dc4031;
}
ul.formErrors,
ul.errors {
    clear: both;
    margin: 0;
    padding: 0;
}
ul.formErrors li,
ul.errors li {
    color: #ff2222;
    text-align: left;
    background: none;
    padding: 0;
    list-style: none;
}
.hlaska p {
    color: #16c554;
    font-weight: 700;
}
.nase-nabidka h1 {
    display: none;
}
.img.right.sluzba {
    margin: 10px 0 -70px;
    position: relative;
    z-index: 2;
}
.bcg-top {
    width: 100%;
    min-width: 1240px;
    position: absolute;
}
.bcg-top:after {
    content: "";
    display: block;
    width: 100%;
    height: 23px;
    background: url(../soubory/images/bcg_header_deti.png) no-repeat center top;
    position: absolute;
    left: 0;
    bottom: -23px;
}
.deti-top {
    background: #23a0e9;
}
.dospeli-top {
    background: #35b035;
}
.dospeli-top:after {
    background-image: url(../soubory/images/bcg_header_dospeli.png);
}
.ostatni-top {
    background: #ff7507;
}
.ostatni-top:after {
    background-image: url(../soubory/images/bcg_header_ostatni.png);
}
.skoleni-top {
    background: #d9270f;
}
.skoleni-top:after {
    background-image: url(../soubory/images/bcg_header_skoleni.png);
}
body[class^="nabidka_"] h1,
body.skoleni h1 {
    color: white;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
body[class^="nabidka_"] .back {
    margin-bottom: 30px;
}
a.fancybox {
    margin-right: 30px;
}
/* CALENDAR */
.left-column {
    width: 830px;
}
.right-column  {
    width: 262px;
}
#div_kalendar {
    margin: 50px 0 0 0;
}
#div_kalendar .header {
    font-family: 'desyrel';
    font-size: 35px;
    color: #d9270f;
    padding: 0 0 10px 17px;
}
.calendar {
    width: 262px;
    height: 258px;
    background: url(../soubory/images/bcg_calendar.png);
    position: relative;
}
.div_predchozi_mesic a,
.div_nasledujici_mesic a {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 27px;
    top: 28px;
    cursor: pointer;
}
.div_predchozi_mesic a:hover,
.div_nasledujici_mesic a:hover {
    opacity: 0.5;
}
.div_predchozi_mesic a:after,
.div_nasledujici_mesic a:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid white;
    border-width: 5px 9px 5px 0;
    border-color: transparent white transparent transparent;
}
.div_predchozi_mesic span,
.div_nasledujici_mesic span {
    display: none;
}
.div_nasledujici_mesic a {
    left: auto;
    right: 17px;
}
.div_nasledujici_mesic a:after {
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent white;
}
.calendar table {
    width: 231px;
    height: 239px;
    margin: 0 0 0 21px;
    padding-top: 15px;
}
.calendar table th {
    height: 34px;
    padding: 0;
    text-align: center;
    color: white;
    font-family: 'desyrel', sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.calendar table tr.dny {
    height: 20px;
}
.calendar table tr.dny td {
    display: none;
}
.calendar table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #6c7174;
    cursor: pointer;
}
.calendar table td {
    position: relative;
}
.calendar table td:hover {
    background: #e7e9ea;
}
.calendar table td.kalendar_den_akce:after,
.calendar table td.kalendar_den_dnes:after {
    content: "";
    background: url(../soubory/images/bcg_akce.png);
    background-size: 37px 36px;
    width: 37px;
    height: 36px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 1;
}
.calendar table td.kalendar_den_dnes:after {
    background-image: url(../soubory/images/bcg_today.png);
}
.kalendar_akce_vyskakujici:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 11px;
    top: -8px;
    border: 1px solid black;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(46, 46, 46, 0.95) transparent;
}
.kalendar_akce_vyskakujici {
    position: absolute;
    left: -2px;
    top: 32px;
    width: 150px;
    text-align: left;
    z-index: 2;
    background: rgba(46, 46, 46, 0.95);
    padding: 10px;
}
.kalendar_akce_vyskakujici .datum {
    color: white;
    font-size: 12px;
    display: block;
}
.kalendar_akce_vyskakujici a {
    font-size: 12px;
    display: inline-block;
    padding: 5px 0;
}
.kalendar_akce_vyskakujici .text {
    display: block;
    font-size: 11px;
    font-style: italic;
    color: silver;
    padding-bottom: 10px;
}
/* TIPY A INSPIRACE */
.tips .half {
    width: 50%;
}
.tips .half .image {
    float: left;
    position: relative;
    margin: 40px 0 0 40px;
}
.tips .half .image img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tips .half .image:after {
    content: "";
    display: block;
    background: url(../soubory/images/bcg_image.png);
    background-size: cover;
    width: 103px;
    height: 103px;
    position: absolute;
    left: -1px;
    top: -1px;
    pointer-events: none;
}
.tips .half.left p {
    margin-right: 20px;
}
/* SMILEY BACKGROUND */
.smiley {
    width: 380px;
    height: 100%;
    position: absolute;
    left: -380px;
    z-index: -1;
}
.smiley.right {
    left: auto;
    right: -380px;
}
.smiley .background1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../soubory/images/bcg_smiley1.png);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.smiley .background2 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: url(../soubory/images/bcg_smiley2.png);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* smajlík */
.smile {
    font-weight: bold;
}
.smile strong {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 -3px 0 -3px;
}

/* Quitation banner */
.quotations-banner {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.quotations-banner .slide {
    float: left;
    display: block;
    overflow: hidden;
}

.bx-pager {
    text-align: center;
    margin-top: 30px;
}

.bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.bx-pager-link {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    overflow: hidden;
    border: 3px solid white;
    border-radius: 50%;
    background: #D2D2D2;
}

.bx-pager-link:hover {
    background: #B7B7B7;
}

.bx-pager-link.active {
    background: #ff8706;
}

div.novinka_obsah p {
	padding: 5px;
}

