/* Limit image width to avoid overflow the container */

img {
    max-width: 100%;
    /* This rule is very important, please do not ignore this! */
}

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif !important;
}

h1 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
    font-size: 34px;
    color: #4f7fcd;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    opacity: 1;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.subheader {
    font-weight: 300;
    line-height: 1.8;
    color: #262626;
}

.count-header {
    line-height: 1.5;
    letter-spacing: -0.47px;
    color: #4079ca;
    margin-bottom: 16px;
}

.share-header {
    margin-bottom: 24px;
}

.center-md {
    padding-top: 32px;
    padding-bottom: 64px;
}

.center-md.small-pad {
    padding-bottom: 34px !important;
}

.addthis_inline_share_toolbox {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#content {
    padding-top: 84px;
    padding-bottom: 60px;
}

.at-svc-facebook {
    border-radius: 26px !important;
    background-color: #1878f2 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}

.at-svc-twitter {
    border-radius: 26px !important;
    background-color: #059ff5 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.at-svc-compact {
    border-radius: 26px !important;
    background-color: #5cac4c !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}

.main-image {
    width: 378px;
    margin: auto;
    padding-bottom: 40px;
}

.main-image>svg {
    width: 378px;
}

#countdown {
    background-color: #f6f8fc;
    border-radius: 16px;
    padding-top: 16px;
    padding-bottom: 24px;
}

.word {
    opacity: 0.54;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.47px;
    color: #4079ca;
}

#sharebox {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
}

.numbers>p {
    color: #4079ca;
    font-weight: bold;
    font-size: 32px;
    line-height: 0.84;
    letter-spacing: -0.83px;
    margin: 0 !important;
    display: inline-flex;
}

.numbers {
    color: #4079ca;
    font-weight: bold;
    font-size: 32px;
    line-height: 0.84;
    letter-spacing: -0.83px;
    margin: 0 !important;
    display: inline-flex;
}

#stores {
    width: 160px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}


/* .dvojtecka {
    padding-left: 35% !important;
} */

.row.num {
    margin: 0 !important;
}

@media only screen and (max-width: 991px) {
    #stores {
        display: block !important;
        margin: auto !important;
    }
    .main-image {
        width: 280px;
    }
    .main-image>svg {
        width: 280px;
    }
}

@media only screen and (min-width: 992px) {
    .center-md {
        width: 293px;
        display: block;
        margin: auto !important;
    }
    .main-image {
        margin-top: 40px;
    }
    .clock {
        max-width: 458px;
        /* display: block;
        margin: auto; */
    }
    /* #days {
        margin-left: 10px !important;
    } */
    .at-svc-facebook {
        padding: 10px 24px !important;
    }
    .at-svc-twitter {
        padding: 10px 24px !important;
    }
    .at-svc-compact {
        padding: 10px 24px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1290px) {
    .at-svc-facebook {
        padding: 6px 10px !important;
    }
    .at-svc-twitter {
        padding: 6px 10px !important;
        margin-right: 6px !important;
        margin-left: 6px !important;
    }
    .at-svc-compact {
        padding: 6px 10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1120px) {
    /* .dvojtecka {
        padding-left: 20% !important;
    } */
}

@media only screen and (max-width: 992px) and (min-width:768px) {
    .navbar-responsive-collapse {
        width: auto;
        left: 100px;
        top: 0;
    }
    .clock {
        max-width: 458px;
        /* display: block;
        margin: auto; */
    }
    /* #days {
        margin-left: 10px !important;
    } */
}

.navbar-responsive-collapse {
    background-color: #ffffff;
}

#nav {
    background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .main-image {
        padding-bottom: 16px;
    }
}

@media only screen and (min-width: 435px) {
    .clock {
        max-width: 458px;
        display: block;
        margin: auto;
    }
}

@media only screen and (max-width: 1052px) and (min-width:992px) {
    .download-anchor {
        display: none;
        width: 0;
    }
}

@media only screen and
/* (max-width: 991px) and */

(min-width:435px) {
    .word {
        margin-left: 10% !important;
    }
    .word.hour {
        margin-left: 10% !important;
    }
    .word.sec {
        margin-left: 15% !important;
    }
}

@media only screen and (max-width: 434px) and (min-width:400px) {
    .word {
        margin-left: 5px !important;
    }
    .word.hour {
        margin-left: 9px !important;
    }
    .word.day {
        margin-left: 7px !important;
    }
}

#days {
    padding: 0 !important;
    margin: auto !important;
}

#hours {
    padding: 0 !important;
    margin: auto !important;
}

#minutes {
    padding: 0 !important;
    margin: auto !important;
}

#seconds {
    padding: 0 !important;
    margin: auto !important;
}

.numbers>p {
    font-size: 28px;
    text-align: center;
}

.numbers {
    font-size: 28px;
    /* margin: 0 8% !important; */
    display: inline-flex;
    align-self: center;
    margin: auto !important;
}

.dvojtecka {
    padding-left: 0px !important;
}

.word {
    opacity: 0.54;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.47px;
    color: #4079ca;
    margin-top: 5px;
    margin-left: 2px;
}

.word.sec {
    margin-left: 0px;
}

.clock {
    display: flex;
    align-self: center;
    justify-self: center;
}

.row.num {
    margin: auto !important;
    display: flex;
}

#snum {
    display: block;
    text-align: center;
}

@media only screen and (min-width: 351px) and (max-width:400px) {
    .word.hour {
        margin-left: 6px !important;
    }
    .word.day {
        margin-left: 5px !important;
    }
}

@media only screen and (max-width: 350px) {
    .dvojtecka {
        /* float: right; */
    }
    .numbers {
        /* margin: 0 6% !important; */
    }
}

#qr-code {
    width: 128px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding-left: 24px;
}

.expired {
    display: none !important;
}

.hidden {
    display: none !important;
    height: 0 !important;
}

.ex-center {
    display: flex;
    margin: auto;
    justify-content: center;
}

#downloadBtn {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding: 14px 32px;
    background-color: #4079ca;
    border-radius: 60px;
}