html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    color: #222222;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

span {
    color: #d13030;
}

hr {
    border: 1px solid #eeeeee;
    margin: 20px 0px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding-bottom: 10px;
    font-weight: 900;
}

a {
    color: #d13030;
}

img {
    width: 100%;
    height: auto;
}

section {
    margin: 40px 0px;
}

aside section {
    margin: 30px 0px;
}

/* Global Styles */

/* Wrappers */
.wrapper {
    max-width: 1098px;
    margin: 0 auto;
}

.outer-wrapper {
    max-width: 1152px;
    margin: 0 auto;
}

.wrapper-content {
    max-width: 714px;
    margin: 0 auto;
}

.wrapper-aside {
    max-width: 273px;
}

/* Flex Grids */
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col-2 {
    -webkit-box-flex: 16.6666%;
    -ms-flex: 16.6666%;
    flex: 16.6666%;
    max-width: 16.6666%;
}

.flex-col-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
}

.flex-col-4 {
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
}

.flex-col-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    max-width: 41.66667%;
}

.flex-col-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.flex-col-7 {
    -webkit-box-flex: 58.3333%;
    -ms-flex: 58.3333%;
    flex: 58.3333%;
    max-width: 58.3333%;
}

.flex-col-8 {
    -webkit-box-flex: 66.6667%;
    -ms-flex: 66.6667%;
    flex: 66.6667%;
    max-width: 66.6667%;
}

.flex-col-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%;
}

.flex-col-10 {
    -webkit-box-flex: 83.333%;
    -ms-flex: 83.333%;
    flex: 83.333%;
    max-width: 83.333%;
}

.flex-col-12 {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}


/* Paddings and margins */

.padding-20 {
    padding: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-auto-0 {
    margin: auto 0;
}

/* Text Alignments */
.text-center {
    text-align: center;
}

.text-regular {
    font-weight: 400;
}

.text-bold {
    font-weight: bold;
}

.text-medium {
    font-weight: 500;
}

.text-black {
    font-weight: 900;
}

/* Font sizes */
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

/*Floats */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Button Styles */
.btn {
    margin-top: 20px;
    display: inline-block;
    padding: 15px 30px;
}

.btn.subscribe-button {
    margin-top: 0px;
    display: inline-block;
    padding: 14px 30px;
    background-color: #d13030;
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
}

.btn-orange,
a.btn-orange {
    color: #131313;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    background-color: #ff9200;
    /* For browsers that do not support gradients */
    background-image: -o-linear-gradient(#ff9400, #ff7500);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9400), to(#ff7500));
    background-image: linear-gradient(#ff9400, #ff7500);
    /* Standard syntax (must be last) */
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 16px 14px -3px #404040;
    box-shadow: 0px 16px 14px -3px #404040;
}

a.btn-small {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 13px;
    letter-spacing: 0px;
    font-size: 14px;
}


/* Header styles */
header {
    font: lighter 16px/19px 'Roboto', sans-serif;
}

#notif-bar {
    color: #FFFFFF;
    background-color: #222222;
    font-size: 11px;
    padding: 13px 15px 11px;
}


#notif-bar p,
#notif-bar .icons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#notif-bar p:nth-child(2) {
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

#notif-bar .icons {
    padding-top: 2px;
    text-align: right;
}

#notif-bar .icons svg {
    margin-left: 20px;
}

#news-bar {
    padding: 12px 5px;
    background-color: #222222;
    color: #FFF;
}

#news-bar #trending {
    width: 108px;
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px;
}

#news-bar #trending,
#news-bar p {
    float: left;
}

#news-bar .buttons {
    padding-top: 5px;
    float: right;
    color: #868686;
}

#news-bar .buttons svg:hover {
    cursor: pointer;
    color: #d13030;
}

#nav {
    background-color: #ffffff;
    padding: 25px 15px;
    min-height: 20px;
}

.navicon {
    top: 10px;
}

.brand {
    font-weight: bold;
    float: left;
    font-size: 26px;
    font-family: 'Poppins', Arial, sans-serif;
}

.brand span {
    color: #d13030;
}

#nav nav li {
    float: left;
    margin-left: 35px;
    min-height: 45px;
}

#nav nav li a {
    color: #222222;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav nav li a:hover {
    border-bottom: 2px solid red;
    padding-bottom: 25px;
}

#nav nav .icons {
    margin-left: 60px;
}

#nav nav a.icon {
    margin-left: 20px;
}

.icons a {
    text-decoration: none;
}

/* Burger Menu Styles */

header {
    z-index: 3;
}

header .menu-icon .navicon {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 18px;
}

label.menu-icon {
    height: 20px;
    width: 20px;
}

header nav {
    float: right;
}

header .menu {
    clear: none;
    max-height: none;
}

header .menu-icon {
    display: none;
    float: right;
}

header .menu-btn {
    display: none;
}

header .menu-btn:checked~nav .menu {
    max-height: 300px;
}

header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

header .menu-btn:checked~.menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .menu-btn:checked~.menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

header ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
}

/* End of Burger Menu Styles */


/* Main Content Styles */
#main {
    font: lighter 16px 'Roboto', sans-serif;
    background-color: #f6f6f6;
    padding: 27px 0px 0px;
    font-size: 16px;
    color: #131313;
}

#main .wrapper {
    background-color: #FFF;
    padding: 55px 27px 0px 55px;
}

.timestamp {
    font-size: 14px;
    padding: 10px 0px;
}

/* First Section Styles */
#first-section {
    margin-top: 0;
}

a.icons {
    text-decoration: none;
    padding: 0px 2px;
}

h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 36px;
}

.subtitle {
    font-size: 20px;
    padding: 10px 0px;
}

.share {
    display: inline-block;
    padding: 10px 0px 0px;
}

.share p {
    float: left;
    padding-right: 10px;
}

#first-section .desc-text {
    font-size: 13px;
    line-height: 16px;
}

.model-section img {
    padding: 20px 0px 5px;
}

/* End of First Section Styles */

/* Start of Second Section Styles */

.title-text {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
}

/* End of Second Section Styles */

/* Start of Third Section Styles */

#third-section .flex-col-6 .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#third-section .bg-image {
    border: 3px solid #efefef;
    background-size: cover;
    padding-bottom: 40px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.title-lg {
    font-size: 36px;
}

.subtitle-lg {
    font-size: 26px;
}

.featured img {
    width: auto;
    padding: 12px 18px;
}

/* End of Third Section Styles */

/* Start of Fourth Section Styles */

#fourth-section .subtitle {
    padding: 0px 20px 5px 0px;
}

/* End of Fourth Section Styles */

/* Start of Fifth Section Styles */
.product-sale {
    border: 5px solid #ab2424;
    background-color: #fffbf8;
    background-repeat: no-repeat;
    background-position: bottom right;
    font-weight: 400;
}

.product-sale .broken-border {
    border: 2px solid #ff7200;
    border-style: dashed;
    margin: 5px;
    padding: 15px 15px 40px;
}

.product-sale .product-name {
    color: #ff7200;
    font-size: 14px;
    letter-spacing: 6px;
    font-weight: 300;
    text-transform: uppercase;
}

#fifth-section p.text-black {
    color: #ff9200;
    text-transform: uppercase;
}

/* End of Fifth Section Styles */

#newsletter {
    background-color: #333333;
    padding: 40px 20px 33px;
    color: #FFF;
}

#newsletter h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #ffa302;
    padding-bottom: 0px;
}

#newsletter .subscribe {
    font-size: 12px;
    text-align: right;
}

#newsletter input {
    min-height: 40px;
    width: 99%;
}

#newsletter .subscribe {
    color: #ababab;
    padding-top: 5px;
}

#main #newsletter .wrapper {
    padding: 0px;
    background-color: #333333;
}

/* Start of sidebar content Styles */
aside .sidebar-product {
    padding: 30px 20px 22px;
    width: 233px;
    margin: 0 auto;
    color: #FFF;
    height: 274px;
}

.sidebar-product h4,
.sidebar-product .prod-name,
.sidebar-product .subtitle {
    text-transform: uppercase;
}

.sidebar-product h4 {
    color: #fffc00;
    font-weight: 900;
    text-align: center;
}

.sidebar-product .prod-name {
    text-align: center;
    font-size: 10px;
    letter-spacing: 3px;
    color: #FFF;
    padding-bottom: 25px;
}

.sidebar-product ul {
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
}

aside h3 {
    padding: 25px 0px 10px;
    font-weight: 900;
    color: #d13030;
    font-size: 24px;
}

#aside-second-section img {
    padding: 0px 4px;
}

#fitness-tips p {
    min-height: 75px;
}

#fitness-tips span {
    font-weight: 300;
    font-size: 12px;
    color: #828282;
    padding-top: 10px;
}

#video-section {
    position: relative;
}

#video-section .buttons {
    position: absolute;
    top: 30px;
    right: 0;
    color: #868686;
}

.buttons svg:hover {
    cursor: pointer;
    color: #d13030;
}

footer hr {
    border: 2px solid #171d21;
    margin: 0;
}

#footer {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #222a30;
    color: #566b78;
    padding: 40px;
}

footer a {
    color: #566b78;
    text-decoration: none;
    padding: 0px 11px;
}

footer a:hover {
    color: #d13030;
}

footer span {
    color: #566b78;
}

/* Media Queries */

@media all and (max-width: 578px) {

    .flex-col-4.flex-col-sm-12,
    .flex-col-6.flex-col-sm-12,
    .flex-col-8.flex-col-sm-12,
    .flex-col-6.flex-col-lg-8.flex-col-sm-12,
    .flex-col-2.flex-col-lg-4.flex-col-sm-12 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .flex-col-4.flex-col-sm-6,
    .flex-col-8.flex-col-sm-6 {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    #second-section p {
        padding-left: 0px;
    }

    #third-section .flex-row.bg-image {
        background-position-x: -264px;
        padding: 0px 20px 20px;
    }

    #news-bar #trending,
    #news-bar p {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #news-bar .buttons {
        float: none;
        text-align: center;
    }

    #newsletter .btn.subscribe-button {
        padding: 14px 0px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 768px) {

    .flex-col-7.flex-col-md-12,
    .flex-col-5.flex-col-md-12,
    .flex-col-4.flex-col-md-12,
    .flex-col-8.flex-col-md-12 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .product-sale .flex-col-7.flex-col-md-12 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #third-section .bg-image {
        background-position-x: -144px;
    }

    .hide-md {
        display: none;
    }

    footer a {
        display: block;
        padding-bottom: 10px;
    }

    footer .icons a {
        display: inline-block;
    }
}

@media all and (max-width: 1088px) {
    #main .wrapper {
        padding: 55px 27px 0px 27px;
    }

    header #nav li {
        float: none;
        height: auto;
        text-align: right;
    }

    header #nav li a {
        display: block;
        padding: 0px 0px 10px;
        text-decoration: none;
        text-align: right;
        display: inline-block;
    }

    #nav nav li a:hover {
        padding-bottom: 0px;
    }

    header nav {
        float: none;
    }

    header nav .menu {
        clear: both;
        max-height: 0;
        -webkit-transition: max-height 0.2s ease-out;
        -o-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out;
    }

    header .menu-icon {
        cursor: pointer;
        display: inline-block;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    header .menu-icon .navicon:before,
    header .menu-icon .navicon:after {
        background: #000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 100%;
    }

    header .menu-icon .navicon:before {
        top: 5px;
    }

    header .menu-icon .navicon:after {
        top: -5px;
    }

    header nav .active,
    header a:hover {
        border: none;
    }

    #nav .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #nav nav a.icon {
        margin-left: 10px;
    }

    .wrapper-aside {
        max-width: 714px;
        margin: 0 auto;
    }

    .flex-col-4.flex-col-lg-12 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .flex-col-6.flex-col-lg-8 {
        -webkit-box-flex: 66.6667%;
        -ms-flex: 66.6667%;
        flex: 66.6667%;
        max-width: 66.6667%;
    }

    .flex-col-2.flex-col-lg-4 {
        -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
        flex: 33.333%;
        max-width: 33.333%;
    }

    #newsletter .text {
        text-align: center;
    }

    #newsletter .wrapper {
        max-width: 500px;
    }

}