/***

Table of Contents:
-----------------------------------------------------------------------------*
    01 - General
    02 - Side Menu
    03 - Preloader
    04 - Header
    05 - Banner
    07 - Advantages
    08 - Features
    09 - Image-Content Blocks
    10 - Screenshots
    11 - Developers
    12 - Testimonial/Market insight
    14 - Subscribe Form
    15 - Footer CTA
    16 - Contact us
    17 - Footer Section
    18 - Responsive Styles
    19 - How it works
    20 - Home rewards
    21 - Devices
    22 - What we do
    23 - About us
    24 - FAQ
    .
    .
    .
    29 - Register
-----------------------------------------------------------------------------*

/* /////////////////////////////////////////////////////////////////////
// 01 - General
/////////////////////////////////////////////////////////////////////*/

* {
    outline: 0 !important
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.cover {
    height: 100%;
}

body {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #777;
    line-height: 28px;
}

body.fullpage{
    /*background-color: #f8f8f8;*/
    background-color: white;
    color: #17334F;
}

h1, h2, h3{
    text-transform: uppercase;
    color: #17334f;
    font-weight: 300;
}

h3 {
    line-height: 1.2;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
    color: #0059B3;
}

a:hover, a:active, a:focus {
    color: #17334f;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

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

.img_res {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.block-title {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block-title.title-light, .block-title.title-light span {
    color: #fff;
}

.block {
    padding: 40px 0 40px 0;
    overflow: hidden;
    position: relative;
}

.title-box {
    text-align: center;
    margin-bottom: 60px;
}

.title-box.text-left {
    text-align: left;
}

.subtitle-box {
    text-align: center;
    margin-bottom: 30px;
}

.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-left: 1px solid;
}

span.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

span.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid;
    border-right: 1px solid;
}

span.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.btn{
    border-radius: 3px;
}

.btn-primary {
    color: #ffffff;
    background: #21a8df;
    border-color: #21a8df;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    border-color: #1C95DD;
    background: #1C95DD;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
}

.btn-primary.btn-outline {
    color: #21a8df;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    color: #ffffff;
}

.btn-custom {
    padding: 19px 15px;
    background: #21a8df;
    box-owow: none;
    border: 2px solid #21a8df;
    color: #FFF;
    border-radius: 0px;
}

.btn-white {
    padding: 10px 15px;
    background: transparent;
    box-shadow: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
}

.btn-white:hover {
    /*background: #ffffff;
    color: #21a8df;*/
    border-color: rgb(28, 148, 197);
    background: rgb(28, 148, 197);
    color: white;
}

.btn-blue {
    padding: 10px 15px;
    box-shadow: none;
    border: 2px solid #21a8df;
    color: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    background: #21a8df;
}

.btn-blue:hover {
    border-color: rgb(28, 148, 197);
    background: rgb(28, 148, 197);
    color: white;
}

.btn-google {
    background-color: #d34836;
    color: #fff;
}
#sign-in-with-google {
    background-color: #d34836;
    border: 1px solid transparent;
    color: #fff
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    color:white;
    display: inline-block;
    cursor: pointer;
}

#sign-in-with-google .glogo {
    float: left;
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    padding:15px;
}

#sign-in-with-google .gtext {
    font-family: Roboto,arial,sans-serif;
    font-size:16px;
    line-height:48px;
    font-weight: 700;
    letter-spacing: .21px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 10px;
    vertical-align: top;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;

}

#sign-in-with-google:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(211, 72, 54, .3);
    box-shadow: 0 0 3px 3px rgba(211, 72, 54, .3);
}

#sign-in-with-google:active {
    background-color: #d34836;
}
.btn-fb {
    background-color: #4267b2;
    color: #fff;
}

@media (max-width: 768px) {
    .btn-fb{
        margin-top: 10px;
    }
}

.btn-fb:hover {
    background-color: #3b5da0;
    color: #fff;
}

.btn-store {
    color: #000;
    font-size: 26px;
    padding: 0px 36px 10px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
    border-radius: 100px;
    background: white;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
}

.btn-store span {
    font-weight: 300;
    font-size: 14px;
}

label{
    font-weight: 300;
}

.tooltip-inner {
    background-color: #21a8df;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #21a8df;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #21a8df;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #21a8df;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #21a8df;
}

b, strong {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.no-uppercase {
    text-transform: none;
}

.embed-responsive {
    margin-bottom: 25px;
}

.col-md-offset-1point5 {
    margin-left: 12.5%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 3px;
    opacity: 0.75;
    z-index: 1;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt20 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .mb50 {
        margin-bottom: 0px;
    }
}

.mb80 {
    margin-bottom: 80px;
}

.lead {
    font-size: 19px;
}

/* Backgrounds */

#work, #advantages, #services, #how {
    background-color: #f3f3f3;
}

/* /////////////////////////////////////////////////////////////////////
// 02 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #17334f;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #FF6464;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.49);
}

.toggle {
    margin: 5px 5px 0 0;
}

.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 1em;
    margin: 0px 0 0 0;
    padding: 10px 0 10px 0;
    line-height: 28px;
    text-align: right;
    width: 100%;
    padding-right: 25px;
    background: rgba(0, 0, 0, 0.2);
}

.close-btn:hover {
    color: #FF6464;
}

.close-btn i {
    font-size: 1.8em;
    float: right;
    margin-left: 10px;
}

/* /////////////////////////////////////////////////////////////////////
// 03 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #17334F;
}

.cssload-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #17334F;
}

.cssload-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: top 1.02s linear 2.635s;
    -o-transition: top 1.02s linear 2.635s;
    -ms-transition: top 1.02s linear 2.635s;
    -webkit-transition: top 1.02s linear 2.635s;
    -moz-transition: top 1.02s linear 2.635s;
}

.cssload-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: bottom 1.02s linear 2.635s;
    -o-transition: bottom 1.02s linear 2.635s;
    -ms-transition: bottom 1.02s linear 2.635s;
    -webkit-transition: bottom 1.02s linear 2.635s;
    -moz-transition: bottom 1.02s linear 2.635s;
}

.cssload-container.done:before {
    top: -50%;
}

.cssload-container.done:after {
    bottom: -50%;
}

.cssload-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}

.cssload-progress .cssload-progress-item {
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: 1px solid rgb(255, 100, 100);
    border-radius: 50%;
}

.cssload-progress .cssload-progress-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -1px;
    margin-left: 0px;
    width: 35px;
    height: 35px;
    border-top: solid 6px rgb(255, 100, 100);
    border-right: solid 6px rgb(255, 100, 100);
    border-top-right-radius: 100%;
    transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    animation: spin 2.55s linear infinite;
    -o-animation: spin 2.55s linear infinite;
    -ms-animation: spin 2.55s linear infinite;
    -webkit-animation: spin 2.55s linear infinite;
    -moz-animation: spin 2.55s linear infinite;
}

.cssload-progress.cssload-float .cssload-progress-item:before {
    border-top-width: 1px;
    margin-top: 0px;
    height: 32px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

/* /////////////////////////////////////////////////////////////////////
// 04 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky {
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 30px 0px;
    transition: all 0.5s;
    z-index: 9977;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #17334f;
    /* background-image:url(../img/stripBG.png);*/
    padding: 0px;
}

.logo {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.6;
}

.logo:hover {
    color: #FF6464;
}

.logo img {
    max-width: 170px;
}

#logo_menu {
    padding: 5px 0px;
}

#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 11px 0px;
    padding: 2px 10px;
    line-height: 0;
    border-radius: 3px;
}

#menu-toggle:hover {
    background: #FF6464;
    border-color: #FF6464;
    color: #fff;
}

.btn-login, .btn-login:active, .btn-business {
    padding: 7px 10px;
    margin: 11px 0px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    z-index: 1;
    float: right;
    /*
    padding:2px 10px;
    line-height:0;
    border-radius: 3px;
    */
}

.btn-login:hover, .btn-login:focus {
    background: #FF6464;
    border-color: #FF6464;
    color: #fff;
}

.btn-business{
    background: #FF6464;
    border-color: #FF6464;
    color: #fff;
}

.btn-business:hover, .btn-business:focus {
    background: #ff3c46;
    border-color: #ff3c46;
    color: #fff;
}


.store-btn-container {
    padding-top: 15px;
}

.store-btn:hover {
    background: #405162;
    border-color: #405162;
    color: #fff;
}

/* /////////////////////////////////////////////////////////////////////
// 05 - Banner
/////////////////////////////////////////////////////////////////////*/

.slogan {
    /*color: #FF6464 !important;*/
    color: white !important;
}

#banner {
    background: url(../img/public_site/wefitter-bg.jpg);
    background-size: cover;
    padding-top: 130px;
    background-attachment: fixed;
    /* background-position: bottom 122px center; */
    /* background-position: 0 200%; */
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.banner-bussiness {
    background: url(../img/public_site/wefitter-bg2.jpg) !important;
    background-size: cover !important;
    padding-top: 80px !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    position: relative !important;
    overflow: hidden !important;
}

.banner-others {
    background-position: center center !important;
    background-attachment: initial !important;
}

.banner-overlay {

}

#banner * {
    /*position: relative;*/
}

.banner-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(23, 51, 79, 0.7);
}

#banner video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.headings {
    padding: 25% 0 28% 0;
    color: #fff;
}

.text-headings {
    padding: 5% 0 5% 0;
    color: #fff;
}

.redirect .text-headings {
    padding-top: 1%;
}

.headings h1, .text-headings h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #21A8DF;
    font-family: 'Fjalla One', sans-serif;
}

.headings p, .text-headings p {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 60px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.signup a {
    color: #FFFFFF;
}

.signup a:hover {
    text-decoration: underline;
}

.hand-container {
    max-height: 630px;
    overflow: hidden;
}

.iphone-hand {
    padding: 20px 30px 0px 30px;
}

.btn-store:hover {
    background: #405162;
    border-color: #405162;
    color: #fff;
}

.btn-store i {
    font-size: 45px;
    float: left;
    margin: 6px 15px -5px 15px;
}

.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute !important;
    bottom: 0%;
    left: 50%;
    margin-left: -40.5px;
    z-index: 99;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .hand-container {
        margin-top: 175px;
    }
}

@media (max-width: 767px) {
    .store-badge {
        display: block;
    }
}

.alert-sm {
    padding: 3px !important;
}

/* /////////////////////////////////////////////////////////////////////
// 07 - Advantages
/////////////////////////////////////////////////////////////////////*/

.item-list-right li {
    padding: 0 60px 20px 0;
    position: relative;
    text-align: right;
}

.item-list-right li i {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.item-list-left li {
    padding: 0 0px 20px 60px;
    position: relative;
    text-align: left;
}

.item-list-left li i {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

.item-list-right h3, .item-list-left h3 {
    margin: 0 0 25px 0;
    font-weight: 300;
}

.item-list-right.item-list-big li {
    padding: 0 80px 60px 0;
}

.item-list-left.item-list-big li {
    padding: 0 0px 60px 80px;
}

.item-list-big li i {
    font-size: 48px;
}

.item-list-right li:last-child, .item-list-left li:last-child {
    padding-bottom: 0;
}

#advantages .screen {
    max-width: 100%;
    height: auto;
}

#advantages i {
    color: #FF6464;
}

@media (max-width: 1200px) and (min-width: 767px) {
    #advantages i {
        display: none;
    }

    .item-list-right.item-list-big li, .item-list-left.item-list-big li {
        padding: 0 0px 40px 0px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .item-list-right.item-list-big li, .item-list-left.item-list-big li {
        font-size: 14px;
    }

    .item-list-right h3, .item-list-left h3 {
        font-size: 22px;
    }

    .item-list-right li:last-child, .item-list-left li:last-child {
        padding-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .item-list-right.item-list-big li {
        padding: 0 0px 60px 80px;
        text-align: left;
    }

    .item-list-right li i {
        right: auto;
        left: 0;
    }

    .item-list-left li:last-child {
        margin-bottom: 60px;
    }
}

.animation-box {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0);
    }
}

@keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        transform: scale(0);
    }
    70% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        top: 0;
        transform: scale(0);
    }
}

.highlight-left {
    position: absolute;
    animation: highlight-left 2s ease-in 0s infinite;
    -webkit-animation: highlight-left 2s ease-in 0s infinite;
    left: -25px;
    margin-top: -85px;
}

@-webkit-keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    100% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0)
    }
}

@keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        transform: scale(0)
    }
    70% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        top: 100%;
        transform: scale(0)
    }
}

.highlight-right {
    position: absolute;
    animation: highlight-right 2s ease-in 0s infinite;
    -webkit-animation: highlight-right 2s ease-in 0s infinite;
    right: -25px;
    margin-top: -85px;
}

/* /////////////////////////////////////////////////////////////////////
// 08 - Features
/////////////////////////////////////////////////////////////////////*/

#features {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f3f3f3;
}

#features h3 {
    color: white;
}

.feature h3 {
    color: white;
}

.feature .feature-text {
    color: white;
}

.feature .feature-text.left {
    margin: 100px 0 0 17%;
}

.feature .feature-text.right {
    margin: 100px 17% 0 0;
}

.feature .unique-image {
    padding: 50px 0;
    max-height: 330px;
    overflow: hidden;
    max-width: 100%;
}

.feature .unique-image img {
    /*width: 348px;*/
    /*height: 470px;*/
    float: left;
}

.feature.apps, .feature.leaderboard, .feature.dashboard {
    background-color: #17334f;;
}

.feature.landing, .feature.gamification {
    background-color: #21A8DF;
}

.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}

.feature-box i, .feature-box span.glyphicon {
    font-size: 5em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
    color: #21a8df;
}

.feature-box span.glyphicon {
    padding: 50px;
}

.feature-box i:hover {
    color: #1C95DD;
}

.feature-box p {
    padding: 0px 20px;
}

.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
    font-family: 'Fjalla One', sans-serif;
}

.image-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}

.image-box img {
    display: inline-block;
    margin: 1.5em;
    vertical-align: middle;
    max-height: 80px;
}

/* /////////////////////////////////////////////////////////////////////
// 09 - Image-Content Blocks
/////////////////////////////////////////////////////////////////////*/

.unique-image {
    max-width: 350px;
    margin: auto;
}

.stack-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.feature-list {
    margin-top: 40px;
}

.feature-list li {
    margin-bottom: 26px;
}

.feature-list li i {
    color: #21a8df;
    margin-right: 10px;
    font-size: 1.2em;
}

.zoom {
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -moz-transform: scale(1.3); /* Firefox */
    -ms-transform: scale(1.3); /* IE 9 */
    -o-transform: scale(1.3); /* Opera */
    transform: scale(1.3);
}

/* /////////////////////////////////////////////////////////////////////
// 10 - Screenshots
/////////////////////////////////////////////////////////////////////*/

#gallery {

}

#screenshots .item {
    padding: 0px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: block;
}

.customNavigation {
    text-align: center;
    margin-top: 40px;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gallery-nav {
    font-size: 2em;
    margin: 0 6px;
    padding: 10px 19px;
    line-height: 0;
    border: 2px solid;
    border-radius: 50%;
}

/* /////////////////////////////////////////////////////////////////////
// 11 - Developers
/////////////////////////////////////////////////////////////////////*/

.border-img {
    position: relative;
}

.border-img .border {
    position: absolute;
    border: 30px solid #fff;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transition: border 0.4s;
    border-radius: 100%;
}

.team-member:hover .border-img .border {
    border-width: 0px;
}

.border-img img {
    border-radius: 100%;
}

.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
}

.team-social li {
    display: inline-block;
    font-size: 22px;
    padding: 0px 0px;
    color: #fff;
}

.team-social li a {
    display: inline-block;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.team-member p {
    padding: 10px 10px 15px 10px;
}

.team-member h2 {
    font-size: 25px;
}

.team-social li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.email a i:hover {
    color: #fff;
    background-color: #17334F;
}

.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}

.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}

.twitter a i {
    color: #41A1E1;
    border-color: #41A1E1;
}

.twitter a i:hover {
    color: #fff;
    background-color: #2A80BA;
}

.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}

.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}

.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}

.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}

.github a i {
    color: #444;
    border-color: #444;
}

.github a i:hover {
    color: #fff;
    background-color: #444;
}

.instagram a i {
    color: #444;
    border-color: #444;
}

.instagram a i:hover {
    color: #fff;
    background-color: #724f36;
}

/* /////////////////////////////////////////////////////////////////////
// 12 - Testimonial/Market insights
/////////////////////////////////////////////////////////////////////*/

#testimonial {
    background: url(../img/running.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#market-review {
    text-align: center;
    color: #fff;
}

.review-star {
    font-size: 30px;
    margin: 10px 0;
}

.client-pic, .brand-pic {
    padding: 0em 2em;
    max-width: 200px;
    margin: 0 auto;
}

.client-pic img {
    border-radius: 50%;
    border: 2px solid white;
}

.review-desc {
    font-style: italic;
    letter-spacing: 0.5px;
}

#testimonial .block-title {
    color: #fff;
}

#testimonial .block-title span {
    border-color: #fff;
}

p.client-name {
    font-size: 1.5em;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
    font-weight: 400;
}

.owl-theme.owl-theme-white .owl-controls .owl-dots .owl-dot span {
    background: white;
}

.owl-theme.owl-theme-blue .owl-controls .owl-dots .owl-dot span {
    background: #17334f;
}

.owl-carousel .owl-item img {
    max-width: 500px;
}

/* /////////////////////////////////////////////////////////////////////
// 13 - Pricing table
/////////////////////////////////////////////////////////////////////*/

ul.pricing-table {
    display: block;
    width: 100%;
}

ul.pricing-table:after {
    display: block;
    content: "";
    clear: both;
}

ul.pricing-table > li {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    width: 30.66666%;
    background: #fff;
    color: #444;
    margin: 0 4% 0 0;
    padding: 15px;
    text-align: center;
}

ul.pricing-table > li:last-child {
    margin-right: 0;
}

ul.pricing-table .stamp {
    position: absolute;
    right: -20px;
    top: 60px;
    height: 80px;
    width: 80px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    background: #fff;
    border: 1px solid #eee;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
}

ul.pricing-table .stamp i {
    display: block;
    padding: 0 0 4px 0;
    font-size: 27px;
}

ul.pricing-table h3 {
    display: block;
    padding: 30px 5px 30px 5px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px dotted #eee;
    color: #444;
}

ul.pricing-table li.silver h3 {
    background: #eee;
    color: #888;
    border-bottom: 2px dotted #eee;
}

ul.pricing-table li.silver .stamp {
    color: #888;
    border: 1px solid #888;
}

ul.pricing-table li.gold h3 {
    background: #fff29d;
    color: #a98815;
    border-bottom: 2px dotted #fff29d;
}

ul.pricing-table li.gold .stamp {
    color: #a98815;
    border: 1px solid #a98815;
    text-align: center;
}

ul.pricing-table span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #222;
    padding: 30px 0;
    line-height: 1.3;
}

ul.pricing-table span small {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    display: block;
    line-height: 1;
}

ul.pricing-table .advantages-list {
    margin: 0 0 30px 0;
}

ul.pricing-table .advantages-list li {
    padding: 5px 0;
}

ul.pricing-table .advantages-list li.not {
    text-decoration: line-through;
    color: #ddd;
}

ul.pricing-table a.buy {
    display: block;
    padding: 15px;
    font-size: 28px;
    background: #f2f2f2;
    border-radius: 0 0 5px 5px;
    color: #444;
    text-align: center;
}

ul.pricing-table a.buy:hover .ion-ios-cart-outline:before {
    content: "\f3d6";
}

.bg-color-grad {
    background: #00aeff;
    background: -moz-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeff), color-stop(100%, #00e0a4));
    background: -webkit-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -o-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -ms-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: linear-gradient(to bottom, #00aeff 0%, #00e0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#00e0a4', GradientType=0);
}

@media (max-width: 767px) {
    ul.pricing-table > li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* /////////////////////////////////////////////////////////////////////
// 14 - Subscribe Form
/////////////////////////////////////////////////////////////////////*/

#subscribe {
    background: url(../img/public_site/subs-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 80px solid #f8f8f8;
}

.susbcribe-text {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    padding-bottom: 30px;
    line-height: 40px;
}

.container.subscribe-wrap {
    max-width: 600px;
}

.mailchimp input[type="email"] {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #21a8df;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}

.subscribe-wrap .form-group {
    margin-right: -16px;
}

.subscription-error {
    color: #d9534f;
}

.subscription-success {
    color: #5cb85c;
}

#contactForm .success, #contactForm .error {
    display: none;
}

/* /////////////////////////////////////////////////////////////////////
// 15 - Footer CTA
/////////////////////////////////////////////////////////////////////*/

.cta-overlay {
    position: relative;
}

.cta-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(23, 51, 79, 0.6);
}

#cta {
    background: url(../img/public_site/cta-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center right;
    position: relative;
    overflow: hidden;
}

#cta * {
    position: relative;
}

#cta h2, #cta h3, #cta h4 {
    color: white;
}

/* /////////////////////////////////////////////////////////////////////
// 16 - Contact us
/////////////////////////////////////////////////////////////////////*/

.address-list {
    list-style: none;
    display: table;
}

.address-list li i {
    display: table-cell;
    width: 60px;
    font-size: 3em;
}

.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}

.mailbox .container {
    margin-top: 225px;
    margin-bottom: 0px;
}

#contactForm input, #contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}

#contactForm input:active, #contactForm textarea:active, #contactForm input:hover, #contactForm textarea:hover {
    border: 2px solid #21a8df;
}

#contactForm .form-control {
    padding: 20px;
    height: auto;
}

#contactForm .form-group {
    margin-bottom: 25px;
}

#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}

.contact-submit {
    width: 160px;
    background: #fff;
    color: #21a8df;
    border: 2px solid #21a8df;
    font-size: 46px;
    padding: 0;
    margin: -40px auto 0;
    display: block;
}

.contact-submit:hover {
    background: #21a8df;
    color: #fff;
}

#contact {
    position: relative;
}

.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #fff;
    width: 100%;
    top: 50px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6ecba9;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #6ecba9;
}

/*/////////////////////////////////////////////////////////////////////
// 17 - Footer Section
/////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {
    .footer-logo-partner {
        max-width: 88px !important;
    }
}

.footer-logo-partner {
    max-width: 53px;
    -webkit-filter: invert(1);
    margin: 15px;
    filter: invert(1);
}

#footer {
    background: #21a8df;
    color: white;
    padding: 40px 0;
}

#footer .copyright a {
    color: #fff;
}

.footer-logo {
    margin-bottom: 3em;
}

ul.footer-menu li {
    display: inline-block;
    margin: 5px 9px;
    font-size: 22px;
}

ul.footer-menu li a {
    color: white;
}

ul.footer-menu li a:hover {
    color: #17334f;
}

ul.social-icons li {
    display: inline-block;
    margin: 15px 5px;
    font-size: 35px;
}

.copyright {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    padding-top: 40px;
}

ul.social-icons i {
    color: white;
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 45px;
}

ul.social-icons li a {
    display: block;
}

.footer-logo h1 {
    color: white;
    font-family: 'Fjalla One', sans-serif;
}

#lang-dropdown, .lang-select {
    /* display: none;*/
}

#lang-dropdown:hover {
    cursor: pointer;
}

ul.dropdown-menu li {
    margin: 0;
    font-size: 18px;
}

ul.dropdown-menu {
    min-width: auto;
}

ul.dropdown-menu li a {
    background-color: transparent;
    color: #444 !important;
    display: block;
    padding: 1em;
    text-align: center;
    margin-left: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
}

ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus {
    background-color: transparent;
    color: #444;

}

.lang-select {
    position: relative;
    display: inline-block;
}

@media all and (max-width: 480px) {
    ul.footer-menu li {
        display: block;
        margin-bottom: .5em;
    }
}

/*
/////////////////////////////////////////////////////////////////////
// 18 - Responsive Styles
/////////////////////////////////////////////////////////////////////*/

@media all and (max-width: 1340px) and (min-width: 1170px) {
    .address-list li {
        font-size: 18px;
    }

    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
    }
}

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address-list {
        padding: 200px 0px 70px 0px;
    }

    .mailbox .container {
        margin-top: 100px;
        height: auto;
    }

    .address-list {
        padding: 0;
    }

    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }

    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

@media all and (max-width: 1170px) {
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 992px) {
    .headings {
        text-align: center;
        padding: 10% 0 12% 0;
    }

    .block-title {
        font-size: 2.8em;
    }

    .col-md-offset-1point5 {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    .headings h1 {
        font-size: 50px;
    }

    .block-title {
        font-size: 1.8em;
        font-weight: 500;
    }

    ul.how-table {
        display: block !important;
    }

    .unique-image {
        margin-bottom: 40px;
    }

    .feature .unique-image {
        margin-bottom: 0;
        max-height: 300px;
    }

    .feature .unique-image img {
        float: none;
        margin: auto;
    }

    .feature .feature-text.left, .feature .feature-text.right {
        margin: 35px 0 0 0;
    }

    .feature .feature-text, .feature .feature-text p {
        text-align: center !important;
    }

    .title-box {
        margin-bottom: 40px;
    }

    .title-box.text-left {
        text-align: center;
    }

    .block {
        padding: 0 0;
    }

    #subscribe {
        border-width: 15px;
    }

    .btn-custom {
        padding: 16px 5px !important;
    }

    .mailchimp input[type="email"] {
        font-size: 16px;
    }

    .address-list {
        margin: 0 auto 20px;
    }

    .container-challenge{
        margin-top: 30px !important;
    }

    .challenge-header {
        /*margin-bottom: 40px;*/
    }

    .challenge-logo{
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .challenge-logo img{
        margin: 0 auto;
        max-width: 250px !important;
        max-height: 100px !important;
    }

    .challenge-title{
        text-align: center;
        padding: 0 !important;
        font-size: 22px !important;
    }
}

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }

    #banner {
        background-position: center center;
    }

    .feature-box {
        padding: 10px 0px;
    }

    h1, .h1, .text-headings h1 {
        font-size: 36px;
    }
}

@media all and (max-width: 360px) {
    .logo img {
        max-width: 90%;
    }

    #banner a#trial {
        margin-bottom: 40px !important;
    }
}

/* /////////////////////////////////////////////////////////////////////
// App
/////////////////////////////////////////////////////////////////////*/

.app-section {
    padding: 0;
}

/* /////////////////////////////////////////////////////////////////////
// Partners
/////////////////////////////////////////////////////////////////////*/

.partners {
    max-width: 100%;
}

.partners-title {
    color: #17334F !important;
}

.partners-header {
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 767px) {
    .partner-logo {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .margin-top-button {
        margin-top: 30px;
    }

    .challenge-title {
        margin: 20px;
    }

    .images-wrapper {
        justify-content: center;
    }
}

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    opacity: 0.6;
}

.grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    opacity: 1;
}

#work-public {
    margin: 0;
}

@media all and (min-width: 767px) {
    #work-public {
        display: flex;
        align-items: center;
        background-color: white;
        height: 200px;
    }
}

@media all and (max-width: 767px) {
    #work-public .feature-box {
        max-width: 200px;
        padding: 10px 0;
    }
}

/* /////////////////////////////////////////////////////////////////////
// 19 - How it works
/////////////////////////////////////////////////////////////////////*/

ul.how-table {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

ul.how-table:after {
    display: block;
    content: "";
    clear: both;
}

ul.how-table > li {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    width: 48%;
    background: #fff;
    color: #444;
    margin: 0 4% 0 0;
    padding: 15px;
    text-align: center;
}

ul.how-table > li:last-child {
    margin-right: 0;
}

ul.how-table .stamp {
    position: absolute;
    right: -20px;
    top: 60px;
    height: 80px;
    width: 80px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    background: #fff;
    border: 1px solid #eee;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
}

ul.how-table .stamp i {
    display: block;
    padding: 0 0 4px 0;
    font-size: 27px;
}

ul.how-table h3 {
    display: block;
    padding: 30px 5px 30px 5px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px dotted #eee;
    color: #444;
}

ul.how-table li.silver h3 {
    background: #eee;
    color: #888;
    border-bottom: 2px dotted #eee;
}

ul.how-table li.silver .stamp {
    color: #888;
    border: 1px solid #888;
}

ul.how-table li.gold h3 {
    background: #fff29d;
    color: #a98815;
    border-bottom: 2px dotted #fff29d;
}

ul.how-table li.gold .stamp {
    color: #a98815;
    border: 1px solid #a98815;
    text-align: center;
}

ul.how-table span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #222;
    padding: 30px 0;
    line-height: 1.3;
}

ul.how-table span small {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    display: block;
    line-height: 1;
}

ul.how-table .advantages-list {
    margin: 30px 0 30px 0;
}

ul.how-table .advantages-list li {
    padding: 5px 0;
}

ul.how-table .advantages-list li.not {
    text-decoration: line-through;
    color: #ddd;
}

ul.how-table a.buy {
    display: block;
    padding: 15px;
    font-size: 28px;
    background: #f2f2f2;
    border-radius: 0 0 5px 5px;
    color: #444;
    text-align: center;
}

ul.how-table a.buy:hover .ion-ios-cart-outline:before {
    content: "\f3d6";
}

.bg-color-grad {
    background: #00aeff;
    background: -moz-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeff), color-stop(100%, #00e0a4));
    background: -webkit-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -o-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: -ms-linear-gradient(top, #00aeff 0%, #00e0a4 100%);
    background: linear-gradient(to bottom, #00aeff 0%, #00e0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#00e0a4', GradientType=0);
}

@media (max-width: 767px) {
    ul.how-table > li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* /////////////////////////////////////////////////////////////////////
// 20 - Home rewards
/////////////////////////////////////////////////////////////////////*/

.rewards-title {
    color: white !important;
}

.reward-desc {
    padding-bottom: 0px !important;
}

.reward-points {
    border-bottom: 0px !important;
    color: #ff6464 !important;
}

ul.how-table h3 {
    color: #17334F;
    padding: 13px 5px 13px 5px;
}

ul.how-table h2 img {
    max-width: 24px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.rewards-overlay {
    position: relative;
}

#rewards * {
    position: relative;
}

.rewards-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(23, 51, 79, 0.6);
}

@media (max-width: 767px) {
    #rewards, #cta {
        background: url(../img/public_site/patron_sports.jpg) !important;
        background-attachment: fixed !important;
    }
}

#rewards {
    background: url(../img/public_site/running.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top right;
    position: relative;
    overflow: hidden;
}

#rewards .partner {
    height: 150px;
}

.rewards-img {
    max-width: 200px;
}

/* /////////////////////////////////////////////////////////////////////
// 21 - Devices & press blocks
/////////////////////////////////////////////////////////////////////*/

.device img {
    width: 64px;
    display: block;
    margin: 2.5em auto;
}

.device {
    text-align: center;
    background: #f3f3f3;
    border-radius: 3px;
    padding-top: 1em;
    margin-bottom: 2em;
}

.device a.download {
    display: block;
    font-size: 16px;
    background: #21A8DF;
    color: white;
    text-align: center;
    margin: 0;
    border-radius: 0px 0px 3px 3px;
}

.device a.download:hover {
    display: block;
    font-size: 16px;
    background: #1C95DD;
    color: white;
    text-align: center;
    margin: 0;
}

.press {
    margin: 20px auto;
}

.press p {
    padding: 20px;
}

.press img {
    width: 128px;
    display: block;
    margin: 2em auto 0;
}

/* /////////////////////////////////////////////////////////////////////
// 22 - What we do
/////////////////////////////////////////////////////////////////////*/

ul.icon-list {

}

ul.icon-list li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    color: #1C95DD;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    content: "\e013";
}

/* /////////////////////////////////////////////////////////////////////
// 23 - About us
/////////////////////////////////////////////////////////////////////*/

ul.about-list li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    color: #1C95DD;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    content: "\e126";
}

/* /////////////////////////////////////////////////////////////////////
// 24 - FAQ
/////////////////////////////////////////////////////////////////////*/
.panel-title > a {
    color: #17334f;
}

::selection {
    background: #ff8787; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #ff8787; /* Gecko Browsers */
    color: white;
}

#apps-and-devices {
    padding-top: 100px;
    margin-top: -100px;
    z-index: -1;
}

.faq-general-steps li {
    margin: 20px;
}

.how-to-screenshots img {
    max-width: 175px;
    margin: 65px;
}

.custom-list {
    display: block;
    list-style-type: disc;
}

.custom-list li {
    margin: 0 !important;
    margin-left: 30px !important;
}

/* /////////////////////////////////////////////////////////////////////
// 25 - Sign Up
/////////////////////////////////////////////////////////////////////*/

.item1 {
    background-color: rgba(243,243,243,.95);
    border-radius: 5px;
    padding: 30px 30px;
}

.item2 {
    background-color: rgba(243,243,243,.95);
    border-radius: 5px;
    padding: 20px 20px;
}


@media (max-width: 768px) {
    #content{
        padding-right: 0 !important;
        padding-left: 0 !important;

    }

    #cover #content{
        padding-right: 20px !important;
         padding-left: 20px !important;

    }

    .item2 h2, .item-login h2 {
        margin-top: 2px !important;
    }

    .item-login, .item2{
        margin-bottom: 20px;
    }
}
.panel-slogan {
    border-color: #ddd;
    padding: 1.5em;
    line-height: 20px;
    font-size: 18px;
}

/* On 05 Banner, there is a class slogan */
.eslogan {
    font-size: 1.4em;
    margin-bottom: 2em;
    line-height: 1.3em;
    text-align: center;
    color: #000;
    font-family: 'Fjalla One', sans-serif;
}

@media (max-width: 768px) {
    .eslogan{
        margin-bottom: 0;
    }
}

.item1 .eslogan{
    margin-top: 0em;
}

.conditions {
    color: #000;
}

.accede {
    font-size: 1.2em;
    color: #000;
    text-decoration: underline;

}

.accede:hover {
    text-decoration: underline;

}

.login-form-company-logo img {
    max-width: 50%;
    max-height: 175px;
    margin: 0 auto;
    display: block;
    padding: 0;
}

.inputs {
    margin-top: 20px;
}

.highlights{
    font-size: 25px;
    color: #30497d;
}

.highlight{
    margin-bottom: 20px;
}

.highlights-txt {
    margin-left: 50px;
    font-size: 20px;
}

.icons {
    color: #21A8DF;
    width: 40px;
    text-align: center;
}

.btninfo {
    color: #21A8DF;
}

.img-apps {
    /*height: 260px;*/
    text-align: center;
    padding: 5px;
    margin-bottom: 30px;
}

.store-img{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.survey-checkbox{
    width: initial !important;
    height: initial !important;
    margin: 0 auto !important;
}

@media (max-width: 1299px) {
    .button.register, .button.iconFacebook  {
        margin: 0em;
    }
}

@media (min-width: 990px) {
    .item2 {
        margin-left: 40px;
    }

}

/* /////////////////////////////////////////////////////////////////////
// 26 - Login register
///////////////////////////////////////////////////////////////////// */

.item-login {
    background-color: rgba(243,243,243,.95);
    border-radius: 5px;
    padding: 20px 20px;
    /*margin-top: 35px;*/
}

.panel-slogan {
    border-color: #ddd;
    padding: 1.5em;
    line-height: 20px;
    font-size: 18px;
}


#remember {
    font-size: .8em;
    font-weight: 400;
}
.remember {
    margin-left: 15px;
    color: #999999;
}
#submit-button {
    margin-bottom: 25px;
}


@media (min-width: 990px) {
    .item2 {
        margin-left: 40px;
    }


}

/* /////////////////////////////////////////////////////////////////////
// 27 - Challenges
///////////////////////////////////////////////////////////////////// */

.container-challenge{
    max-width: 1300px;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .challenge-flex {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .challenge-image {
        order: 1;
    }

    .challenge-data {
        order: 2;
    }

    .challenge-info {
        order: 3;
    }
}

.challenge-logo {
    /*margin-bottom: 30px;*/
    padding: 1.7rem;
    padding-right: 0;
}

.challenge-logo img {
    max-width: 100%;
    max-height: 100px;
}

.challenge-title{
    font-size: 28px;
    font-family: 'Fjalla One', 'Roboto Condensed';
    font-weight: 600;
    color: #17334F;
    padding: 2rem 0;
    line-height: 1.3em;
}

.challenge-image{
    margin-bottom: 20px;
}

.challenge-image img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.challenge-box{
    border: 1px solid #F5F5F6;
}

.container-challenge .panel{
    text-align: center;
}

.container-challenge .panel-heading{
    color: #17334F;
    font-family: 'Fjalla One', sans-serif;
    background-color: #f7f7f7;
    text-transform: uppercase;
}

.challenge-stats, .powered, .privacy{
    margin-bottom: 20px !important;
    margin-top: 14px !important;
}

.challenge-stats{
    text-align: justify;
    display: inline-block;
}

.challenge-stats i{
    margin-right: 20px;
    color: #17334F;
    font-size: 40px;
    vertical-align: middle;
}

.challenge-stats .progress .progress-bar{
    background-color: #17334F;
}

.challenge-logo-desc img{
    max-width: 16%;
    margin: 22px;
}

.challenge-desc{
    color: #444;
}

.challenge-desc img{
    max-width: 100%;
    max-height: 100%;
}

.faq-item{
    margin-bottom: 20px;
    margin-top: 20px;
}

.challenge-vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.social-share{
    text-align: center;
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 23px;
}

.social-share a{
    font-size: 32px;
    margin: 5px;
    color: #21A8DF;
}

.social-share a:hover{
    color: #1C8EBC;
}


/* //////////////////////////
// 27 - Referral
///////////////////////// */

.user-img {
    max-width: 15%;
    border-radius: 50%;
}

.referral-code strong{
    font-weight: 500;
}


/* SERGI */

.terms {
    display: block;
    font-size: .4em;
    margin-top: 1em;
    margin-bottom: 0;
    width: auto;
    margin: 1em auto;
}
.terms a:hover {
    text-decoration: underline;
}
.terms a, .terms span {
    background-color: rgba(255,255,255,.85);
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: .2em .5em;
}


.how-item{
    margin: 8px;
    float: right;
    text-align: left;
    color: #444;
}

.how-item svg{
    font-size: 3em;
    background-color: #17334F;border-radius: 100%;
    padding: .1em;
    width: 1em;
    height: 1em;
    fill: white;
}

.how-item-center{
    justify-content: flex-start;
}

.how-it-works {
    font-size: .5em;
    background-color: #fff;
    display: inline-block;
    margin: 1em auto;
    padding: .2em 1em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 0;
    color: #000;
}
.how-it-works a {
    color: #000;
}

.container-banner {
    /* max-width: ; */

}

.banner {
    font-size: 1.2em;
    margin: 1.5em 0;
    padding: 1.5em;
    line-height: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0f0;
    color: #444;
}
.banner p:last-child {
    margin-bottom: 0;
}
.banner .icon {
    max-width: 100px;
    height: 100px;
    /*float: left;*/
    line-height: 5em;
    display: inline-block;
    padding: .2em;
}
.banner .icon svg {
    width: 100%;
    height: 100%;
    fill: rgb(45,44,44);
}
.banner .icon img {
    width: 100%;
}
.banner .reward-text {
    /* width: calc(100% - 150px);*/
    float: right;
    text-align: left;
}

.banner:after {
    clear: both;
    display: block;
    content: " ";
}

.banner.leaderboard .title{
    font-size: 1.4em;
    margin-bottom: 1em;
}

.faq, .company-notice {
    color: #757575;
    padding: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* margin-bottom: 1.5em; */
}

.company-notice {
    text-align: center;
}
.company-notice b {
    text-align: center;
    font-weight: bold;
}
.faq:after {
    display: block;
    clear: both;
    content: " ";
}

.faq h4:first-letter{
    text-transform: uppercase;
}

.faq h4{
    text-transform: lowercase;
}

.sponsors img {
    max-height: 144px;
    padding: 2em;
    max-width: 240px;
}
.sponsors {
    text-align: center;
}

/* --------------------        ITEMS SVG --------------------------------- */
.svg-color {
    fill: #21a8df;
}
.thirds {
    margin: 1.5em 0;
    background-color: #f3f3f3;
    width: auto;
}

.thirds:after {
    display: block;
    clear: both;
    content: " ";
}
.third {
    color: #444;
    line-height: 1.5em;
    border-radius: 3px;
    text-align: center;
    width: 32%;
    float: left;
    padding: 3em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

.third:last-child {
    margin-right: 0;
}
.third img {
    max-width: 100px;
}
.third .connections img {
    max-width: 32px;
}
.third h2 {
    margin-bottom: 3em;
    font-weight: normal;
    display: block;
    height: 3em;
}
.third i, .third svg {
    font-size: 5em;
    background-color: #21a8df;
    color: #84bd00;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: .1em;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    vertical-align: bottom;
    fill: #f3f3f3;
}

/* --------------------     FAQ     ---------------------------- */

.col {
    width: 50%;
    float: left;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    text-align: center;
}
.col > h3 {
    color: #757575;
}
.all-icons {
    max-width: 100%;
    width: 400px;
}

.button-challenges {
    width: 550px;
    background-color: #5BB62B;
    color: #fff;
    border: none;
    font-family: inherit;
    font-size: 1.5em;
    padding: .5em 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: .8em;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.75);
}

/* /////////////////////////////////////////////////////////////////////
// 28 - Business
///////////////////////////////////////////////////////////////////// */

.sub-title {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #17334f;
    font-size: 24px;
    font-weight: 300;
}
.sub-sub-title {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    line-height: 1.1;
    color: #777;
    font-size: 18px;
    font-weight: 500;
}
.read {
    margin-top: 25px;
    text-align: center;
}

.video-text{
    font-size: 1.3em;
}

.partner-form.form-horizontal .form-group {
    margin: auto;
    margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////
// 28 - Fitness / Wellcorp / Travel / Brand / Wellcities  [Business]
///////////////////////////////////////////////////////////////////// */

.title-fitness {
    text-align: center;
    margin-top: 50px;
}

.container-fitness {
    height: 700px;
}

.img-fitness {
    margin-top: 100px;
}

.txt-fitness {
    margin-top: 100px;
    margin-right: 100px;
    padding-right: 100px;
    line-height: 200%;
    /*border: dashed 3px pink;*/
}
.sub-title-fitness {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    color: #17334f;
    font-size: 54px;
    font-weight: 300;
}
.txt-title {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    line-height: 1.1;
    color: #777;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}
.txt-lead {
    font-size: 19px;
    color: #777;
    margin-top: 10px;
}
#borderImg {
    /*border: dashed 3px pink;*/
}

@media (min-width: 768px) {

    .img-fitness {
        margin-top: 100px;
        padding: 0;
    }
    .txt-fitness  {
        margin-top: 50px;
        margin-right: 0;
        padding: 0;
        line-height: 200%;
    }
    .txt-left {
        text-align: left;
    }
    #borderImg, .txt-fitness {
        /*border: dashed 3px red;*/
    }
}
@media (min-width: 992px) {
    #borderImg, .txt-fitness {
        /*border: dashed 3px blue;*/
    }
    .txt-fitness  {
        margin-top: 100px;
    }
}
@media (min-width: 1199px) {
    #borderImg, .txt-fitness {
        /*border: dashed 3px black;*/
    }
    .txt-fitness  {
        margin-top: 100px;
    }
}

/*      ------------------------------------------       */

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #17334F;
    background: url(../img/video-preview.png);
    background-position: center;
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}
.tv .screen.active {
    opacity: 1;
}

.video-mute {
    font-size: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.video-mute i {
    color: white;
    z-index: 1;
}

.unmuted {
    display: none;
}

.video-link a{
    font-size: 70px;
    color: white;
}

.video-link a:hover{
    color: #21a8df;
}

@media (max-width: 767px) {
    .video-mute {
        display: none;
    }

    #banner {
        background: url(../img/public_site/wefitter-bg.jpg);
    }
}

.text-headings {
    position: relative;
}



/* /////////////////////////////////////////////////////////////////////
// 29 - REGISTER
/////////////////////////////////////////////////////////////////////*/

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

.register-inner {
    background-color: rgba(243,243,243,.95);
    border-radius: 5px;
    max-width: 50%;
    padding: 20px 70px;
}

.social-login {
    flex-direction: column;
}

.social-login a {
    margin: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

#google-button {
    padding: 0;
}

#sign-in-with-google {
    width: 100%;
}

@media (max-width: 991px) {
    .register-inner {
        max-width: 100%;
    }
}

@media (max-width: 577px) {
    .register-inner {
        padding: 20px;
    }
}

.logos img {
    width: 170px;
}

#wefitter-logo {
    margin: 25px;
    width: 240px;
}

.group-info {
    text-align: center;
    padding: 7px;
}

.group-info h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
}

.register-btn {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    font-family: 'Fjalla One', sans-serif !important;
}

.register-survey-form .form-control {
    display: inline-block !important;
}

#fb-button {
    padding: 10px 10px !important;
}

#fb-button span {
    flex: 1;
    margin-right: -22px !important;
}

#fb-button img {
    max-width: 26px;
    max-height: 26px;
}

/* Prevent initial animation flickering */
.wow {
    visibility: hidden;
}

/********************** CHALLENGE ***********************/

/* HEADER */
.challenge-header {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin: 0 15px 15px 15px;
}

.challenge-header .text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    justify-content: center;
}

.challenge-header div:first-child .title {
    font-size: 27px;
    font-family: 'Fjalla One', 'Roboto Condensed', serif;
    font-weight: 600;
    color: #17334F;
    line-height: 1.3em;
    text-transform: uppercase;
}

.challenge-header div:first-child .challenge-slogan {
    /*text-transform: lowercase;*/
    font-size: 18px;
}

.challenge-header div:first-child .challenge-slogan:first-letter {
    /*text-transform: uppercase;*/
}

.challenge-header div .wf-logo {
    width: 84px;
    margin-left: 5px;
    margin-bottom: 4px;
}

.challenge-header .images-wrapper {
    display: flex;
    align-items: center;
    border-right: 1px solid #dddddd;
    flex-direction: column;
    padding-right: 20px;
    height: 100%;
    justify-content: center;
}

.challenge-header .images-wrapper div img{
    max-width: 117px;
    max-height: 78px;
}

.challenge-header .images-wrapper div{
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

/* STATS */
.challenge-stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.challenge-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 250px;
}

.challenge-stats .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.challenge-stats .item i {
    margin: 0;
    width: 60px;
    text-align: center;
}

.challenge-stats .item .progress {
    width: 100%;
    margin-left: 12px;
    margin-bottom: 0;
}

.challenge-form .btn {
    text-transform: uppercase;
}

.challenge-data .interact a {
    text-transform: uppercase;
}

/* LEADERBOARD */
.challenge-leaderboard {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-height: 565px;
}

.challenge-leaderboard a {
    margin: 0 !important;
}

.challenge-leaderboard .panel-body {
    position: relative;
    min-height: 565px;
}

.challenge-leaderboard .panel-body, .challenge-leaderboard .panel-heading{
    width: 100%;
}

.challenge-leaderboard .panel-heading .leaderboard-switch {
    position: absolute;
    cursor: pointer;
    user-select: none;
    border: 1px solid #e8e8e8;
    padding: 0 10px 0 10px;
    border-radius: 50%;
    box-shadow: 0 3px 5px 1px rgb(225, 224, 224);
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16px;
    right: 16px;
    background-color: #F26765;
    z-index: 999;
}

.challenge-leaderboard .panel-heading .leaderboard-switch img{
    width: 30px;
    height: 30px;
}

.challenge-leaderboard .panel-heading .leaderboard-switch:active{
    transition: none !important;
    transform: translateY(2px) !important;
}

.challenge-leaderboard .panel-heading .leaderboard-switch:hover{
    box-shadow: 0 3px 15px 1px rgb(225, 224, 224);
    transform: translateY(-1px);
}

.challenge-leaderboard .top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.challenge-leaderboard .top .top-user {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3px 10px 0 10px;
}

.challenge-leaderboard .top .top-user .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

.challenge-leaderboard .top .top-user .top-user-position{
    position: absolute;
    background-color: #17334f;
    color: #F26765;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #F26765;
    box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
    bottom: -10px;
}

/* Firefox handles absolute position like shit */
@-moz-document url-prefix() {
    .challenge-leaderboard .top .top-user .top-user-position {
        left: 35%;
    }
}

.challenge-leaderboard .top img, .challenge-leaderboard .other-users img{
    border-radius: 50px;
    width: 55px;
    height: 55px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 5px 0 rgb(225, 224, 224);
}

.challenge-leaderboard .top img:hover, .challenge-leaderboard .other-users img:hover{
    box-shadow: 0 5px 5px 2px rgb(225, 224, 224) !important;
}

.challenge-leaderboard .other-users{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    transition: all 0.3s ease-in-out;
}

.challenge-leaderboard .other-users:hover{
    background-color: #f8f8f8 !important;
    box-shadow: 0 4px 5px 0 rgb(225, 224, 224);
}

.challenge-leaderboard .other-users:last-child{
    border-bottom: none;
}

.challenge-leaderboard .other-users .left .position, .challenge-leaderboard .other-users .left .name{
    margin: 10px;
}

.challenge-leaderboard-placeholder, .challenge-leaderboard-cta {
    /*transition: z-index 0.5s linear 1.5s, opacity 0.5s linear 1s;*/
    opacity: 1;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.challenge-leaderboard-placeholder-fadeOut {
    opacity: 0;
    z-index: -1;
}

.leaderboard-me {
    background-color: #f8f8f8;
    box-shadow: 0 4px 5px 0 rgb(225, 224, 224);
}

.leaderboard-image-big{
    width: 75px !important;
    height: 75px !important;
}

.challenge-leaderboard-cta {
    filter: blur(5px);
}

.challenge-leaderboard-cta-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: -15px;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.56);
    font-weight: 300;
    color: #17334F;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
}

@media(max-width: 767px) {
    .container-challenge, .challenge-data,  .challenge-image, .challenge-info{
        padding: 0;
    }
}