/* -- start setup -- */
/* 
font-family: 'Quicksand', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

* {
    font-family: 'Quicksand', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    border: none;
    padding: 0;
    color: #7C7C7C;
}

body {
    background-color: White;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1210px;
    }
}

/*
.topMenu li a,
.title {
    font-family: 'Barlow Condensed', sans-serif;
}*/

/*
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(0, 173, 240);
    background-color: #00ADF0;
}*/

.red {
    color: #E03535 !important;
}

.relative {
    position: relative;
}

.mt10 {
    margin-top: 10 !important;
}

#topLogo {
    background-image: url(../pcs/pcs_layout/logo.svg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 194px;
    height: 54px;
}

@media (min-width: 768px) {
    #topLogo {
        width: 120px;
        height: 33px;
        background-size: 100%;
    }
}

@media (min-width: 992px) {
    #topLogo {
        width: 150px;
        height: 42px;
        background-size: 100%;
    }
}

@media (min-width: 1400px) {
    #topLogo {
        width: 194px;
        height: 54px;
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .topMenu {
        margin-left: 30px;
    }
}

@media (min-width: 1600px) {
    .topMenu {
        margin-left: 70px;
    }
}

.topMenu li a {
    color: #656565 !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .topMenu li a {
        font-size: 14px;
        padding: 0 !important;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .topMenu li a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .topMenu li a {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .topMenu li a {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 768px) {
    .topMenu li a.active {
        border-bottom: 2px solid #E03535;
    }
}

@media (min-width: 992px) {
    .topMenu li a {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .topMenu li a {
        margin-left: 10px;
        margin-right: 10px; 
    }
}

@media (min-width: 1600px) {
    .topMenu li a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1600px) {}

.topNavbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: White;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.topNavbarSmaller {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbarBox {}

.topNavig {
    height: 90px;
    height: 70px;
    background-color: #EAF2EE;
}

.topMenuSocialBox {
    margin-top: 2px;
}


.topMenuSocial {
    background-color: #E03535;
    display: block;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.topMenuSocialFacebook {
    background-image: url(../pcs/pcs_layout/facebook-icon.svg);
}

.topMenuSocialInstagram {
    background-image: url(../pcs/pcs_layout/instagram-icon.svg);
}

.topMenuSocial:HOVER {
    background-color: #ba2727;
}

.header {
    background-image: url(../pcs/pcs_layout/header.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
}

.headerOvelay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    height: 740px;
    z-index: 9;
}

@media only screen and (min-width : 768px) {
    .headerOvelay {
        display: none;
    }
}

@media only screen and (min-width : 768px) {
    .header {
        min-height: 650px;
    }
}

@media only screen and (min-width : 992px) {
    .header {
        min-height: 708px;
        background-position: top center;
    }
}

@media (min-width: 1600px) {
    .header {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.headerContent {
    padding-top: 70px;
    position: relative;
    z-index: 99;
}

@media only screen and (min-width : 768px) {
    .headerContent {
        padding-top: 110px;
    }
}

@media only screen and (min-width : 992px) {
    .headerContent {
        padding-top: 150px;
    }
}

.headerTitle {
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.headerTitle {
    font-size: 24px;
    line-height: 48px;
}

@media only screen and (min-width : 480px) {
    .headerTitle {
        font-size: 27px;
        line-height: 54px;
    }
}

@media only screen and (min-width : 768px) {
    .headerTitle {
        font-size: 30px;
        line-height: 60px;
    }
}

@media only screen and (min-width : 992px) {
    .headerTitle {
        font-size: 33px;
        line-height: 66px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerTitle {
        font-size: 36px;
        line-height: 70px;
    }
}

.headerTitle strong {
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
}

.headerTitle strong {
    font-size: 32px;
    line-height: 56px;
}

@media only screen and (min-width : 480px) {
    .headerTitle strong {
        font-size: 39px;
        line-height: 60px;
    }
}

@media only screen and (min-width : 768px) {
    .headerTitle strong {
        font-size: 46px;
        line-height: 64px;
    }
}

@media only screen and (min-width : 992px) {
    .headerTitle strong {
        font-size: 53px;
        line-height: 68px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerTitle strong {
        font-size: 60px;
        line-height: 70px;
    }
}

.headerText {
    color: #FFFFFF;
    letter-spacing: 0;
    max-width: 750px;
    margin-bottom: 30px;
}

.headerText {
    font-size: 24px;
    line-height: 30px;
}

@media only screen and (min-width : 480px) {
    .headerText {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 768px) {
    .headerText {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width : 992px) {
    .headerText {
        font-size: 27px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerText {
        font-size: 27px;
        line-height: 37px;
    }
}

.button {
    height: 64px;
    line-height: 64px;
    width: 224px;
    border-radius: 32px;
    background-color: #E03535;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    display: block;
    transition: all 0.5s ease;
}

.buttonEn {
    width: 300px;
}

.columButton {
    height: 50px;
    line-height: 50px;
    width: 176px;
    border-radius: 32px;
    background-color: #FFFFFF;
    color: #6B7C74;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    display: block;
}

.button:HOVER {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #ba2727;
    font-size: 17px;
}

.columButton:HOVER {
    color: #6B7C74;
    text-decoration: none;
    background-color: #FFFFFF;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.contentGreen {
    background-color: #EAF2EE;
}


.content {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 480px) {
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1600px) {
    .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.columCategory {
    color: #6B7C74;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
}

.columTitle {
    color: #6B7C74;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.sectionTitle {
    color: #6B7C74;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 33px;
}

h2.title {
    color: #6B7C74;
    font-weight: bold;
    font-weight: 500;
    margin-bottom: 30px;
}

.newsBox {
    background-color: #FFFFFF;
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.newsContent {
    padding: 20px 30px 0 0;
}

@media (min-width: 768px) {
    .newsContent2 {
        padding: 20px 30px 0 30px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1600px) {}


.newsTitle a {
    color: #E03535;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.newsDate {
    color: #7C7C7C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
}

.newsText {
    color: #7C7C7C;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

@media (min-width: 992px) {
    .newsText {
        font-size: 16px;
        line-height: 27px;
    }
}

.text {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .aboutBox {
        min-height: 500px;
    }

    .imgAboutMe {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .aboutBox {
        min-height: 610px;
    }

    .imgAboutMe {
        left: 50px;
    }

}

@media (min-width: 1600px) {
    .imgAboutMe {
        left: 70px;
    }
}

.besedaBox {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    min-height: 261px;
    min-height: 281px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 10px 12px 14px 0 rgba(0, 0, 0, 0.03);
    position: relative;
}

.besedaBoxNum {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    height: 62px;
    line-height: 62px;
    width: 62px;
    background-color: #6B7C74;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
}

.besedaBoxTitle {
    color: #E03535;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}

.besedaBoxList li {
    list-style-type: none;
}

.besedaBoxList li a {
    display: block;
    text-align: center;
    color: #6B7C74;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
}

.besedaBoxList li a:HOVER {
    text-decoration: none;
}

h3 {
    color: #6B7C74;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

/* carousel */
.filtrBox {
    max-width: 400px;
    margin: 20px auto 50px auto;
}

.filtrBox .nav-pills a {
    color: #6B7C74;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    height: 54px;
    line-height: 50px;
    border: 2px solid #EAF2EE;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin-left: 10px;
}

.filtrBox .nav-pills a.active {
    background-color: #EAF2EE;
    color: #6B7C74;
}

@media (min-width: 1060px) {
    .carouselContainer {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

.carouselBookItem {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.carouselBookItem img {
    margin-bottom: 30px;
}

.carouselBookTitle {
    text-align: center;
}

.carouselBookTitle a {
    color: #E03535;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
}

.owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-image: url(../pcs/pcs_layout/left-arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 21px 14px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    transition: all 0.5s ease 0s;
    border: 2px solid #EAF2EE !important;
}

.owl-carousel .owl-nav .owl-next {
    background-image: url(../pcs/pcs_layout/right-arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 21px 14px !important;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    transition: all 0.5s ease 0s;
    border: 2px solid #EAF2EE !important;
}

.owl-carousel .owl-nav .owl-prev:HOVER,
.owl-carousel .owl-nav .owl-next:HOVER {
    background-color: #EAF2EE !important;
    opacity: 1 !important;
}

.owl-carousel .owl-nav {}


@media (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 115px;
        left: -80px;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 115px;
        right: -80px;
    }
}

.readMore {
    position: relative;
    padding-right: 30px;
}

.readMore span {
    position: absolute;
    left: 97px;
    top: 1px;
    height: 20px;
    width: 20px;
    background-color: #E03535;
    background-image: url(../pcs/pcs_layout/right-arrow-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.readMoreVideo span {
    left: 110px;
}

.readMore {
    color: #7C7C7C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    transition: all 0.5s ease;
}

.readMore:HOVER {
    color: #7C7C7C;
}

.footer {
    background-color: #D23D3D;
}

.footerTitle {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.footerContactBox {
    margin-top: 40px;
    background-image: url(../pcs/pcs_layout/foto-circle.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 130px;
    min-height: 150px;
}

.footerContantName {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: bold;
}

.footerContantName span {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: lighter;
}

.footerContantEmail {
    background-image: url(../pcs/pcs_layout/email.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 27px;
}

.footerContantEmail a {
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

.footerContantSocialBox {
    margin-top: 10px;
}


.footerContantSocial {
    background-color: white;
    display: block;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.footerContantSocialFacebook {
    background-image: url(../pcs/pcs_layout/facebook-icon-red.svg);
}

.footerContantSocialInstagram {
    background-image: url(../pcs/pcs_layout/instagram-icon-red.svg);
}

.odd {
    height: 1px;
    opacity: 0.1;
    background-color: #E8E8E8;
    margin-bottom: 30px;
}

.oddLine {
    background-color: #EAF2EE;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerMenu {
    float: right;
}


.footerMenu li {
    list-style-type: none;
}

.footerMenu li a,
.footerMenu li {
    display: inline;
}

.footerMenu li a {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: right;
    margin-left: 15px;
}

.copyright {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
}

/* continue */
.headerContinue {
    /*height: 107px;*/
    background-color: #EAF2EE;
}

@media only screen and (min-width : 768px) {
    .headerContinue {
        /* height: 157px;*/
    }
}

.headerContinueTwoLine {
    /*    min-height: 128px;*/
}

@media only screen and (min-width : 768px) {
    .headerContinueTwoLine {
        /*    min-height: 188px;*/
    }
}

.headerContinueOneLine {
    /*    line-height: 157px; */
}

.headerContinueOneLine {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (min-width : 768px) {
    .headerContinueOneLine {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.headerContinueTwoLine {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width : 768px) {
    .headerContinueTwoLine {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

.continueTitle {
    color: #6B7C74;
    font-family: Quicksand;
    font-weight: bold;
    letter-spacing: 0;
}

.continueTitle {
    font-size: 24px;
}

@media only screen and (min-width : 480px) {
    .continueTitle {
        font-size: 30px;
    }
}

@media only screen and (min-width : 768px) {
    .continueTitle {
        font-size: 36px;
    }
}

@media only screen and (min-width : 992px) {
    .continueTitle {
        font-size: 42px;
    }
}

@media only screen and (min-width : 1200px) {
    .continueTitle {
        font-size: 48px;
    }
}


.headerContinueTwoLine .continueTitle {
    line-height: 52px;
}

.continueSubtitle {
    color: #6B7C74;
    letter-spacing: 0;
}

.continueSubtitle {
    font-size: 20px;
    line-height: 20px;
}

@media only screen and (min-width : 480px) {
    .continueSubtitle {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (min-width : 768px) {
    .continueSubtitle {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (min-width : 992px) {
    .continueSubtitle {
        font-size: 32px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 1200px) {
    .continueSubtitle {
        font-size: 36px;
        line-height: 36px;
    }
}

h2 {
    color: #6B7C74;
    font-weight: bold !important;
    letter-spacing: 0;
}

h2 {
    font-size: 24px;
    line-height: 35px;
}

@media only screen and (min-width : 480px) {
    h2 {}
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 32px;
        line-height: 45px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

h3.redTitle {
    color: #E03535;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

@media only screen and (min-width : 768px) {
    h3.redTitle {
        font-size: 21px;
        line-height: 30px;
    }
}

p.text {
    color: #7C7C7C;
    font-family: 'Open Sans';
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
}

@media only screen and (min-width : 768px) {
    p.text {
        font-size: 16px;
        line-height: 27px;
    }
}

p.text strong {
    color: #E03535;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600 !important;
}

p.text strong a.linkText {
    color: #E03535;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600 !important;
}

@media only screen and (min-width : 768px) {
    p.text strong {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .imgTopMargin {
        margin-top: -100px
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1200px) {
    .pr50 {
        padding-right: 20px;
    }
}

.bookItem img {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bookItem {
    margin-top: 50px;
}

.bookImg {
    -webkit-box-shadow: 0px 10px 0px -5px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 10px 0px -5px rgba(227, 227, 227, 1);
    box-shadow: 0px 10px 0px -5px rgba(227, 227, 227, 1);
    border: 1px solid #e3e3e3;
    border: 1px solid #b3b3b3;

}

.bookImg2 {
    -webkit-box-shadow: 0px 12px 0px -5px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 12px 0px -5px rgba(227, 227, 227, 1);
    box-shadow: 0px 12px 0px -5px rgba(227, 227, 227, 1);
    border: 1px solid #e3e3e3;
    border: 1px solid #b3b3b3;
}

.bookImg3 {
    -webkit-box-shadow: 0px 15px 0px -5px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 15px 0px -5px rgba(227, 227, 227, 1);
    box-shadow: 0px 15px 0px -5px rgba(227, 227, 227, 1);
    border: 1px solid #e3e3e3;
    border: 1px solid #b3b3b3;
}

.imgDesc {
    margin: 15px;
    font-family: 'Open Sans';
}

.tabKnihy {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.tabKnihy th,
.tabKnihy td {
    padding: 5px 15px 5px 0;
}

.link {
    text-decoration: underline;
    color: #E03535;
}

.link:HOVER {
    text-decoration: none;
    color: #E03535;
}