﻿.flex {display: flex; align-items: center; justify-content: space-between;}
.flex.center {justify-content: center;}
.detail-text .flex {justify-content: flex-start;}
    .flex .old-price {padding-left: 10px;}
    .flex .new-price {color: #e8252e; font-weight: 700; font-size: 18px;}

.btn {background: #00457D !important; color: #fff !important; text-shadow: none !important; border: 2px solid transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important;     min-height: 32px;
    box-sizing: border-box;
    line-height: 24px !important;
    font-size: 18px !important;
    padding: 8px 14px !important;
    transition: all 0.3s ease-in-out;}


.btn-mini {padding: 2px 14px !important; font-size: 14px !important;}
.btn2 {border: 2px solid #00457D !important; background: #fff !important; color: #00457D !important;}

.btn:hover {background: #fff !important; color: #00457D !important; border: 2px solid #00457D !important;}
.btn2:hover {background: #00457D !important; color: #fff !important;}

.btn i {display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 18px;
    height: 18px;
    /* width: 18px; */
    position: relative;
    margin: 0 10px 0 0px;}

.btn-mini i {margin-right: 5px;}

.btn i::before {color: #fff !important; padding: 0 !important;}
    
#header-content > #nav > ul > li > a {
    padding: 14px 7px 19px 7px;
    font-size: 17px;
    line-height: 20px;
}
.ie #header-content > #nav > ul > li > a {
    font-size: 14px;
}
#header-content #notice {
    padding: 5px 0 0 150px;
    font-size: 15px;
    color: red;
    background: #fff;
    }
#footer {line-height: 20px;}
.footer-content h4 a, .footer-content h4 a:hover{
    color: #fff;
}
.column a {
	color: #fff;
    font-size: 14px;
}
.column a:hover, .column a:focus {
	color: #fff;
}
#page.column1 {
	background: white;
	margin-bottom: 50px;
    margin-top: 30px;
}
.marginLeft10 {
	margin-left: 10px !important;
}
.submitButton {
	margin-left: 10px !important;
	margin-bottom: 50px;
}
.marginBot10 {
	margin-bottom: 10px;
}
.marginBot20 {
	margin-bottom: 20px;
}
.marginBot30 {
	margin-bottom: 30px;
}
.loginButton {
	text-align: center;
}
.user-panel {
	color: #8E8E8E;
}
.user-panel .btn {
/*    padding: 4px 10px 4px 10px;
    font-size: 12px;*/
}
.user-panel .username {
	margin-left: 30px;
}
.logout-btn {
	margin-left: 10px;
}
.user-panel .glyphicons i:before {
	color: #8E8E8E;
}
.marginRight7 {
	margin-right: 7px;
}
.fr {
	float: right;
}
.product-image, .lector-leftBox {
	float:left;
	margin-right: 40px;
}
.product-quantity {
	font-size: 110%;
}
.in-store {
	font-weight: bold;
	color: #5bb75b;
}

.out-store {
	font-weight: bold;
	color: #da4f49;
}
.old-price {
	text-decoration: line-through;
}
.paddingTop5 {
    padding-top: 5px;
}
.product-reviews hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-reviews-item {
    margin-bottom: 20px;
    width: 100%;
}
.product-reviews {
    margin-bottom: 50px;
}
.review-author {
    margin-left: 10px;
    font-weight: bold;
}
.similar-item {
    float: left;
    margin-right: 10px;
    max-width: 110px;
}
img[src^="http://maps.gstatic.com/mapfiles/"] {
    max-width: 100px;
}
.workshop-item h2 {
    margin-top: -10px;
    margin-bottom: 10px;
}
.marker-header {
    font-size: 16px;
    text-decoration: none;
    color: #2d2d2d;
    font-weight: bold;
}
.marker-header:hover {
    color: #ee1d26;
    text-decoration: none;
}
#nav ul ul {
    display: none;
    position: absolute;
    top: 53px;
    left: 0px;
    width: 170px;
    background-color: rgba(255,255,255,1);   
    z-index: 1000;
    max-width: none;
    text-align: left;
}
.ie #nav ul ul {
    background-color: #f1f9fb;
}
#nav ul ul > li {
    float: none;
    display: block;
    margin: 0px;
    border-bottom: solid 1px #bfd5e5;
}

#nav ul ul > li:first-of-type {
    border-top: solid 1px #bfd5e5;    
}

#nav ul ul ul > li {
    float: none;
    display: block;
    margin: 0px;
    border-bottom: solid 1px #bfd5e5 !important;
}


#nav ul ul li a {
    padding: 10px;
    background-image: none;
}

#nav ul ul li.haschild > a {
    background-image: url(../images/submenu.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

#nav ul ul li a:hover, #nav ul ul ul li a:hover {
    background-color: #fff;
    text-decoration: none;
}

#nav ul ul li:last-child {
    border-bottom: none !important;
}

#nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 170px;
    width: 160px;
    background-color: rgba(255,255,255,.8); 
}
.ie #nav ul ul ul {
    background-color: #f1f9fb;
}
/*
#slider a {
    padding-left: 50px;
    padding-right: 50px;
}
*/
body #slider {
    width: 100%;
}
html #header #header-content {
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: flex-start;
}
#header-content .right {margin: 50px 0 0 10px;}
#header-content .tel {color: #00457D; font-size: 16px; margin: 0 23px 0 0; white-space: nowrap;}
    #header-content .tel a {color: #00457D; text-decoration: underline;}
    #header-content .tel a:hover {text-decoration: none;}
/*#header-content #search {
    left: 830px;
}*/
.user-panel .btn {
    margin: 0px 3px;
    white-space: nowrap;
}
.blog-item.row h2, .blog-item p.perex, .blog-item div.perex
{
    margin-left: 220px;
}
.blog-item.row h2, .workshop-item.row h2 {
    line-height: 25px;
    margin-bottom: 15px;
    /*padding-top: 15px;*/
}
.blog-item.row, .workshop-item.row {
    padding-bottom: 20px;
    min-height: 130px;
    width: 100%;
}
#search-result-list .blog-item.row {width: 100%;}
#right-panel #video.box,
#right-panel #partners.box {
    width: 350px;
}
body h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 5px 0px 15px;
}
.footer-content h4{
    margin-top: 0px;
}
.copy a, .copy a:hover {
    color: #fff;
}
html body.hp {
    background-image: url(../images/grad.png);
    background: none;
}
html body {
    font-family: 'Roboto Condensed', sans-serif;
	background-color: #fff;
    background-image: url(../images/grad_menu.png);
    background-repeat: repeat-x;
    background-position: 0% 100px;
	padding-top: 1px;
	height: auto;
    font-size: 16px;
    line-height: 27px;
}
body h1{
    color: #00457d;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {line-height: 1.5;}
#content h1 {line-height: 1.2; margin: 10px 0 20px;}
#content h2 {line-height: 1.3;}
.hp h2 {font-size: 32px; line-height: 40px; color: #00457D; text-align: center;}
body .row .perex {
    font-size: 16px;
    line-height: 27px;
}
.workshop-item.row .perex {
    min-height: 100px;
}
.post-time {
    margin-top: 15px;
    margin-bottom: 10px;
}
#content {
    padding-bottom: 50px;
}
#content li {line-height: 27px;}
#content .pager li {line-height: 20px;}
.detail-image {
    float: left;
    min-height: 350px;
    margin-right: 40px;
}
.menu-hovered {
    background-color: rgba(255,255,255,.8);
    text-decoration: none;
}
.product-name {
    margin-bottom: 30px;
}
.cl {
    clear: both;
}
.marginBot15 {
    margin-bottom: 15px;
}
.nbs-flexisel-item a {
    position: static;
}
#partners div {
    display: inline-block;
}
li.two-items a:first-child {
    margin-right: 10px;
}
#right-panel #partners.box {
    padding-left: 20px;
    padding-right: 10px;
}
#right-panel #video.box {
    padding-bottom: 15px;
}
#quickNews .row {
    border-bottom: 0;
}
.footer-content .copy {
    position: static;
    float: right;
    margin-top: 40px;
    width: auto;
}
body .row img {
    position: static;
    float: left;
}
.post-content {
    margin-bottom: 30px;
}
.related-posts h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.related-posts .row {
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.related-posts .row h2 a {
    font-size: 18px;
}
#right-panel #quickNews .row {
    padding-left: 0px;
}
#right-panel #quickNews img {
    margin-right: 15px;
}
#quickNews h3 {
    line-height: 15px;
}
.person_area td.born-date {
    width: 30%;
}
.person_area td.born-date select {
    width: auto;
}
.row .detail.order {
    /*background-color: #86B819;*/
    background-color: #00457d;
}
.row a.detail.order:hover,
.row a.detail:hover {
    background-color: #1969aa;
}
.img-float {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.go-pay-btn {
    background-image: url(../images/gopay_bannery-barevne.png);
    display: inline-block;
    height: 35px;
    width: 100px;
    margin-bottom: -10px;
}
.row {
    position: static !important;
}
.goBackground {
    z-index: -100 !important;
}
.ie7 #hp-gallery-container {
    display: none;
}
.user-panel a.user {
    color: #333333;
}
.user-panel .shopping_cart i:before,
.glyphicons.calendar i:before {
    color: #333333;
    padding-top: 4px;
    padding-left: 8px;
}
.user-panel a.shopping_cart {
    height: 32px;
    width: 32px;
    line-height: 24px;
    margin: 0 0 0 3px;
}
.shop-category-box,
.product-box {
    float: left;
    text-align: center;
    width: 200px;
    margin-top: 20px;
    min-height: 241px;
}
.shop-category-box h2,
.product-box h2 {
    margin-top: 10px;
}
.shop-category-box .image-placeholder,
.product-box .image-placeholder {
    height: 150px;
    line-height: 150px;
}
.center {
    text-align: center;
}
#slider ol li a {
    padding: 0;
}
#slider .flex-control-nav {
    left: 50%;
    bottom: -20px;
    height: 10px;
    width: 300px;
    margin-left: -150px;
}
#breadcrumbs ul {
    margin-left: 0px;
}
td address {
    margin-bottom: 0px !important;
}
.center {
    text-align: center !important;
}
#order-detail h4 {
    margin-bottom: 20px;
}
.additional-info {
    padding-top: 50px;
}
.width50 {
    width: 50px !important;
}
.lector-item {
    float: left;
    margin-right: 30px;
    max-width: 180px;
    margin-bottom: 15px;
}
.profile-picture {
    line-height: 180px;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 174px;
}
.lector-picture {
    margin-bottom: 15px;
}
.lector-leftBox {
    float: left;
}
.login-header {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.workshop-rating {
    margin-top: 20px;
}
.newLine {
    clear: both;
}
div.star-rating.star-rating-on a {
    background-position: 0 -32px !important;
}
.email-subscribe {
    width: 264px;
    height: 55px;
    position: relative;
    top: -130px;
    left: 50%;
    margin-left: 45px;
    z-index: 100;
}
.email-subscribe .subscribe-input {
    height: 25px;
    width: 300px;
    margin-left: 5px;
}
a.subscribe-btn {
    background-image: url(../images/button_banner.png);
    width: 264px;
    height: 55px;
    display: block;
}
.magazineArchive {
    display: none;
}
#hideArchive, #showArchive {
    clear: both;
}
#hideArchive {
    display: none;
}
h4 div.banner {
    float: left;
    margin-right: 10px;
}
table td {
    padding: 5px !important;
}
.loginRequired {
    opacity: 0.5;
}
div[id^="archive-"] {
    margin: 10px 0px 10px 20px;
}
#subscribe-thanks .modal-body {
    line-height: 30px;
}
a.btn-big {
    /*
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    */
}
.errorMessage, .errorSummary {
    color: #b94a48;
}
form input.error {
    border-color: #b94a48;
}
.blog-item .price-row {
    margin-left: 220px;
}
.blog-item .price {
    font-weight: bold;
    margin-right: 230px;
}
.blog-item .old-price {
    margin-right: 130px;
}
.blog-item .price-discounted {
    font-weight: bold;
    margin-right: 10px;
}
.news-title {
    font-weight: bold;
}
.news-box {
    margin-top: -20px;
}
.blue-heading {
    font-size: 24px;
    text-decoration: none;
    color: #00457d;
}
.news-panel hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
#fullText, #shortenText {
    word-wrap: break-word;
}
.product-box h2 {
    min-height: 70px;
    margin-bottom: 5px;
}
.product-box .quantity {
    width: 35px;
}
.price, .price-discounted {
    position: relative;
    left: -20px;
}
.product-box .old-price {
    float: left;
    position: relative;
    left: 61px;
    top: -5px;
    position: absolute;
    top: -8px;
    left: 43px;    
}
#right-panel .cart-item img {
    padding-right: 20px;
}
#right-panel .cart-item .quantity {
    width: 35px;
}
#right-panel .cart-item {
    width: 100%;
}
#right-panel .cart-item .img-thumb {
    width: 20%;
}
.cart-summary table {
    width: 100%;
}
.sum-name {
    width: 20%;
    font-weight: bold;
}
.sum-quantity, td[class^='quantity_'] {
    width: 35%;
}
.sum-price, td[class^='priceVat_'] {
    width: 25%;
}
#right-panel .order-button {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.category-list li {
    font-size: 110%;
    padding: 0px 0px 5px 0px;
}
.product-box h2 {
    font-weight: normal;
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
    .shop-panel {
        clear: both;
    }
    /* logo docasne */
    /* odpoznamkovat jen pro notice */
    /*
    #logo {left: 105px !important;}
    #header #header-content , #header {height: auto !important;}
    */
}

hr.line {
    visibility: visible;
    border-top: 1px solid #cdcdcd;
    margin: 20px 0 20px 0;
}
.free-shipping-box {
    padding-top: 20px;
}
.shop-tile h2 {
    font-size: 16px;
}
.shop-tile img {
    width: 80px;
}
.product-box {
    border-bottom: solid 1px #DEDCDC;
    padding-bottom: 20px;
    margin-top: 20px;
}
.product-box .price-row {
    height: 90px;
    position: relative;    
}
.product-box .price, .product-box .price-discounted {
    display: inline-block;
    padding-top: 10px;
}
.btn.glyphicons span {
    padding-left: 20px;
}
.marginTop5 {
    margin-top: 5px;
}
.urlfield {
    display: none;
}
.items {display: flex;
    flex-wrap: wrap;}
.digital-content-box {
    padding-bottom: 0;
    /*height: 200px;*/
    min-height: 200px;
    margin-right: 20px;
}
.control-group {clear: left;}

div#nav {
    z-index: 2000;
}

#cm.bar #c-inr {max-width: 800px;}
.text .lector-rating {float: left; clear: left;}

.hp #workshop-list .items , .hp #blog-list .items , .hp #akce, #news .items {display: flex; flex-wrap: wrap;}
.hp #akce {margin: 38px 0 0;}
    .hp #kurzy {margin: 70px 0 120px;}
    .hp.kurzy #kurzy {background: #F1F9FB; padding: 100px 0;}
        .hp #kurzy .flex.center {margin: 24px 0 0;}
        .hp #blog .flex.center {margin: 50px 0 0;}
    .hp #blog {background: #F1F9FB; padding: 90px 0 100px;}
    .hp.kurzy #blog {background: none; padding: 0; margin: 120px 0;}
        .hp #blog  .perex {font-size: 20px; line-height: 30px;}
    .hp #akce > div {padding: 0; max-width: 100%;}
    .hp #akce .summary {display: none;}
    .hp /*#workshop-list*/ .detail {display: none;}
    .hp #blog-list .detail, .related-posts .item .detail {display: inline-block; color: #00457D; font-size: 20px; font-weight: 700; line-height: 32px; margin: 20px 0 0; text-decoration: underline;}
    .related-posts .item .detail {font-size: 15px; line-height: 22px;}
    .hp #blog-list .detail:hover, .related-posts .item .detail:hover {text-decoration: none;}
    .hp-item, .related-posts .item {width: 343px; }
    .hp #kurzy .hp-item, .hp #akce > div, .hp #blog-list .hp-item, .related-posts .item {margin-right: 35px;}
    .hp #kurzy .hp-item:last-of-type, .hp #akce > div:last-of-type, .hp #blog-list .hp-item:last-of-type, .related-posts .item:last-of-type {margin-right: 0;}
    .hp-item .img {display: block; height: 228px;}
    .hp-item .info {font-size: 20px; line-height: 30px;}
    .hp #blog-list .hp-item .img {height: 257px; display: block;}
        .hp-item .img img, .related-posts .item .img img {width: 100%; height: 100%; object-fit: cover;}
    .hp-item h3, .related-posts .item h3 {margin: 24px 0 12px;}
    .hp #blog .hp-item h3 {margin-bottom: 12px;}
    .hp-item h3 a, .related-posts .item h3 a {color: #00457D; font-size: 22px; line-height: 28px; display: block;}
    .hp .flex.center .btn {margin: 10px;}
    .hp #sebekoucink {font-size: 18px; line-height: 26px;}
        .hp #sebekoucink  > .wrapper {margin-top: 100px; margin-bottom: 100px; background: #CFEBF2; align-items: stretch;}
            .hp #sebekoucink  > .wrapper > div {width: 50%; box-sizing: border-box; padding: 50px;}
            .hp #sebekoucink  .left {padding: 50px;}
            .hp #sebekoucink  .right {position: relative;}
                .hp #sebekoucink  .right img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
                .hp #sebekoucink h2 {font-size: 36px; line-height: 46px; color: #155D96; text-align: left;}
                .hp #sebekoucink ul {list-style: none;}
                    .hp #sebekoucink ul li {padding: 7px 0; position: relative;}
                    .hp #sebekoucink ul li::before {content: ""; position: absolute; left: -18px; top: 13px; width: 10px; height: 10px; border-radius: 10px; background: #00457D;}
            .hp #sebekoucink .bottom {margin: 30px 0 0;}
    .hp #poradenstvi {background: #F1F9FB; padding: 16px 0; /*margin: 0 0 20px;*/ font-size: 20px; line-height: 30px;}
    .hp.kurzy #poradenstvi {margin-top: 100px;}
        .hp #poradenstvi  > .wrapper {align-items: center;}
            .hp #poradenstvi  > .wrapper > div {width: 50%; box-sizing: border-box;}    
            .hp #poradenstvi  > .wrapper .left {padding-right: 60px;}
                .hp #poradenstvi h2 {font-size: 36px; line-height: 46px; color: #155D96; text-align: left;}
                .hp #poradenstvi .btn {margin: 20px 0 0;}
                
    /* stranka kurzy hubnuti */
    .hp #pristup {margin: 60px 0 140px;}
        .hp #pristup p.center {font-size: 20px; line-height: 30px; max-width: 660px; margin: 20px auto;}
        .hp #pristup .btn {margin: 40px 0 0;}
        .hp #pristup .flex {align-items: stretch; margin: 40px 0 0;}
             .hp #pristup .item {background: #F1F9FB; padding: 32px; width: 31%; box-sizing: border-box;}
                .hp #pristup .item p {font-size: 18px; line-height: 26px;}
                .hp #pristup .item h3 {color: #00457D; font-size: 22px; line-height: 28px; margin: 20px 0 10px;}
                
    .hp #proc {font-size: 18px; line-height: 26px;}
        .hp #proc  > .wrapper {margin-top: 100px; margin-bottom: 100px; align-items: stretch;}
            .hp #proc  > .wrapper > div {width: 50%; box-sizing: border-box;}
            .hp #proc  .left {padding-right: 40px;}
            .hp #proc  .right {position: relative; padding-left: 40px;}
                .hp #proc  .right img {width: 100%;}
                .hp #proc h2 {font-size: 32px; line-height: 36px; color: #155D96; text-align: left;}
                .hp #proc ul {list-style: none;}
                    .hp #proc ul li {padding: 7px 0; position: relative;}
                    .hp #proc ul li::before {content: ""; position: absolute; left: -18px; top: 13px; width: 10px; height: 10px; border-radius: 10px; background: #00457D;}                
                    .hp #proc .btn {margin-top: 15px;}
                
                
    /* clanky */
    .clanky h1 {margin: 0;}
    .clanky h2 {font-size: 24px; line-height: 34px; margin: 50px 0 0;}
    .flex.main {align-items: flex-start;}
    #cats {width: 245px; border: 2px solid #bce3ed; margin-right: 40px;}
        #cats  strong {background: #bce3ed; display: block; padding: 10px 20px; color: #00457D; font-size: 14px; font-weight: 400; text-transform: uppercase; line-height: 17px;}
        #cats ul {padding: 12px 33px; margin: 0; list-style: none;}
            #cats ul li {position: relative; font-size: 15px; line-height: 22px; margin: 5px 0;}
            #cats ul li::before {position: absolute; content: " "; background: #ED1C24; width: 3px; height: 3px; left: -12px; top: 12px;}
                #cats ul li a.active {font-weight: 700;}
    .cont {flex: 1;}
    .clanky .items hr {width: 100%; margin: 32px 0; background: #DBDBDB; border: 0; height: 1px;}
    .post-new {align-items: stretch; width: 100%;}
        .post-new .img {margin-right: 32px; width: 250px; max-height: 190px;}
            .post-new .img img {object-fit: cover; width: 100%; height: 100%;}
        .post-new .text {flex-direction: column; align-items: flex-end; flex: 1;}
            .post-new .text h3 {width: 100%; font-size: 24px; line-height: 34px; margin: 5px 0;}
            .post-new .text h3 a {color: #00457D;}
            .post-new .text p {font-size: 16px; line-height: 27px;}
            .post-new .post-perex {width: 100%; margin: 0 0 10px;}
        #clanky_banner {width: 100%; background-image: url(../images/banner-hubnuti.jpg); background-repeat: no-repeat; background-size: cover; padding: 32px 50% 32px 32px; box-sizing: border-box; min-height: 260px;  background-position: center; margin: 32px 0;}
            #clanky_banner strong {display: block; font-size: 32px; line-height: 40px;}
            #clanky_banner .btn {margin: 30px 0 0;}
            
    /* detail clanek */
    .post-content {max-width: 720px; margin: 25px auto 0;}
        .related-posts .flex {align-items: flex-start; flex-wrap: wrap;}
        .related-posts {clear: both; padding: 1px 0 0;}
        .related-posts  h2 {font-size: 32px; line-height: 40px; color: #155D96; text-align: center; margin: 100px 0 70px;}
        #news .list-view {padding: 0;}
        #news .summary {display: none;}
        .post-content .banner {max-width: 100%; height: auto !important;}
            
    /* vypis kurzu */
    .workshop-categories, .gmap {margin: 30px 0 0;}
    .workshop-item {align-items: flex-start; width: 100%; align-items: stretch; margin: 0 0 32px; padding-bottom: 32px; border-bottom: 1px solid #DBDBDB;}
    .workshop-item:last-of-type {border: 0;}
        .workshop-item .img {width: 250px; display: block; margin: 0 40px 0 0; max-height: 190px;}
            .workshop-item .img img {width: 100%; height: 100%; object-fit: cover;}
        .workshop-item .perex {flex: 1; flex-direction: column; align-items: flex-start;}
            .workshop-item .perex h2 a {color: #00457D; font-size: 24px; line-height: 34px;}
            .workshop-item .loc {line-height: 32px; background: #CCE8FF; padding: 0 12px; color: #00457D; font-size: 18px; font-weight: 700; display: inline-block; margin: 0 0 20px; border-radius: 4px;}
            .workshop-item .btns {margin: 30px 0 0;}
                .workshop-item .btns .btn:first-child {margin-right: 13px;}
                
    /* detail kurzu */
    .workshop-wrapper {max-width: 720px;}
    #workshop-detail {justify-content: flex-start; align-items: flex-start; margin: 40px 0 0;}
        #workshop-detail .detail-info {margin-left: 75px;}
        #workshop-detail .detail-image {float: none; min-height: auto; min-width: 200px;}
        #workshop-detail .detail-text p {margin: 0 0 20px;}
        #workshop-reviews {background: #F1F9FB; padding: 40px;}
        .workshop-btn {margin: 40px 0 10px;}
        .review-text {clear: both;}
    #workshop-form {background: #F1F9FB; padding: 100px 0 80px; text-align: center;}        
        #workshop-form form {max-width: 510px; margin: 0px auto;}
            #workshop-form h3 {font-size: 24px; line-height: 34px; margin: 0 0 10px;}
            #workshop-form form label {text-align: left; color: #000; font-size: 16px; line-height: 24px; margin: 20px 0 0;}
            #workshop-form input[type="text"] {border-radius: 0; height: 38px; padding: 0 10px; margin: 4px 0 0;}
            #workshop-form .btn {margin: 45px 0 0;}
            
    #products_overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); z-index: 99999999;}
        #products_overlay .flex {height: 100%; flex-direction: column; justify-content: center;}
            #products_overlay .center {background: #fff; padding: 50px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); margin: 10px;}
                #products_overlay b {font-size: 20px; display: block; margin: 0 0 20px;}
                #products_overlay .btn {margin: 10px;}
                
    /* objednavka */
    .orderflex {align-items: flex-start;}
    .orderflex * {box-sizing: border-box;}
        .orderflex .left {width: 530px; margin-right: 40px;}
        .orderflex .right {flex: 1;}
        .orderflex .well {background: #F1F9FB; padding: 24px;}
        .orderflex .well.extended-summary  { border: 0;}
        .form-horizontal .orderflex .control-label {float: none; width: auto; padding: 0; text-align: left;}
        .form-horizontal .orderflex .controls {margin: 0;}
        .form-horizontal .orderflex .control-group {margin: 0;}
        .orderflex .rowf {align-items: flex-start;}
        .orderflex .rowf > div {width: 50%;}
        .orderflex .rowf > div:first-of-type {margin-right: 40px;}
        .orderflex .control-group.flex {justify-content: flex-start; margin: 15px 0 5px;}
        .orderflex .control-group input[type="text"], .orderflex .control-group input[type="password"], .orderflex .control-group textarea {width: 100%; height: 40px; padding: 8px 12px; border-radius: 0; border: 1px solid #BFBFBF; color: #171717; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
        .orderflex .control-group label {color: #000; font-size: 16px; display: block; margin: 20px 0 5px;}
        .orderflex .control-group.flex label {margin: 6px 10px 0px; font-size: 14px;}
        .orderflex .zasady {}
        .orderflex h3 {font-size: 18px; color: #2D2D2D; margin: 40px 0 0;}
        .orderflex .right .well h3 {margin: 0 0 10px; font-size: 24px;}
        .orderflex .birth select {width: auto; height: 40px; border-radius: 0; padding: 0 5px;}
        .orderflex .birth select:nth-of-type(1), .orderflex .birth select:nth-of-type(2) {width: 50px;}
        .orderflex .submitButton {margin: 20px 0 !important;}
        .orderflex .submitButton button.btn {min-width: 240px;}
        
        
/* STOBstep */

.program-stoblife #header {margin-bottom: -1px;}
.stobstep * {box-sizing: border-box;}
.stobstep .btn {padding: 15px 24px; border-radius: 7px; background: #00457D  !important; color: #fff  !important; font-size: 18px; font-weight: 600; line-height: 16.5px; text-decoration: none; margin: 0 32px 20px 0; box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2); text-align: center; display: inline-block;}
.stobstep .btn:last-of-type {margin-right: 0;}
.stobstep .btn2, .stobstep .btn:hover {background: #76B1E1  !important;}
.stobstep .btn3 {background: transparent  !important; border: 2px solid #00457D  !important; color: #00457D  !important; box-shadow: none;}
.stobstep .btn3:hover {background: #00457D  !important; color: #fff  !important;}
.stobstep .btn2:hover {background: #00457D  !important;}
.stobstep {font-size: 16px; line-height: 24px; margin: 70px 0 0;}
.stobstep .flex {flex-wrap: nowrap; align-items: flex-start;}
.stobstep .flex.left {justify-content: flex-start;}
.stobstep .grid {margin:0; padding:0; list-style-type:none; display:grid; gap: 20px 20px; grid-template-columns: repeat(auto-fill, minmax(310px, auto));  grid-auto-rows:1fr; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center}
.stobstep-block {text-align: center;}
.stobstep img {display: block;}
.stobstep .wrapper {text-align: left; display: inline-block; margin: 0px auto; width: 100%; max-width: 1200px;}
.stobstep h1 {color: #155D96; font-size: 36px; font-weight: 700;}
.stobstep h2 {color: #00457D; font-size: 32px; font-weight: 500; margin: 0 0 20px 0; line-height: 40px; font-weight: 700;}
.stobstep p {margin: 20px 0;}
.stobstep .btns {margin: 30px 0 0; text-align: center;}
.stobstep .medium {font-size: 18px; line-height: 30px; }
.stobstep .center {text-align: center;}
#stobstep-top {margin: 45px 0 100px;}
#stobstep-top h1 {margin-top: 40px;}
#stobstep-top h2 {color: #155D96; font-size: 32px;}
#stobstep-top .right {margin-left: 25px; flex: none;}

.program-stoblife #slider .content .text {padding: 70px 0 30px 0;}
.program-stoblife #slider .content .text h1 {font-size: 46px; line-height: 52px; margin: 0 0 20px; margin: 0 0 10px;}
.program-stoblife #slider .content .text h2 {font-size: 38px; line-height: 52px; font-style: italic; color: #003764; font-weight: 500;}
.program-stoblife #slider .content .text p {color: #003764; font-size: 20px; line-height: 30px;}
.program-stoblife #slider .content .btns {margin: 24px 0 0;}

#stobstep-cesta {margin: 0 0 80px;}
#stobstep-cesta .center {max-width: 660px; margin: 0px auto 40px; font-size: 20px;}
#stobstep-cesta .grid {gap: 20px 40px;}
#stobstep-cesta .block {background: #F1F9FB; padding: 32px; color: #00457D; border: 0; font-size: 21px; line-height: 28px; font-weight: 700; text-align: center;}
    #stobstep-cesta .block .img {text-align: center; height: 65px; align-items: center; margin: 0 0 20px;}
        #stobstep-cesta img {margin: 0px auto;}
        
#stobstep-program{}
    #stobstep-program h2 {text-align: center; margin: 0 0 50px;}
    #stobstep-program .right {flex: none;  padding-left: 12%;}
    #stobstep-program .flex {align-items: center;}
    #stobstep-program .flex.mirror {flex-direction: row-reverse; margin: 80px 0 0;}
    #stobstep-program .flex.mirror .right {padding: 0 12% 0 0;}
        #stobstep-program .rowx {margin: 0 0 24px;}
            #stobstep-program .rowx .text {font-size: 17px; line-height: 26px;}
        #stobstep-program .left .img {width: 86px; flex: none;}
        #stobstep-program h3 {font-size: 20px; font-weight: 500; font-weight: 700; margin: 0;}
    #stobstep-program .btns {margin: 50px 0 0;}
    
#stobstep-pristup {margin: 60px 0 60px;}
    #stobstep-pristup .center {margin: 0px auto 40px; max-width: 590px; font-size: 20px;}
    #stobstep-pristup .block {background: #F1F9FB; padding: 32px; font-size: 18px; line-height: 26px;}
        #stobstep-pristup .block h3 {color: #00457D; font-size: 22px; line-height: 28px; font-weight: 700; margin: 20px 0 10px;}
        #stobstep-pristup .btns {margin-top: 40px;}
        
#stobstep-tarif {background: #F1F9FB; padding: 80px 0;}      
    #stobstep-tarif .wrapper {max-width: 1120px;}
    #stobstep-tarif .btns {margin: 22px 0 30px;}
    #stobstep-tarif .btn {border-width: 1px; width: 100%; max-width: 254px; margin: 0px auto; padding: 13px; font-size: 16px; font-weight: 500; border-radius: 4px;}
    #stobstep-tarif .center.medium {max-width: 600px; margin: 0px auto 65px; font-size: 20px;}
    #stobstep-tarif .slick {align-items: stretch;}
    #stobstep-tarif .block {background: rgba(255,255,255,0.5); border: 1px solid #E8EAED; padding: 30px; flex: 1;}
    #stobstep-tarif .block.pop {background: #fff; border-left-width: 0; border-right-width: 0; position: relative;}
        #stobstep-tarif .mostwanted {background: #D1ECF7; color: #185ABC; width: 100%; /* margin: 0 -30px; */ text-align: center; padding: 5px; text-transform: uppercase; position: absolute; left: 0; top: -35px; font-size: 13px; line-height: 24px; font-weight: 600;}
        #stobstep-tarif .block .center {}
        #stobstep-tarif .block h3 {color: #5F6368; font-size: 22px; line-height: 26px;}
        #stobstep-tarif .block .frequency {color: #5F6368; font-size: 17px; line-height: 20px;  font-weight: 500;}
        #stobstep-tarif .block .price {color: #00457D; font-size: 36px; line-height: 44px; font-weight: 600; margin: 25px 0 7px;}
        #stobstep-tarif ul {margin: 0; padding: 0; list-style: none;}
            #stobstep-tarif ul li {background: url(../images/stoblife/check.png) no-repeat 0px 4px; padding: 0 0 15px 35px; color: #252525;}
            #stobstep-tarif ul li.old {opacity: 0.6;}
            #stobstep-tarif .slick-arrow {text-indent: -999999px; width: 40px; height: 40px; position: absolute; margin: auto; top: 0; bottom: 0; z-index: 1; left: 0; background: transparent; border: 0;}
            #stobstep-tarif .slick-arrow::before {content: ""; display: block; width: 17px; height: 17px; border-bottom: 2px solid #155d96; border-right: 2px solid #155d96; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); position: absolute; top: 10px;  right: 5px;}
            #stobstep-tarif .slick-arrow.slick-next {left: auto; right: 0;}
            #stobstep-tarif .slick-arrow.slick-next::before {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 13px;}
        
            
#stobstep-team{padding: 80px 0;}
    #stobstep-team h2 {margin-bottom: 40px;}
    #stobstep-team .flex {flex-wrap: wrap;}
    #stobstep-team .lektor {width: 31%; flex: none; padding: 0 0 45px; min-width: 320px;}
        #stobstep-team h3 {color: #00457D; font-size: 22px; line-height: 28px; font-weight: 700; margin: 24px 0 12px;}
        #stobstep-team p {font-size: 20px; line-height: 30px;}
        #stobstep-team .img {height: 200px; width: 100%;}
            #stobstep-team .img img {width: 100%; height: 100%; object-fit: cover;}
        #stobstep-team .morex {margin: 20px 0 40px;color: #00457D; font-size: 24px; line-height: 32px; font-weight: 600;}
        
#stobstep-testimonials {}
    #stobstep-testimonials h2 {margin: 0 0 40px;}
    #stobstep-testimonials .wrapper {max-width: 1120px;}
    #stobstep-testimonials .block {padding: 20px; background: #F1F9FB; border: 0; margin: 0 0 40px;}
        #stobstep-testimonials .flex .block {width: 48%; box-sizing: border-box;}
        #stobstep-testimonials .block .text {color: #00457D; font-size: 22px; line-height: 32px; font-weight: 500; font-style: italic; text-align: center;}
        #stobstep-testimonials .narrow {width: 80%; margin: 0px auto;}
        #stobstep-testimonials .medium {margin-top: 12px;}
        #stobstep-testimonials .img {width: 42px; height: 42px; border-radius: 21px; overflow: hidden; margin-right: 12px;}
            #stobstep-testimonials .img img {width: 100%; height: 100%; object-fit: cover;}
        #stobstep-testimonials .flex.center {align-items: center; justify-content: center;}
        
#stobstep-faq {padding: 80px 0;}
    #stobstep-faq .wrapper {max-width: 910px;}
    #stobstep-faq .block {padding: 16px 32px; background: #F1F9FB; border: 0;  font-size: 16px; line-height: 24px; margin: 8px 0;}
        #stobstep-faq .questionx {cursor: pointer; position: relative; padding-right: 25px; color: #00457D;}
        #stobstep-faq .questionx::before {content: ""; display: block; width: 14px; height: 14px; border-bottom: 2px solid #155d96; border-right: 2px solid #155d96; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 5px;  right: 0;}
        #stobstep-faq  .block.open .questionx::before {-webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); top: 11px;}
        
            
 
 @media (max-width: 1200px){
    .wrapper {padding: 0 2%;}
    #stobstep-top .right {flex: auto;}
}
            

@media screen and (max-width: 1000px) {
    .hp #workshop-list .items, .hp #akce, .hp #blog-list .items, .related-posts .flex, #news .items {justify-content: center;}
    .hp-item, .related-posts .item {max-width: 100%; margin: 10px;}
    .hp #blog {padding: 50px 0;}
    .hp.kurzy #blog {margin: 0 0 80px;}
        .hp #blog .perex {margin: 0 !important;}
    .hp #sebekoucink, .hp #poradenstvi , .hp #proc {font-size: 16px; line-height: 22px; padding: 40px 20px;}
    .hp #proc, .hp.kurzy #sebekoucink  {padding: 0;}
    .hp #sebekoucink > .wrapper {flex-direction: column-reverse; margin-top: 50px; margin-bottom: 50px;}
        .hp #sebekoucink > .wrapper > div {width: 100%;}
        .hp #sebekoucink  .right {padding: 0  !important; height: auto; padding-bottom: 80%  !important;}
        .hp #sebekoucink  .left {padding: 25px 24px 40px !important;}
            .hp #sebekoucink h2, .hp #poradenstvi h2, .hp #proc h2 {font-size: 26px; line-height: 28px;}
        .hp #sebekoucink .bottom {flex-direction: column-reverse; align-items: self-start;}
            .hp #sebekoucink .bottom .btn {margin: 15px 0 0;}
    .hp #poradenstvi  > .wrapper {flex-direction: column-reverse;}
        .hp #poradenstvi > .wrapper > div {width: 100%;}
        .hp #poradenstvi > .wrapper .left {padding: 20px 0 0;}
    .flex.main {display: block;}
    #cats {width: 100%; margin: 0 0 40px;}
    .post-new {display: block;}
        .post-new .img {margin: 0 0 15px; display: block; width: 100%;}
    .hp #proc > .flex {flex-direction: column-reverse;}
    .hp #proc > .flex > div {width: 100%;}
        .hp #proc > .wrapper > div {width: 100%;}
        .hp #proc  .right {padding: 0  !important; height: auto;}
        .hp #proc  .right img {width: 100%;}
        .hp #proc  .left {padding: 20px 0 0 !important;}      
    .hp.kurzy #kurzy {margin: 70px 0; padding: 50px 0;}
    .hp #pristup {margin: 60px 0 60px;}
}

@media (max-width: 900px){
    #stobstep-program .flex {display: block;}
    #stobstep-program .row {margin: 0 0 35px;}
    #stobstep-program .right {padding: 0;}
}



.mobile_label {display: none;}
@media screen and (max-width: 767px) {
    .mobile_hide {display: none;}
    .mobile_td td {display: block; width: 100% !important;}
    .mobile_label {display: block;}
    .mobile_100 {width: 100%;}
    .hp #kurzy .hp-item:last-of-type, .hp #kurzy .hp-item, .hp #akce > div,  .hp #akce > div:last-of-type, .hp #blog-list .hp-item, .hp #blog-list .hp-item:last-of-type, .related-posts .item, .related-posts .item:last-of-type {margin: 20px 0;}
    .hp #pristup .flex {display: block;}
    .hp #pristup .item {width: 100%; margin: 0 0 20px; text-align: center;}
    .workshop-item {display: block;}
    .workshop-item .img {margin: 0 auto 30px; max-height: none;}
    .workshop-item .img img {width: auto; height: auto; object-fit: none;}
    #workshop-detail {display: block;}
    #workshop-detail .detail-image {margin: 0 0 30px;}
    #workshop-detail .detail-info {margin: 0;}
    #workshop-form {padding: 55px 20px;}
    #workshop-form .flex {display: block; text-align: left;}
    #workshop-form input[type="text"] {width: 100%;  box-sizing: border-box;}
    #clanky_banner {padding: 25px 50% 25px 25px;}
    #clanky_banner strong {font-size: 20px; line-height: 25px;}
    .hp.kurzy #poradenstvi {margin-top: 40px;}
    .orderflex {display: block;}
    .orderflex .left {width: 100%; margin: 0 0 40px;}
    #stobstep-top {display: block;}
    #stobstep-top .right {margin: 20px 0 0;}
    .stobstep h1 {font-size: 32px;}
    #stobstep-top h2, .stobstep h2, #stobstep-pristup .block h3 {font-size: 24px; line-height: 32px;}
    .stobstep .medium, #stobstep-cesta .center, #stobstep-pristup .center, #stobstep-team p {font-size: 16px; line-height: 24px;}
    #stobstep-cesta .block, #stobstep-program h3, #stobstep-testimonials .block .text {font-size: 18px; line-height: 26px;}
    #stobstep-tarif .flex {display: block;}
    #stobstep-tarif .slick-track {display: flex; align-items: stretch;}
    #stobstep-tarif .block {height: auto;}
    /*#stobstep-tarif .block.pop {margin: 30px 0 0;}*/
    #stobstep-tarif .mostwanted {top: 0;}
    #stobstep-pristup {margin: 50px 0 70px;}
    #stobstep-tarif {padding: 50px 0;}
    #stobstep-team .flex {justify-content: center;}
    #stobstep-team .lektor {margin: 0 10px;}
    #stobstep-team {padding: 60px 0;}
    #stobstep-team .morex {margin: 0;}
    #stobstep-cesta {margin: 0 0 60px;}
    #stobstep-faq {padding: 60px 0;}    
}

@media (max-width: 500px){
    #stobstep-testimonials .wrapper > .flex {display: block;}
    #stobstep-testimonials .flex .block {width: 100%;}
}   

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px){
    #order-item-grid td {  padding-left: 50% !important;}
}