body {
    overflow-x: hidden;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
}
.text-muted {
    color: #262626;
}
.text-gray {
    color: #8f8f8f;
}
.text-primary {
    color: #e22b49;
}
.text-green {
    color: #04c5c2;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000 !important;
}
p {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}
.large {
    font-size: 16px;
    line-height: 20px;
}
.extra-large {
    font-size: 18px;
    line-height: 22px;
}
.extra-xlarge {
    font-size: 20px;
    line-height: 24px;
}
.extra-xxlarge {
    font-size: 22px;
    line-height: 28px;
}
.p0 {
    padding: 0 !important;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
}
a {
    color: #e22b49;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #eeeeee;
}
.bg-darkest-gray {
    background-color: #222222;
}
.btn-fullwidth {
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #e22b49;
    border-color: #e22b49;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 60px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff9b00;
    border-color: #ff9b00;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #e22b49;
    border-color: #e22b49;
}
.btn-primary .badge {
    color: #e22b49;
    background-color: #fff;
}
.btn-sm {
    padding: 5px 25px;
}
.bg-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    text-transform: none;
}
.btn-xl {
    color: #fff;
    border-color: #fff;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    font-size: 18px;
    padding: 10px 60px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #e22b49;
    border-color: #e22b49;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #e22b49;
    border-color: #e22b49;
}
.btn-xl .badge {
    color: #e22b49;
    background-color: #fff;
}
.btn-sign {
    margin: 0 20px;
}
.navbar-custom {
    background-color: transparent;
    border-color: transparent;
}
.navbar-custom.affix {
    background-color: #222222;
}
.white-header .navbar-custom.affix {
    background-color: #fff;
}
.navbar-custom .navbar-brand {
    color: #e22b49;
    font-family: "Calibri", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #fec503;
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
    background-color: #e22b49;
    border-color: #e22b49;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #e22b49;
}
.navbar-custom .nav li a {
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
}
.navbar-custom .nav li a.text-gray {
    color: #8f8f8f;
}
.navbar-custom .nav li a.text-gray:hover,
.navbar-custom .nav li a.text-gray:focus {
    color: #e22b49;
    outline: none;
}
.navbar-custom .nav li a.text-black {
    color: #000;
}
.navbar-custom .nav li a.text-black:hover,
.navbar-custom .nav li a.text-black:focus {
    color: #e22b49;
    outline: none;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: #e22b49;
    outline: none;
}
.navbar-custom .navbar-nav > .active > a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    background-color: #e22b49;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fec503;
}
@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding: 15px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .navbar-nav {
        padding: 8px 15px;
        margin: 0;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-custom.affix {
        background-color: #222222;
        padding: 10px 0;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}
header {
    color: #555;
}
#relative-content {
    position: fixed;
    z-index: 1;
    width: 100%;
}
#absolute-content {
    position: absolute;
    z-index: 2;
    width: 100%;
}
header.home-page {
    background-image: url('../img/bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url('../img/bg1_center.png');
    background-repeat: no-repeat;
    background-position: center 185px;
    background-size: 70%;
}
@media (min-width: 768px) {
    header .intro-text {
        padding-top: 500px;
        padding-bottom: 150px;
    }
}
#myNav .profile {
    position: absolute;
    top: 15px;
    padding: 0;
}
#myNav .profile .profile-smallname {
    line-height: 38px;
    font-size: 25px;
}
#myNav .profile .profile-smallname span {
    line-height: 15px;
    font-size: 18px;
    display: block;
}
#myNav .profile #signIn {
    background: url('../img/ic_user_white.png');
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 45px;
}
#myNav .profile #signIn:hover,
#myNav .profile #signIn:focus {
    background: url('../img/ic_user_pink.png');
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 45px;
}
#myNav .profile a:hover,
#myNav .profile a:focus {
    background: transparent; 
}
.banner {
    position: relative;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin:0px 0px 30px 0px;
}
#about-us-banner {
    background: url('../img/aboutus_banner.jpg');
}
#faq-banner {
    background: url('../img/faq_banner.jpg');
}
#guidelines-banner {
    background: url('../img/guidelines_banner.jpg');
}
#job-banner {
    background: url('../img/job_banner.jpg');
}
#termsofuse-banner {
    background: url('../img/termsofuse_banner.jpg');
}
#privacypolicy-banner {
    background: url('../img/privacypolicy_banner.jpg');
}
#invite-banner.banner {
    height: 500px;
}
#invite-banner .invite-text-block {
    text-align: center;
    text-transform: uppercase;
}
#invite-banner .invite-text-block .invite-text {
    color: #fff;
    font-size: 45px;
    line-height: 80px;
    font-family: initial;
}
#invite-banner .invite-text-block .invite-text span {
    font-size: 70px;
}
#invite-banner {
    display: flex;
    align-items: center;
    background: url('../img/invite_banner.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
.banner h1.page-heading {
    text-transform: none;
    position: absolute;
    bottom: -15px;
    left: 25%;
    font-size: 35px;
    color: #fff;
    padding: 10px;
    border: 2px solid #fff;
    background-color: #222222;
    margin: 0px;
}
section#about {
    background-image: url('../img/bg2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section#services {
    background-image: url('../img/bg3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section#services .toggle-buttons {
    overflow: hidden;
}
section#services .toggle-button {
    margin: 0 auto;
    width: 259px;
    height: 259px;
    display: block;
    cursor: pointer;
    background-image: url('../img/ic_plain_round.png');
    background-color: #222222;
    -webkit-border-radius: 130px !important;
    -moz-border-radius: 130px !important;
    -ms-border-radius: 130px !important;
    -o-border-radius: 130px !important;
    border-radius: 130px !important;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
}
section#services .toggle-button .info-txt {
    color: #fff;
    position: absolute;
    top: 0;
}
section#services .icon-img,
section#services .info-txt {
    display: block;
    width: 259px;
    height: 259px;
}
section#services .dyliver .icon-img {
    background-image: url('../img/btn_deliver_dash@3x.png');
}
section#services .sender .icon-img {
    background-image: url('../img/btn_sender_dash@3x.png');
}
section#services .receiver .icon-img {
    background-image: url('../img/btn_reciever_dash@3x.png');
}
section#services .dyliver.active .icon-img,
section#services .sender.active .icon-img,
section#services .receiver.active .icon-img {
    background: url('../img/ic_plain_round.png');
}
section#services h3.services-title {
    padding-top: 80px;
    color: #262626;
    font-size: 60px;
    line-height: 60px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 10px;
}
section#services p.services-text {
    color: #262626;
    font-size: 28px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}
section#services .toggle-button.active .info-txt {
    margin-top: 0px !important;
}
section#services .services-bar {
    margin: 30px 0;
    padding: 0;
    position: relative;
}
section#services .services-bar .arrow {
    position: absolute;
    top: -20px;
}
section#services .services-bottom-line {
    background-color: #e22b49;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-style: italic;
    text-align: center;
    text-transform: none;
    margin: 0;
}
.service-info { display: none; }
.service-info.active { display: block; }
.fa-s1 {
    background-image: url('../img/ic_s1.png');
}
.fa-s2 {
    background-image: url('../img/ic_s2.png');
}
.fa-s3 {
    background-image: url('../img/ic_s3.png');
}
.fa-r1 {
    background-image: url('../img/ic_r1.png');
}
.fa-r2 {
    background-image: url('../img/ic_r2.png');
}
.fa-r3 {
    background-image: url('../img/ic_r3.png');
}
.fa-d1 {
    background-image: url('../img/ic_d1.png');
}
.fa-d2 {
    background-image: url('../img/ic_d2.png');
}
.fa-d3 {
    background-image: url('../img/ic_d3.png');
}
section#services a i.icon-deliver {
    background-image: url('../img/ic_deliver.png');
}
section#services a:hover i.icon-deliver,
section#services a:focus i.icon-deliver,
section#services a:active i.icon-deliver {
    background-image: url('../img/ic_deliver_hover.png');
}
section#services a i.icon-sender {
    background-image: url('../img/ic_sender.png');
}
section#services a:hover i.icon-sender,
section#services a:focus i.icon-sender,
section#services a:active i.icon-sender {
    background-image: url('../img/ic_sender_hover.png');
}
section#services a i.icon-receiver {
    background-image: url('../img/ic_receiver.png');
}
section#services a:hover i.icon-receiver,
section#services a:focus i.icon-receiver,
section#services a:active i.icon-receiver {
    background-image: url('../img/ic_receiver_hover.png');
}
section#info {
    background-color: #008c8f;
}
section#services .fix-button {
    margin: 5px auto;
    width: 259px;
    height: 259px;
    display: block;
    background-image: url('../img/ic_plain_round.png');
    -webkit-border-radius: 130px !important;
    -moz-border-radius: 130px !important;
    -ms-border-radius: 130px !important;
    -o-border-radius: 130px !important;
    border-radius: 130px !important;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
}
section#services .fix-button h3.services-title {
    padding-top: 30px;
    color: #fff;
    font-size: 45px;
    line-height: 50px;
}
section#services .fix-button p.services-text {
    color: #fff;
}
section#services .fix-button.dyliver {
    background-image: url('../img/btn_deliver_dash@3x.png');
}
section#services .fix-button.dyliver .fix-txt {
    background-color: rgba(168, 208, 141, 0.3);
    height: 129.5px;
}
section#services .fix-button.sender {
    background-image: url('../img/btn_sender_dash@3x.png');
}
section#services .fix-button.sender .fix-txt {
    background-color: rgba(0, 176, 240, 0.3);
    height: 129.5px;
}
section#services .fix-button.receiver {
    background-image: url('../img/btn_reciever_dash@3x.png');
}
section#services .fix-button.receiver .fix-txt {
    background-color: rgba(237, 125, 49, 0.3);
    height: 129.5px;
}
section#services .fix-txb {
    height: 129.5px;
    background-color: #222;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
section#services .fix-button.dyliver .fix-txb {
    color: rgba(168, 208, 141, 1);
}
section#services .fix-button.sender .fix-txb {
    color: rgba(0, 176, 240, 1);
}
section#services .fix-button.receiver .fix-txb {
    color: rgba(237, 125, 49, 1);
}
section#benefits,
section#portfolio {
    background-image: url('../img/bg4.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section#video {
    background-image: url('../img/bg5.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section {
    padding: 100px 0;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
section#portfolio .portfolio-blocks {
    margin: 0 0 25px 0;
    overflow: hidden;
}
section#portfolio .portfolio-block {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
section#portfolio .portfolio-text {
    position: absolute;
    top: 0;
    word-break: break-word;
    height: 100%;
}
section#portfolio .portfolio-bottom {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
section#portfolio .portfolio-block:hover .portfolio-text {
    background: rgba(25, 25, 25, 0.6);
}
section#portfolio .portfolio-heading {
    font-size: 20px;
    line-height: 35px;
    word-wrap: break-word;
    color: #fff;
    position: relative;
}
section#portfolio .portfolio-heading:after {
    background: #fff;
    position: absolute;
    width: 35px;
    height: 2px;
    bottom: -5px;
    left: 0px;
    display: inline-block;
    content: " ";
}
section h3.section-subheading {
    font-size: 16px;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}
section h2.services-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 60px;
    color: #fff;
}
section h4.info-heading {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: none;
}
section p.info-text {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}
section.contact-us {
    background-image: url('../img/bg_map.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media (min-width: 768px) {
    section {
        padding: 100px 0;
    }
    section#info {
        padding: 75px 0;
    }
}
.page-heading {
    margin-bottom: 50px;
    font-size: 28px;
}
.sub-heading {
    text-transform: none;
    margin: 15px 0;
    font-size: 22px;
}
.main {
    position: relative;
}
.scroll-btn {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 200;
}
.about-txt {
    margin: 85px 0;
}
.list-items li {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding-bottom: 5px;
}
.list-decimals li {
    list-style: decimal;
}
.features-list {
    padding: 0px;
}
.features-list li {
    list-style: none;
    padding: 20px 0;
    line-height: 2;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}
.features-list li i {
    display: block;
    font-size: 35px;
    padding: 10px;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 10px;
}
.fa-b {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.icon-sentitem {
    background-image: url('../img/ic_total_item_sent.png');
    background-size: 75%;
}
.icon-completeitem {
    background-image: url('../img/ic_total_delevories_completed.png');
    background-size: 75%;
}
.features-content {
    margin-left: 110px;
}
footer {
    padding: 25px 0;
    text-align: center;
    color: #555;
    background-color: #ececec;
}
footer span.copyright {
    line-height: 40px;
    font-size: 16px;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
footer ul.quicklinks {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 40px;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
footer ul.quicklinks li {
    border-right: 2px solid #555;
    line-height: 20px;
    padding: 0 15px;
}
footer ul.quicklinks li:last-child {
    border-right: none;
}
footer ul.quicklinks li a {
    color: #555;
    font-weight: 700;
}
footer ul.quicklinks li a:hover,
footer ul.quicklinks li a:focus,
footer ul.quicklinks li a:active {
    color: #e22b49;
}
ul.social-buttons {
    margin-bottom: 0;
    margin-top: 20px;
}
ul.social-buttons li a {
    display: block;
    background-color: #555;
    height: 40px;
    width: 40px;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #e22b49;
}
ul.stores {
    margin-bottom: 25px;
    margin-top: 25px;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}
.contact-block {
    border-left: 2px solid #555;
    padding-left: 15px;
    margin-bottom: 50px;
}
.contact-block h4.block-heading {
    text-transform: none;
    color: #e22b49;
}
.contact-block p.block-text {
    font-size: 18px;
    color: #555;
    line-height: 1.2;
}
.contactlinks li {
    list-style: none;
    margin-bottom: 20px;
}
.contactlinks li span.large {
    font-size: 22px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;
}
.overlay a:hover,
.overlay a:focus {
    color: #e22b49;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px !important;
    font-weight: 100;
    border: 3px solid;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 15px !important;
        top: 15px;
        right: 35px;
    }
}
.overlaylsf {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    transition: 0.5s;
}
.overlaylsf a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #555;
    display: block;
    transition: 0.3s;
    font-weight: 700;
}
.overlaylsf a:hover,
.overlaylsf a:focus {
    color: #e22b49;
}
.overlaylsf .closebtn {
    position: absolute;
    top: 20px;
    font-size: 20px !important;
    font-weight: 100;
    border: 3px solid;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
@media screen and (max-height: 450px) {
    .overlaylsf {
        overflow-y: auto;
    }
    .overlaylsf a {
        font-size: 20px
    }
    .overlaylsf .closebtn {
        font-size: 15px !important;
        top: 15px;
        right: 35px;
    }
}
.overlayrsf {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlayrsf-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlayrsf a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;
}
.overlayrsf a:hover,
.overlayrsf a:focus {
    color: #e22b49;
}
.overlayrsf .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 20px !important;
    font-weight: 100;
    border: 3px solid;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
@media screen and (max-height: 450px) {
    .overlayrsf {
        overflow-y: auto;
    }
    .overlayrsf a {
        font-size: 20px
    }
    .overlayrsf .closebtn {
        font-size: 15px !important;
        top: 15px;
        right: 35px;
    }
}
.threetabs .nav > li {
    text-align: center;
    width: 33.33%;
}
.threetabs .nav-tabs > li > a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.threetabs .nav-tabs > li.active > a,
.threetabs .nav-tabs > li.active > a:focus,
.threetabs .nav-tabs > li.active > a:hover {
    color: #000;
    border: none;
    border-bottom: 3px solid #e22b49;
}
.threetabs .tab-content {
    margin-top: 15px;
}
.login .content {
    width: 620px;
    margin: 40px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}
.login .content h3 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-weight: 700 !important;
    text-transform: none;
}
.login .content h4 {
    color: #555;
}
.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px 0;
}
.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}
.content .form-control {
    border: none;
    background-color: #fff;
    height: 43px;
    color: #000;
    border: 1px solid #bbb;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}
.content .form-control:focus,
.content .form-control:active {
    border: 1px solid #e22b49;
}
.content .form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.content .form-control:-ms-input-placeholder {
    color: #8f8f8f;
}
.content .form-control::-webkit-input-placeholder {
    color: #bbb;
}
.content .edit-account .form-control {
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    height: 43px;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}
.content .edit-account .form-control:focus,
.content .edit-account .form-control:active {
    border: 1px solid #e22b49;
}
.content .edit-account .form-control:disabled {
    background-color: rgba(143, 143, 143, 0.3);
}
.content .edit-account .form-control::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.content .edit-account .form-control:-ms-input-placeholder {
    color: #8f8f8f;
}
.content .edit-account .form-control::-webkit-input-placeholder {
    color: #8f8f8f;
}
.login .content .forget-form {
    display: none;
}
.login .content .register-form {
    display: none;
}
.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}
.login .content .form-actions {
    clear: both;
    border: 0px;
    padding: 20px 30px 20px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}
.login-options h4 {
    font-weight: 600;
    font-size: 15px;
    color: #000 !important;
    text-transform: none;
    text-align: center;
}
.login-options .social-icons {
    float: right;
    padding-top: 3px;
}
.login-options .social-icons li a {
    border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    -webkit-border-radius: 15px 15px 15px 15px !important;
}
.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}
.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.login .content .forget-form .form-actions .btn {
    padding: 10px 60px !important
}
.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px !important;
}
.login .content .forget-password {
    font-size: 14px;
    float: left;
    display: inline-block;
    margin-top: 10px;
    color: #e22b49;
    padding: 0 0 0 5px;
}
.login .content .check {
    color: #8290a3;
    line-height: 5px;
}
.login .content .check a {
    display: inline-block;
    color: blue;
    font-size: 14px;
}
.login .content .create-account {
    margin: 0 -40px -30px -40px;
    padding: 40px 0 17px 0;
    text-align: center;
}
.login .content .create-account a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-top: 5px;
    border-color: #000;
    padding: 10px 50px !important;
}
.login .content .create-account a:hover,
.login .content .create-account a:focus,
.login .content .create-account a:active {
    color: #fff;
    border-color: #e22b49;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media (max-width: 440px) {
    .login .content {
        margin-top: 10px;
    }
    .login .content h3 {
        font-size: 22px;
    }
    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }
    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }
    .login .checkbox {
        font-size: 13px;
    }
}
.position-relative {
    position: relative;
}
.avatar {
    width: 150px;
    height: 150px;
    background: url('../img/profile_photo.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin: 0 auto 10px;
    cursor: pointer;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
.passport {
    width: 100%;
    height: 170px;
    background: url('../img/img_passport.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin: 0 auto 10px;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}
.input-image {
    display: block !important;
    width: 100% !important;
    height: 100%!important;
    opacity: 0 !important;
    overflow: hidden !important;
    margin: 0 auto 10px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.gray-map {
    background-image: url('../img/gray_bg_map.png');
    background-repeat: no-repeat;
    background-color: #1f1f1f;
}
section.account {
    color: #fff;
}
section.account h1.page-heading {
    color: #fff;
}
.account .nav > li {
    text-align: center;
    width: 20%;
}
.account .nav-tabs > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
}
.account .nav-tabs > li > a:hover,
.account .nav-tabs > li.active > a:focus {
    color: #e22b49;
    border: none;
    background-color: transparent !important;
    border-bottom: 3px solid #e22b49;
}
.account .nav-tabs > li.active > a,
.account .nav-tabs > li.active > a:hover {
    color: #e22b49;
    border: none;
    background: none;
    border-bottom: 3px solid #e22b49;
    pointer-events: none;
}
.profile-userpic {
    width: 300px;
    margin: 0 auto;
}
.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    border: 3px solid #fff;
}
.profile-smalluserpic {
    width: 55px;
    margin: 0 auto;
}
.profile-smalluserpic img {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}
.profile-smallname {
    color: #fff;
    line-height: 55px;
    font-size: 25px;
    margin-right: 10px;
}
.text-gray.profile-smallname {
    color: #8f8f8f !important;
}
.profile-usertitle {
    text-align: center;
    margin-top: 15px
}
.profile-usertitle-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.payment .profile-userpic {
    margin-top: 20px;
}
.payment .profile-userpic img {
    border: none;
}
.payment .profile-usertitle-name {
    font-weight: 100;
    margin-bottom: 50px;
}
.star-ratings-sprite {
    background: url('../img/star-rating.png') repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto;
}
.rating {
    background: url('../img/star-rating.png') repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}
.account .sub-page-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    text-transform: none;
    margin: 0;
}
.account .sub-heading {
    color: #fff;
    margin: 30px 0 0 0;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    font-weight: 100;
    font-size: 18px;
    font-style: italic;
}
.account .profile-line {
    border-bottom: 1px solid #8f8f8f;
    margin: 10px 0 0 0;
    padding: 0 10px 10px 10px;
}
.account .profile-line:last-child {
    border: none;
}
.account .profile-line.dark {
    border: none;
    background-color: rgba(143, 143, 143, 0.2);
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    padding: 15px;
}
.account .profile-line .profile-stat-title {
    color: #8f8f8f;
    text-transform: uppercase;
}
.account .profile-line .profile-stat-text {
    color: #fff;
}
.account .profile-stat-pic {
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    overflow: hidden;
    margin-top: 10px;
}
.account .passport-img {
    height: 300px;
    max-height: 300px;
}
.profile-stat-pic img {
    width: 100%;
    height: auto;
}
.yellowbg {
    background-color: #ff9b00 !important;
}
.greenbg {
    background-color: #04c5c2 !important;
}
.account .round {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 25px;
    color: #000;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}
.reviews .profile-line:nth-child(even) {
    margin: 8px 0 8px 0;
    cursor: pointer;
}
.reviews .profile-line:nth-child(odd) {
    margin: 8px 0 8px 80px;
    cursor: pointer;
}
.reviews .review-userpic {
    margin: 0 10px 0 0;
    padding: 0;
}
.reviews .review-userpic img {
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    border: 3px solid #fff;
}
.reviews .review-text {
    width: 145px;
    text-align: right;
    padding: 0;
    float: right;
}
.reviews .profile-usertitle-name {
    text-transform: none;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 18px;
}
.reviews .comment {
    color: #8f8f8f;
    font-style: italic;
    padding: 0 0 5px 0;
    font-size: 18px;
}
.reviews .star-ratings-sprite {
    padding: 0;
    margin: 0;
}
p.list-info {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0;
    margin: 0;
}
.changepass {
    margin: 20px 0;
    border-bottom: 1px solid #8f8f8f;
    border-top: 1px solid #8f8f8f;
    padding: 20px 0;
    line-height: 30px;
    text-transform: uppercase;
}
#walletHistory {
    border: 0px !important;
    border-bottom: 1px solid #111;
    color: #000;
}
#walletHistory .heading th {
    background-color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    text-align: center;
    border: 0px;
}
#walletHistory tr {
    background-color: transparent !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    text-align: center;
}
#walletHistory tr td {
    border: 1px solid #111;
    border-right: 0px;
    border-top: 0px;
    color: #fff;
}
#walletHistory tr td:last-child {
    border-right: 1px solid #111;
}
#walletHistory tr.filter td {
    border: 0px;
    color: #fff;
}
#walletHistory .padding-0 {
    padding: 0;
}
#walletHistory .btn {
    font-size: 12px;
}
#walletHistory .form-control {
    background: transparent;
    color: #fff;
}
#walletHistory select.form-control option {
    background: #fff;
    color: #000;
}
#walletHistory_paginate > .pagination > li > a {
    padding: 0;
    font-size: x-large;
    background: transparent !important;
    color: #fff !important;
    border: 0px !important;
}
#btn-withdraw {
    text-transform: none;
    padding: 5px 25px;
    margin-left: 15px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #8f8f8f !important;
}
.select2-container--bootstrap .select2-selection {
    background: rgba(0, 0, 0, 0.2) !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    border: 1px solid #8f8f8f;
    height: 43px;
    line-height: 28px;
}
.paymentinfo {
    line-height: 22px;
    margin-top: 20px;
}
.paymentinfo .heading {
    font-size: 20px;
    line-height: 22px;
}
#screenshots {
    padding: 30px 0;
}
.screen-img {
    padding: 20px 25px 0;
    text-align: center;
}
#screenshots .screen-img .img img {
    margin: 0 auto;
}
.screen-img p.extra-large {
    font-size: 22px;
    line-height: 28px;
    padding: 0 2px;
    color: #000;
}
.owl-carousel .owl-item {
    cursor: pointer;
    float: left;
}
h1.screenshots-heading {
    text-transform: uppercase;
    color: #000;
}
#screenshotsModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.screenshots-modal {
    width: 70%;
    margin: 0 auto;
    overflow-y: hidden !important;
    padding: 0 !important;
}
.screenshots-modal .modal-dialog {
    text-align: center;
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.screenshots-modal .modal-content {
    -webkit-border-radius: 80px !important;
    -moz-border-radius: 80px !important;
    border-radius: 80px !important;
    box-shadow: none !important;
    background: #d8d8d8;
    border: 3px solid #222222;
}
.screenshots-modal .close-modal {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 25px;
    right: 35px;
    cursor: pointer;
}
.screenshots-modal .close-modal:hover {
    opacity: 0.3;
}
.screenshots-modal .close-modal .lr {
    height: 40px;
    width: 2px;
    margin-left: 20px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.screenshots-modal .close-modal .lr .rl {
    height: 40px;
    width: 2px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.invite-block {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
}
.invite-block .heading {
    color: #000;
    text-transform: none;
    text-align: center;
    font-size: 24px;
    margin: 15px 0 15px 0;
}
.invite-block .sub-heading {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 0 50px;
    margin: 15px 0 30px 0;
}
.invite-form .form-group {
    margin-bottom: 0px;
}
.invite-form .help-block {
    display: none !important;
}
.invite-form .has-error .multiple_emails-container {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    outline: thin auto red !important;
}
.multiple_emails-container {
    border: 2px solid #8f8f8f;
    background: rgba(236,236,236,0.5);
    padding: 3px;
    margin: 0;
    cursor: text;
    width: 100%;
}
.multiple_emails-container input {
    clear: both;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 0 !important;
    color: #8f8f8f;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
}
.multiple_emails-container input.multiple_emails-error {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
    outline: thin auto red !important;
}
.multiple_emails-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.multiple_emails-email {
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    background: #555555;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
}
.multiple_emails-close {
    float: right;
    margin: 0 3px;
    color: #fff;
}
.btn-invite {
    background: #4CAF50;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    width: 100%;
    border: 0 !important;
}
.btn-invite:hover {
    background: #e22b49;
    color: #fff;
}
.valign-center {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.img-bcard {
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    padding: 10px;
}
#inviteHistory {
   border: 0 !important; 
}
#inviteHistory thead th {
    border: 0 !important;
    font-size: 18px;
    text-align: center;
    color: #000;
    background-color: #d8d8d8;
}
#inviteHistory tbody td {
    border: 0 !important;
    font-size: 18px;
    text-align: center;
    color: #000;
    background-color: #fff;
}
#inviteHistory_paginate > .pagination > li > a {
    padding: 0;
    font-size: x-large;
    background: transparent !important;
    color: #777 !important;
    border: 0px !important;
}
.timeline {
    position: relative;
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 30px;
}
.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: #dfdfdf;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}
.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}
.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.timeline .panel .panel-heading.icon * { 
    font-size: 20px; 
    vertical-align: middle; 
    line-height: 40px; 
}
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    font-size: 25px;
    line-height: 40px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    text-align: center;
    float: left;
}
.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
.timeline .panel-outline .panel-body {
    padding: 0px;
    font-size: 18px;
    color: #000;
}
.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

@media only screen and (max-width: 768px) {
    .nav>li {
        display: inline-block;
    }
    .navbar-nav {
        margin: 5px 20px;
    }
    .navbar-custom .navbar-toggle {
        font-size: 10px;
        padding: 5px; 
    }
    .account .nav > li {
        width: 100%;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 8px;
    }
    .overlay a {
        font-size: 25px;
    }
    .overlayrsf a {
        font-size: 25px;
    }
    header .intro-text {
        padding-top: 325px;
        padding-bottom: 85px;
        background-size: 100%;
    }
    .btn-sign {
        margin: 5px 20px;
    }
    .login .content {
        width: 100%;
    }
    section#portfolio .portfolio-block {
        margin: 15px 0;
    }
    section#portfolio .portfolio-blocks {
        margin: 0;
    }
    .screenshots-modal {
        width: 100%;
    }
    .screenshots-modal .modal-content {
        background: #fff; 
    }
    #screenshots {
        padding: 25px 0px 10px 0px;
    }
    .screenshots-modal .close-modal {
        width: 25px;
        height: 25px;
    }
    .screenshots-modal .close-modal .lr {
        height: 25px;
        color: #8f8f8f;
    }
    .screenshots-modal .close-modal .lr .rl {
        height: 25px;
        color: #8f8f8f;
    }
    .screenshots-modal .screen-img {
        padding: 5px 5px 0;
    }
    .screenshots-modal .screen-img p.extra-large {
        margin: 5px 0;
        font-size: 18px;
        line-height: 18px;
        color: #8f8f8f;
    }
    h1.screenshots-heading {
        font-size: 22px;
        margin: 0;
        color: #8f8f8f;
        text-transform: none;
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .owl-theme .owl-controls {
        margin-top: 0px;
    }
    section.page-content {
        padding: 55px 0;
    }
    #about-us-banner {
        background-position: -515px center;
    }
    #faq-banner {
        background-position: -795px center;
    }
    #guidelines-banner {
        background-position: -835px center;
    }
    #job-banner {
        background-position: -835px center;
    }
    #termsofuse-banner {
        background-position: -835px center;
    }
    #privacypolicy-banner {
        background-position: -835px center;
    }
    #invite-banner {
        background-position: center center;
        height: 250px !important;
    }
    #invite-banner .invite-text-block .invite-img {
        width: 100px !important;
    }
    #invite-banner .invite-text-block .invite-text {
        font-size: 20px;
        line-height: 30px;
    }
    #invite-banner .invite-text-block .invite-text span {
        font-size: 38px;
    }
    .invite-block .heading {
        padding: 0 10px;
        font-size: 22px;
    }
    .invite-block .sub-heading {
        padding: 0 10px;
        font-size: 18px;
        color: #8f8f8f;
    }
    .account .profile-line.dark {
        margin: 8px 0 8px 0 !important;
        padding: 10px 5px;
    }
    .reviews .review-userpic {
        display: inline-block;
    }
    .reviews .review-userpic img {
        width: 75px;
        margin: 0 auto;
    }
    .reviews .review-part {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0;
        padding: 0px;
        width: 39%;
    }
    .reviews .review-text {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (max-width: 1024px) {
    .screenshots-modal {
        width: 95%;
    }
}
@media only screen and (max-width: 1700px) {
    .screenshots-modal {
        width: 80%;
    }
}
.is_desktop { display: block; }
.is_mobile { display: none; }
.is_mobile .services-heading { text-transform: none; }
.is_mobile hr { margin: 10px 0; } 
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .is_desktop { display: none !important; }
    .is_mobile { display: block !important; }
}

::-moz-selection {
    text-shadow: none;
    background: #e22b49;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #e22b49;
    color: #fff;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: #e22b49;
}