﻿html {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #ffffff;
    background-size: cover;
    color: #26272a;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 16px;
    min-height: 100%;
    padding-top: 40px;
}

footer {
    background-color: white;
    /*margin-left: -14px;
    margin-right: -14px;*/
    margin-top: 25px;
    padding: 25px 25px;
}

name {
    color: #4b798d;
    font-weight: 600;
}

h1 {
    color: #444c57;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 600;
}

hr {
    border-color: lightgray;
    border-color: lightgray;
    margin-bottom: 12px;
    margin-top: 12px;
}

h2 {
    color: #444c57;
    font-family: 'Quicksand', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 19px;
}

h3 {
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 12px;
}

h5 {
    font-family: 'Quicksand';
    letter-spacing: -0.4px;
}

a {
    color: #5c90a0;
}

    a:hover {
        color: #ff6060;
        text-decoration: none;
    }

a:visited { text-decoration: none; }

a:focus { color: #199ddb; }

th { font-weight: normal; }

td { vertical-align: middle !important; }

label { font-weight: normal; }

.row {
    margin-left: -0px;
    margin-right: -0px;
}

.row-centered { text-align: center; }

.minContainerHeight { min-height: 700px; }

.col-centered {
    margin-top:20px;
    display: inline-block;
    float: none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}



.tag-container { margin-bottom: 8px; }

.taglinkHashSign {
    font-size: 14px;
    text-decoration: none;
}

.taglink {
    font-size: 17px;
    margin: 2px;
    /*color:#C6E2EE;*/
    padding: 2px;
    text-decoration: none;
    text-transform: lowercase;
}

.taglink:visited {
    margin: 2px;
    padding: 2px;
    text-decoration: none;
}

.taglink a:hover {
    color: #C6E2EE;
    margin: 2px;
    padding: 2px;
    text-decoration: none;
}

.pad5 { padding: 5px; }

.pad10 { padding: 10px; }

.space-above { margin-top: 20px; }

p.lead {
    font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
}

.sub-lead {
    font-size: 20px;
    padding-bottom: 18px;
}

#registerLink {
    background-color: #ff5f5f;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    padding: 4px 8px;
    text-shadow: 1px 1px #444c57;
    text-transform: none;
}

.showPassLabel {
    color: #aaa;
    cursor: pointer;
    font-weight: 400;
}

#loginLink { margin-right: 10px; }

.greentext { color: #43b1a9; }

.bg-offwhite { background-color: #f2f2f2; }

.bg-white {
    background-color: #fff;
}

.gold { color: #e3c383; }

.silver { color: silver; }

.bronze { color: rosybrown; }

.text-gold { color: #e3c383; }

.goldfill {
    background-color: #e3c383;
    color: white;
    padding: 6px 22px;
}

.btn-gold {
    background-color: #e2c283;
    border-radius: 4px;
    color: black;
    font-size: 18px;
    margin-top: 1px;
    padding: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.control-panel-row {
    background: #f8f9fb;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    margin-top: 5px;
    border-radius: 3px;
    padding-bottom: 18px;
    box-shadow: 0 4px 7px -1px #bfbfbf;
    /* width: 100%; */
}



#favoriteText {
    font-weight: normal;
    padding-right: 10px;
}

.favourite-fa { padding: 0 5px 0 10px; }

.btn-favorited {
    background: #e2c283;
    border: 1px solid #e2c283;
    color: white;
    text-transform: none;
}

.btn-favorited:hover { border-color: #e2c283 !important; }

.btn-min-width {
    margin: 1px;
    min-width: 140px;
}
.btn-full-width {
    margin: 10px;
    min-width: 99%;
}

.btn-shadow { box-shadow: 0 2px 1px rgba(0, 0, 0, .2); }

.btn-white {
    background: white;
    border: 1px solid #b5c0c7;
    color: #4b798d !important;
    text-transform: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
    border: 1px solid #d2d2d2;
    color: #4b798d;
}

.btn-white:active,
.btn-white.active { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white { background-image: none; }

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active { color: #cacaca; }

.btn:hover { border-color: initial; }

.btn-solid {
    background-color: white;
    border: 2px solid white;
    border-radius: 4px;
    color: #199ddb;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.btn-solid:hover {
    background-color: rgba(255, 255, 255, 0.80);
    border: 2px solid white;
    color: #199ddb;
}

.btn-ghost {
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.btn-ghost:hover :visited {
    background-color: rgba(255, 255, 255, 0.20);
    border: 2px solid white;
    color: white;
}

.btn-ghost-dark {
    border: 2px solid #539ff7;
    border-radius: 4px;
    color: #539ff7;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.btn-ghost-dark:hover {
    background-color: rgba(255, 255, 255, 0.20);
    border: 2px solid #539ff7;
    color: #539ff7;
}

.greenfill a {
    color: white;
    text-transform: none;
}

.greenfill a:visited { color: white; }

.greenfill {
    background-color: #43b1a9;
    color: white;
    padding: 6px 22px;
    text-transform: none;
}

.redfill a {
    color: white;
    text-transform: none;
}

.redfill a:visited { color: white; }

.redfill {
    background-color: #ff5f5f;
    color: white;
    text-transform: none;
}

.home-container {
    background: white;
    border-radius: 5px;
    box-shadow: 2px 9px 9px rgba(0, 0, 0, .2);
    color: #444c57;
    font-size: 16px;
    min-height: 250px;
    padding: 20px 10px;
}

.green { color: #43b1a9; }

i.fa-li.fa {
    color: rgba(62, 63, 58, 0.1);
    line-height: 20px;
}

::selection {
    background: #009cde; /* WebKit/Blink Browsers */
    color: white;
}



.Facebook {
    background-color: #3b5998;
    color: white;
    margin-bottom: 4px;
    text-transform: none;
    width: 100%;
}

.form-control {
    border: 1px solid rgba(62, 63, 58, 0.3);
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    padding: 6px 8px;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    margin-top: 2px!important;
    width: 17px;
}

.field-validation-error {
    color: #b94a48;
    font-weight: 400;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ff5f5f;
    color: #fff;
    text-decoration: none;
}

.personalize-link { text-decoration: underline; }

.stranger-cell { font-size: 0; }

.step_icon_social {
    color: #fff;
    font-size: 50px;
    margin-top: 8px;
    text-shadow: 10px 7px 20px rgba(35, 35, 35, 0.16);
}

.step_icon {
    color: #4b798d;
    font-size: 45px;
    margin-top: 26px;
}

i.step_icon.fa { text-shadow: 3px 3px 15px #e4e4e4; }

.step_image_div {
    border-radius: 5px;
    color: #4b798d;
    font-size: 16px;
    height: 74px;
    margin: 10px auto;
    width: 90px;
}

.step_caption_div {
    font-family:'Quicksand';
    font-size: 16px;
    margin-bottom: 18px;
    max-width: 390px;
    text-align: center;
}

.generic-item-row {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 5px rgb(215, 215, 215);
    margin-bottom: 8px;
    padding: 8px;
}

/** Social Button CSS **/

.share-btn {
    border: none;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: inline-block;
    margin: 0.1em;
    outline: none;
    padding: 0.1em;
    text-align: center;
    text-decoration: none;
    width: 2.4em;
}

.share-btn:hover {
    color: #eeeeee;
    text-decoration: none;
}

.share-btn:active {
    box-shadow: none;
    color: #e2e2e2;
    outline: none;
    position: relative;
    text-decoration: none;
    top: 2px;
}

.share-btn.twitter { background: #55acee; }

.share-btn.google-plus { background: #dd4b39; }

.share-btn.facebook { background: #3B5998; }

.share-btn.linkedin { background: #4875B4; }

.share-btn.email { background: #444444; }

.connect-twitter-button {
    background-color: #1DA1F2;
    color: white;
    font-family: "Lato", "Helvetica Neue", sans-serif;
    font-size: 12px;
    padding: 1px 6px;
}

.connect-twitter-button:hover { background-color: #1b87ca; }

.btn-group { }

.btn-signup {
    background-color: #e2c283;
    border-radius: 4px;
    color: black !important;
    font-size: 17px;
    min-width: 180px;
    text-transform: none;
}


.signup-header { font-size: 25px; }

#signup-benefits {
    margin: 0 auto;
    max-width: 390px;
    text-align: left;
}

.note-toolbar {
    background: rgba(75, 121, 141, 0.2)!important;
}

.btn { text-transform: none !important; }

.btn-save {
    background-color: #43b1a9;
    color: white;
    min-width: 160px;
    text-transform: uppercase;
}

.btn-copy {
    background-color: #43b1a9;
    color: white;
    line-height: 15px;
    min-width: 100%;
    text-transform: uppercase;
}

.btn-createAccount {
    background-color: #43b1a9;
    color: white;
    font-size: 18px;
    min-width: 190px;
    text-transform: none;
    width: 100%;
}

.small-green-button {
    background-color: #43b1a9;
    border: 1px solid #43b1a9;
    border-radius: 3px;
    color: white !important;
    font-size: 11px;
    margin: 2px;
    max-width: 200px;
    padding: 2px 6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.small-green-button a { color: white !important; }

.small-green-button a:visited { color: white !important; }

.small-green-button:hover {
    border: 1px solid #43b1a9;
    color: white !important;
    padding: 2px 6px;
    text-decoration: none;
}

.small-green-button:visited {
    background-color: #43b1a9;
    border: 1px solid #43b1a9;
    border-radius: 3px;
    color: white !important;
    padding: 2px 6px;
    text-decoration: none;
}

.small-blue-button {
    border: solid 1px;
    border-radius: 5px;
    color: #4b798d;
    display: inline-block;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    margin: 0 1px;
    min-width: 49px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

    .small-blue-button:hover {
        border-color: #ff5f5f;
        color: #ff5f5f;
        text-decoration: none;
    }

.aboutme-name {
    font-size: 20px;
    font-weight: normal;
}

.aboutme-name a {
    color: #444c57;
    font-size: 20px;
}

.aboutme-img {
    margin: auto !important;
    margin-top: 20px !important;
}

.aboutme-img img {
    height: 90px !important;
    object-fit: cover;
    width: 90px !important;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    margin: 0px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.btn { }

/*.goal-input { width: initial; }*/

.nav > li > a i {
    margin-right: 6px;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    color: black;
}

.navbar-logo {
    display: inline-block !important;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-right: 5px;
    padding: 0;
    width: 23px;
}

.main-logo {
    display: inline-block !important;
    margin-bottom: 6px;
    margin-right: 10px;
    padding: 0;
    width: 48px;
}

.top-nav-icon { font-size: 13px; }

.navbar-nav { margin: 0; }

.img-shadow { -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3)); }

.logotext-shadow { text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }

.navbar-brand {
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 11px 15px;
}

.nav > li > a { padding: 8px 12px; }

.navbar .nav > li > a {
    color: #2b3e4f;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 33px;
    text-transform: none;
    padding: 8px 14px 4px 14px;
}

.minus-margins {
    margin-left: -20px;
    margin-right: -20px;
}

.pt15 { padding-top: 15px; }

.pb15 { padding-bottom: 15px; }

.mt { margin-top: 23px; }

.mb { margin-bottom: 23px; }

.mb15 { margin-bottom: 15px; }

.breakall { overflow-wrap: break-word; }

/*modal close*/

button.close {
    color: black;
    opacity: 0.6;
    text-shadow: 2px 1px 2px white;
}

button.close:hover { opacity: 1; }

.trending-displayname {
    font-family:'Quicksand','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #4b798d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 7px;
}

.supporter-displayname {
    color: #4b798d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
    margin-top: 7px;
}

.supportkofi-link {
    background: #f98989;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 2px;
    color: white;
}

.badge {
    background-color: #f57575;
    border-radius: 5px;
}

supporter-badges { margin-bottom: 4px; }

.badge-unregistered {
    background-color: transparent;
    border-radius: 3px;
    color: #a1a1a1;
    font-size: 11px;
    margin-left: 4px;
    padding: 2px 4px;
}

.badge-registered {
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    margin-left: 4px;
    padding: 2px 4px;
}

.character-count {
    color: #bbb;
    float: right;
    font-size: 9px;
    margin-bottom: -2px;
}

.twitter-panel {
    background: #6e92a3;
    padding: 15px;
    text-align: center;
}

.twitter-panel i { }

    .twitter-panel p {
        font-family: 'Quicksand';
        color: #f5f5f5;
        font-size: 17px;
        margin: 11px;
    }

.twitter-panel h2 a { color: #f5f5f5; }

.twitter-panel h2 {
    color: #fff;
    font-size: 24px;
}

.twitter-panel p a {
    color: #f5f5f5;
    text-decoration: underline;
}



.donate-panel {

    font-family: 'Quicksand';
    background: #ff6b6bc7;
    padding: 15px;
    text-align: center;
    padding-bottom: 8px !important;
}


    .donate-panel i {
    }

    .donate-panel p {
        font-family: 'Quicksand';
        color: #fff;
        font-size: 23px;
        margin: 10px;
    }

    .donate-panel h2 a {
        color: #f5f5f5;
    }

    .donate-panel h2 {
        color: #fff;
        font-size: 24px;
    }

    .donate-panel p a {
        color: #f5f5f5;
        text-decoration: underline;
    }


.addcontent-panel {
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow:none!important;
    color:black;
    border:2px dashed #ccc;
    padding-bottom: 10px !important;
}


    .addcontent-panel i {
    }

    .addcontent-panel p {
        color: black;
        font-size: 18px;
        margin: 8px;
    }

    .addcontent-panel h2 a {
        color: #f5f5f5;
    }

    .addcontent-panel h2 {
        color: #fff;
        font-size: 24px;
    }

    .addcontent-panel p a {
        color: #f5f5f5;
        text-decoration: underline;
    }



.supporter-panel {
    background: #ea6262;
    color: white;
    padding-bottom: 15px;
    padding-top: 25px !important;
    text-align: center;
}

.supporter-panel i { color: white; }

.supporter-panel p {
    color: #f5f5f5;
    font-size: 22px;
    margin: 12px;
}

.supporter-panel h2 a { color: #f5f5f5; }

.supporter-panel h2 {
    color: #fff;
    font-size: 24px;
}

.supporter-panel p a {
    color: #f5f5f5;
    text-decoration: underline;
}


img.buy-cuplogo {
    margin-left: 18px;
    margin-top: 20px;
    width: 68px;
}

.cuplogo-adjusted {
    margin-left: 23px;
    width: 80px;
}

.cup-container-circle {
    background-color: #4b798d;
    border: 2px solid white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.reward-panel {
    border-radius: 3px;
    color: #77797c;
    font-size: 16px;
    min-height: 50px;
    text-align: center;
}

.darkblue-panel {
    padding-top: 5px !important;
    background: #434b57;
    text-align: center;
}

.darkblue-panel .darkblue-header {
    background: transparent;
    padding: 3px;
}

.darkblue-panel h5 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
}

.grey-panel {
    background: #f2f3f5;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.grey-panel-dashed {
    background: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
    color: #9fa3a9 !important;
    box-shadow:none;
}

.goal-percentage {
    color: #FF6B6B;
    font-size: 30px;
    font-weight: 600;
}

.goal-label {
    font-size: 18px;
}

.buy-topleftbtn {
    margin: 4px 4px 8px 4px;
    padding: 3px;
}

.buy-panel {
    background: #f8f9fb;
    border: 1px solid #ccd1d9;
}

.buy-from-div {



    margin-top: 10px;

}

.qty-div {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 1px;
}

.buy-panel-header {
    padding-top: 6px;
    text-align: center;
}

.reward-title {
    color: #6a90a1;
    font-size: 25px;
    margin-top:15px;
    overflow-wrap: break-word;

}

.handle-header {
    /* font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif; */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 8px;
}

.buy-panel-header h5 {
    color: #6a90a1;
    font-size: 24px;
    margin-top: 5px;
    overflow-wrap: break-word;
    /* font-size: 34px; */
    /* color: #444c57; */
    font-weight: 600;
    text-align: center;
}

.buy-panel .badge {
    left: 35px;
    position: absolute;
    top: 20px;
}

.badge-hot {
    background-color: #ed5565;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.btn-support {
    background-color: #ff5f5f;
    border: 1px solid #f66666;
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 17px;
    font-family:"Quicksand", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight:700;
    margin:5px 0 5px 0;
}

.btn-support:hover {
    background-color: #fa6b6b;
    border: 1px solid #f66666;
    box-shadow: 0 5px 2px rgba(0, 0, 0, .2);
}

.btn-support-sm {
    background-color: #ff5f5f;
    border: 1px solid #f66666;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 15px;
}

.btn-support-sm:hover {
    background-color: #fa6b6b;
    border: 1px solid #f66666;
    border-radius: 4px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, .2);
}

.panel-profile-image {
    border-radius: 50%;
    height: 70px;
    margin: 2px;
    object-fit: cover;
    width: 70px;
}

.panel-profile-image-sm {
    border-radius: 50%;
    height: 40px;
    margin: 0px 5px 4px 5px;
    object-fit: cover;
    width: 40px;
}

.grey-panel .grey-header {
    background: #f2f3f5;
    margin-bottom: 15px;
    padding: 3px;
}

.grey-panel .grey-header h5 {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.message-p {
    background: #f6f6f6;
}

.message-p .message-header {
    color: #444c57;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

    .message-p h5 {
        font-size: 20px;
        font-weight: 600;
        color: #6990a1;
        margin-bottom: 7px;
        margin-top: 5px;
    }

.pn-flex {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #444c57;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.pn-flex p { margin-top: 10px; }

.pn {
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #444c57;
    font-size: 16px;
    height: 250px;
}

.pn p { margin-top: 20px; }

span.koficounter-value {
    font-size: 30px;
    font-weight: 600;
    margin-right: 1px;
}

div.koficounter-div {
    color: white;
    font-size: 25px;
    margin: 10px 0;
    font-family: "Quicksand";
    font-weight: 600;
}

img.plusOneimage {
    height: 14px;
    margin-bottom: 3px;
    margin-left: 2px;
}

.btn-plusOne {
    background-color: #4b798d;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 16px;
    outline: none;
}

img.buttoncup {
    height: 12px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 3px;
}

.btn-buycoffee {
    background-color: #4b798d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #fff;
    outline: none;
}

.right-divider {
    border-right: 1px solid #fff;
    height: 100%;
}

.modal-backdrop { z-index: 100; }

.update-bubble {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
    color: #333;
    margin: 12px 0px 8px 0;
    overflow-wrap: break-word;
    padding: 14px 18px;
    position: relative;
}

.update-bubble:before {
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 155px;
}

.update-bubble:after {
    border: 15px solid transparent;
    border-bottom-color: white;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    top: -27px;
    width: 0;
}

.input-bubble {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: white;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #333;
    padding: 10px;
    position: relative;
}


.grey-container {
    -moz-background-clip: padding;
    -moz-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    background-color: #f8f8f8;
    /* border: 1px solid #bbb; */
    border-radius: 4px;
    margin-bottom: 10px;
    min-width: 250px;
    padding: 19px 25px 20px 25px;
}

.close { font-size: 28px; }

.kofi-container {
    -moz-background-clip: padding;
    -moz-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    margin-bottom: 8px;
    min-width: 250px;
    padding: 20px 25px 25px 25px;
}

#profile-trending {
    -moz-background-size: 100%;
    -moz-background-size: cover;
    -o-background-size: 100%;
    -o-background-size: cover;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    /*background: url(../img/profile-02.jpg) no-repeat center top;*/
    background: white;
    background-attachment: relative;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
    border-radius: 3px 3px 0 0;
    color: black;
    margin-top: -15px;
    min-height: 256px;
    width: 100%;
}

#profile-trending .user {
    padding-top: 14px;
    text-align: center;
}

.trending-social { font-size: 18px; }

.trending-panel {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 3px #BBBBBB;
    color: white;
    color: #000000;
    font-size: 16px;
    height: 310px;
    padding-bottom: 5px;
    padding-top: 15px;
    /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);*/
}

.trending-panel p { margin-top: 20px; }

.trending-info {
    color: #444c57;
    font-size: 14px;
}

.trending-biotext {
    color: #728094;
    font-size: 13px;
    max-height: 80px;
    overflow: hidden;
    padding: 0 14px;
}

.img-circle {
    background-image: url(/img/anon.png);
    background-repeat: no-repeat;
    background-size: 90px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px #5f6078;
    object-fit: cover;
}

.trending-social a { color: #eeeded; }

img.trending-cup-icon {
    height: 14px;
    margin-bottom: 2px;
    margin-right: 3px;
}

a.btn.btn-viewpage {
    background-color: #ff5f5f;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    padding: 5px 28px;
    font-family: 'Quicksand';
    text-transform: none;
}

.btn-share {
    background: #4267b2;
    border: none;
    color: #fff;
    margin-left: 2px;
}

.content-panel {
    background-color: #43b1a9;
    border-radius: 3px;
    box-shadow: 0 0 3px #BBBBBB;
    color: white;
    padding-bottom: 5px;
    padding-top: 15px;
}

.content-panel h1 {
    color: white;
    font-size: 40px;
}

.profile-header {
    border-radius: 0px;
    color: #444c57;
    padding-bottom: 0px;
   
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -7px;
    padding-top: 10px;
}

    .profile-header h1 {
        color: #444c57;
        font-size: 36px;
        margin-bottom: 8px;
        margin-top: 8px;
        letter-spacing:-0.2px;
        /*text-shadow: 1px 1px 15px white;*/
        text-shadow: 1px 0 white, 0 1px white, -1px 0 white, 0 -1px white;
    }

.social-icon {
    max-width: 110px;
    padding: 20px;
}

.homepage-container { padding: 0px; }

.homepage-activityfeed {
    border-radius: 2px;
    overflow: hidden;
}

.feedItemMenu { margin-right: 15px; }

.feeditem-unit { margin-bottom: 10px; }

.feeditem-title {
    color: #4b798d;
    font-weight: 600;
}

.feeditem-cup {
    border: 0;
    margin: 10px 6px 5px 5px;
    width: 28px;
}

.feeditem-imagecontainer {
    margin-bottom: 5px;
    margin-top: 10px;
    max-width: 100%;
}

.view-gallery-link {
    cursor: pointer;
    font-size: 15px;
    margin: 8px 0;
}

.show-more-link { cursor: pointer; }

.buy-selection {
    border-radius: 50%;
    color: #43b1a9;
    cursor: pointer;
    font-size: 18px;
    height: 55px;
    line-height: 50px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    width: 55px;
    /*border: 1px solid #43b1a9;*/
}

.buy-header-link {
    text-decoration: none;
    text-transform: lowercase;
}

.buy-header-link :hover :visited :focus :active { text-decoration: none; }

.profile-text h6 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.profile-text {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: -5px;
}


.adlabel {
    font-size: 13px;
    color: #bbbbbb;
    margin-bottom: 2px;
}

.buy-selection-active {
    background-color: #494b4d;
    border: none;
    color: white;
}

.btn-buy {
    /*background-color: #C7788C !important;*/
    background-color: #ff5f5f !important;
    border: none !important;
    border-radius: 4px;
    color: white !important;
    font-size: 22px;
    min-width: 260px !important;
}

.btn-follow {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    padding-top: 10px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-primary {
    background-color: #ff5f5f;
    border-color: #ff5f5f;
    color: #FFFFFF;
}


.btn-addcontent {
    font-size:15px;
    width:100%;
    background-color: #f8ac59;
    border-color: #ff5f5f;
    color: #FFFFFF;
}
.btn-showmore {
    background-color: #4b798d;
    border-color: #4b798d;
    color: #FFFFFF;
}

    .btn-showmore:hover,
    .btn-showmore:focus,
    .btn-showmore:active,
    .btn-showmore.active,
    .open .dropdown-toggle.btn-showmore,
    .btn-showmore:active:focus,
    .btn-showmore:active:hover,
    .btn-showmore.active:hover,
    .btn-showmore.active:focus {
        background-color: #444c57;
        border-color: #444c57;
        color: #FFFFFF;
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #ed687c;
    border-color: #ed687c;
    color: #FFFFFF;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary { background-image: none; }

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary.active[disabled],
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #b0b0b0;
        border-color: #a0a0a0;
    }




body.modal-open {
    overflow: hidden;
  /*//  position: fixed;*/
}

.modal {
    -webkit-overflow-scrolling: auto;
}

.btn-cancel {
    background: #d8d8d8;
    border: #d8d8d8;
}

.note-editor .btn-sm, .note-editor .btn-xs {
    padding: 6px 14px!important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

note-group-select-from-files 
{
    display:none;
}

.note-editor .btn-default {
    color: #5d7d8c;
}
    .btn-link {
    color:#199ddb;
}
.align-right {
    text-align: right;
}

.selectabletextbox {
    background-color: white !important;
    color: #199ddb;
    cursor: default !important;
}

.adminrow {
    font-weight: 600;
    padding: 5px;
}

textarea#source.form-control {
    color: #199ddb;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
}

textarea#imageSource.form-control {
    color: #199ddb;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
}

textarea#hyperlinkSource.form-control {
    color: #199ddb;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea { /*max-width: 300px;*/ }

input:focus, .form-control:focus { border-color: #ffa6af; }

/* styles for validation helpers */

.form-control:focus, .single-line:focus { border-color: #ffa6af !important; }

.hint {
    color: #aaa;
    font-size: 14px;
}

.feeditem-thumbcontainer {
    float: left;
    height: 100%;
    margin-left: -48px;
    margin-top: -7px;
}

.feeditem-content {
    /* border-bottom: 1px solid #e1e8ed; */
    margin-bottom: 14px;
    margin-left: 38px;
    padding-top: 0px;
}

.feeditem-profile-img {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

.feeditem-time {
    color: #aaa;
    font-size: 12px;
}

.feeditem-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: auto;
    max-width: 100%;
}

.feeditem-image:hover { border-color: rgba(136, 153, 166, 0.6); }

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid; }

input[type="checkbox"].input-validation-error { border: 0 none; }

input#RememberMe {
    margin-left: 0;
    position: initial;
}

.validation-summary-errors { color: #b94a48; }

.validation-summary-valid { display: none; }

.header-shadow { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44); }

.heart-red { color: #ff5f5f; }

.jumbotron {
    background-attachment: fixed;
    background-color: #4b798d;
    background-size: 100%;
    border-radius: 0px !important;
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -12px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.jumbotron p {
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin: 2px;
}

.home-jumbotron {
    background-attachment: fixed;
    background-color: #405160;
    background-size: cover;
    background-size: 100%;
    border-radius: 0px !important;
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    margin-bottom: -520px;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -12px;
    padding-bottom: 550px;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px
}

.home-jumbotron h2 {
    font-size:33px;
    color:white;
}

    .home-jumbotron h3 {
        color: white;
    }



.home-jumbotron p {
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    margin: 8px 4px;
}

.profile-jumbotron {
    background-attachment: fixed;
    background-color: #43b1a9;
    background-size: 100%;
    border-radius: 0px !important;
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    margin-bottom: -20px;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 15px;
    padding-bottom: 40px;
    padding-top: 18px;
    text-align: center;
}

.profile-jumbotron p {
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin: 2px;
}

.landing-jumbotron {
    background-attachment: fixed;
    background-color: #43b1a9;
    background-size: 100%;
    border-radius: 0px !important;
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -9px;
    padding-bottom: 25px;
    padding-top: 26px;
    text-align: center;
}

.landing-profile-row {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px #d7d7d7;
    margin: 0 auto;
    margin-bottom: 4px;
    max-width: 440px;
    min-width: 290px;
    padding: 6px;
}

.landing-activity-container {
    background: white;
    border-radius: 3px;
    margin-bottom: 10px;
}

.activity-link {
    display: block;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.input-group-addon {
    background-color: rgba(139, 204, 189, 0.18);
    border: 1px solid #8bccbd;
    border-radius: 4px;
    color: #8bccbd;
}

.minitron {
    background-attachment: fixed;
    background-color: #43b1a9;
    background-size: 100%;
    border-radius: 0px !important;
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}

.minitron h1 {
    font-family:'Quicksand',Arial, Helvetica, sans-serif;
    color: white;
    font-size: 32px;
    font-weight: 600;
    margin: 12px 0px;
}

.minitron p {
    color: white;
    font-family: 'Lato', 'Helvetica Neue', Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 15px;
}

.mainLogo {
    margin-left: 4px;
    margin-top: 2px;
    width: 60px;
    /*margin-left: 14px; /*because of cup handle*/
}

.row-full {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.white-row-full {
    background-color: white;
    margin-bottom: 0;
    margin-left: -14px;
    margin-right: -14px;
}

.tint-row-full {
    background-color: #ffffff;
    margin-bottom: 0;
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.logotext {
    color: white;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 55px;
    margin: 8px;
    margin-top: 22px;
    vertical-align: middle;
}

.imgSelectorRow {
    margin-bottom: 10px;
    min-height: 36px;
}

.imgPreview {
    max-width: 160px;
    width: 100%;
}

.details-preview {
    background-color: white;
    border: 1px solid whitesmoke;
    padding-bottom: 18px;
    text-align: center;
}

.multiplier {
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
}

.centreText { text-align: center; }

.control-label { font-weight: 400; }

.direct-link {
    color: #199ddb;
    font-size: 18px;
    font-weight: 400;
}

.prevnext:hover {
    -webkit-filter: invert(100%);
    cursor: pointer;
}

.btn-whatsapp {
    background-color: #43d854;
    border-radius: 2px;
    margin: 2px;
    min-width: 80px;
    padding: 8px;
}

.btn-line {
    background-color: #00c300;
    border-radius: 2px;
    margin: 2px;
    min-width: 80px;
    padding: 8px;
}

.btn-twitter {
    background-color: #55acee;
    border-radius: 2px;
    margin: 2px;
    min-width: 80px;
    padding: 8px;
}

.popularHeader {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 3px;
}

.id-info {
    color: #888;
    font-size: 14px;
}

.created-info {
    color: grey;
    font-size: 11px;
}

.hits-label {
    color: grey;
    font-size: 16px;
    padding: 3px;
}

.prevnext { margin-top: 10px; }

.generate-btn {
    /*background-color: #1FBCD3;*/
    background-color: #ff5f5f;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.generate-btn:hover {
    background-color: #d25959;
    color: white;
}

.colorcontainer {
    vertical-align: middle;
    width: 100%;
}

.btn-colorselector {
    font-size: 16px;
    font-weight: 300;
    height: 28px;
    padding: 6px 8px;
    width: 100% !important;
}

.dropdown-colorselector {
    margin-left: auto;
    margin-right: auto;
    max-width: 300;
}

button#Google {
    background-color: #4285f4;
    color: white;
    margin-bottom: 4px;
    text-transform: none;
    width: 100%;
}

.preview-container {
    background-color: #fafaf9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar {
    /*border: 2px solid #444c57;*/
    min-height: 50px !important;
}

.btn-delete {
    background-color: transparent;
    border: none;
    color: #4b798d;
    font-size: 10pt;
}

.btn-delete :hover { color: #ff5f5f; }

.btn-settings {
    background-color: transparent;
    border: none;
    color: black;
    padding: 0;
}

.btn-settings :hover {
    border: none;
    box-shadow: none;
    color: grey;
}

.btn-settings :focus { color: black; }

.feed-dropdown-icon {
    color: #9fa3a9;
    cursor: pointer;
    font-size: 14px;
    padding:4px;
}

.feed-dropdown-icon:hover { color: #ff5f5f; }

/*.dropdown-menu > li > a {
    color: #fff;
    text-transform: none;
    padding: 0;
    margin: 0;
}*/

.dropdown-menu > li > a {
    color: #444c57;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.alert-encourage {
    background-color: #1fbcd3;
    color: white;
    font-size: 19px;
    margin-bottom: 0px;
}

.alert-encourage a {
    font-size: 18px;
    text-decoration: underline;
}

.alert-success {
    background-color: #4b83a4;
    font-size: 18px;
}

.stLarge {
    margin-right: -9px;
    margin-top: 5px;
}

.buy-header {
    font-size: 38px;
    font-weight: 400;
    margin-top: 4px;
}


.buy-from-img {
    border-radius: 50%;
    height: 23px;
    object-fit: cover;
    width: 23px;
    margin: 0px 1px 2px 5px;
    border: 1px solid #8ba9b6;
}

.buy-from-name {
    color: #4b798d;
    font-weight: 600;
}

.alt-home-container {
    background: #fff;
    border-radius: 5px;

    font-size: 16px;
    min-height: 250px;
    padding: 20px 10px;
}

.uniqueurlspan {
    padding: 15px 20px;
    color: #4b798d;
    font-size: 28px;
}

.landing-support {
    color: black;
    font-size: 27px;
}

.landing-support-sub {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.buy-message { font-size: 18px; }

.landing-message {
    font-size: 16px;
    margin-bottom: 0px;
}

.buy-input {
    background-color: transparent;
    border-bottom: 1px solid #43b1a9;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #43b1a9;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.unit-amount {
    background-color: transparent;
    color: #43b1a9;
    font-size: 18px;
    font-weight: 300;
}

.buy-border {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 3px #BBBBBB;
    /*To give a bit more space on small devices*/
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}

.green-border {
    background-color: white;
    border: 1px solid #43b1a9;
    border-radius: 3px;
    margin-top: 10px;
}

.grey-border {
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 10px;
}

.red-border {
    background-color: white;
    border: 1px solid #C7788C;
    border-radius: 3px;
    margin-top: 10px;
}

.cup {
    margin-bottom: 8px;
    margin-top: 20px;
    opacity: 0.95;
    width: 50px;
}

.cup-icon {
    border: 3px solid #48b799;
    border-radius: 4px;
    margin-bottom: 6px;
    margin-top: 20px;
    width: 48px;
}

.label {
    color: #5f6078;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    text-align: left;
}

.deletelink {
    color: #dd4646 !important;
    font-size: 14px !important;
    padding: 3px !important;
}

.navbar-toggle { padding: 0px; }

.navbar-small-item {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-right: 4px;
    margin-top: 6px;
    padding: 2px 2px;
}

.fixed-menu-item {
    color: #2b3e4f;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-weight: 600;
    padding: 10px 8px 6px 8px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: none;
    line-height: 30px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.40);*/
}

.fixed-menu-item a :hover :visited :after :active {
    color: white;
    text-decoration: none;
}

    .fixed-menu-item a {
        color: #2b3e4f;
        text-decoration: none;
    }

    .fixed-menu-item a :hover {
        color: #2b3e4f;
        text-decoration: none;
    }

.centred-logo {
    margin-top: 12px;
    position: absolute;
    left: 50%;
    margin-left: -40px !important; /* 50% of your logo width */
    display: block;
}

.navbar-logo-text {
    font-family: 'Quicksand',sans-serif;
    font-size: 21px;
    margin-left: 5px;
    font-weight: 600;
    color: #434b57;
}

.navbar-logo-img {
    width: 26px;
    position: relative;
    left: 3px;
    top: 2px;
}

.navbar-logo-circle {
    float: left;
    background: #6e92a3;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.minimalize-styl-2 {
    margin: 10px 5px 5px 15px;
    float: left;
    font-size: 19px;
    margin: 10px 5px 5px 20px;
    padding: 4px 10px;
}


.navbar-default .navbar-toggle .icon-bar { background-color: #fe6060; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #6e92a3;
    background-color: transparent;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
    border-bottom: none;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.15);
    background: white;
    padding-left: 5px;
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -50px !important;
}


.navbar-toggle {
    padding: 4px 8px;
    background: #fe6060;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ed687c;
}
.progress {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.progress-bar {
    -o-transition: width 2s ease;
    -webkit-transition: width 2s ease;
    background-color: #ff5f5f;
    font-family: 'Quicksand', Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-shadow: 1px 1px 1px #f88586;
    transition: width 2s ease;
}

ul.panels {
    display: inline-block;
    font-size: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}

ul.panels li {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #FFFFFF;
    border: 2px solid #4b798d;
    border-radius: 8px;
    display: inline-block;
    font-size: 0;
    height: 97px;
    list-style: none;
    margin: 6px;
    min-width: 138px;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    z-index: 5;
}

ul.panels li.buttons { color: #4b798d; }

ul.panels li.hits { color: #4b798d; }

ul.panels li.monthTotal { color: #4b798d; }

ul.panels li.lasthit { color: #4b798d; }

ul.panels li h2 {
    border-bottom: 1px solid #F7F7F7;
    color: #8C9392;
    font-family: 'Proxima N W15 Smbd', Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 5px 15px 0;
    padding: 6px 0;
    text-transform: uppercase;
}

ul.panels li div.single {
    font-size: 34px;
    line-height: 20px;
    margin-top: 14px;
}

.monthTotalSymbol {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    padding-right: 2px;
    vertical-align: top;
}

a.btn.btn-setting {
    border: 1px solid white;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 7px;
    min-width: 140px;
    text-decoration: none;
    text-transform: none;
}

.alert-settings {
    border: 2px solid #4b798d;
    color: #4b798d;
    font-size: 17px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 8px 9px 2px #a0a0a0;
}

.settings-caption { margin-bottom: 10px; }


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.form-group { margin-bottom: 8px; }

.form-control:-ms-input-placeholder { color: #aaa; }

.form-control::-webkit-input-placeholder { color: #aaa; }

.previewLabel {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: center;
}

.loading-spinner {
    margin: 8px;
    width: 35px;
}

.loading-spinner-center {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 999;
}

.fileUpload {
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.fileUpload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.profile_photo_img_list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    box-sizing: border-box;
    height: 45px;
    margin-top: 5px;
    object-fit: cover;
    width: 45px;
}

.profile-cell-less-padding {
    padding-left: 8px;
    padding-right: 5px;
}

.profilebox-name {
    color: #5f6078;
    font-family: 'Proxima N W15 Smbd', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.profilebox-web {
    color: #43b1a9;
    font-family: 'Proxima N W15 Smbd', Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.list_name {
    color: #5f6078;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.list-info { color: #8899a6; }

.list-info-2 { color: #a2a9ad; }

.list-info-3 {
    color: grey;
    font-family: 'Proxima N W15 Smbd', Helvetica, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    white-space: nowrap;
}

.profile_photo_img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    box-sizing: border-box;
    height: 142px;
    object-fit: cover;
    width: 142px;
}

.small-profile-image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    box-sizing: border-box;
    height: 54px;
    margin: 2px;
    object-fit: cover;
    width: 54px;
}

.landing-page-profile-image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*margin-top: -22px;*/
    /*border: 2px solid #43b1a9;*/
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #5f6078;
    box-sizing: border-box;
    height: 120px;
    object-fit: cover;
    width: 120px;
    margin: 5px 0 10px 0;
}

landing-progress-label {
    font-size: 16px;
    margin-bottom: 5px;
}

.landing-label {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 4px;
}

.redbg { background-color: #c7788c; }

.greenbg { background-color: #43b1a9; }

.greyText { color: #999; }

.qty-updown {
    background-color: transparent;
    border-bottom: 1px solid #43b1a9;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #43b1a9;
    font-size: 24px;
    margin: 10px 4px;
    max-width: 115px;
    outline: none;
}


.profile-pic { margin-top: 10px; }

.buy-updown {
    background-color: white;
    font-size: 16px;
    height: 36px;
    padding: 3px;
    width: 80px;
    color: #6a90a1;
    margin-right:3px;
}

.landing-qtytotal {
    color: #5f6078;
    font-size: 16px;
    padding: 5px;
}

.buy-header-link:active { color: white; }

.message-from-label { color: #43b1a9; }

.pp-partner {
    color: #b5b5b6;
    font-size: 15px;
}

.profile-name {
    font-size: 40px;
    margin-bottom: 5px;
}

.actionicon {
    color: #4b798d;
    min-width: 14px;
}

.profile-bio {
    font-size: 18px;
    padding: 20px;
}

.alert-profile {
    background-color: #43b1a9;
    border-radius: 0px;
    color: white;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    padding: 10px;
}

blockquote { font-size: 14px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 5px solid rgba(67, 177, 169, 0.3);
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sweet-alert button.cancel { background-color: #c9dae1 !important; }

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: rgb(67, 177, 169);
    border-radius: 2px;
    display: block;
    height: 6px;
    position: absolute;
    z-index: 2;
}

.sweet-alert p {
    color: #797979;
    font-family: "Lato";
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    position: relative;
    text-align: center;
    text-align: inherit;
}

.sweet-alert button {
    background-color: rgb(67, 177, 169) !important;
    color: white;
}

.sweet-alert button:hover {
    background-color: rgba(67, 177, 169, .5) !important;
    color: white;
}

.buttonactions-div {
    font-size: 12pt;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-top: 2px;
}

.buttonaction {
    color: #4b798d;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    margin-left: 1px;
    padding: 4px;
}

.buttonlabel {
    font-size: 18px;
    padding: 6px;
}

.aboutme-img img {
    border: 1px solid gray !important;
    border-radius: 50%;
}

.stranger-minitron {
    background: linear-gradient(45deg, #ff5f5f 37%, #f18f8f 100%);
    /*background-image: url("https://kofi.blob.core.windows.net/cdn/hero2.jpeg?v=2");*/
    background-size: 100%;
}

.claim-minitron {
    background: linear-gradient(45deg, rgba(43, 62, 82, 0.89) 37%, #6e92a3 100%);
    /*background-image: url("https://kofi.blob.core.windows.net/cdn/hero2.jpeg?v=2");*/
    background-size: 100%;
}

.create-container { min-width: 320px; }

.landing-body { font-size: 18px; }

/* columns of same height styles */

.row-full-height { height: 100%; }

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

.margin-minus-15 { margin-top: -25px; }

@media (min-width: 200px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }

    .jumbotron { background-size: 100% 800px; }

    .jumbotron p { font-size: 18px; }
}

.tiles-wrap li {
    border: none;
    box-shadow: none;
}

.tiles-wrap p {
    color: #444c57;
    font-weight: 600;
    margin-top:8px;
}

.tiles-wrap img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.gallery-padding-container { padding: 8px; }

.gallery-item {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 3px rgb(215, 215, 215);
    height: 200px;
}

.gallery-item-thumb {
    float: left;
    margin-left: -10px;
    margin-top: -7px;
    margin-right:2px;
}

.gallery-profile-img {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    width: 40px;
    padding:4px;
}

.gallery-item img {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%;
}

@media all and (max-width: 600px) {
    p.lead { font-size: 22px; }

    p.sub-lead { font-size: 18px; }
}



@media (min-width: 500px) {
    .stranger-minitron {
        background: linear-gradient(45deg, #ff5f5f 37%, #f18f8f 100%);
        /*background-image: url("https://kofi.blob.core.windows.net/cdn/hero2.jpeg?v=2");*/
        background-size: 100%;
    }

    

    .jumbotron p { font-size: 24px; }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }

    .jumbotron { background-size: 100%; }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 768px) {
    .container { width: 100%; }

    .navbar-right { margin-right: 0px; }
}

.checkbox {
    /*height: 22px;
    width: 22px;*/
}

span.readable-email {
    color: black;
    font-size: 17px;
    font-weight: 600;
    Letter-spacing: 0.3px;
}

span.popularTag { margin: 6px; }

.label-tag {
    border: solid 1px rgba(75, 121, 141, 0.73);
    border-radius: 9px;
    color: #4b798d;
    display: inline;
    font-family: 'Open Smans', 'Helmvetica Neue', 'Lato', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 27px;
    margin: 3px 4px 3px 0px;
    /* font-weight: 600; */
    padding: 2px 7px;
    text-align: center;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
}

span.label-tag:hover { box-shadow: 1px 2px 2px #929eaa; }

.field-validation-error {
    color: #ff5f5f;
    font-weight: 400;
}

.dropzone {
    background: white;
    border: 2px dashed rgba(255, 95, 95, 0.7);
    margin-top: 8px;
    min-height: 140px;
    padding: 20px 20px;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    max-width: 235px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 2px;
    overflow: initial;
}

.photo-button {
    background: transparent;
    color: #4b7a8e;
    font-size: 20px;
    margin-left: 3px;
    margin-top: 10px;
}

.photo-button:hover { color: #aaa; }

.postUpdateTextBoxContainer {
    background: #fff;
    height: initial;
}

.gallery-item-container {
    background-color: #131313;
    border-radius: 8px;
    box-sizing: border-box;
    display: table;
    height: 100%;
    margin-top: -50px;
    padding: 10px; /*set left/right padding according to needs*/
    width: 100%;
}

.badge-new {
    background-color: rgba(255, 95, 95, 0.69);
    border-radius: 5px;
}

.gallery-item-modal-container { padding: 10px; }

.modal-open { 
    overflow: hidden !important; 
    position:fixed;
    width:100%;
}

.gallery-item-row {
    display: table-row;
    height: 100%;
}

.gallery-item-row .no-float {
    display: table-cell;
    float: none;
}

.gallery-view-description {
    color: white;
    font-size: 15px;
}

.gallery-view-displayname {
    color: white;
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px;
}

.gallery-view-username {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.galleryItem-footer 
{
    margin-top:5px;
    margin-bottom:5px;
}

.gallery-view-link {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px;
    min-width: 218px;
    outline: none;
}

.gallery-view-link :focus { outline: none; }

button#postUpdateButton {
    background: #4b7a8e;
    color: whitesmoke;
    padding: 9px 10px;
}

.material-switch > input[type="checkbox"] { display: none; }

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    border-radius: 8px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    content: '';
    height: 16px;
    margin-top: -8px;
    opacity: 0.3;
    position: absolute;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.panel-default > .panel-heading {
    background-color: #4b798d;
    border-color: #4b798d;
    color: #fff;
    font-size: 16px;
    text-transform: none;
}

.list-group-item { border: 1px solid rgba(75, 121, 141, 0.18); }

.panel-default { border: 1px solid rgba(75, 121, 141, 0.18); }

.mtmb-xs {
    margin-bottom: 5px;
    margin-top: 5px;
}

.mt-xs {
    
    margin-top: 5px;
}

.mb-xs {
    margin-bottom: 5px;
}



.mtmb-md {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mtmb-lg {
    margin-bottom: 15px;
    margin-top: 15px;
}

.ml { margin-left: 10px; }



.tabs { position: relative; }

.tab { }

    .tab label {
        color: #6990a1;
        cursor: pointer;
        font-weight: 600;
        left: 1px;
        font-size: 19px;
        margin-bottom: 5px;
        margin-left: -1px;
        padding: 4px 9px;
        position: relative;
    }

.tab label:hover { color: #ff5f5f; }

.tab [type=radio] { display: none; }

.tabs {
    background: white;
    position: relative;
    padding-top: 3px;
    margin-left: 30px;
    margin-right: 30px;

    margin-bottom: 10px;
    border-bottom: 1px solid #d3d1d1;
}


[type=radio]:checked ~ label {
    background: white;
    border-bottom: 3px solid #ff5f5f;
    color: #ff5f5f;
    font-weight: 600;
    z-index: 2;
}

[type=radio]:checked ~ label ~ .content { z-index: 1; }

/*google forms*/
.freebirdFormviewerViewFormBanner.freebirdHeaderMast {
    background: transparent;
    height: 135px;
}

.freebirdAccentBackground {
    background-color: rgb(255, 95, 95);
    color: rgba(0, 0, 0, 1);
}


.share-panel {
    background: #fff3;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px 15px 15px;
    margin-top:20px;
}

    .share-panel > h2 {
        color: white;
    }



.tumblr-share-container {
    display: inline-block;
    height: 24px;
    background-color: #36465d;
    line-height: 36px;
    bottom: 2px;
    border-radius: 3px;
    vertical-align: top;
    padding-bottom: 27px;
    padding-left: 3px;
    padding-right: 3px;
}

