
/* Style */
body {
    min-width: 0 !important;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    overflow: auto !important;
}

body.fb-body {
    background-color: #fff;
}

#container {
    width: 100%;
}

.wrapper-content {
    display: block;
    width: 960px;
    margin: 0 auto;
}

.dbr,
.tbr,
.mbr {
    display: none;
    height: 0; width: 0;
    overflow: hidden;
}

/*common styles*/
.b-block {
    display: block;
}

.adaptive-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 960px;
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}

.popup-overlay *{
    box-sizing: border-box;
}

.popup {
    padding: 37px 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border: 2px solid #e2e2e2;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup__close {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 9px;
    background: url('https://static0.fitbit.com/simple.b-cssdisabled-png.h0cc8e18d3444dddc64330c9c8eb40b1a.pack?items=%2Fcontent%2Fassets%2Fstore2%2Fimages%2Fpopup__close.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.3;
}

.popup__close:hover {
    opacity: 1;
}

.popup__text {
    font-family: 'Proxima Nova ThinT', Arial, sans-serif;
}

.popup .popup__close:hover {
    cursor: pointer;
}

a.btn {
    display: inline-block;
    padding: 6px 22px;
    font-family: 'Proxima Nova Bold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 18px;
    border: 3px solid;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    text-align: center;
}

a.btn:hover {
    background: transparent;
}

a.btn--magenta {
    background-color: #ee3d6e;
    border-color: #ee3d6e;
}

a.btn--magenta:hover {
    color: #ee3d6e;
}

a.btn--gray {
    min-width: 200px;
    color: #939c9e;
    border: 2px solid #939c9e;
    padding: 7px 10px 8px;
    line-height: 17px;
    vertical-align: top;
}

a.btn--gray:hover {
    color: #fff;
    background-color: #939c9e;
}

a.btn--white {
    padding: 8px 39px;
    color: #ee3d6e;
    border-color: #fff;
    background-color: #fff;
}

a.btn--white:hover {
    color: #fff;
    border-color: #ee3d6e;
    background-color: #ee3d6e;
}

@media (min-width: 1199px) {
    .wrapper-content {
        display: block;
        width: 960px;
        margin: 0 auto;
    }
    .tablet-visible {display: none !important;}
    .desktop-hide,
    .desktop-hidden {display: none !important;}
    .dbr {display: block;}
}
@media (max-width: 1199px), (max-device-width: 1199px) {
    .desktop-visible {display: none !important;}
    .wrapper-content {
        width: 728px;
    }

    .adaptive-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 768px;
    }

    .popup {
        width: 768px;
    }

    a.btn {
        padding: 10px 22px;
        border-radius: 22px;
    }

    a.btn--gray {
        padding: 11px 43px 12px;
    }
}

@media (min-width: 768px) and (max-width: 1199px), 
       (min-device-width: 768px) and (max-device-width: 1199px) {
    .tablet-hide,
    .tablet-hidden {display: none !important;}
    .tbr {display: block;}
}


@media (min-width: 768px) {
    .mobile-visible {display: none !important;}

    .popup-filter {
        display: block!important;
        position: relative;
    }

    .popup-filter .popup {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0;
        border: 0;
        float: left;
        width: auto;
    }

    .popup-filter .popup__close {
        display: none;
    }
}
@media (max-width: 767px),  (max-device-width: 767px){
    .mbr {display: block;}
    .mobile-hide,
    .mobile-hidden {display: none !important;}
    .tablet-visible {display: none !important;}
    .wrapper-content {
        width: 300px;
    }

    .adaptive-container {
        padding-left: 0;
        padding-right: 0;
        max-width: 300px;
    }

    .popup-overlay {
        position: absolute;
    }

    .popup {
        width: 320px;
        padding: 38px 25px;
        top: 0;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    a.btn--gray {
        padding: 11px 64px 12px;
    }
}