html,
body {
    height: 100%;
    color: rgba(64, 82, 113, 1) !important;
}

.main_wallet {
    border: 1px solid;
    padding: 9px;
}

.add_wallet_btn {
    border: 2px solid #e9e9e9;
    padding: 11px;
    color: white;
    float: right;
    background: #43597a;
}


/*******************
 * Reset style
 * *****************
 */

h4.margin-top-zero.footerheading {
    font-weight: bold !important;
    text-transform: capitalize;
    font-size: 16px;
}

a#paginator {
    background: white;
    color: black;
    margin: 30px;
}

.company_titel {
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 30px;
    font-size: 27px;
}

.col-xs-12.loadMoreSpin {
    text-align: center;
}

.carousel-indicators li {
    border: 1px solid #607D8B !important;
}

li {
    list-style: none;
}

input,
button,
textarea {
    outline: none;
    border: none;
}

a,
a:focus,
a:active,
select,
button,
button:active,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input {
    outline: none;
}

textarea {
    resize: vertical;
    box-shadow: none !important;
}

iframe {
    border: 0;
    outline: 0;
    width: 100% !important;
}

label:not(.login-field-icon) {
    line-height: normal !important;
    color: #333;
    /*font-weight: bold !important;*/
}

label.error {
    text-transform: capitalize !important;
    color: red !important;
}

.lang_btn_normal {
    width: 100%;
    margin: 0px 6px 24px -49px;
    background: no-repeat;
    border-bottom: 2px solid #e9e9e9;
    padding: 2px 10px 4px 0px;
}

.lang_btn_active {
    width: 100%;
    margin: 0px 6px 24px -49px;
    background: no-repeat;
    padding: 2px 10px 4px 0px;
    border-bottom: 3px solid #405271 !important;
}

.text56 {
    height: 160px;
    width: 50%;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14pt;
    color: rgba(249, 250, 252, 1);
}

.fundraise-btn_new {
    margin-top: 75px;
    color: #fff;
    font-weight: 800;
    font-size: 25pt;
    font-family: Montserrat;
    line-height: 50px;
    font-weight: 400;
}

select {
    /*border: 2px solid #E6E6E6 !important;
    background: transparent;
    color: #5A5A5A;*/
    width: 100%;
    padding: 6px 5px 6px 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: normal !important;
    color: #5A5A5A;
    border: 2px solid #E6E6E6;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url('../img/arrow.png') !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0.01px;
    text-overflow: '';
}

input[type='file'] {
    /*opacity: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*min-width: 100%;*/
    /*!*min-height: 100%;*!*/
    /*outline: none;*/
    /*cursor: inherit;*/
    /*font-size: 100px;*/
}

::selection {
    background-color: #405271;
    color: white;
}

::moz-selection {
    background-color: #405271;
    color: white;
}

::webkit-selection {
    background-color: #405271;
    color: white;
}


/******************************
 * Miscellaneous Utilities
 * ***************************
 */

body a {
    color: #405271;
}

.color-default {
    color: #405271;
}

a:hover,
a:focus {
    color: #405271;
    text-decoration: underline;
}

.displayBlock {
    display: block !important;
}

.display-none {
    display: none;
}

.font-default {
    font-family: 'Brandon Text';
}

.strongSpan {
    font-weight: bold;
}

.col-pb {
    margin-bottom: 25px;
}

.mg-bottom-xs {
    margin-bottom: 5px;
}

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

.pos-relative {
    position: relative;
}

.sm-font {
    font-weight: normal;
}

.sm-date {
    color: #2b80c1;
}

.border-group {
    border: none;
    border-radius: 0 !important;
}

.bg-color-none {
    background-color: transparent;
}

.li-group {
    border-bottom: 1px solid #DDD;
}

.li-group-msg {
    border-bottom: 1px solid #CFCFCF;
}

.li-group:last-child,
.li-group-msg:last-child {
    border-bottom: none;
}

.text-col {
    margin-bottom: 5px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 17px;
}

.topbar>li.dropdown .open>a {
    color: #FFF;
}

.topbar>li>a {
    font-size: 16px !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.notify {
    z-index: 10;
    top: 5px;
    right: 10px;
    position: absolute;
    padding: 3px 6px 3px 6px;
    background: #F00;
    color: #FFF;
    line-height: normal;
    font-weight: bold;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border-bottom: 1px solid #DADADA;
    font-size: 11px;
}

#noti_msg,
#noti_connect {
    display: none;
}

.border-stats {
    /*   border: 1px solid #DADADA; */
    border-right-width: 0;
}

.border-stats:first-child {
    border-left-width: 0;
}

a.heading-link {
    background-color: #f5f6f8;
}

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

.row-margin-20 {
    margin-bottom: 20px;
}

.btn-border {
    border: 1px solid #DDD !important;
    margin-bottom: 5px;
}

.btn-border.btn-info {
    border-color: #3498db !important;
}

.btn-border.btn-success {
    border-color: #00AF4A !important;
}

.title-dropdown {
    display: none;
    font-weight: normal;
    font-size: 12px;
}

i.dropdown-ic {
    display: none;
}

.btn-default.btn-df:hover,
.btn-default.btn-df:focus,
.btn-default.btn-df:active,
.btn-default.btn-border:hover,
.btn-default.btn-border:focus,
.btn-default.btn-border:active {
    color: #333 !important;
}

.size-icon {
    font-size: 9px;
    vertical-align: text-top;
}

.size-icon-popover {
    font-size: 7px;
    vertical-align: text-top;
}

.border-image-profile {
    border: 4px solid rgba(255, 255, 255, 0.3);
}

i.verified {
    color: #5890FF;
    font-size: 20px;
    text-shadow: none;
    background: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 1px 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .8);
}

i.verified-min {
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.myicon-right {
    margin-right: 4px;
}

.more-button {
    font-size: 5px !important;
}

.size-chevron {
    font-size: 11px;
}

.btn-group.button-group-status>button {
    border: none !important;
    color: #333;
}

.btn-group.button-group-status>button.btn-link:hover,
.btn-group.button-group-status>button.btn-link:focus {
    color: #1A75BC;
    text-decoration: none;
    background-color: transparent;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.padding-sm {
    padding: 0 0 15px 0;
}

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

.padding-left-group {
    padding-left: 10px;
}

.min-height-bd {
    min-height: 250px;
}

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

.margin-tp {
    margin-top: 5px;
}

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

.margin-lft5 {
    margin-left: 5px;
}


/*.navbar-form > .form-group > input.form-control {
    padding-right: 33px !important;
}*/


/*******************
 * Background none
 * *****************
 */

.bg-none {
    background: none !important;
}


/*******************
 * Border none
 * *****************
 */

.border-none {
    border: none !important;
}


/*******************
 * Margin Zero
 * *****************
 */

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

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-right-zero {
    margin-right: 0 !important;
}

.margin-left-zero {
    margin-left: 0 !important;
}


/*******************
 * Padding Zero
 * *****************
 */

.padding-zero {
    padding: 0 !important;
}

.padding-right-zero {
    padding-right: 0 !important;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.padding-bottom-zero {
    padding-bottom: 0 !important;
}

.padding-top-zero {
    padding-top: 0 !important;
}


/*******************
 * Margin Default
 * *****************
 */

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}


/* Bottom */

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

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

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}


/*******************
 * Padding Default
 * *****************
 */

.padding-top-10 {
    padding-top: 10px !important;
}

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

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

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


/***************************
 * Background
 * *************************
 */

body {
    font-family: 'Brandon Text';
    background-color: #FFF;
}


/***************************
 * Background Error
 * *************************
 */

body#bg-error {
    background: url('../img/bg-error.html') center center #282828 fixed;
    background-size: cover;
}


/***************************
 * Menu top
 * *************************
 */

.menu-top {
    font-size: 12px;
}

.navbar-inverse .navbar-nav>.open>a.menu-top {
    background: none !important;
}

.navbar-inverse .navbar-nav>li>a.menu-top:hover,
.navbar-inverse .navbar-nav>li>a.menu-top:focus {
    color: #ffffff;
    background-color: #405271;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret-menu-top {
    border-top-color: #000;
    border-bottom-color: #000;
}

ul.dropdown-menu>li.active>a {
    color: #FFF !important;
}


/***************************
 * Menu home
 * *************************
 */

.menu-home-dropdown li {
    width: 50%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-home-dropdown li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}

.menu-home-dropdown-user li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-home-dropdown-user li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}


/***************************
 * Dropdown options
 * *************************
 */

.dropdown-home {
    width: 270px;
}

.dropdown-user {
    width: 320px;
}

.dropdown-settings,
.dropdown-nav-session,
.nav-session {
    width: 180px;
}

.label-terms {
    color: #000;
    font-weight: normal;
    font-size: 13px;
}


/***************************
 *  Checked Icon
 * *************************
 */

#checkedIcon {
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}


/***************************
 *  Facebook login
 * *************************
 */

.facebook-login {
    margin: 10px 0 10px;
}

.facebook-login>a.fb-button {
    background-color: #3b5998;
}


/***************************
 *  Arrow dropdown user
 * *************************
 */

.dropdown-menu.arrow-up-user:before {
    position: absolute;
    top: -10px;
    right: 13px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    content: '';
}

.dropdown-menu.arrow-up-user:after {
    position: absolute;
    top: -8px;
    right: 13px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    content: '';
}


/***************************
 * Arrow dropdown top
 * *************************
 */

.dropdown-menu.arrow-top:before {
    position: absolute;
    top: 67px;
    right: 64px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    border-left: 10px solid transparent;
    content: '';
}

.dropdown-menu.arrow-top:after {
    position: absolute;
    top: 66px;
    right: 64px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    content: '';
}


/***************************
 * Dropdown Settings
 * *************************
 */

.dropdown-settings {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.dropdown-nav-session {
    border: 1px solid #2A2A2A !important;
    background-color: #2A2A2A !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.li-group-nav {
    border-bottom: 1px solid #2C2C2C;
}

.image-dropdown {
    width: 48px;
    height: 48px;
}


/***************************
 * Button Search
 * *************************
 */

#buttonSearch,
#buttonSearch-2 {
    color: #DDD;
    width: 35px;
    background: none;
    height: 44px;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    outline: none;
}

#buttonSearch:hover,
#buttonSearch-2:hover {
    color: #2b80c1;
}


/***************************
 * Index Header
 * *************************
 */

.index-header {
    /*padding-top: 140px !important;*/
    /*  background: url('../img/header.jpg') no-repeat center center #D1D1D1; */
    background-size: cover;
    position: relative;
}


/***************************
 * Static Header
 * *************************
 */

.static-header {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: url('../img/header.jpg') no-repeat center center #D1D1D1;
    background-size: cover;
    position: relative;
}

.static-header h1 {
    color: #FFF;
    font-size: 35px;
    text-shadow: 0 2px 4px #000;
}

.link-home,
.static-header small {
    color: #FFF;
    font-size: 15px;
}

.link-small {
    color: #333;
    font-size: 15px;
    font-weight: normal;
}


/***************************
 * Static Header PROFILE
 * *************************
 */

.static-header-profile {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-size: cover;
    position: relative;
}

.static-header-profile h1,
.static-header-profile a.linkUser,
.static-header-profile a.linkUser:hover,
.static-header-profile a.linkUser:active,
.static-header-profile a.linkUser:focus {
    color: #000;
    font-family: "Kaushan Script", cursive;
    font-weight: bold;
    margin-top: 20px !important;
    overflow: visible;
    text-overflow: inherit;
    text-shadow: 0 3px #000;
    white-space: normal;
    font-size: 25px;
    text-decoration: none;
}


/***************************
 * Shadow
 * *************************
 */

.shadow {
    width: 100%;
    float: left;
    height: 150px;
    background: url('../img/shadow.html') bottom left repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}


/***************************
 * User Options profile
 * *************************
 */

.user-data {
    padding-top: 165px;
}

.user-data .media-heading {
    color: #FFF;
    font-size: 28px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
    ;
}

.user-data .text-col {
    color: #FFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
    ;
}

.user-data .text-col>small>a {
    font-size: 15px;
    color: #FFF;
}

.user-details {
    padding-top: 25px;
    line-height: normal;
}

.name-user {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/***************************
 * List Grid
 * *************************
 */

.list-grid {
    padding: 0;
    margin-top: 10px;
}

.list-grid>li>a>img {
    width: 32% !important;
    float: left;
    margin: 0 6px 5px 0;
}

.list-grid>li>a>img:hover {
    opacity: .9;
}

ul.list-grid li:nth-child(3n+3)>a>img:not(.photo-thumb) {
    margin-right: 0 !important;
}


/***************************
 * List Grid Photo Galery
 * *************************
 */

.list-grid>li>a>img.photo-thumb {
    width: 19% !important;
    float: left;
    margin: 0 1.2% 1% 0;
}

.list-grid>li>a>img:hover {
    opacity: .9;
}

ul.list-grid li:nth-child(5n+5)>a>img.photo-thumb {
    margin-right: 0 !important;
}


/***************************
 * List Grid User
 * *************************
 */

.list-grid-user {
    padding: 0;
    margin-top: 10px;
}

.list-grid-user>li>a>img {
    width: 22% !important;
    float: left;
    margin: 0 13px 5px 0;
}

.list-grid-user>li>a>img:hover {
    opacity: .9;
}

ul.list-grid-user li:nth-child(4n+4)>a>img {
    margin-right: 0 !important;
}


/***************************
 * List Grid Block
 * *************************
 */

.list-grid-block>li>a {
    display: block;
}

.list-grid-block {
    margin: 0;
    overflow: hidden;
}


/***************************
 * Panel
 * *************************
 */

.title-panel-ms {
    font-size: 18px;
}

.list-group-ms {
    padding: 0 10px 0 0;
    border: 1px solid #DDD !important;
}

.list-panel-df {
    margin-bottom: 5px;
}

.list-panel-df>a {
    font-size: 18px;
    padding: 5px 3px;
}

.grid-panel-title {
    line-height: 20px;
    padding-top: 15px;
    background: #FFF !important;
}

.col-padding-bot {
    padding-bottom: 15px;
}

.text-space-wrap {
    white-space: normal !important;
}

.text-dd-mm {
    text-indent: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #E6E6E6;
    line-height: 25px;
    color: #2b80c1;
}

.text-dd-mm small {
    font-size: 11px;
}

.text-dd-mm:last-child {
    border: none;
}

.margin-top-mv {
    margin-top: 15px;
}

a.font-grid {
    font-size: 20px;
}

.sm-btn-size {
    font-size: 13px !important;
}

.input-search-sm {
    border-right-width: 0 !important;
}

.btn-search-sm {
    line-height: 19px !important;
}

.btn-search-sm:hover {
    border-color: #bdc3c7 !important;
}

.media-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ico-float-right {
    margin-right: 10px;
    width: 16px;
    display: inline-block;
    text-align: center;
}

.user-search {
    color: #1A75BC;
}

.place-search {
    color: #0F8F04;
}

.pages-search {
    color: #F60;
}

a.list-group-item.active-list {
    color: #555;
    text-decoration: none;
    background-color: #fff;
    font-weight: bold;
}

.color-font {
    color: #2b80c1;
}

.links-sm {
    display: block;
}

.links-sm strong {
    color: #333;
}

a:hover.links-sm {
    text-decoration: none;
}

.block-sm {
    display: block;
}

.text-link {
    font-size: 10px;
}


/***************************
 *  Charts
 * *************************
 */

#chart1,
#chart2,
#chart3,
#chart4 {
    height: 250px;
}

svg {
    width: 100% !important;
}


/***************************
 *  Error pages styles
 * *************************
 */

.title-error {
    font-size: 110px;
    color: #f00;
    font-family: 'Kaushan Script', cursive;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
}

.title-error span {
    color: #fff;
    font-size: 80px;
}

.subtitle-error {
    font-size: 20px;
    color: #fff;
}

.icon-error {
    font-size: 170px;
    color: #2b80c1;
}

.currentPage {
    border-radius: 50px;
    background: #0b59ae;
    padding: 10px 15px;
    color: #FFF;
}


/*****************************
 *  Others
 * **************************
 */

.w_text {
    font-family: 'Kaushan Script', cursive;
    color: #FFF;
    text-shadow: 0 3px #000;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    font-weight: bold;
    text-align: center;
    margin-top: 20px !important;
    word-break: break-word;
}

.jumbotron p.subtitle {
    font-size: 22px;
}

.jumbotron p.subtitle-user {
    font-size: 15px;
    word-break: break-word;
}

.border-total {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}

h1 {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title-services {
    font-size: 15px;
}

a.item-link,
a:hover.item-link,
a:active.item-link,
a:focus.item-link {
    color: #333;
}

a:hover.link-user-profile,
a:focus.link-user-profile,
a:active.link-user-profile {
    text-decoration: none;
}

.paginator-style {
    width: 100%;
    text-align: center;
}

.link-footer {
    font-family: 'Brandon Text';
    font-weight: 500 !important;
    font-size: 13px;
    color: #405271;
}

.number-services {
    font-size: 18px;
    color: #333;
}

.btn-like,
.btn-all-ui {
    cursor: pointer;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.34);
}

.title-item {
    font-size: 25px;
}

.none-overflow {
    text-overflow: inherit !important;
    overflow: visible !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.media-designer {
    padding-bottom: 15px;
    border-bottom: 1px solid #CECECE;
}

.col-md-8 div.media-designer:last-child {
    border: none;
}

.ttextarea2 {
    border: 1px solid #e9e9e9;
    padding: 20px;
    margin: 6px;
    width: 100%;
    height: 75px;
}

.list-designer>li {
    color: #2b80c1;
}

.list-designer>li>strong {
    color: #666;
}

a:hover.image-thumb>img {
    opacity: 0.8;
}

.padding-middle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap-error {
    margin-top: 50px;
}

.wrap-ui {
    margin-top: 30px;
    margin-bottom: 15px;
}

.img-avatar-services {
    margin: 0 !important;
    display: inline-block !important;
}

.footer-main {
    width: 100%;
    background-color: #f7f7fa;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.subfooter {
    background-color: #f2f2f5;
    color: #797979;
}

.margin-tp-xs {
    margin-top: 10px;
}

.ico-social {
    font-size: 24px;
    color: #00000096;
}

.col-thumb {
    margin-bottom: 10px;
}

a.no-shadow {
    text-shadow: none;
}

ul.nav-user-profile>li>a,
ul.nav-user-profile-wall>li>a {
    font-size: 12px;
    font-weight: normal !important;
    color: #333;
    border: none !important;
}

ul.nav-user-profile>li>a:not(.toggle-list):hover,
ul.nav-user-profile-wall>li>a:hover,
ul.nav-user-profile>li.active>a,
ul.nav-user-profile-wall>li.active>a,
ul.nav-user-profile-wall>li.active>a:hover,
ul.nav-user-profile>li.active>a:hover {
    background-color: transparent !important;
    box-shadow: inset 0 -4px #F40808;
    border-radius: 0;
    color: #333;
}


/*.nav-user-profile {
    display:table;
    margin:0 auto;
}*/

.counter-sm {
    color: #F40808;
    font-size: 17px !important;
    line-height: 15px;
}

.user-profile-avatar {
    position: absolute;
    bottom: -10px;
    z-index: 100;
    left: 42%;
}

.border-avatar-profile {
    border: 5px solid rgba(255, 255, 255, 0.3);
}

.ui-container-cover {
    max-height: 300px;
    height: 275px;
}

.admin-badge {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-shadow: none;
    background-color: #ff9800;
    vertical-align: middle;
    padding: 2px 5px;
}

.volunteer-badge {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-shadow: none;
    background-color: #01A7B5;
    vertical-align: middle;
    padding: 2px 5px;
}

.panel-user {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bio-user {
    line-height: 22px;
    width: 70%;
    margin: 10px auto;
}

a.btn-join {
    background-color: transparent;
    border: 2px solid #FFF;
    margin-top: 10px;
    text-transform: uppercase;
}

a:hover.btn-join,
a:focus.btn-join,
a:active.btn-join {
    background-color: #F40808;
    border: 2px solid #F40808
}

.no-result {
    color: #777;
    word-wrap: break-word;
}

.color-no-result {
    color: #2b80c1 !important;
}

a.btn-postjob {
    background-color: transparent;
    border: 2px solid #FFF;
}

.nav-p {
    margin-bottom: 20px;
}

.desc-footer {
    width: 50%;
    margin: 10px auto 0;
}

.no-show {
    left: -99999px;
}

button.btn-sort,
a.btn-sort {
    background-color: #F40808;
}

button.btn-sort:hover,
button.btn-sort:focus,
button.btn-sort:active,
a:hover.btn-sort,
a:focus.btn-sort,
a:active.btn-sort {
    background-color: #333;
}

.font-normal {
    font-weight: normal;
}

a.links-ds {
    color: #747474;
}

a:hover.links-ds,
a:focus.links-ds,
a:active.links-ds {
    color: #333;
    text-decoration: none;
}

button.btn-follow {
    background: #5C5C5C;
    color: #FFF;
    padding: 4px 15px;
}

button.btn-settings {
    background: #5C5C5C;
    color: #FFF;
    padding-bottom: 4px;
    padding-top: 4px;
}

button.btn-follow-lg,
a.btn-follow-lg {
    background: transparent;
    color: #FFF !important;
    padding: 7px 30px;
    border: 1px solid #FFF;
    margin: 10px 0;
}

button:hover.btn-follow-lg,
button:focus.btn-follow-lg,
button:active.btn-follow-lg,
a:hover.btn-follow-lg,
a:focus.btn-follow-lg,
a:active.btn-follow-lg {
    background: #F40808;
    color: #000 !important;
    border: 1px solid #F40808;
}

button.btn-more-lg {
    background: transparent;
    color: #FFF;
    padding: 7px 10px;
    border: 1px solid #FFF;
    margin: 10px 0 10px 5px;
}

button:hover.btn-more-lg,
button:focus.btn-more-lg,
button:active.btn-more-lg {
    background: #FFF;
    color: #333;
    border: 1px solid #F8F8F8;
}

button:hover.btn-follow,
button:focus.btn-follow,
button:active.btn-follow {
    background: #3F3F3F;
    color: #000 !important;
}

.btn-pro-xs {
    background-color: #2b80c1 !important;
    line-height: normal;
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 2px;
}

a:hover.btn-pro-xs,
a:focus.btn-pro-xs,
a:active.btn-pro-xs {
    background-color: #F40808 !important;
    line-height: normal;
}

.btn-pro-xs-active {
    background-color: #F40808 !important;
    line-height: normal;
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 2px;
}

.btn-team-xs {
    background-color: #2b80c1 !important;
    line-height: normal;
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 2px;
}

a:hover.btn-team-xs,
a:focus.btn-team-xs,
a:active.btn-team-xs {
    background-color: #01A7B5 !important;
    line-height: normal;
}

.p-author {
    line-height: normal;
}

.user-no-result {
    margin-bottom: 40px;
}

.menu-settings,
.user-list-nav {
    right: -5px !important;
    left: inherit;
}

.dropdown-menu.menu-settings:before {
    position: absolute;
    top: -10px;
    right: 8px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    content: '';
}

.dropdown-menu.menu-settings:after {
    position: absolute;
    top: -8px;
    right: 8px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    content: '';
}


/* user-list-nav */

.dropdown-menu.user-list-nav:before {
    position: absolute;
    top: -10px;
    right: 24px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    content: '';
}

.dropdown-menu.user-list-nav:after {
    position: absolute;
    top: -8px;
    right: 24px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    content: '';
}

.block-div {
    display: inline-flex;
    display: -webkit-flex;
    display: -webkit-inline-flex;
}

.no-result-mg {
    margin-bottom: 20px;
    margin-top: 30px;
}

.login-form {
    background: #edf7ff00 !important;
    border-radius: 18px !important;
    padding: 142px 23px 20px !important;
    position: relative;
    max-width: 350px;
    margin: -120px auto 15px;
    background: #FFF;
    box-shadow: 0 2px #DDD;
    -webkit-box-shadow: 0 2px #DDD;
    -moz-box-shadow: 0 2px #DDD;
}

.login-form label {
    color: #000;
}

.login-form:before {
    content: '';
    height: 0;
    position: absolute;
    left: -12px;
    top: 35px;
    width: 0;
    /* -webkit-transform: rotate(360deg); */
}

body#join-section {
    background: url('../img/bg-join.html') #333 no-repeat fixed;
    background-size: cover;
}

.join-title {
    color: #FFF;
}

.media-jobs {
    overflow: visible;
}

.media-jobs .media-left,
.media-jobs .media-right,
.media-jobs .media-body {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.media-jobs .media-heading {
    font-size: 15px;
}

.job-image {
    position: relative;
    margin-left: -30px;
    width: 64px;
    height: 64px;
}

.hiring {
    font-weight: normal;
}

a.item-jobs:hover,
a.item-jobs:focus,
a.item-jobs:active {
    box-shadow: inset 0 -2px #F40808;
    -webkit-box-shadow: inset 0 -2px #F40808;
}

a.item-jobs:hover h4 strong {
    color: #F40808;
}

.jobs-date {
    position: absolute;
    right: 15px;
    top: 50%;
}

a:hover.recover,
a:focus.recover,
a:active.recover,
.keep-login-title,
.text-form {
    color: #000;
}

.keep-login-title {
    font-weight: normal;
}

.icheck>label {
    padding-left: 0;
}

.shadow-inset {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.count-list-toggle {
    line-height: normal;
    font-weight: bold;
}

.no-following-yet {
    margin: 50px 0;
}

.no-following-yet h2,
.no-following-yet h5 {
    color: #777;
    word-wrap: break-word;
}

.counterBio {
    position: absolute;
    right: 15px;
    bottom: -25px;
    font-size: 14px;
    color: #2b80c1;
}

.warning {
    color: #FF7000;
    font-weight: bold;
}

.exceeded {
    color: #F00;
    font-weight: bold;
}

#bio,
#description {
    resize: vertical;
}

.errors-account {
    margin: 15px 0 0 0;
}

a.mentions {
    color: #F40808;
}

.goTop {
    width: 41px;
    height: 43px;
    margin-right: 20px;
    opacity: 0.7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.goTop:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

a.urls-bio {
    text-decoration: none !important;
    margin-right: 15px;
}

a.urls-custom {
    text-decoration: none !important;
}

.title-h4 {
    margin: 40px 0 20px;
    font-size: 16px;
    color: #333;
}

.logo:hover {
    opacity: 0.8;
}

.follow_active {
    background: #F40808 !important;
    border: 1px solid #F40808 !important;
}

.btnFollowActive {
    background: #00A13F !important;
    border: 1px solid #169302 !important;
}

a.links-ads {
    font-weight: bold;
    margin: 10px 0 0;
    word-break: break-word;
    line-height: normal;
    margin-bottom: 5px;
}

.desc-ads {
    line-height: normal;
    color: #2b80c1;
    word-break: break-word;
}

.media-visible {
    border-bottom: 1px solid #ddd;
    overflow: visible !important;
}

.photo-card {
    margin-left: 10px;
    margin-top: -50px;
}

.cover-wall {
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 95px;
}

.photo-card-live {
    text-align: center;
}

.position-relative {
    position: relative;
}

.labelAvatar,
.label_cover {
    border-radius: 5px;
    height: 128px;
    position: relative;
    width: 128px;
}

.popout {
    cursor: pointer;
    max-width: 880px;
    display: none;
    padding: 10px;
    background: rgba(0, 0, 0, 0.85);
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 3px;
    position: fixed;
    top: 75px;
    z-index: 1100;
    overflow: hidden;
    width: 40.857%;
    text-align: center;
    font-weight: bold;
    left: 29%;
    right: 20%;
}

.popout-error {
    background: rgba(255, 0, 0, 0.9) !important;
}

#loader_gif_1,
#loader_gif_2 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url('../img/preload.html') center center no-repeat #FFF;
    width: 100%;
    height: 100%;
}

.photo-delete {
    width: 100%;
    height: 100%;
    background: url('../img/delete-photo.html') no-repeat center center #F00;
    cursor: pointer;
}


/* Icons Notifications */

.ico-btn-followed {
    color: #058ABB;
}

.ico-btn-like {
    color: #e74c3c;
}

textarea.textarea-text {
    height: 150px;
    resize: vertical;
    background: #F0F0F0 !important;
    border-color: #DBDBDB;
}

textarea.textarea-text:focus {
    background: #FFF !important;
}

.delete-attach-image {
    cursor: pointer !important;
    margin-top: 10px;
}

.delete-attach-file,
.delete-attach-file-2,
.delete-image,
#deleteBtn {
    cursor: pointer !important;
    margin-top: 7px;
}

.delete-attach-image:hover,
.delete-attach-file:hover,
.delete-attach-file-2:hover,
.delete-image:hover,
#deleteBtn:hover {
    color: #F40808;
}

#previewImage {
    margin-right: 5px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .tabs-index,
    .responsive-side {
        display: block !important;
    }
    .show-toogle {
        display: none;
    }
    .profile-user-over {
        margin-top: -100px !important;
        position relative;
    }
    .jumbotron.md {
        padding: 11px 0 10px
    }
    .jumbotron.profileUser {
        padding: 200px 0 25px;
    }
}

.li-title {
    border-bottom: 5px solid #C2C2C2;
    margin-bottom: 25px;
}

.color-strong {
    color: #5C5C5C;
}

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

.noty-media {
    padding: 5px 0;
}

a.tags {
    background: #5C5C5C;
    color: #FFF;
    margin-bottom: 5px;
}

a:hover.tags,
a:focus.tags a:active.tags {
    background: #3F3F3F;
    color: #000 !important;
}

.colorPalette {
    height: 20px;
    width: 16.600%;
    float: left;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAADICAYAAADodcFZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNrtzCEBAAAIAzCa0D/lKQAOOTG7StKfSigUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoVC4RW+EgqFQqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQuBovnqYSKsv8GAAAAABJRU5ErkJggg==);
    */
    background-repeat: repeat-x;
    background-position: 0 50%;
}

.ico-files {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.ico-file-psd {
    background: url('../img/icons-files/psd.html')
}

.ico-file-ai {
    background: url('../img/icons-files/ai.html')
}

.ico-file-eps {
    background: url('../img/icons-files/eps.html')
}

.ico-file-cdr {
    background: url('../img/icons-files/cdr.html')
}

.ico-file-zip {
    background: url('../img/icons-files/zip.html')
}

.ico-file-pdf {
    background: url('../img/icons-files/pdf.html')
}

.ico-file-doc {
    background: url('../img/icons-files/doc.html')
}

.comments-title {
    margin-top: 50px;
}

.media-comments {
    padding-bottom: 15px;
}

textarea.textarea-comments {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px #DDD;
}

.media-body-comments {
    padding: 15px 20px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 2px rgba(0, 0, 0, 0.07);
}

.media-body-comments:before {
    content: "";
    position: absolute;
    left: 42px;
    top: 17px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-right: 10px solid #ffffff;
    border-right-color: #fff;
}

.comments-p {
    line-height: 17px;
    font-size: 14px;
    color: #525252;
    margin: 0;
}

.comments-p a {
    color: #F40808;
}

.small-comment {
    color: #2b80c1;
    margin-right: 5px
}

.active-red {
    color: #F40808 !important;
}

a.list-group-item.unread-msg {
    color: #555;
    text-decoration: none;
    background-color: #DFDFDF;
}

.preview-attach {
    width: 80px;
    height: 70px;
    display: block;
    border-radius: 3px;
}

.border-style {
    margin-bottom: 15px;
}

li.active-list>a,
li.active-list>a:hover,
li.active-list>a:focus,
li.active-list>a:active {
    box-shadow: inset 3px 0 0 #F40808 !important;
    -webkit-box-shadow: inset 3px 0 0 #F40808 !important;
}

.cancel2 {
    text-align: center;
    display: none;
    margin: 0px auto;
    cursor: pointer;
}

.product_detail_image {
    max-height: 400px;
    width: 100%;
}

.heading3 {
    display: inline-block;
    vertical-align: middle;
    color: rgba(36, 30, 18, 1);
    margin-top: 10px;
}

.media-img {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
    height: 50px;
    width: 50px;
    background: transparent url('https://yallagive.com//img/user.svg') 0% 0% no-repeat padding-box;
    background-color: #c6e7f7;
    background-position: center center;
    border-radius: 50%;
}

.ico-no-result {
    color: #777;
    border: 4px solid #CACACA;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    font-size: 60px;
    width: 150px;
    height: 150px;
    display: block;
    line-height: 150px !important;
    margin: 0 auto;
}

.col-right-pd {
    padding-right: 2px;
}

.col-left-pd {
    padding-left: 2px;
}

.btn-padding {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.loader {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url('../img/preload.html') center center no-repeat #FFF;
    width: 100%;
    min-height: 70px;
    display: block;
}

.form-li {
    border-bottom: 1px solid #DDD;
}


/* API STYLES */

h1.title_api {
    margin: 10px 0;
    font-size: 24px;
}

.col-pre {
    padding: 10px 5px;
    background: #fff;
    color: #0088E2;
    margin: 10px 0;
    font-size: 14px;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
}

.col-pre pre {
    text-align: left;
    word-wrap: break-word;
    white-space: pre-line;
    line-height: 18px;
    background: none;
    border: none;
}

.title-stats {
    color: #fff;
}

.morris-hover-point {
    color: #ddd !important;
    font-weight: bold;
}

.imageAdPreview {
    background-position: center center;
    width: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    left;
    height: 100%;
}

.iconCheck {
    color: #0BB380;
}


/* options_toogle */

.notfound_auto {
    text-align: center;
    text-indent: 0;
    display: block;
    padding: 4px 25px;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toogle_search {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin: 0;
}

.toogle_search li {
    line-height: normal;
    width: 100%;
    background: none;
    padding: 0;
    white-space: nowrap;
}

.toogle_search li a {
    text-indent: 0;
    display: block;
    padding: 4px 25px;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toogle_search li a:hover,
.toogle_search li.selected a {
    background: #F40808;
    text-decoration: none;
    color: #000;
}

#boxLogin {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFF;
    width: 300px;
    position: absolute;
    z-index: 25;
    right: -10px;
    top: 45px;
    border: 1px solid #C4C4C4;
    display: none;
}

.boxAutoComplete:before {
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #C4C4C4;
    border-left: 10px solid transparent;
    content: '';
}

.boxAutoComplete:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    content: '';
}

.padding-btn {
    padding: 3px 14px !important;
}

.stats-icon {
    position: absolute;
    bottom: 0;
    left: 30%;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.1);
    text-shadow: none;
}

.text-shadow {
    text-shadow: 0 1px #000;
    ;
}

.hoverTr:hover {
    background-color: #f5f5f5;
}

.upercase {
    text-transform: uppercase;
}


/***************************
 *  Bootstrap Reset
 * *************************
 */

.navbar-inverse {
    background: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-px {
    /*position: fixed;*/
    z-index: 1010;
    width: 100%;
}

.jumbotron_set {
    margin-bottom: 40px;
}


/******* MIN 768  **********/

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 150px 0;
    }
    .searchBar {
        width: 715px;
        margin: 0 auto;
    }
    .jumbotron-bottom {
        padding: 65px 10px;
    }
}

@media screen and (max-width: 991px) {
    .border-stats {
        border: 1px solid #DADADA;
        border-right-width: 0;
        border-left: 0;
        border-bottom: 0;
    }
    .line-login:after {
        width: 0px !important;
    }
    .line-login {
        margin-bottom: 40px;
    }
}


/****** MAX 768 ******/

@media screen and (max-width: 768px) {}


/******* MAX 767 ********/

@media screen and (max-width:767px) {
    .navbar-inverse .navbar-collapse {}
    .profile-user-over {
        margin-top: -55px !important;
        position relative;
    }
    .navbar-inverse .navbar-nav>li>a.log-in,
    .navbar-inverse .navbar-nav>li>a:hover.log-in,
    .navbar-inverse .navbar-nav>li>a:focus.log-in,
    .navbar-inverse .navbar-nav>li>a:active.log-in {
        border: none !important;
        border-radius: 0;
    }
    .jumbotron .container {
        padding-top: 50px;
    }
    .jumbotron-bottom .container {
        padding-top: 0;
    }
    .dropdown-menu.arrow-up:before,
    .dropdown-menu.arrow-up:after {
        display: none !important;
    }
    .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a {
        color: #000 !important;
    }
    .title-dropdown {
        display: inline-block;
        text-transform: uppercase;
    }
    i.dropdown-ic {
        display: inline-block;
    }
}

h1.title-site,
h2.title-site {
    font-family: 'Brandon Text';
    color: #2b80c1;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    font-weight: bold;
    margin-top: 20px !important;
    text-align: center;
}

h2.title-site {
    font-size: 50px;
}

.subtitle-site {
    color: #405271;
    text-align: center;
}

.txt-center {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

#inputSearch {
    padding: 25px 12px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
}

.navbar-inverse .navbar-nav>li>a.log-in,
.navbar-inverse .navbar-nav>li>a:hover.log-in {
    color: #ffff !important;
    background-color: #405271;
    margin: 3px;
}

.navbar-nav>li>a {
    font-size: 14px;
    font-weight: 300;
}

.navbar-inverse .navbar-collapse {
    border-color: #4E4E4E;
    border-width: 1px;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a {
    color: #545454;
    padding: 6px 15px;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:focus,
.dropdown-menu li.active>a {
    color: #ffff !important;
    background-color: #405271;
    padding: 6px;
}

.cherror {
    width: 100%;
    float: left;
    display: none;
    color: red;
}

.selectcounty {
    margin: 5px;
    width: 100% !important;
    display: inline-block !important;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding: 9px;
    padding-left: 40px;
    padding-right: 40px;
    color: rgba(64, 82, 113, 1);
    text-align: left;
    width: 100%;
    border: solid 1px #9498A3;
    border-radius: 5px;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
}

.nextch {
    text-decoration: none;
    ;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
    font-size: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #405271;
    width: 50% !important;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    font-family: 'Montserrat';
    font-size: 25px;
    color: #fff;
    display: block;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu>.divider {
    background-color: #ddd;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffff !important;
    background-color: #405271 !important;
    /*padding: 6px;*/
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.dropdown-menu {
    background-color: #FFF;
    font-size: 12px;
}

.class-Raleway {
    font-family: 'Raleway', Arial, sans-serif;
    color: #111;
}

.custom-rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.title-services {
    text-align: center;
}

.title-services>a {
    font-size: 14px;
    color: #111;
}

.jumbotron-bottom {
    background: url('../img/cover.jpg') no-repeat center center #D1D1D1;
    background-size: cover;
    position: relative;
}

.subtitle-color {
    color: #405271;
}

.jumbotron-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(5,5,5,.6); */
    background: #fff;
    left: 0;
    top: 0;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #405271;
}

.boxSuccess {
    background-color: #405271;
    border-color: #405271;
    color: #fff;
}


/*** BUTTON MAIN **/

.btn-main,
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    color: #000;
    background-color: #405271;
    border-color: #405271;
}

.btn-main:hover {
    opacity: 0.9;
}

.btn-main:active,
.btn-main:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    opacity: 0.9;
}

.line:after {
    content: "";
    position: absolute;
    bottom: -0.3em;
    left: 50%;
    height: 2px;
    width: 30px;
    margin-left: -15px;
    display: block;
    background-color: #405271;
}


/***************************
 *  Arrow dropdown user
 * *************************
 */

.dropdown-menu.arrow-up:before {
    position: absolute;
    top: -10px;
    right: 13px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    content: '';
}

.dropdown-menu.arrow-up:after {
    position: absolute;
    top: -8px;
    right: 13px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: '';
}

.form-control:focus {
    border-color: #405271;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #405271;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #405271;
}

.login-link {
    color: #000;
    display: block;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

.line-login:after {
    content: "";
    position: absolute;
    bottom: 35%;
    right: 0;
    height: 200px;
    width: 2px;
    margin-left: -15px;
    display: block;
    background-color: #405271;
}

.alert-danger {
    color: #FFFFFF;
    background-color: #FF0000;
    border-color: #FF012A;
}

body input {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.form-control-feedback {
    color: #949494;
}


/*** SOCIAL ***/

a.ico-twitter {
    color: #00bae8;
}

a.ico-facebook {
    color: #2c89b6;
}

a.ico-google-plus {
    color: #dd4c39;
}

a.ico-instagram {
    color: #aa7e62;
}

a.ico-linkedin {
    color: #007bb6;
}

.alert-success {
    background-color: #405271;
    border-color: #405271;
    color: #FFF;
}

.btn-success {
    background-color: #405271 !important;
}

button.confirm {
    background-color: #405271 !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.btn-lg {
    padding: 10px 30px;
}

.ico_success_cicle {
    color: #FFF;
    border: 4px solid #FFF;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    font-size: 50px;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px !important;
    margin: 0 auto;
}

.fa-loader {
    color: #405271;
}

.wrap-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

i.cog-loader {
    vertical-align: middle;
    top: 40%;
    position: relative;
    color: #FFF;
    font-size: 90px;
}

i.cog-loader-small {
    vertical-align: middle;
    top: 35%;
    position: relative;
    color: #FFF;
    font-size: 50px;
    left: -20px;
    -webkit-animation-animation: fa-spin 2s infinite reverse linear;
    animation: fa-spin 2s infinite reverse linear;
}

i.up-bottom {
    padding: 10px 13px;
    background: #AEAEAE;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    font-size: 20px;
    opacity: 0.7;
}

i.up-bottom:hover {
    opacity: 1;
}

.session-active-cover {
    padding: 120px 0;
}

.input-dragDrop {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.box-file {
    position: relative;
    overflow: hidden;
}

#titleSite:first-letter {
    /*background-color: #405271 ;*/
}

a.btn-trans {
    background-color: transparent;
    border: 2px solid #FFF;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 9px 20px;
    color: #FFF;
}

a:hover.btn-trans,
a:focus.btn-trans,
a:active.btn-trans {
    background-color: #405271;
    border: 2px solid #405271;
    color: #000;
}

.thumbnail {
    padding: 5px 0;
    border-color: rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.radius-image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.title-campaigns {
    font-size: 16px;
}

.desc-campaigns {
    font-size: 13px;
}

.progress {
    background-color: #eee;
    border: 0 solid #d1d5d6;
    height: 12px;
    margin-bottom: .625rem;
    padding: .0625rem;
    border-radius: 5px;
    width: 100%;
    display: block;
}

.percentage {
    /*background-image: linear-gradient(to left, #7ff73c, #05af82);*/
    background: #405271;
    display: block;
    height: 100%;
    float: left;
    width: 0;
    border-radius: 5px;
}

.stats-campaigns {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.pagination {
    margin: 0 auto !important;
    display: table;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #b6b6b6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 3px 5px;
    border-radius: 3px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #405271;
    border-color: #405271;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #000;
    background-color: #405271;
    border-color: #405271;
}

.avatar-campaign {
    vertical-align: bottom;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #405271;
    border-color: transparent;
}

.alert-fonts {
    font-size: 14px !important;
}

.wrap-center {
    position: relative;
    max-width: 650px;
}

.inlineCounterProfile {
    display: inline-flex;
}

.inlineCounterProfile li {
    margin-right: 15px;
    border-right: 1px solid #DDD;
    padding-right: 15px;
}

.inlineCounterProfile li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
}

button.btn-search {
    background: #FFF;
    border-color: #ccc;
    border-left: none;
    color: #DDD;
}

button.btn-search:hover,
button.btn-search:active,
button.btn-search:focus {
    background: #FFF;
    border-color: #ccc;
    border-left: none;
    color: #ccc;
    opacity: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.input-search {
    border-right: none;
}

.focus-off:focus,
.focus-off:active,
.focus-off:hover {
    border-color: #ccc;
}

.panel-transparent {
    background: transparent;
    border: none;
}

.recent-donation-amount {
    background: transparent;
    color: #405271;
    font-weight: bold;
    font-size: 14px;
}

.update-ico {
    background-color: #405271;
}

a.btn-facebook,
a:hover.btn-facebook,
a:active.btn-facebook,
a:focus.btn-facebook {
    background-color: #3b579d;
    border-color: #3b579d;
    color: #fff;
    margin-bottom: 5px;
}

a.btn-twitter,
a:hover.btn-twitter,
a:active.btn-twitter,
a:focus.btn-twitter {
    background-color: #00aced;
    border-color: #00aced;
    color: #fff;
    margin-bottom: 5px;
}

a.btn-google-plus,
a:hover.btn-google-plus,
a:active.btn-google-plus,
a:focus.btn-google-plus {
    background-color: #fd4639;
    border-color: #fd4639;
    color: #fff;
    margin-bottom: 5px;
}

@-webkit-keyframes _spinn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes _spinn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
}

.spinner:after {
    z-index: 2;
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    -webkit-transition: all .75s ease 0s;
    transition: all .75s ease 0s;
    border-radius: 100%;
    border-right: 4px solid #405271;
    border-top: 4px solid #ddd;
    border-left: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
    -webkit-animation: _spinn .45s infinite linear;
    animation: _spinn .45s infinite linear;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}

.spinnerList {
    height: 45px;
}

.filer-input-dragDrop {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 50px 0;
    color: #8d9499;
    color: #97A1A8;
    cursor: pointer;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
}

.filer-input-dragDrop:hover,
.hoverClass {
    border-color: #868686;
}

.filer.dragged .filer-input-dragDrop {
    border-color: #aaa;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .08);
}

.filer.dragged .filer-input-dragDrop * {
    pointer-events: none;
}

.filer.dragged .filer-input-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filer.dragged .filer-input-text,
.filer.dragged .filer-input-choose-btn {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.filer-input-dragDrop .filer-input-icon {
    font-size: 70px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filer-input-text h3 {
    margin: 0;
    font-size: 18px;
}

.filer-input-text span {
    font-size: 12px;
}

.filer-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.filer-input-choose-btn:hover,
.filer-input-choose-btn:active {
    color: inherit;
}

.filer-input-choose-btn:active {
    background-color: #f5f5f5;
}

.previewPhoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: default;
}

.btn-remove-photo {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #405271;
    border-radius: 4px;
    font-family: Arial, sans-serif;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #405271;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #405271;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #405271;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #405271;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #405271;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #405271;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #405271;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #405271;
}

.cursor-default {
    cursor: default;
}

.addon-dollar {
    background-color: transparent;
    color: #000;
    font-weight: bold;
}

.CodeMirror,
.CodeMirror-scroll {
    min-height: 200px;
}

.modalForm {
    max-width: 450px;
}

.headerModal {
    background-color: #405271;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.headerModal h4,
.headerModal h5 {
    color: #FFF;
}

.active-navbar {
    box-shadow: 0 4px #405271;
    -moz-box-shadow: 0 4px #405271;
    -webkit-box-shadow: 0 4px #405271;
}

.head-home {
    margin-top: -70px;
    background: #FFF;
    border-radius: 6px;
    padding-top: 5px;
}

.header-donation {
    background: #fffee5;
    background-size: cover;
    position: relative;
}

.btn-padding-custom {
    padding: 10px 100px;
}

.displayInline {
    display: inline;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.description {
    color: #5f5e5e;
    word-break: break-all;
}

.description li {
    list-style: inherit;
}

.confirmEmail {
    padding: 12px 10px;
    background: #F00;
    color: #FFF;
}

.wrapper-categories {
    border-top: 1px solid #DDD;
    box-shadow: inset 0 1px 4px #DDD
}


/************ Version 1.3 **************/

.description img {
    max-width: 100% !important;
    height: auto !important;
}


/************ Version 1.4 **************/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #F50;
    border-color: #F50;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    border-radius: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

button.btn-trans {
    background-color: transparent;
    border: 2px solid #FFF;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 9px 20px;
    color: #FFF;
}

button.no-shadow {
    text-shadow: none;
}

button:hover.btn-trans,
button:focus.btn-trans,
button:active.btn-trans {
    background-color: #405271;
    border: 2px solid #405271;
    color: #000;
}


/************ Version 1.5 **************/

.truncate {
    white-space: normal !important;
    overflow: hidden;
    position: relative;
    max-height: 500px;
}

.truncate:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff 75%);
    z-index: 40;
}

.readmoreBtn {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    z-index: 45
}


/************ Version 1.6 **************/

.btn-shadow {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.btn-donate {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.btn-donate-embed {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
}


/************ Version 1.7 **************/

select.form-control,
select.form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

i.featured-icon {
    color: #ff9800;
}

.box-featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 2px 6px;
    background: #ff9800;
    border-radius: 50px;
    color: #FFF;
}

.padding-15 {
    padding: 15px;
}


/************ Version 1.8 **************/

iframe {
    /*max-height: 500px ;*/
}


/************ Version 1.9 **************/

.fb-comments iframe {
    max-height: inherit !important;
}


/************ Version 1.9.1 **************/

.btnLike {
    color: #2b80c1;
}

a:hover.btnLike,
a:focus.btnLike,
a:active.btnLike {
    text-decoration: none;
}


/************ Version 2.0 **************/

.wordBreak {
    word-break: break-word !important;
}

li a:hover {
    color: rgba(64, 82, 113, 1) !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(64, 82, 113, 1) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(64, 82, 113, 1) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(64, 82, 113, 1) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(64, 82, 113, 1) !important;
}

.form-control {
    border-radius: 0px !important;
}

.navbar-toggle {
    background-color: rgba(64, 82, 113, 1);
}

@media (max-width: 720px) {
    .w3-container {
        line-height: 30px !important;
        font-size: 15px !important;
    }
    #homebuttons {
        font-size: 15px !important;
    }
    #ifmobile {
        display: none;
    }
    #changesizeifmobile {
        width: 40% !important;
        margin-left: 0px !important;
    }
}


/* search start  */

a.search-open:hover {
    color: #405271 !important;
}

a.search-open:focus {
    color: #405271 !important;
}

.search-open {
    float: right;
    margin-left: 20px;
}

a.search-open {
    border: 1px solid #405271;
    padding: 8px 12px !important;
    border-radius: 5px;
    font-size: 17px;
}

.search-inline {
    width: 100%;
    left: auto;
    display: flex;
    border: none;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    top: 10%;
    height: 8%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #222;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100% !important;
    width: 100% !important;
    font-family: "Montserrat", sans-serif;
    /*font-weight: 700;*/
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

input[type="checkbox"] {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

input[type="checkbox"]:checked+label span {
    background: url(https://yallagive.com/newcdn/img/checkicon.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

input[type="checkbox"]+label span {
    border: 1px #405271 solid;
    font-size: 13px;
    background-color: #f9fafc !important;
    padding: 10px;
    overflow: visible;
    color: #b8b8b8 !important;
    width: 30px;
    height: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

label:not(.login-field-icon) {
    line-height: normal !important;
    /*font-weight: bold !important;*/
    color: #191919;
    text-transform: uppercase !important;
}

iframe#singleIframe {
    height: 45px !important;
    /* margin-top: 15px !important; */
}

.cmg-image-bg {
    rgba(64,
    82,
    113,
    0.85) !important;
    object-fit: scale-down;
    padding: 0px;
    height: 170px;
    width: 100%;
    display: block;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.payment_box {
    border: 1px solid #829fad;
    margin: 15px 0;
}

button#pay-button {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
    font-size: 15px !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 25px;
    background: #405271;
    margin: 10px auto;
    font-family: 'Montserrat';
    font-size: 25px;
    color: #fff;
    display: block;
}

.margin-btm2 {
    padding: 7px;
}

#Emirates_Nature___WWF_A0_Text_70 {
    padding: 4px;
    font-weight: bold;
    font-size: 14px;
}

#HSBC_Asean__Challenge__UAE_ {
    /*font-weight: bold;*/
    border: 1px solid #e9e9e9a6;
    padding: 6px 0;
    /*text-align: center;*/
    text-transform: capitalize;
    height: 60px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    max-height: 400px;
    object-fit: scale-down;
}

.detail-title {
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 6px;
}

.detail_manse {
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.75);
    /* border: 1px solid #e9e9e9; */
    padding: 5px;
    margin-bottom: 14px;
    background: #66339900;
}
