@charset "utf-8";

/* CSS Document */


/*Block 3 styles*/

div#product-remix>.container {
    max-width: 870px;
}

#product-remix .list {
    padding-left: 2px;
}

#product-remix .list li {
    position: relative;
    color: #2d2d2d;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 43px;
    list-style: none;
    padding-left: 95px;
}

#product-remix .list li span {
    width: 80px;
    display: inline-block;
    position: absolute;
    background-color: #95ca21;
    height: 4px;
    left: 0;
    top: 14px;
}

#product-remix .list li span:after {
    content: "";
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    border-radius: 100%;
    border: 3px solid #95ca21;
    top: -5px;
}

#product-remix .mid-section img {
    display: table;
    margin: auto;
}


/*Block 4 styles*/

#three-columns img {
    display: table;
    margin-left: auto;
    margin-right: auto;
}


/*Block 6 styles*/

#block-six .rounded-circle-remix {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 30px;
    vertical-align: middle;
}

#block-six .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 265px;
    padding: 24px 15px;
}

#block-six h4 {
    margin-bottom: 20px;
}

#block-six .arrow-flip {
    transform: rotate(-90deg);
}

#block-six .big-text-remix {
    font-size: 34px;
    line-height: 0;
}

#block-six .small-text-remix {
    font-size: 1rem;
    line-height: 0;
    font-weight: 400;
}

#block-six .button-accent-color4-remix h4 {
    margin-bottom: 0;
}

#block-seven {
    background: #000b1e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #000b1e 0%, #648816 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000b1e 0%, #648816 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000b1e 0%, #648816 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000b1e', endColorstr='#648816', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/*block nine*/

#listed-columns ul {
    list-style: none;
}

#listed-columns ul li {
    margin-bottom: 10px;
}


/*block sixteen*/

#footer-listed-columns ul {
    padding-left: 0;
    margin-left: 0;
}

#footer-listed-columns ul li {
    margin-bottom: 10px;
    list-style: none;
}


/* block twenty four */

#block-24 h5 object {
    max-width: 25px;
    vertical-align: middle;
}

#block-25 button h4,
#block-25 button h5 {
    margin-bottom: 0;
}

#timer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#timer .se_field {
    margin: 10px;
}

#timer .se_field .se_top {
    width: 60px;
    height: 60px;
    border: 3px solid #FFFFFF;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

#timer .se_field .se_bottom {
    font-size: 12px;
}

#block-26 img {
    border: 4px solid #FFFFFF;
}