/* Countdown */

.btn-wrapper {
    text-align: center;
}

.countdown-wrapper .btn-wrapper {
    padding-top: 10px;
    padding-right: 0;
}

.countdown-wrapper h5.countdown-message {
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 18px;
}

.countdown-wrapper p,
.blox.dar .countdown-wrapper p {
    color: #888;
}

.countdown-wrapper a.button.black {
    float: right;
    margin-right: 0;
}

/* Countdown-clock */

/* Countdown 5 */

.ctd-type-5 .block-w .count-w {
    font-family: Playfair Display;
    font-size: 65px;
}

.ctd-type-5 .block-w {
    width: 135px;
}

.ctd-type-5 .block-w i {
    display: none;
}

.ctd-type-5 .block-w .label-w {
    font-size: 11px;
    font-weight: 500;
}

.blox.dark .ctd-type-5 .block-w {
    background: #fff;
    border-radius: 35px;
    width: 139px;
    height: 141px;
    display: inline-block;
    min-height: auto;
}

@media only screen and (min-width: 1281px) and (max-width: 1680px) {
    .blox.dark .ctd-type-5 .block-w {
        width: 120px;
        height: 121px;
    }

    .ctd-type-5 .block-w .count-w {
        font-size: 48px;
    }
}

.blox.dark .ctd-type-5 .block-w .count-w {
    padding-top: 10px;
    padding-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

    .flip-clock-divider.seconds,
    .countdown-clock ul:nth-child(11),
    .countdown-clock ul:nth-child(12) {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    .flip-clock-divider.seconds,
    .countdown-clock ul:nth-child(11),
    .countdown-clock ul:nth-child(12) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-clock {
        margin-bottom: 60px;
    }

    .countdown-clock .flip-clock-divider {
        width: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .countdown-clock {
        margin-bottom: 16px;
    }

    .container .countdown-wrapper {
        text-align: center;
    }

    .countdown-clock {
        margin-left: 8px;
    }

    .countdown-clock .flip-clock-divider {
        margin-bottom: 28px;
        width: 8px;
    }

    .btn-wrapper .button {
        display: block;
        text-align: center;
        margin: 0;
    }

    .countdown-wrapper a.button.black {
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    .flip-clock-divider.minutes .flip-clock-label {
        right: 152px;
        bottom: -108px;
    }
}

/* Get the bourbon mixin from http://bourbon.io */

/* Reset */

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    display: inline-block;
    width: auto;
    position: relative;
    padding-left: 0;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */

.flip-clock-wrapper ul {
    float: left;
    position: relative;
    margin: 2px;
    width: 50px;
    height: 50px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.21);
}

@media only screen and (max-width: 767px) {
    .flip-clock-wrapper ul {
        width: 32px;
        height: 42px;
        line-height: 42px;
    }

    .flip-clock-wrapper ul li {
        line-height: 42px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 36px;
        font-weight: 300;
    }
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 54px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.12);
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    background-color: #437df9;
    border-radius: 3px;
    font-size: 48px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 62px;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: none;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -1.5em;
    right: -71px;
    color: #101010;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}

.blox.dark .flip-clock-divider .flip-clock-label {
    color: #8a8a8a;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -82px;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(64, 64, 64, 0.68)));
    background: linear-gradient top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%);
    background: linear-gradient, to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(64, 64, 64, 0.68)));
    background: linear-gradient top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%);
    background: linear-gradient to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(64, 64, 64, 0.68) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 64, 64, 0.68)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear-gradient top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient to bottom, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 64, 64, 0.68)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear-gradient top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient to bottom, rgba(64, 64, 64, 0.68) 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@media(max-width:1280px) and (min-width:1023px) {
    #wrap .flip-clock-divider {
        width: 7px;
    }

    #wrap .flip-clock-wrapper ul {
        width: 45px;
        height: 45px;
    }

    #wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width:1023px) {
    #wrap .flip-clock-divider {
        width: 7px;
    }

    #wrap .flip-clock-wrapper ul {
        width: 35px;
        height: 35px;
    }

    #wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
        line-height: 37px;
    }

    #wrap .flip-clock-divider .flip-clock-label {
        right: auto;
        left: 14px;
    }
}

@media (max-width: 780px) and (min-width: 767px) {

    #wrap .flip-clock-divider.seconds,
    #wrap .countdown-clock ul:nth-child(11),
    #wrap .countdown-clock ul:nth-child(12) {
        display: none;
    }
}

@media (max-width: 480px) {
    #wrap .flip-clock-divider:first-child {
        width: 0px;
    }

    #wrap .flip-clock-divider.minutes .flip-clock-label {
        bottom: -1.5em;
    }

    #wrap .flip-clock-wrapper ul {
        width: 30px;
        height: 30px;
    }

    #wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 27px;
        line-height: 32px;
    }

    #wrap .flip-clock-divider .flip-clock-label {
        right: auto;
        left: 14px;
    }
}

@media (max-width: 320px) {
    #wrap .flip-clock-wrapper ul {
        width: 23px;
        height: 23px;
    }

    #wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px;
        line-height: 25px;
    }

    #wrap .flip-clock-divider.minutes .flip-clock-label,
    #wrap .flip-clock-divider .flip-clock-label {
        bottom: 0.5em;
    }

    #wrap .flip-clock-divider .flip-clock-label {
        right: auto;
        left: 14px;
    }

    #wrap .flip-clock-divider.seconds,
    #wrap .countdown-clock ul:nth-child(11),
    #wrap .countdown-clock ul:nth-child(12) {
        display: none;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* # Countdown
	================================================== */

.countdown-w {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    padding: 24px 0 20px;
    position: relative;
    display: table;
    table-layout: fixed;
}

.countdown-w .icon-w {
    font-size: 24px;
}

.countdown-w .label-w {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.countdown-w .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    min-height: 180px;
    width: 190px;
    font-size: 72px;
    transition: all .3s ease-in-out;
    line-height: 1.2;
}

@media (min-width:1281px) and (max-width:1680px) {
    .countdown-w .block-w {
        margin: 0 10px 10px;
    }
}

.countdown-w .block-w.done-w {
    border: 0 none;
}

.countdown-w .count-w {
    padding: 24px 0 20px;
    font-size: 45px;
}

.countdown-w .countdown-message,
.countdown-w.ctd-type-2 .icon-w,
.countdown-w .div-d {
    display: none;
}

.countdown-w.ctd-type-2 .count-w {
    padding: 0;
    margin: 0 auto 20px;
    font-size: 45px;
    font-weight: 500;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
}

.blox.dark .countdown-w.ctd-type-2 .count-w {
    color: #fff;
}

.blox.dark .countdown-w.ctd-type-2 .block-w.done-w .count-w:after,
.blox.dark .countdown-w .countdown-message,
.countdown-w.ctd-type-2 .icon-w,
.countdown-w .div-d {
    display: none;
}

.blox.dark .countdown-w.ctd-type-2 .count-w {
    padding: 0;
    margin: 0;
    font-size: 90px;
    font-weight: 100;
    width: 100%;
    height: 80px;
    line-height: 82px;
    text-align: center;
    color: #000;
    background: rgba(0, 0, 0, 0.00);
}

.blox.dark .countdown-w.ctd-type-2 .count-w:after {
    content: ":";
    margin-left: 10px;
}

.blox.dark .countdown-w.ctd-type-2 .seconds-w.block-w .count-w:after {
    color: rgba(0, 0, 0, 0.00);
}

.blox.dark .countdown-w.ctd-type-2 .label-w {
    color: #000;
    text-align: center;
    margin-top: 17px;
    font-size: 25px;
    letter-spacing: 0.5px;
}

.blox.dark .countdown-w.ctd-type-2 .block-w.done-w .count-w {
    color: #000;
    margin: 10px 10px;
    font-size: 75px;
}

@media (max-width:780px) {
    .blox.dark .countdown-w.ctd-type-2 .count-w {
        font-size: 75px;
        height: 70px;
        line-height: 75px;
    }

    .blox.dark .countdown-w.ctd-type-2 .label-w {
        margin-top: 12px;
        font-size: 24px;
    }
}

@media (max-width:479px) {
    .blox.dark .countdown-w.ctd-type-2 .count-w {
        font-size: 48px;
        height: 54px;
    }

    .blox.dark .countdown-w.ctd-type-2 .label-w {
        margin-top: 10px;
        font-size: 12px;
    }

    .blox.dark .countdown-w.ctd-type-2 .count-w:after {
        margin-left: 3px;
    }
}

.blox.dark .countdown-w.ctd-type-1 {
    color: #fff;
}

.countdown-w.ctd-type-1 .icon-w {
    display: none;
}
 
.countdown-w.ctd-type-1 .count-w {
    padding: 50px 0 6px;
}

.countdown-w.ctd-type-1 .block-w {
    width: 180px;
    display: inline-block;    
    font-size: 36px;
    font-weight: 600;
}

.countdown-w.ctd-type-4 {
    padding-top: 15px;
    padding-bottom: 10px
}

.countdown-w.ctd-type-4 .count-w {
    font-weight: 300;
    padding: 0;
    font-size: 50px;
}

.countdown-w.ctd-type-4 .block-w {
    width: 70px;
    height: 70px;
}

.countdown-w.ctd-type-4 .label-w {
    visibility: hidden;
}

.countdown-w.ctd-type-4 .div-d {
    display: inline-block;
}

.countdown-w.ctd-type-4 .countdown-message {
    font-size: 21px;
    display: table-caption;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.countdown-w.ctd-type-4 .block-w.done-w {
    width: auto;
}

.countdown-w .done-w .count-w,
.countdown-w.ctd-type-4 .done-w .count-w {
    font-size: 15px;
    letter-spacing: 2px;
}