@font-face {
    font-family: 'Titillium-Light';
    src: url("../fonts/Titillium-Light.otf");
}
@font-face {

    src: url("../fonts/Titillium-Regular.otf");
}
@font-face {
    font-family: 'Titillium-Semibold';
    src: url("../fonts/Titillium-Semibold.otf");
}
@font-face {
    font-family: 'Titillium-Bold';
    src: url("../fonts/Titillium-Bold.otf");
}
body {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.pointer-cursor {
    cursor: pointer;
}

.border-picture {
    max-height: 130px;
    min-width: 130px;
    max-width: 130px;
    border: 2px white solid;
}

.square-100 {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
}

.user-profile-view {
    background: #eee2;
}
.gaddr-profile {
    background: #eee;
}
.header-search-box {
    border-radius: 10px;
    padding-left: 20px;
    height: 45px;
    margin-left: 15px;
}

#mobile_top_nav .search_row {
    height: 70px !important;
    margin-top: 0 !important;
    padding: 15px !important;
}

.white-text {
    color: white;
}
.white-link-text a {
    color: white;
}
.black-link-text a {
    color: black;
}
.text-shadow {
    text-shadow: 0 1px 5px black;
}
.white-background {
    background: white;
}
.search-profile-picture {
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;

}
.profile-navbar {
    position: relative;
    min-height: 50px;
    background-color: white;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
}

.profile-cover {
    background-size: cover;
    height: 190px;
}

.navbar-default .navbar-nav > .menu-option{
    margin-top: -5px;
}

.navbar-brand {
    width: 160px;
    height: 46px;
    margin-top: 2px;
    background: url(https://s3-eu-west-1.amazonaws.com/gaddr/img/gaddr_makenewfriends.png) no-repeat;
}

/*  MARGIN  & PADDINGS   START  */

.padding-top-large {
    padding-top: 40px;
}

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

.margin-top-large {
    margin-top: 40px;
}

.margin-top-medium {
    margin-top: 20px;
}

.margin-right-medium {
    margin-right: 20px;
}

.padding-right-medium {
    padding-right: 20px;
}

.margin-right-large {
    margin-right: 40px;
}

.padding-top-medium {
    padding-top: 25px;
}

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

.padding-right-large {
    padding-right: 40px;
}

.padding-left-medium {
    padding-left: 25px;
}

.padding-bottom-large {
    padding-bottom: 40px;
}

.padding-bottom-medium {
    padding-bottom: 25px;
}

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

.padding-small {
    padding: 10px;
}

.padding-medium {
    padding: 25px;
}

.padding-large {
    padding: 40px;
}

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

.no-margin {
    margin: 0 !important;
}

/*  md Margins  */
@media (min-width: 992px) {
    .padding-md-left-medium {
        padding-left: 25px;
    }
}

@media(max-width:576px) {
    .no-padding-xs {
        padding: 0;
    }

    .no-margin-xs {
        margin: 0;
    }
}

/*  MARGIN  & PADDINGS   END  */

.profile-main, .search-main {
    background: #f5f5f5;
}

.gaddr-profile-info {
    padding-bottom: 15px;
    background: white;
}
.gaddr-save-button {
    margin-left: -9px;
}
.inverted-button {
    background: white;
    border: 2px solid #008CBA;
    color: black;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 20px;

}
.service-follow-button, .gaddr-save-button {
    color: white;
    border-radius: 10px;
}
.service-follow-button a, .gaddr-save-button a {
    color: white;
}
.profile_header_logo {
    max-height: 45px;
}
.profile-header {
    height: 200px;
    background-size: cover;
    background: no-repeat fixed center;
}
h1 {
    font-size: 36px;
}
.small-image {
    max-height: 60px;
    max-width: 60px;
    height: 60px;
    width: 60px;
}
.profile-acc-image {
    padding-top: 15px;
}
.profile-acc-info {
    padding-top: 12px;
}
.acc-username {
    margin-top: 9px;
}
.circle_image {
    border-radius: 50%;
    overflow: hidden;
}
.acc-service-name {
    margin-top: -8px;
    padding-bottom: 9px;
}

.profile-top-info {
    margin-left: 180px;
    margin-top: -85px;
    width: 100%;
    color: white;
    text-align: left;
}

.profile-widget {
    background: white;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile-widget label {
    float: left;
}

.profile-widget div {
    clear: both;
}

.gaddr-user-info {
    padding-top: 10px;
    padding-left: 0 !important;
}

.gaddr-button-description-line {
    margin-top: 10px;
}

#profile-share-buttons {
    padding:25px;
}

#profile-share-buttons .rrssb-buttons {
    margin-top:15px;
}

.navbar-links a {
    padding-right: 20px;
}

.search-results .profile-picture {
    max-height: 130px;
    min-width: 130px;
}
.profile-header .row {
    margin: 0 auto;
}
.profile-picture {
    margin-top: 40px;
    margin-left: 35px;
    max-height: 130px;
    min-width: 130px;
    max-width: 130px;
    border: 2px white solid;
}
.gaddr-profile .profile-picture {
    border: 5px white solid;
}
.profile-header .profile-info {
    margin-top: 150px;
    padding-left: 40px;
}
.profile-header .col-sm-6:last-child {
    margin-top: 35px;
}
.profile-header .profile-info p {
    margin-top: 30px;
    font-size: 12px;
}
.profile-header .cover-icon {
    height: 34px;
    width: 184px;
    background-repeat: no-repeat;
    float: right;
}
.buttons {
    color: #fff;
    font-size: 16px;
}
.service-follow-button {
    background-color: #71B1E1;
    width: 130px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 12px 10px;
    color: #fff;
    margin-bottom: 10px;
}
.profile-follow:hover, .profile-follow:active {
    background: #14b0e3 !important;
}
.verified-text {
    color: #99d4f3;
}
.private-gaddr-user-box {
    margin-top: 40px !important;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.profile-cover .gaddr-save-button {
    border-radius: 10px;
    color: white;
    margin-top: 70px;
    float: left;
}
.profile-spotlight {
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.profile-spotlight .profile-acc-image {
    padding-bottom: 15px;
}
.buttons .btn-group {
    outline: 0;
    background-color: #F0553C;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 1px #712417;
    border-top: 2px solid #712417;
}
.buttons .btn-default {
    outline: 0;
    background-color: #F0553C;
    border-radius: 0 0 10px 10px;
    padding: 15px 10px;
    border: none;
}
.buttons .insta-add {
    margin-right: 10px;
    background-size: 100% 100%;
    background-color: #F0553C;
    padding: 15px 40px 15px 10px;
    text-align: left;
    color: #fff;
    border-top: 2px solid #712417;
}
.buttons .btn-group .btn:nth-child(2) {
    border-right: 1px solid #712417;
    border-left: 1px solid #712417;
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 2px;
    padding-bottom: 10px;
    box-sizing: border-box;
    outline: 0;
}
.filter {
    float: left;
}
.profiles {
    margin: 0 auto;
}
.profiles > a {
    width: 92px;
    display: block;
}

.profile-item.row {
    background-color: white;
    border: 1px solid #ddd;
}
.search-.profile-item.row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-main .profile-item.card {
    background-color: white;
    border: 1px solid #ddd;
}

.profile-item.row a:hover, .profile-item.row a:active {
    background-color: #ebebeb;
}

.search-main .card:hover, .search-main .card:active {
    background-color: #ebebeb;
}

.profile-follow-link:hover, .profile-follow-link:active {
    background-color: white;
}

.profile-item .col-xs-6 {
    padding: 20px;
}
.profile-item .col-xs-6 img {
    float: left;
    margin-right: 20px;
}
.profile-item .col-xs-6:last-child {
    text-align: right;
    padding-top: 20px;
}
.profile-item .btn.btn-default {
    background-color: #71B1E1;
    width: 130px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 12px 10px;
    color: #fff;
    border: none;
    box-shadow: 0 3px 0 #4D8BB1;
    margin-bottom: 10px;
}
.profile-item .btn.btn-default:focus {
    box-shadow: none;
    background-color: #71B1E1;
    color: #fff;
    outline: none;
}
.gaddr-save-button:hover, .gaddr-save-button:active {
    background: #14b0e3 !important;
}

.profile-header {
    background-size: cover;
}

.profile-cover .gaddr-save-button {
    display: none;
}

.profile-follow-container {
    padding-top: 25px;
}

.kickstart_connect_checkbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}

.kickstart_connect_checkbox[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 37px;
    height: 37px;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    background: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%) no-repeat center;
}
.download {
    padding: 30px 0;
    margin: 0 auto 30px;
}
.profile-download {
    padding-top: 30px;
}
.profile-download h4 {
    padding-top: 10px
}
.profile-download .store {
    padding-top: 10px
}
.download .col-sm-6:last-child {
    padding-top: 30px;
}
.store {
    margin-top: 20px;
}
.store .col-xs-6:first-child img {
    float: right;
}
.store .col-xs-6:last-child img {
    float: left;
}
.profile-follow:hover, .profile-follow:active {
    background: #14b0e3 !important;
}
.info-popup {
    z-index: 3;
    background: white;
    position: fixed;
    max-width: 450px;
    width: 280px;
    text-align: center;
    padding: 15px;
    left: 50%;
    bottom: 10%;
    margin-left: -173px;
    margin-top: 10%;
    border-radius: 30px;
    display: none;
}
.info-black-cover {
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    display: none;
}

@media only screen and (max-width: 449px) {

    .profile-acc-info {
        padding-left: 2px;
        margin-top: -8px;

    }
    .gaddr-user-info {
        width: 80% !important;
        padding-left: 25px !important;
        padding-bottom: 30px;
    }
    .profile-follow-container {
        padding-top: 10px;
    }
    .profile_service_box {
        margin-top: 0;
    }
    .profile-username {
        margin-top: 10px;
    }
    .gaddr-profile-info {
        margin-left: -20px;
    }

    .hidden-xxs {
        display: none;
    }
    .profile-picture {
        text-align: center;
    }
    .profile-header {
        height: 110px;

    }
    .profile-cover .gaddr-save-button {
        display: block;
    }
    .gaddr-profile-info .gaddr-save-button {
        display: none;
    }
    img.profile_service_box.circle_image.small-image {
        max-height: 35px;
        min-height: 35px;
        min-width: 35px;
    }
    .acc-username {
        margin-top: 5px;
        margin-left: -5px;
    }
    .acc-service-name {
        margin-left: -5px;
    }
    .profile-picture {
        margin-top: 10px;
        max-height: 95px;
        min-width: 95px;
    }
    .profile-item {
        padding-top: 12px;
    }
    .profile-follow .gaddr-save-button {
        margin-top: -15px;
    }
    .explore_list {
        margin-top: 0 !important;
        width: 110%;
        margin-left: -15px;
    }

}
@media only screen and (min-width: 449px) {

    .profile-picture {
        margin-top: 30px;
    }
    .gaddr-user-info {
        padding-left: 5px !important;
    }
    .profile-cover .gaddr-save-button {
        display: none;
    }
    .gaddr-profile-info .gaddr-save-button {
        display: block;
    }

}

@media only screen and (max-width: 640px) {

    img.profile_service_box.circle_image.small-image {
        height: 55px;
        max-height: 60px;
        min-height: 60px;
        min-width: 60px;
        margin-top: 0;
        margin-bottom: 10px;
        border: 1px solid #F5F5F5;

    }

    .profile-spotlight {
        margin-top: 35px;
        background: white;
        border-bottom: 1px solid grey;
        border-top: 1px solid grey;
    }

    .profile-top-info {
        margin-left: 140px;
    }

    .acc-username {
        margin-left: -5px;
    }

    .profile_service_box {
        margin-top: 5px;
    }

    h4 {
        font-size: 14px;
    }

    .profile-follow .gaddr-save-button {
        margin-left: -20px;
    }

    .profile-follow .gaddr-save-button:hover, .profile-follow .gaddr-save-button:active {
        background: #14b0e3 !important;
    }

    .profile-header {
        background-size: cover;
        background: no-repeat fixed center;
    }

    .profile-picture img {
        min-height: 130px;
        min-width: 130px;
        max-height: 130px;
    }

    .profile-header .col-sm-6:last-child {
        margin-top: 0;
    }

    .profile-header .profile-info {
        text-align: center;
        margin-top: 0;
        padding-left: 0;
    }

    .buttons {
        text-align: center;
        margin-bottom: 15px;
        outline: 0;
    }

    .profiles {
        width: 100%;
        margin: 0 auto;
    }

    .profiles > a {
        margin: 0 auto;
    }

    .profile-acc-image {
        padding-top: 14px;
    }

    .profile_service_box {
        margin-top: 25px;
    }

    .profile-acc-info {
        padding-left: 35px !important;
        margin-top: -8px;
    }

    .profile-header {
        height: 110px;
    }

    .p .acc-username {
        margin-top: 7px;
        margin-left: -5px;
    }

    .acc-service-name {
        margin-left: -5px;
    }

    .profile-picture {
        max-height: 95px;
        max-width: 95px;
        min-width: 95px;
        margin-top: 30px;
        margin-left: -10px;
    }

    .profile-item {
        padding-top: 12px;
    }

    .profile-follow .gaddr-save-button {
        margin-top: -15px;
    }

    .explore_list {
        margin-top: 0 !important;
        width: 110%;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {

    .profile-picture img {
        min-height: 130px;
        max-height: 130px;
        min-width: 130px;
    }
    .profile-picture {
        max-height: 130px;
        max-width: 130px;
        min-width: 130px;
    }
    .profile_service_box {
        margin-top: 10px;
    }
    .profile-header {
        height: 180px;
    }
}

@media only screen and (min-width: 767px) {

    .profile-picture img {
        min-height: 130px;
        max-height: 130px;
        min-width: 130px;
    }

    .gaddr-user-info {
        padding-left: 15px !important;
    }

    img.profile_service_box.circle_image.small-image {
        padding-top: 0;
        max-height: 70px;
        min-height: 70px;
        min-width: 70px;
        margin-top: 12px;
        border: 1px solid #F5F5F5;

    }
    .profile-picture {
        margin-top: 40px;
    }

}

/*   KICKSTART  */

.fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.full-width-button {
    width: 100%;
}

.connect-list label {
    opacity: 0.3;
}

ul {
    list-style-type: none;
}
.connect-view input[type="checkbox"][id^="service-"] {
    display: none;
}
.connect-view label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}
.connect-view label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}
.connect-view label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
:checked + label {
    opacity: 1;
}
:checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}
:checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}
.textds {
    width: 84px;
    margin-left: auto;
    margin-right: auto;
}
.imgpad {
    padding: 20px;
}

@media (min-width: 768px) {
    .profile-acc-info {
        padding-top: 20px;
    }
}
