/* -- start setup -- */
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'AvenirNextLTPro-Bold';
font-family: 'AvenirNextLTPro-Regular';
*/

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('AvenirNextLTPro-Bold.eot');
    src: url('AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg'),
        url('AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('AvenirNextLTPro-Bold.woff') format('woff'),
        url('AvenirNextLTPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('AvenirNextLTPro-Regular.eot');
    src: url('AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg'),
        url('AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('AvenirNextLTPro-Regular.woff') format('woff'),
        url('AvenirNextLTPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Open Sans', 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;
    }
}

.red {
    color: #E03535 !important;
}

.relative {
    position: relative;
}

.mt10 {
    margin-top: 10 !important;
}

@media (min-width: 992px) {
    .topMenu {
        margin-left: 20px;
    }
}

@media (min-width: 1600px) {
    .topMenu {
        margin-left: 40px;
    }
}

.topMenu li a {
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding: 0 !important;
    font-family: 'AvenirNextLTPro-Bold';
}

@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: 15px;
    }
}

@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: 10px;
        margin-right: 10px;
    }
}

.topMenuButton, .topMenuButton2 {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 186px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #CB0828;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    transition: all 0.35s ease 0s;
}

.topMenuButton,
.topMenuButton2
{
    height: 42px;
    line-height: 42px;
    width: 176px;
}

.topMenuButtonNew {text-transform:  uppercase;
    font-size: 14px;
    width: 200px;
    height: 60px;
    line-height: 20px;    
    padding-top:   10px;
}

.topMenuButton:HOVER, .topMenuButton2:HOVER {
    text-decoration: none;
    background-color: #E8183A;
    color: #FFFFFF;
}

.topNavbar {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: White;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}

.topNavbarSmaller {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbarBox {}

.topNavig {
    height: 90px;
    height: 70px;
    background-color: #EAF2EE;
}

.header {
    background-image: url(../pcs/pcs_layout/header.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    padding-bottom: 20px;
}

.headerContentNew { min-height: 650px;  }

.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;
        padding-bottom: 0;
    }
}

@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;
    font-family: 'AvenirNextLTPro-Bold';
}

.headerTitle {
    font-size: 36px;
    line-height: 36px;
}

.headerTitle2 {
    line-height: 42px;
}

@media only screen and (min-width : 480px) {
    .headerTitle {
        font-size: 45px;
        line-height: 38px;
    }

.headerTitle2 {
    line-height: 48px;
}    
}

@media only screen and (min-width : 768px) {
    .headerTitle {
        font-size: 54px;
        line-height: 40px;
    }

.headerTitle2 {
    line-height: 58px;
}    
}

@media only screen and (min-width : 992px) {
    .headerTitle {
        font-size: 63px;
        line-height: 42px;
    }

.headerTitle2 {
    line-height: 70px;
}    
}

@media only screen and (min-width : 1200px) {
    .headerTitle {
        font-size: 72px;
        line-height: 44px;
    }

.headerTitle2 {
    line-height: 80px;
}    
}


.headerTitle strong {
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    font-family: 'AvenirNextLTPro-Bold';
}

.headerTitle strong {
    font-size: 28px;
    line-height: 38px;
}

@media only screen and (min-width : 480px) {
    .headerTitle strong {
        font-size: 33px;
        line-height: 41px;
    }
}

@media only screen and (min-width : 768px) {
    .headerTitle strong {
        font-size: 38px;
        line-height: 44px;
    }
}

@media only screen and (min-width : 992px) {
    .headerTitle strong {
        font-size: 43px;
        line-height: 47px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerTitle strong {
        font-size: 48px;
        line-height: 48px;
    }
}

.headerText {
    margin-left: auto;
    margin-right: auto;
    max-width: 622px;
    max-width: 670px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.headerText {
    font-size: 18px;
    line-height: 30px;
}

.kalkulackaBox {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

    margin-left: 20px;
    margin-right: 20px;
    min-height: 206px;
    max-width: 580px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.kalkulackaBox2 {
    max-width: 480px;
}

@media only screen and (min-width : 765px) {
    .kalkulackaBox {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width : 992px) {
    .kalkulackaBox {
        width: 580px;
        margin-top: 0;
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-right: 0;
        margin-left: -290px;
        padding: 40px;
    }

.kalkulackaBox2 {
    max-width: 480px;
    margin-left: -240px;
}

}

.kalkulackaFormTitle {
    color: #000000;
    font-size: 21px;
    font-family: 'AvenirNextLTPro-Bold';
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.kalkulackaForm input {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    background-color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    color: #3E3E3E;
    font-size: 16px;
}

.kalkulackaForm input.kalkulackaFormSubmit {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background-color: #CB0828;
    color: #FFFFFF;
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0
}

.formLegend {
    color: #7A7A7A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
}

.contentGrey {
    background-color: #F4F4F4;
}

.contentForm {
    background-color: #F4F4F4;
}

.numBox {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.num {
    margin-top: 30px;
    color: #000000;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 48px;
    font-family: 'AvenirNextLTPro-Regular';
}

.odd {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 3px;
    width: 60px;
    background-color: #CB0828;
}

.oddLine {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    background-color: #c3c3c3;
}

.oddGrey {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 3px;
    width: 60px;
    background-color: #F4F4F4;
}

@media only screen and (min-width : 992px) {
    .oddGrey {
        margin-top: 25px;
        margin-bottom: 25px;
    }

}

@media only screen and (min-width : 992px) {
    .odd {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.oddCenter {
    margin: 15px auto;
    height: 3px;
    width: 60px;
    background-color: #F4F4F4;
}

@media only screen and (min-width : 992px) {
    .oddCenter {
        margin: 30px auto;
    }
}

.oddCenter2 {
    margin: 15px auto;
    height: 3px;
    width: 60px;
    background-color: #E0E0E0;
}

@media only screen and (min-width : 992px) {
    .oddCenter2 {
        margin: 30px auto;
    }
}

.numText {
    color: #565756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.ico {
    margin: 15px auto;
    height: 112px;
    width: 112px;
    background-color: #f9e6e9;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    background-position: center;
    background-repeat: no-repeat;
}

.ico1 {
    background-image: url(../pcs/pcs_layout/id-card.svg);
}

.ico2 {
    background-image: url(../pcs/pcs_layout/smartphone.svg);
}

.ico3 {
    background-image: url(../pcs/pcs_layout/envelope.svg);
}

.icoTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.icoText {
    max-width: 309px;
    margin-left: auto;
    margin-right: auto;
    color: #565756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}


.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: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1600px) {
    .content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .contentTop0 {
        padding-top: 0px;
    }
}

.contentArrow1,
.contentArrow2 {
    background-image: url(../pcs/pcs_layout/arrow1.png);
    background-position: center -10px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
.contentArrow1,
.contentArrow2 {
    background-position: center top;
}
}

.contentArrow2 {
    background-image: url(../pcs/pcs_layout/arrow2.png);
}

.contentPostup {
    background-color: #F4F4F4;
    background-image: url(../pcs/pcs_layout/postup-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.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;
}

.introText {
    margin: 20px auto;
    max-width: 862px;
    color: #565756;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .introText {
        font-size: 18px;
    }

}



h3 {
    font-family: 'AvenirNextLTPro-Bold';
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}


.formBox {
    max-width: 780px;
    margin: 20px auto;
}

#uspesne_odeslani {
    font-family: 'AvenirNextLTPro-Bold';
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.poptavkaForm label {
    margin-top: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'AvenirNextLTPro-Bold';
}

.obchodnikFind {
    margin-top: 20px;
    color: #CB0828;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'AvenirNextLTPro-Bold';
}

.poptavkaForm label span {
    color: #CB0828;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.poptavkaForm input, .poptavkaForm select {
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.poptavkaForm .formSubmit {
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 246px;
    border-radius: 10px;
    background-color: #CB0828;
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    font-family: 'AvenirNextLTPro-Bold';
    margin: 20px auto;
    display: block;
    text-transform: uppercase;
}

.contactBoxBox {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.contactBox {
    margin-top: 30px;
}

.contactBoxIco {
    height: 112px;
    width: 112px;
    background-color: #f9e6e9;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 40px;
}

.contactBoxIco1 {
    background-image: url(../pcs/pcs_layout/smartphone.svg);
}

.contactBoxIco2 {
    background-image: url(../pcs/pcs_layout/envelope.svg);
}

.contactBoxTitle {
    padding-top: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.contactBoxText {
    color: #565756;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.contactBoxText a {
    color: #CF001F;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.footer {
    background-color: #191919;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (min-width : 992px) {
    .footer {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}


.footerColumTitle {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.footerText,
.footerText a {
    color: #787878;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.footerLinks li {
    list-style-type: none;
}

.footerLinks li a {
    color: #787878;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.footerLogos {
    padding-top: 5px;
}

.footerLogos a {
    float: left;
    display: block;
    margin: 0 10px 10px 0
}

@media only screen and (min-width : 1300px) {
    .footerLogos a {
        margin: 0 12px 0 0;
    }
}

.copy {
    background-color: Black;
    line-height: 50px;
    color: #787878;
    font-size: 14px;
    letter-spacing: 0;
}



h2 {
    color: #000000;
    font-family: 'AvenirNextLTPro-Bold';
    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: 36px;
        line-height: 45px;
    }

    h2.smallerTitle {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 48px;
        line-height: 56px;
    }

    h2.smallerTitle {
        font-size: 36px;
        line-height: 42px;
    }
}

p.text {
    color: #555756;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
}

@media only screen and (min-width : 768px) {
    p.text {
        font-size: 16px;
        line-height: 30px;
    }
}

p.text strong {
    color: #555756;
    font-size: 15px;
    font-weight: bold;
}

p.text strong a.linkText {
    color: #CB0828 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;
    }
}

.link {
    text-decoration: underline;
    color: #E03535;
}

.link:HOVER {
    text-decoration: none;
    color: #E03535;
}

.copyText {
    cursor:pointer;
    text-decoration: underline;
    color: #E03535;
}

.copyText:HOVER {
    text-decoration: underline;
    color: #E03535;
}

.infoBox,
.infoBox2 {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {

    .infoBox,
    .infoBox2 {
        min-height: 850px;
        min-height: 920px;
    }

    .infoBox2 {
        min-height: 770px;
    }
}

@media only screen and (min-width: 1200px) {

    .infoBox,
    .infoBox2 {
        padding: 40px;
        margin-top: -40px;
        margin-bottom: 0;
    }
}

.faq {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.faqTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.faqText {
    color: #555756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.faqButton {
    background-color: transparent;
    color: #CB0828;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    background-image: url(../pcs/pcs_layout/faq2.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.faqButton.collapsed {
    background-image: url(../pcs/pcs_layout/faq1.png);
}

/* partneri  */
.textAreaKod {
    width: 98%;
    padding: 1%;
    margin: 20px 0;
    height: 100px;
    border: 1px solid #c3c3c3;
    color: Black;
}

.partneriImg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgLetak {
    max-width: 170px;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    /*  margin-top: 2em;
  margin-bottom: 2em; */
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    left: 14px;
    height: 100%;
    width: 4px;
    width: 12px;
    /* background: #d7e4ed; */
    background: url(../pcs/pcs_layout/timeline-dots.png) repeat-y center;
    background-color: transparent;
    background-position: 0px 200px;
}

@media only screen and (min-width: 1170px) {

    #cd-timeline {
        /* margin-top: 3em;
  margin-bottom: 3em; */
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
        margin-left: -6px;
    }
}

.cd-timeline-block {


    position: relative;
    margin: 2em 0;
    margin: 20px 0;
    *zoom: 1;
}

.cd-timeline-block:before,
.cd-timeline-block:after {
    content: " ";
    display: table;
}

.cd-timeline-block:after {
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {

    .cd-timeline-block {
        margin: 4em 0;
        margin: 0 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 50px;
    border-radius: 50%;
    color: White;
    color: #FFFFFF;
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.cd-timeline-img img {
    /*  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;*/
}

.cd-timeline-img.cd-picture {
    background: #ae1d27;
}

.cd-timeline-img.cd-movie {
    background: #ae1d27;
}

.cd-timeline-img.cd-location {
    background: #ae1d27;
}

@media only screen and (min-width: 1170px) {

    .cd-timeline-img {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        color: White;
        font-size: 24px;
        border: none;
        font-family: 'AvenirNextLTPro-Bold';
    }

    .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -o-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -o-transform: scale(1.2);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #d9d7c8;

    border-radius: 0.25em;
    padding: 1em;
    /*box-shadow: 0 3px 0 #d7e4ed;*/
    *zoom: 1;

    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.cd-timeline-content:before,
.cd-timeline-content:after {
    content: " ";
    display: table;
}

.cd-timeline-content:after {
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;

    font-size: 15px !important;
    color: #525252 !important;
    font-family: 'Open Sans', sans-serif !important;

}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    margin: 10px 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid White;


}

@media only screen and (min-width: 768px) {

    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;


    }
}

@media only screen and (min-width: 1170px) {

    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: White;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: White;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {

    /* inverse bounce effect on even content blocks */

    .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -o-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -o-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-20px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}


.postupTitle {
    font-family: 'AvenirNextLTPro-Bold';
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
}

.postupText {
    color: #565756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}