﻿/* CSS by Endless Peak */

:root {
    --main-bg-color: #ececec;
}

html {
    width: 100%;
    font-family: Arial;
}

body {
    padding: 0px;
    margin: 0px;
}

a, p, img, div, span, input {
    border: none;
    font-family: Arial;
}

h1, h2, h3, h4, h5 {
    font-family: Arial;
}

hr {
    height: 2px;
    width: 100%;
    border: none;
    background: #ff7400;
}

.skupiny hr {
    background: #ff7400;
}

.vydavatele hr {
    background: #448ccb;
}

.pojistovny hr {
    background: #1ec29d;
}

.wrapper {
    position: relative;
    top: 0;
    overflow: visible;
    width: 100%;
    clear: both;
    left: 0;
}

.page {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.header {
    padding: 50px 0 30px 0;
    background-color: var(--main-bg-color);
}

.header .logo {
    height: 63px;
    line-height: 63px;
    text-decoration: none;
}

.header .logo img {
    vertical-align: middle;
    display: inline-block;
}

.header .logo .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    color: #252525;
}

.header .search-box {
    height: 60px;
    width: 300px;
    float: right;
    border: #ff8118 solid 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.header .search-box .search {
    height: 60px;
    line-height: 60px;
    width: calc(100% - 121px);
    padding: 0 30px;
    font-size: 16px;
    color: #707070;
    font-weight: 700;
    background-color: #ffffff;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header .search-box .search-btn {
    border-left: 1px solid #ff8118;
    height: 60px;
    width: 60px;
    background: #ff8118 url("../img/ico-search-white.png") center center no-repeat;
    display: inline-block;
    cursor: pointer;
}

.sub-header {
    background-color: var(--main-bg-color);
}

.sub-header .menu {
    font-size: 0;
}

.sub-header .menu a {
    height: 65px;
    line-height: 65px;
    width: calc(100% / 3 - 72px);
    padding: 0 10px 0 60px;
    margin-left: 3px;
    border-top: #ff8118 2px solid;
    display: inline-block;
    background: #fefefe 20px center no-repeat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.sub-header .menu a:first-child {
    margin-left: 0;
}

.sub-header .menu a.skupiny {
    color: #ff8118;
    background-image: url("../img/ico-skupiny.png");
    border-color: #ff8118;
}

.sub-header .menu a.vydavatele {
    color: #448ccb;
    background-image: url("../img/ico-vydavatele.png");
    border-color: #448ccb;
}

.sub-header .menu a.pojistovny {
    color: #1ec29d;
    background-image: url("../img/ico-pojistovny.png");
    border-color: #1ec29d;
}

.content {
    background-color: var(--main-bg-color);
    padding: 30px 0 50px 0;
    font-size: 0;
}

.content ul, .content li {
    font-size: 16px;
}

.content .item {
    height: 240px;
    width: calc(25% - 43px);
    padding: 0 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-top: #ff8118 2px solid;
    background-color: #ffffff;
    display: inline-block;
}

.skupiny .content .item {
    border-top: #ff8118 2px solid;
}

.vydavatele .content .item {
    border-top: #448ccb 2px solid;
}

.pojistovny .content .item {
    border-top: #1ec29d 2px solid;
}

.content .item:nth-child(4n-4) {
    margin-right: 0px;
}

.content .item .head-box {
    height: 70px;
    width: 100%;
    padding: 30px 0 0 0;
}

.content .item .head-box .title {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    text-decoration: none;
}

.content .item .head-box .img {
    float: right;
    padding-left: 10px;
    display: inline-block;
}

.content .item .link-box {
    height: 90px;
    width: 100%;
    padding: 10px 0 0 0;
}

.content .item .link-box a {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    text-decoration: none;
    display: table;
    margin: 0;
    padding: 0 0 2px 0;
}

.content .item .link-box a:hover {
    text-decoration: underline;
}

.content .item .bottom-box {
    height: 30px;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: right;
}

.content .item .bottom-box a {
    font-size: 14px;
    font-weight: 400;
    color: #ff8118;
    text-decoration: none;
}

.skupiny .content .item .bottom-box a {
    color: #ff8118;
}

.vydavatele .content .item .bottom-box a {
    color: #448ccb;
}

.pojistovny .content .item .bottom-box a {
    color: #1ec29d;
}

.content .item .bottom-box a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #252525;
    padding: 50px 0 30px;
    font-size: 0;
}

.footer .page {
    width: 960px;
}

.footer .flex-box {
    font-size: 0;
    padding-bottom: 30px;
}

.footer .flex-box .item {
    width: calc(100% / 3 - 60px);
    padding: 0 30px;
    display: inline-block;
}

.footer .flex-box .item .line {
    width: 30%;
    height: 3px;
    background-color: #ff7400;
}

.footer .flex-box .item.orange .line {
    background-color: #ff7400;
}

.footer .flex-box .item.blue .line {
    background-color: #448ccb;
}

.footer .flex-box .item.green .line {
    background-color: #25c4a0;
}

.footer .flex-box .item .title a {
    font-size: 16px;
    font-weight: 900;
    color: #ff7400;
    margin: 0;
    padding: 10px 0 30px 0;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.footer .flex-box .item.orange .title a {
    color: #ff7400;
}

.footer .flex-box .item.blue .title a {
    color: #448ccb;
}

.footer .flex-box .item.green .title a {
    color: #25c4a0;
}

.footer .flex-box .item .list a {
    font-size: 14px;
    font-weight: 600;
    color: #ebebeb;
    margin: 0;
    padding: 0 0 10px 0;
    display: table;
    text-decoration: underline;
}

.footer .flex-box .item .list a:hover {
    text-decoration: none;
}

.footer .social-box {
    padding-bottom: 30px;
    font-size: 0;
}

.footer .newsletter-box {
    width: calc(50% - 60px);
    padding: 0 30px;
    display: inline-block;
    float: left;
}

.footer .newsletter-box .title {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    text-transform: uppercase;
}

.footer .newsletter-box .newsletter-holder {
    height: 40px;
    width: 250px;
}

.footer .newsletter-box .newsletter-holder input {
    height: 40px;
    width: calc(100% - 81px);
    padding: 0 20px;
    float: left;
    background-color: #ffffff;
}

.footer .newsletter-box .newsletter-holder .btn {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-left: #252525 1px solid;
    background: #ffffff url("../img/ico-newsletter.png") center center no-repeat;
    cursor: pointer;
}

.footer .facebook-box {
    width: calc(50% - 60px);
    padding: 0 30px;
    display: inline-block;
    float: left;
}

.footer .facebook-box .title {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    text-transform: uppercase;
}

.footer-small {
    background-color: #212121;
    padding: 50px 0;
    text-align: center;
}

.footer-small p {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    text-align: center;
}

.footer-small a {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    text-decoration: none;
}

.footer-small a:hover {
    text-decoration: underline;
}

.footer .footer-logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: #212121;
    margin: 0 30px 30px 30px;
    padding: 25px 30px;
}

.footer .footer-logo .footer-logo__item.image {
    align-self: center;
}

.footer .footer-logo .footer-logo__item.text {
    color: #B2B2B1;
    font-size: 20px;
    margin: 0;
    align-self: center;
}

.footer .footer-logo .footer-logo__item.btn {
    width: 170px;
}

.footer .footer-copyright {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 30px;
    justify-content: space-between;
    font-size: 14px;
    color: #707070;
    font-weight: 900;
    align-items: center;
}

.footer .footer-copyright p {
    margin: 0;
    display: flex;
    align-items: center;
}

.footer .footer-copyright p a {
    color: #707070;
    text-decoration: none;
    margin-left: 5px;
}

.footer .footer-copyright p a:hover {
    text-decoration: underline;
}

.footer .footer-copyright p img {
    width: 24px;
    margin-left: 10px;
}

/* FORM */

.sub-header {
    background-color: var(--main-bg-color);
}

.sub-header .breadcrumb {
    line-height: 32px;
    padding-left: 10px;
}

.sub-header .breadcrumb a {
    line-height: 32px;
    color: #555555;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}

.sub-header .breadcrumb p {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}

.skupiny .sub-header .breadcrumb a:first-child {
    color: #ff8118;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 50px;
    background: url("../img/ico-skupiny.png") 0px center no-repeat;
    border-color: #ff8118;
    text-transform: uppercase;
}

.vydavatele .sub-header .breadcrumb a:first-child {
    color: #448ccb;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 50px;
    background: url("../img/ico-vydavatele.png") 0px center no-repeat;
    border-color: #ff8118;
    text-transform: uppercase;
}

.pojistovny .sub-header .breadcrumb a:first-child {
    color: #1ec29d;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 50px;
    background: url("../img/ico-pojistovny.png") 0px center no-repeat;
    border-color: #ff8118;
    text-transform: uppercase;
}

.sub .content {
}

.sub .content h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-align: center;
    margin: 30px 0 20px 0;
}

.sub.crossroad .content h1 {
    text-align: left;
}

.sub .content h2 {
    font-weight: 700;
    font-size: 22px;
    color: #252525;
}

.sub .content h3 {
    font-weight: 700;
    font-size: 18px;
    color: #252525;
    margin-top: 30px;
}

.sub .content h4 {
    font-weight: 700;
    font-size: 16px;
    color: #252525;
}

.sub .content h5 {
    font-weight: 700;
    font-size: 14px;
    color: #252525;
}

.sub .content p {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    margin: 0 0 20px 0;
    line-height: 150%;
}

.sub .content a {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    text-decoration: underline;
}

.sub .content a:hover {
    text-decoration: none;
}

.sub .content .white-box h4 {
    text-align: center;
    margin-top: -18px;
}

.sub .content .white-box h4.old .red {
    color: red;
}

.sub .content .white-box h4.old a {
    font-weight: inherit;
    font-size: inherit;
}

.sub .content p.jv {
    padding-left: 20px;
    background: url("../img/ico-jv.png") no-repeat 0 center;
    margin: 0;
}

.sub .content p.ep {
    padding-left: 20px;
    background: url("../img/ico-ep.png") no-repeat 0 center;
    margin: 0;
}

.sub .content p span:nth-child(2) {
    padding-left: 30px;
    font-weight: 700;
}

.sub .content p a {
    font-weight: 400;
}

.sub .content p span a {
    font-weight: 700;
}

.sub .content a.blue {
    color: #448ccb;
    font-weight: 700;
}

.sub .content .btn.download {
    display: inline-flex;
    align-items: center;
    float: right;
    margin: 0 0 30px 30px;
    height: 60px;
    background: #8dc63f url("../img/ico-download.png") 10px center no-repeat;
    text-align: left;
    padding: 0 20px 0 50px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sub .content .btn.download p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sub.non-win .content .btn.download {
    display: none;
}

.sub .content .no-btn-text {
    display: none;
}

.sub.non-win .content .no-btn-text {
    display: block;
}

.sub .content .form-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}

.sub .content a.form-item {
    margin: 0 0 16px;
    display: table;
    background: url("../img/ico-form-dane.png") 16px center no-repeat;
    padding: 0 0 0 50px;
    line-height: 18px;
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

.skupiny.sub .content a.form-item {
    background: url("../img/ico-form-dane.png") 16px center no-repeat;
}

.vydavatele.sub .content a.form-item {
    background: url("../img/ico-form-dane-blue.png") 16px center no-repeat;
}

.pojistovny.sub .content a.form-item {
    background: url("../img/ico-form-dane-green.png") 16px center no-repeat;
}

.sub .content a.form-item:hover {
    text-decoration: underline;
}

.fb-like {
    border: none;
    overflow: hidden;
    width: 95px;
    height: 20px;
    float: right;
    margin-top: -30px;
}

/* OTHER */

.mobile {
    display: none;
}

.cleaner {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.aligncenter {
    text-align: center;
}

.non-win .non-win-hide {
    display: none;
}

/* BUTTONS */
.btn {
    text-align: center;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: white !important;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none !important;
    align-self: center;
}

.btn.btn--full-width {
    width: 100%;
}

.btn.btn--blue {
    background-color: #448ccb;
}

.btn.btn--blue:hover {
    background-color: #226daa;
}

.btn.btn--green {
    background-color: #8dc63f;
    padding: 20px 30px;
}

.btn.btn--green.btn--border {
    border: 2px #8dc63f solid;
}

.btn.btn--green:hover {
    background-color: #669e17;
}

.btn.btn--green.btn--border:hover {
    background-color: transparent;
    color: #8dc63f !important;
}

/* STICKY HEADER */
.header.wrapper.sticky {
    position:  fixed;
    top:  0;
    width: 100%;
    z-index:  999;
    background: #FFF;
    padding: 0;
    height: 60px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
}
.header.wrapper.sticky .search-box {
    height: 40px;
    margin-bottom: 4px;
}
.header.wrapper.sticky .search-box .search-btn {
    height: 40px;
    width: 50px;
    background-size: 50%;
}
.header.wrapper.sticky .search-box .search {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 111px);
}
.header.wrapper.sticky .banner {
    display: none;
}
body.sticky-menu {
    padding-top: 175px;
}

/* FORM DETAIL */
.page.detail {
    display: flex;
    flex-flow: row;
}

.sub .content .detail .white-box {
    width: 40%;
    height: auto;
    border-top: 2px solid #ff7400;
}

.sub .content .detail .white-box .inner {
    background-color: #FFF;
    width: 100%;
    height: auto;
    position: relative;
}

.sub .content .detail .white-box .inner a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, .4);
    background-image: url('../img/lupa.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.sub .content .detail .white-box .inner:hover a {
    opacity: 1;
    visibility: visible;
}

.sub .content .detail .white-box .inner:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sub .content .detail .white-box .inner .img-holder {
    overflow: hidden;
    text-align: center;
    padding: 25px;
}

.sub .content .detail .white-box .inner .img-holder img {
    max-width: 100%;
    width: 100%;
}

.sub .content .detail .info {
    position: relative;
    width: 60%;
    padding-left: 40px;
}

.sub .content .detail .info h1 {
    margin-top: 0;
    text-align: left;
}

.sub .content .detail .info .buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.sub .content .detail .info .buttons .btn {
    margin-right: 10px;
}

.sub .content .detail .info .buttons .btn:last-of-type {
    margin-right: 0;
}

.sub .content .detail .info .form-studio {
    padding: 25px 0 15px 0;
}

.sub .content .detail .info .form-studio a {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    color: #000;
}

.sub .content .detail .info .form-studio a:before {
    content: '';
    background-image: url('../img/Question.png');
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -3px;
}

.sub .content .detail .info .know-more {
    border-top: 2px #d7d7d7 solid;
    border-bottom: 2px #d7d7d7 solid;
    padding: 25px 0;
    margin: 15px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.sub .content .detail .info .know-more p {
    margin: 0;
}

.sub .content .detail .info .know-more a {
    flex: 0 0 120px;
    margin-left: 45px;
}

.lb-dataContainer {
    margin-top: -5px;
    background-color: #ECECEC;
    padding: 10px 0;
}

.lb-dataContainer .lb-details {
    width: 100%;
}

.lb-dataContainer .lb-details .lb-caption {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.lb-dataContainer .lb-details .lb-caption .btn {
    padding: 10px;
    font-size: 14px !important;
}

.lb-container {
    position: relative;
}
.lb-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff7400;
    z-index: 999;
}

/* LIST */
.list-view {
    display: none;
    padding-left: 30px;
}

.show-more-title {
    padding-left: 40px;
    position: relative;
}

.show-more-title:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('../img/plus.png');
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.show-more-title--small {
    padding-left: 30px;
}

.show-more-title--small:before {
    width: 24px;
    height: 24px;
}

.show-more-title.expanded:before {
    background: url('../img/close.png');
    background-size: contain;
}

.andel-footer {
	display: table;
    margin-top: 20px;
}

@media screen and (min-width: 1281px) {

    .header .page {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

}

@media screen and (max-width: 1280px) {

    .header .banner {
        display: none;
    }

    .header.wrapper.sticky .search-box {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .page {
        width: 900px;
    }

    .content .item {
        width: calc(100% / 3 - 42px);
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .content .item:nth-child(4n-4) {
        margin-right: 3px;
    }

    .content .item:nth-child(3n-3) {
        margin-right: 0px;
    }

    .footer .page {
        width: 900px;
    }

    .footer .footer-logo .btn {
        width: auto;
    }

}

@media screen and (max-width: 960px) {

    .page {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
    }

    .header {
        padding-top: 20px;
    }

    .sub-header .menu a {
        width: calc(100% - 70px);
        padding: 0 10px 0 60px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .sub .content .detail .info .buttons {
        flex-flow: column;
        justify-content: center;
    }

    .sub .content .detail .info .buttons .btn {
        width: 87%;
        margin:0 0 15px 0;
    }

    .sub .content .detail .info .form-studio {
        text-align: center;
    }

    .sub .content .detail .info .know-more {
        flex-flow: column;
    }

    .sub .content .detail .info .know-more a {
        flex: unset;
        width: 87%;
        margin: 25px 0 0 0;
    }

    .content .item {
        width: calc(100% / 2 - 41px);
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .content .item:nth-child(4n-4) {
        margin-right: 2px;
    }

    .content .item:nth-child(3n-3) {
        margin-right: 2px;
    }

    .content .item:nth-child(2n-2) {
        margin-right: 0px;
    }

    .footer .page {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .footer-logo {
        display: flex;
        flex-flow: row wrap;
    }

    .footer .footer-logo .text {
        padding-left: 30px;
    }

    .footer .footer-logo .footer-logo__item.btn {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 840px) {

    .header .search-box {
        width: auto;
        position: fixed;
        top: 25px;
        right: 0;
        z-index: 999;
    }

    .header .search-box.active {
        width: 99%;
    }

    .header .search-box input {
        display: none;
    }

    .page.detail {
        flex-flow: column;
    }

    .sub .content .detail .white-box {
        width: 100%;
        margin-bottom: 25px;
    }

    .sub .content .detail .white-box .inner .img-holder {
        height: 200px;
    }

    .sub .content .detail .info {
        width: 100%;
        padding: 0;
    }

    .footer .flex-box .item {
        width: calc(100% - 60px);
        margin-bottom: 30px;
    }

    .footer .newsletter-box {
        width: calc(100% - 60px);
        margin-bottom: 30px;
    }

    .footer .newsletter-box .newsletter-holder {
        width: 100%;
        max-width: 300px;
    }

    .footer .facebook-box {
        width: calc(100% - 60px);
    }

    .footer-small {
        padding: 30px 0;
    }

}

@media screen and (max-width: 700px) {

    .footer .footer-logo {
        justify-content: center;
        flex-flow: column;
    }

    .footer .footer-logo .footer-logo__item.image {
        order: 1;
    }

    .footer .footer-logo .footer-logo__item.text {
        order: 0;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .footer .footer-logo .footer-logo__item.btn {
        order: 3;
    }
}

@media screen and (max-width: 660px) {

    .page {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .content .item {
        width: calc(100% - 40px);
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .content .item:nth-child(4n-4) {
        margin-right: 0px;
    }

    .content .item:nth-child(3n-3) {
        margin-right: 0px;
    }

    .content .item:nth-child(2n-2) {
        margin-right: 0px;
    }

    .lb-dataContainer .lb-details .lb-caption {
        flex-flow: column;
        justify-content: center;
    }

    .lb-dataContainer .lb-details .lb-caption .btn {
        width: 90%;
        margin-bottom: 10px;
    }

    .footer .page {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .footer-copyright {
        flex-flow: column nowrap;
        justify-content: center;
    }

    .footer .footer-copyright p:first-of-type {
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 380px) {

    .header .logo .title {
        font-size: 14px;
    }

    .sub-header .menu a {
        width: calc(100% - 60px);
        padding: 0 5px 0 55px;
    }

    .sub .content .detail .info .buttons .btn {
        width: 80%;
    }

    .sub .content .detail .info .know-more a {
        width: 80%;
    }

}