/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ff3333;
    text-decoration: none;
}

footer a,
footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer a:focus,
footer a:active,
footer a.active {
    color: #ccc;
    text-decoration: none;
}

.btn-danger {
    background-color: #ff3333;
}

footer a:hover {
    opacity: 0.6;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.modal-title {
    text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* ORDERED LIST 
------------- */

.article-list ol {
    counter-reset: item;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

.article-list ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.5em;
}

.article-list ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    color: inherit;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-right: 0.5em;
}

.article-list li ol > li {
    margin: 0;
}

.article-list li ol > li:before {
    content: counters(item, ".") " ";
    color: #2c3e50;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.article-list ol li p:first-of-type {
    margin-top: 10px;
}

.article-list ol h4 {
    margin-bottom: 10px;
}

.article-list h3 {
    margin-top: 48px;
    margin-left: -32px;
}

.error-box {
    color: red;
    padding: 5px 0;
}

.box-holder p:last-child {
    margin: 0;
    padding: 0;
}

.custom-pad {
    margin-top: 70px;
}

.box-holder h3:first-child {
    margin-top: 0;
}

.box-holder h3,
.box-holder h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.box-holder h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: none;
}

.box-holder .btn {
    font-weight: bold;
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
}

@media (min-width: 500px) {
    .box-holder .btn {
        font-size: 30px;
    }
}

.modal .btn {
    font-weight: bold;
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.box-holder .btn.bg-color5 {
    font-size: 16px;
    padding: 8px 30px 8px 30px;
}

h3,
h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

h3 {
    font-size: 20px;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -0.8em;
    padding: 0 0.25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.navbar-default {
    background-color: #000;
}

header {
    text-align: center;
    color: #fff;
    background-color: #f5f2e9;
    display: block;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header .container {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Extra padding helper for cookie box displaying at the top
=============================================================*/

header.extra-padding {
    margin-top: 150px;
}

.navbar-fixed-top.extra-padding {
    padding: 150px 0 10px;
}

/* ========================================================= */

.app-header {
    background: #000 url(/assets/images/background/bg2b.jpg) center top
        no-repeat;
    color: #fff;
    min-height: 604px;
    padding-top: 446px;
}

.app-header-holder {
    margin-bottom: 20px;
    background: #000;
}

header.main-header {
    background: #000 url(/assets/images/background/bg1.jpg) center 58px
        no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.main-header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header.main-header h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.66);
}

header.main-header h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.66);
}

header.phone-chat-header {
    background: url(/assets/images/background/bg3.jpg) center 58px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
}

header.phone-chat-header .container {
    padding-top: 180px;
    padding-bottom: 20px;
}

header.phone-chat-header h1 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.66);
}

header.phone-chat-header h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.66);
}

header img {
    display: block;
    margin: 0 auto 0px;
}

header h1 {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    margin: 0 10px 0 0;
    color: #000;
}

header h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    color: #000;
}

.box-holder {
    padding-left: 0;
    border: 1px solid #c2bba8;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.box-holder-2 {
    border: 2px solid #33cdff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.box-holder-2 p:last-child {
    margin: 0;
    padding: 0;
}

.box-holder-2 h3 {
    color: #33cdff;
}

.border-color-1 {
    border: 2px solid #66b032;
}

.border-color-1 h3 {
    color: #66b032;
}

.border-color-2 {
    border: 2px solid #f7c000;
}

.border-color-2 h3 {
    color: #f7c000;
}

.details-box {
    background: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
}

.border-top {
    border-top: 1px solid #ececec;
}

.header-pad {
    margin-bottom: 10px !important;
}

.btn-margin {
    margin-bottom: 10px;
}

a.navbar-brand {
    color: #ff0500 !important;
    background: url(/assets/images/maleforce_logo.png) no-repeat;
    height: 19px;
    width: 171px;
    margin-top: 20px;
    margin-left: 10px;
}

a.navbar-brand span {
    display: none;
}

a.navbar-brand i {
    font-size: 0.7em;
    font-style: normal;
}

@media (max-width: 768px) {
    .nav-apple,
    .nav-android {
        display: none !important;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    font-size: 13px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.nav-apple span,
.nav-android span {
    display: none;
}

.nav-apple {
    background: url(../images/nav_apple.jpg) no-repeat;
    height: 22px;
    width: 20px;
    margin-top: 17px;
    margin-left: 10px;
}

.nav-android {
    background: url(../images/nav_android.jpg) no-repeat;
    height: 22px;
    width: 20px;
    margin-left: 15px;
    margin-top: 18px;
}

.nav-apple,
.nav-android {
    display: block;
}

section {
    padding: 0px;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #000;
    background: #fff;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media (max-width: 767px) {
    section {
        padding: 20px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all 0.3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

/* Inline list 
------------- */

.inline-list {
    list-style: none;
    padding: 0;
}

/* FORM links 
------------- */

form a,
form a:focus,
form a:active,
form a.active {
    outline: 0;
    color: #2c3e50;
    text-decoration: none;
    padding-bottom: 2px;
    text-decoration: underline;
}

form a:hover {
    color: #2c3e50;
    text-decoration: underline;
    opacity: 0.6;
    transition: all ease 0.5s;
}

form a.alt-link,
form a.alt-link:focus,
form a.alt-link:active,
form a.alt-link.active {
    outline: 0;
    color: #ff3333;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 0;
}

/* FORM Checkboxes 
------------- */

.checkboxlist input {
    opacity: 0;
    position: absolute;
}

.checkboxlist li {
    display: inline-block;
    margin: 0;
    padding: 0 0 20px 0;
    height: 20px;
    width: 150px;
}

.checkboxlist li > img {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 18px;
    height: 18px;
    background: none;
}

.checkboxlist li > input:checked + img {
    background: url(/assets/images/icons/icon-checkmark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    margin-bottom: 3px;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

/* Box toggle
---------------*/

.help-box-link {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.help-box-link:hover {
    text-decoration: underline;
    opacity: 0.6;
    transition: all ease 0.5s;
}

.help-box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 20px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.close-button {
    color: #111;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #333;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #303030;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 1%;
    bottom: 8%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.btn-social svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    text-align: center;
    font-size: 5rem;
    line-height: 40px;
    color: #fff;
}

.btn-social i:hover {
    opacity: 0.5;
    background: rgba(24, 188, 156, 0.9);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}



.list-underline li {
    border-bottom: 1px solid #494949;
    padding: 3px 0;
}

.pad-box {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    width: 60px;
    height: 60px;
    padding: 8px;
    background: #ff3333;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 36px;
    font-style: normal;
    margin-bottom: 10px;
}

.cell {
    padding-bottom: 10px;
    display: block;
}

.cell2 {
    margin-top: 15px;
    display: inline-block;
}

.left-spacer {
    margin-left: 20px;
}

.phone-image {
    background: url(../images/svg/phone.svg) no-repeat 34px;
}

.credits-image {
    background: url(../images/svg/credits.svg) no-repeat 20px;
}

.phone24-image {
    background: url(../images/svg/phone24.svg) no-repeat 30px;
}

.colour-1 {
    background-color: #f5f2eb;
}

.bg-color1 {
    background-color: #33cdff;
}

a.bg-color1:hover,
a.bg-color1:active,
a.bg-color1:focus {
    background-color: #06b4ed;
}

.bg-color1 h3 {
    color: #33cdff;
}

.bg-color2 {
    background-color: #66b033;
}

a.bg-color2:hover,
a.bg-color2:active,
a.bg-color2:focus {
    background-color: #459b0a;
}

.bg-color2 h3 {
    color: #66b033;
}

.bg-color3 {
    background-color: #f7c001;
}

a.bg-color3:hover,
a.bg-color3:active,
a.bg-color3:focus {
    background-color: #c69b05;
}

.bg-color3 h3 {
    color: #f7c001;
}

.bg-color4 {
    background-color: #ff3334;
}

.bg-color4 h3 {
    color: #ff3334;
}

.bg-color5 {
    background-color: #4b4b4b;
}

.bg-color5:hover,
.bg-color5:active,
.bg-color5:focus {
    background-color: #202020;
}

.btn {
    border: none;
    margin-bottom: 10px;

    svg {
        margin-right: 5px;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.icon-text {
    margin-left: 55px;
    overflow: hidden;
}

.icon-text2 {
    margin-left: 72px;
    overflow: hidden;
}

.btn-download {
    font-size: 28px;
}

.list-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.add-cursor {
    cursor: pointer;
}

.product {
    background-color: #f3f3f3;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -2px 2px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -2px 2px 2px 0px rgba(50, 50, 50, 0.3);
    padding: 10px;
    text-align: center;
    margin: 10px 5px 20px 5px;
}

.product .points {
    font-size: 22px;
    color: #d22ad2;
}

.product .price {
    margin: 5px 0;
}

.btn-default2 {
    background-color: #fff;
    text-shadow: #fff 0 1px 0;
    max-width: 98%;
    text-align: center;
}

a.btn-default2:hover {
    color: #666 !important;
}

#cookie_box {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    /* Old browsers */
    border: 1px solid #ccc;
    color: #000;
    padding: 10px 10px 10px 40px;
    width: 100%;
    z-index: 1031;
}

#cookie_box p {
    margin: 0 0 5px 0;
    padding: 0 58px 0 0;
}

#cookie_box a {
    color: #ff3333;
}

#cookie_box a.cookie_close {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 1px 7px;
    background: #ccc;
    text-decoration: none;
    line-height: 21px;
    color: #000 !important;
}

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

.content_wrapper img[style] {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 500px) {
    /* Extra padding helper for cookie box displaying at the top
	===========================================================*/
    header.extra-padding {
        margin-top: 90px;
    }
    .navbar-fixed-top.extra-padding {
        padding: 90px 0 10px;
    }
}

@media (min-width: 768px) {
    .btn-margin {
        margin-bottom: 0px;
    }
    .navbar-fixed-top {
        padding: 10px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    a.navbar-brand i {
        font-size: 0.7em;
    }
    .navbar-fixed-top.navbar-shrink {
        padding: 0 0;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.8em;
    }
    .app-header {
        background: #000 url(/assets/images/background/bg2.jpg) center top
            no-repeat;
        color: #fff;
        min-height: 421px;
        padding-top: 0;
    }
    .box-holder {
        padding-left: 120px;
    }
    .details-box {
        -webkit-border-radius: 0px 10px 10px 0px;
        border-radius: 0px 10px 10px 0px;
    }
    header .container {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    header.main-header .container {
        padding-top: 260px;
        padding-bottom: 163px;
    }
    header.main-header h1 {
        font-size: 5.75em;
    }
    header.main-header h2 {
        font-size: 2.2em;
    }
    header.phone-chat-header .container {
        padding-top: 220px;
        padding-bottom: 23px;
    }
    header.phone-chat-header h1 {
        font-size: 2.2em;
    }
    header.phone-chat-header h2 {
        font-size: 6em;
    }
    .stretch {
        min-height: 1307px;
    }
    /* Extra padding helper for cookie box displaying at the top
	========================================================*/
    header.extra-padding {
        margin-top: 70px;
    }
    .navbar-fixed-top.extra-padding {
        padding: 70px 0 10px;
    }
}

@media (min-width: 1100px) {
    /* Extra padding helper for cookie box displaying at the top
	========================================================*/
    header.extra-padding {
        padding-top: 60px;
    }
    .navbar-fixed-top.extra-padding {
        padding: 60px 0 10px;
    }
}

/* Desktop min 1300 */

@media only screen and (min-width: 1300px) {
    /* help box */
    .help-box {
        left: 66%;
        width: 320px;
    }
}

li a span.badge {
    background-color: red !important;
    color: white !important;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.account-details {
    color: #66B033;
}
