/* ========================================================================
 * TABLE OF CONTENTS
 * ========================================================================

 * ========================================================================
 * LAYOUT
 * ========================================================================
   01. HEADER
   02. SIDEBAR LEFT & RIGHT
   03. PAGE CONTENT
 * ========================================================================

 * ========================================================================
 * PAGES
 * ========================================================================
   01. SIGN
   02. ERROR
   03. INVOICE
 * ========================================================================

 * ========================================================================
 * COMPONENT
 * ========================================================================
   01. RESET
   02. PANEL
   03. MEDIA MANAGER
   04. PAGINATION
   05. RATING STAR
   06. DROPDOWN
   07. LIST GROUP
   08. FORM
   09. TABLE
   10. BUTTON
   11. MISC
 * ========================================================================

 * ========================================================================
 * PLUGINS
 * ========================================================================
   01. CHOSEN
   02. DROPZONE
   03. JPRELOADER
   04. DATEPICKER
   05. ION SLIDER
 * ======================================================================== */


/* ========================================================================
 * HEADER
 * ======================================================================== */

body.page-sidebar-minimize #header .navbar-minimize>a {
    background-color: #8CC152;
    color: #ffffff;
}

body.page-sidebar-minimize #header .navbar-minimize:hover>a {
    background-color: #f5b22a;
}

#header .navbar-header {
    background-color: #fff;
}






/* ========================================================================
 * SIDEBAR LEFT & RIGHT
 * ======================================================================== */

#sidebar-left.sidebar-box .sidebar-content img,
#sidebar-left.sidebar-rounded .sidebar-content img,
#sidebar-left.sidebar-circle .sidebar-content img {
    border: 2px solid #8CC152;
}

#sidebar-left.sidebar-box .sidebar-menu>li.active>a>.icon i,
#sidebar-left.sidebar-rounded .sidebar-menu>li.active>a>.icon i,
#sidebar-left.sidebar-circle .sidebar-menu>li.active>a>.icon i {
    background-color: #8CC152;
}

#sidebar-left.sidebar-box .sidebar-menu>li>ul>li:hover:after,
#sidebar-left.sidebar-rounded .sidebar-menu>li>ul>li:hover:after,
#sidebar-left.sidebar-circle .sidebar-menu>li>ul>li:hover:after {
    -webkit-box-shadow: 0 0 0 5px #f4a911;
    -moz-box-shadow: 0 0 0 5px #f4a911;
    box-shadow: 0 0 0 5px #f4a911;
}

#sidebar-left .sidebar-menu ul li:hover:after {
    background-color: #8CC152;
}

#sidebar-left .sidebar-menu ul li:hover a:before {
    color: #8CC152;
}

#sidebar-left .sidebar-menu ul li.active:after {
    background-color: #8CC152;
}

#sidebar-left .sidebar-menu ul li.active>ul>li.active a:before {
    color: #8CC152;
}






/* ========================================================================
 * PAGE CONTENT
 * ======================================================================== */

body.page-sidebar-minimize .navbar-minimize,
body.page-sidebar-minimize-auto .navbar-minimize {
    border-right: 1px solid #8CC152 !important;
}

body.page-sidebar-minimize .navbar-minimize a,
body.page-sidebar-minimize-auto .navbar-minimize a {
    background-color: #8CC152;
    border-bottom: 1px solid #8CC152;
}

body.page-sidebar-minimize .navbar-minimize a:hover,
body.page-sidebar-minimize-auto .navbar-minimize a:hover {
    background-color: #f5b22a;
    border-bottom: 1px solid #f5b22a;
}

body.page-sidebar-minimize .navbar-minimize a i,
body.page-sidebar-minimize-auto .navbar-minimize a i {
    color: #ffffff;
}

.navbar-minimize-mobile {
    background-color: #8CC152;
}

.navbar-minimize-mobile:hover {
    background-color: #f5b22a;
}

@media (max-width: 768px) {
    body.page-sidebar-left-show .navbar-minimize-mobile,
    body.page-sidebar-right-show .navbar-minimize-mobile {
        background-color: #f4a911;
    }
    body.page-sidebar-left-show .navbar-minimize-mobile:hover,
    body.page-sidebar-right-show .navbar-minimize-mobile:hover {
        background-color: #f5b22a;
    }
}

.navbar-toolbar .navbar-form input:focus {
    border: 1px solid #8CC152;
}

.navbar-toolbar .navbar-form .btn-focus {
    background-color: #8CC152;
    box-shadow: none;
    border: none;
    color: #ffffff;
}

.navbar-toolbar .navbar-right .dropdown>a:focus>i {
    color: #8CC152;
}






/* ========================================================================
 * SIGN
 * ======================================================================== */

.sign-wrapper a {
    color: #8CC152;
}

.sign-wrapper a:hover,
.sign-wrapper a:focus,
.sign-wrapper a:active {
    color: #f6b93d;
}

.sign-text:before {
    background-color: #f8cd73;
}

.sign-header {
    background-color: #8CC152;
    border-bottom: 10px solid #f4af20;
}

.sign-text span {
    background-color: #8CC152;
}

.sign-text img {
    border: 7px solid #8CC152;
}






/* ========================================================================
 * ERROR
 * ======================================================================== */

.error-wrapper h1 {
    color: #8CC152;
}






/* ========================================================================
 * INVOICE
 * ======================================================================== */

.product-num {
    background-color: #8CC152;
}






/* ========================================================================
 * RESET
 * ======================================================================== */

a {
    color: #8CC152;
}

a:hover,
a:active,
a:focus {
    color: #f4a911;
}

input.no-border-left:focus,
textarea.no-border-left:focus {
    border-top: 1px solid #8CC152 !important;
    border-right: 1px solid #8CC152 !important;
    border-bottom: 1px solid #8CC152 !important;
    border-left: none !important;
}

input.no-border-right:focus,
textarea.no-border-right:focus {
    border-top: 1px solid #8CC152 !important;
    border-none: 1px solid #8CC152 !important;
    border-bottom: 1px solid #8CC152 !important;
    border-right: none !important;
}

input:focus,
textarea:focus {
    border: 1px solid #8CC152 !important;
}






/* ========================================================================
 * PANEL
 * ======================================================================== */

.panel-tab .panel-heading ul li.active a i {
    color: #8CC152;
}

.panel-tab .panel-heading ul li a:hover i {
    color: #8CC152;
}






/* ========================================================================
 * MEDIA MANAGER
 * ======================================================================== */

.media-manager .media-manager-options .filter-type a.active {
    color: #8CC152;
}






/* ========================================================================
 * PAGINATION
 * ======================================================================== */

.pagination>li>a {
    color: #f4a911;
}

.pagination>.active>a,
.pagination>.active>span {
    background-color: #f4a911;
    border: 1px solid #f4a911;
}

.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #8CC152;
    border: 1px solid #8CC152;
}

.pager>li>a {
    color: #f4a911;
}






/* ========================================================================
 * RATING STAR
 * ======================================================================== */

.rating .star:hover:before {
    color: #8CC152;
}

.rating .star.active:before {
    color: #8CC152;
}

.rating .star.active~.star:before {
    color: #8CC152;
}






/* ========================================================================
 * DROPDOWN
 * ======================================================================== */

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li.active a {
    background-color: #8CC152;
}

.dropdown-menu li.active:hover a,
.dropdown-menu li.active:focus a,
.dropdown-menu li.active:active a {
    background-color: #8CC152;
    cursor: default;
}

.dropdown-menu li>a:hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 3px solid #f5b22a;
}






/* ========================================================================
 * LIST GROUP
 * ======================================================================== */

a.list-group-item.active {
    background-color: #8CC152;
    border-color: #8CC152;
}

a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #8CC152;
    border-color: #8CC152;
}






/* ========================================================================
 * FORM
 * ======================================================================== */

.ckbox-theme input[type=checkbox]:checked+label::after {
    border-color: #8CC152;
    background-color: #8CC152;
}

.ckbox-theme input[type=checkbox][disabled]:checked+label::after {
    border-color: #8CC152;
    opacity: .5;
}

.rdio-theme input[type=radio]:checked+label::after {
    border-color: #8CC152;
    background-color: #8CC152;
}

.rdio-theme input[type=radio][disabled]:checked+label::after {
    border-color: #8CC152;
    opacity: .5;
}

.form-control:focus {
    border: 1px solid #8CC152;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-focus {
    border: 1px solid #8CC152;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}






/* ========================================================================
 * TABLE
 * ======================================================================== */

.table-theme thead tr th {
    background-color: #8CC152 !important;
    border-color: #f7c45a #f7c45a #f4af20 !important;
    color: #fff;
}

.table-theme tbody tr td.sorting_1 {
    background: #f9d281 !important;
    color: white;
    border-bottom: 1px solid #fbdea3 !important;
}

.table-theme tfoot tr th {
    background-color: #8CC152 !important;
    border-color: #f4af20 #f7c45a #f7c45a !important;
    color: #fff;
}

.table-theme.table-bordered {
    border: 1px solid #8CC152;
}

.table-theme.table-bordered thead tr th:first-child,
.table-theme.table-bordered tfoot tr th:first-child,
.table-theme.table-bordered thead tr th:last-child,
.table-theme.table-bordered tfoot tr th:last-child {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.table-theme.table-bordered tbody tr td.sorting_1 {
    border-right: 1px solid #fbdea3 !important;
}

.table-theme table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:before {
    color: white;
}

.table-theme table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:before {
    color: white;
}






/* ========================================================================
 * BUTTON
 * ======================================================================== */

.btn-theme {
    background-color: #8CC152;
    border-color: #8CC152;
    color: white;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-theme[disabled],
.btn-theme.disabled {
    background-color: #f5b22a;
    border-color: transparent;
    color: white;
}

.btn-theme.dropdown-toggle.btn-theme {
    background-color: #8CC152;
    border-color: #f5b22a;
    color: white;
}

.btn-theme.btn-alt {
    background-color: #f5b22a;
    border: 1px solid #8CC152;
}

.btn-theme.btn-alt:hover {
    background-color: #f4a911;
}

.btn-theme.btn-stroke {
    border: 1px double #8CC152;
    background-color: transparent;
    color: #999;
}

.btn-theme.btn-stroke:hover {
    background-color: #f5b22a;
    border-color: transparent;
    color: white;
}

.btn-theme.btn-solid {
    border: 1px solid #8CC152;
}

.btn-theme.btn-dashed {
    border: 1px dashed #8CC152;
}

.btn-theme.btn-dotted {
    border: 1px dotted #8CC152;
}

.btn-theme.btn-double {
    border: 4px double #8CC152;
}

.btn-theme.btn-inset {
    border: 4px inset #8CC152;
}

.btn-theme.btn-circle {
    padding-left: 0;
    padding-right: 0;
    width: 34px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.btn-theme.btn-slidedown:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #f4a911;
    z-index: -1;
}

.btn-theme.btn-slidedown:hover,
.btn-theme.btn-slidedown:active {
    color: white;
}

.btn-theme.btn-slidedown:hover:after,
.btn-theme.btn-slidedown:active:after {
    height: 100%;
}

.btn-theme.btn-slideright:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4a911;
    z-index: -1;
}

.btn-theme.btn-slideright:hover,
.btn-theme.btn-slideright:active {
    color: white;
}

.btn-theme.btn-slideright:hover:after,
.btn-theme.btn-slideright:active:after {
    width: 100%;
}

.btn-theme.btn-expand:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background-color: #f4a911;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-theme.btn-expand:hover:after {
    width: 90%;
    opacity: 1;
}

.btn-theme.btn-expand:active:after {
    width: 101%;
    opacity: 1;
}

.btn-theme.btn-rotate {
    overflow: hidden;
}

.btn-theme.btn-rotate:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #f4a911;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-theme.btn-rotate:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-theme.btn-rotate:active:after {
    height: 400%;
    opacity: 1;
}

.btn-theme.btn-open {
    overflow: hidden;
}

.btn-theme.btn-open:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #f4a911;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-theme.btn-open:hover:after {
    height: 75%;
    opacity: 1;
}

.btn-theme.btn-open:active:after {
    height: 130%;
    opacity: 1;
}

.btn-theme.btn-push {
    background: #8CC152;
    box-shadow: 0 6px #f4a911;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-theme.btn-push:hover {
    box-shadow: 0 4px #f4a911;
    top: 2px;
}

.btn-theme.btn-push:active {
    box-shadow: 0 0 #f4a911;
    top: 6px;
}

.btn-theme.btn-pushright {
    background: #8CC152;
    box-shadow: 6px 0 #f4a911;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-theme.btn-pushright:hover {
    box-shadow: 4px 0 #f4a911;
    left: 2px;
}

.btn-theme.btn-pushright:active {
    box-shadow: 0 0 #f4a911;
    left: 6px;
}






/* ========================================================================
 * PANEL
 * ======================================================================== */

.panel-theme .panel-heading {
    background-color: #8CC152;
    border: 1px solid #f6b93d;
    color: white;
}

.panel-theme .panel-heading .option .btn:hover {
    background-color: #f5b22a;
    color: white;
}

.panel-theme .panel-heading .option .btn i {
    color: white;
}

.panel-bg-theme .panel-body {
    background-color: #8CC152;
    color: white;
}

.panel-bg-theme .panel-body .text-muted {
    color: #f2f2f2;
}






/* ========================================================================
 * MISC
 * ======================================================================== */

.img-bordered-theme {
    border: 2px solid #8CC152;
}

.progress-bar-theme {
    background-color: #8CC152;
}

.fg-theme {
    color: #8CC152 !important;
}

.nicescroll-rails div {
    background-color: #8CC152 !important;
}

.sidebar .nicescroll-rails div {
    background-color: #323232 !important;
}

.cal-month-box {
    border-top: 7px solid #f4af20 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cal-row-head [class*="cal-cell1"],
.cal-row-head [class*="cal-cell"] {
    background-color: #8CC152;
    color: #ffffff;
    border-width: 0px 1px 0px !important;
    border-style: solid;
    border-color: #f7c45a #f7c45a #f4af20 !important;
    border-left: none !important;
}

.cal-row-head [class*="cal-cell1"]:hover,
.cal-row-head [class*="cal-cell"]:hover {
    background-color: #8CC152 !important;
}

.cal-row-head [class*="cal-cell1"]:first-child,
.cal-row-head [class*="cal-cell"]:first-child {
    border-width: 0px 1px 0px !important;
    border-style: solid;
    border-color: #f7c45a #f7c45a #f4af20 !important;
}

.cal-row-head [class*="cal-cell1"]:last-child,
.cal-row-head [class*="cal-cell"]:last-child {
    border-right: none !important;
}

#cal-day-panel {
    border-top: 7px solid #f4af20 !important;
    background-color: rgba(255, 255, 255, 0.28);
}

.cal-day-today {
    background-color: #8CC152 !important;
}

.cal-row-head+.cal-day-hour {
    background-color: #f4af20 !important;
    color: #ffffff;
}

.bg-theme {
    background-color: #8CC152 !important;
    border: 1px solid #8CC152;
    color: white;
}

.bg-theme a,
.bg-theme i,
.bg-theme span,
.bg-theme small,
.bg-theme p {
    color: white;
}

.bg-theme .flot-tick-label.tickLabel {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bg-theme .morris-hover-row-label {
    background-color: #f4a911;
}

#back-top:hover {
    background: #8CC152;
    box-shadow: 0 0 0 6px #ffffff;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    background: #8CC152 !important;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
    background: #f4a911 !important;
}






/* ========================================================================
 * CHOSEN
 * ======================================================================== */

.chosen-container .chosen-results li.highlighted {
    background-color: #8CC152 !important;
    background-image: none !important;
}






/* ========================================================================
 * DROPZONE
 * ======================================================================== */

.dz-file-preview .dz-details:before {
    color: #8CC152;
}






/* ========================================================================
 * JPRELOADER
 * ======================================================================== */

#jpreBar {
    background-color: #8CC152;
}






/* ========================================================================
 * DATEPICKER
 * ======================================================================== */

.datepicker table thead tr:first-child {
    background-color: #8CC152;
}

.datepicker table thead tr:last-child {
    background-color: #f4a911;
}

.datepicker table thead tr th {
    background-color: #8CC152;
    border-color: #f5b22a #f5b22a #f4af20;
}

.datepicker table thead tr .prev:hover,
.datepicker table thead tr .switch:hover,
.datepicker table thead tr .next:hover {
    background-color: #f5b22a !important;
}

.datepicker table tbody tr td.active,
.datepicker table tbody tr td.active:hover,
.datepicker table tbody tr td.active:disabled,
.datepicker table tbody tr td.active.disabled:hover {
    background-color: #8CC152;
}

.datepicker table tbody tr td.active.active {
    background-color: #8CC152;
}

.datepicker table tbody tr td.active.active:hover {
    background-color: #f4a911;
}

.datepicker .icon-arrow-left:before {
    font-family: "FontAwesome";
    content: "\f104";
}

.datepicker .icon-arrow-right:before {
    font-family: "FontAwesome";
    content: "\f105";
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #8CC152;
}






/* ========================================================================
 * ION SLIDER
 * ======================================================================== */

.slider-theme .irs-diapason {
    background-color: #f7c45a !important;
}

.slider-theme .irs-slider {
    background-color: #8CC152 !important;
}

.slider-theme #irs-active-slider,
.slider-theme .irs-slider:hover {
    background-color: #8CC152 !important;
}

.slider-theme .irs-from,
.slider-theme .irs-to,
.slider-theme .irs-single {
    background-color: #8CC152 !important;
}

.slider-theme .irs-from:after,
.slider-theme .irs-to:after,
.slider-theme .irs-single:after {
    border-top-color: #8CC152 !important;
}

.slider-theme.circle .irs-slider {
    top: 21px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slider-theme.donut .irs-slider {
    background: #e1e4e9 !important;
    top: 21px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #8CC152;
    margin-left: -3px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
    color: #555 !important;
}

body.page-sidebar-minimize #sidebar-left {
    display: none;
}

body.page-sidebar-minimize #page-content {
    margin-left: 0;
}

.bg-wtheme {
    background-color: #fdc718 !important;
    border: 1px solid #fdc718;
    color: white;
}

.bg-glass {
    background-color: rgb(62, 78, 153);
    padding: 40px 0px;
}

body,
html {
    background-color: #E9EAED;
    background: url(/assets/ccrb/image/section_team.jpg) repeat;
    background-color: #fff;
}

.cloud_bg,
.clouds,
.loginmodal-container {
    background: url(/assets/ccrb/image/section_team.jpg) repeat;
    background-color: #fff;
}

#page-content {
    background: url(/assets/ccrb/image/section_team.jpg) repeat
}

.section_top {
    background-image: url("/assets/ccrb/image/section_team.jpg");
    background-position-y: 768px;
    color: #fff;
    /*  padding: 20px;*/
    font-size: 16px;
    font-weight: 500;
}

html,
body {
    font-family: 'Avenir';
    @extend %font_body;
}

.section_top h2 {
    font-size: 22px;
    font-weight: 900;
}

@media screen and (min-width: 500px) {
    .section_top h2 {
        font-size: -webkit-calc(22px + 8 * (100vw - 500px) / 500);
        font-size: calc(22px + 8 * (100vw - 500px) / 500);
    }
}

@media screen and (min-width: 1000px) {
    .section_top h2 {
        font-size: 30px;
    }
}


.section_top h2.has-line {
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.section_top h2.has-line:before {
    content: '';
    position: absolute;
    display: block;
    max-width: 70px;
    top: -4px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
}

.section_top h2.has-line_center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section_top h2.has-line_left:before {
    left: 0;
}


.section_top h3,
.section_top.flashToken--cards-item {
    font-size: 13px;
    font-weight: 500;
}

@media screen and (min-width: 500px) {
    .section_top h3,
    ..section_topflashToken--cards-item {
        font-size: -webkit-calc(16px + 5 * (100vw - 500px) / 500);
        font-size: calc(16px + 5 * (100vw - 500px) / 500);
    }
}

@media screen and (min-width: 1000px) {
    .section_top h3,
    .section_top.flashToken--cards-item {
        font-size: 13px;
    }
}

.section_top p {
    font-size: 21px;
    color: #fff;
}


.section_top .btn {
    height: 34px;
    min-width: 250px;
    padding: 0 30px;
    border-radius: 50px;
    -webkit-transition: all .22s ease;
    transition: all .22s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.section_top .btn_grey {
    background-color: #3d3d3d;
    color: #fff;
}

.section_top .btn_grey:hover {
    background-color: #242323;
}

.section_top .btn_yellow {
    background-color: #ffc805;
    color: #3d3d3d;
}

.section_top .btn_yellow:hover {
    background-color: #ebb700;
}

.section_top .btn_center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section_top .flashToken {
    padding: 100px 0 80px;
    text-align: center;
}

.section_top .flashToken h3 {
    margin-left: auto;
    margin-right: auto;
}

.section_top .flashToken .section--description h3 {
    margin-top: 40px;
}

.section_top .flashToken--sale {
    max-width: 100% !important;
    margin: 0 auto;
}

.section_top .flashToken--sale .title {
    /*  margin-bottom: 30px;*/
    font-size: 36px;
}

.section_top .flashToken--sale ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section_top .flashToken--sale ul li:not(:last-child) {
    margin-right: 10px;
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--sale ul li:not(:last-child) {
        margin-right: -webkit-calc(10px + 20 * (100vw - 500px) / 700);
        margin-right: calc(10px + 20 * (100vw - 500px) / 700);
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--sale ul li:not(:last-child) {
        margin-right: 30px;
    }
}

.section_top .flashToken--cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section_top .flashToken--cards-item {
    padding-top: 3px;
    font-size: 30px;
    width: 20px;
    height: 30px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #3e4e99;
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #3d3d3d 50%, #242323 50%, #242323 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #242323), to(#2f4191));
    background: linear-gradient(to bottom, #3d3d3d 0%, #3d3d3d 50%, #242323 50%, #242323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#242323', GradientType=0);
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--cards-item {
        padding-top: -webkit-calc(3px + 3 * (100vw - 500px) / 700);
        padding-top: calc(3px + 3 * (100vw - 500px) / 700);
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--cards-item {
        padding-top: 6px;
    }
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--cards-item {
        font-size: -webkit-calc(15px + 20 * (100vw - 500px) / 700);
        font-size: calc(15px + 20 * (100vw - 500px) / 700);
    }
    .pd-token-sale-end {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--cards-item {
        font-size: 32px;
    }
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--cards-item {
        width: -webkit-calc(30px + 20 * (100vw - 500px) / 700);
        width: calc(30px + 20 * (100vw - 500px) / 700);
    }
    .pd-token-sale-end {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--cards-item {
        width: 50px;
    }
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--cards-item {
        height: -webkit-calc(40px + 30 * (100vw - 500px) / 700);
        height: calc(20px + 30 * (100vw - 500px) / 700);
    }
    .pd-token-sale-end {
        padding-left: 0px!important;
    }
    .section_top h2 {
        font-size: 23px!important;
    }
    .section_top .btn {

        min-width: unset !important;
    }
    .shopmineh2 {
        width: 100% !important;
    }
    .shopandmine h2 {
        font-size: 20px !important;
    }
    .shopbg-txt h1 {
        font-size: 35px !important;
    }
    .bg-glass {

        /*  padding-top: 60px !important;*/
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--cards-item {
        height: 40px;
    }
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--cards-item {
        border-radius: -webkit-calc(9px + 6 * (100vw - 500px) / 700);
        border-radius: calc(9px + 6 * (100vw - 500px) / 700);
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--cards-item {
        border-radius: 15px;
    }
}

.section_top .flashToken--cards-item:not(:last-child) {
    margin-right: 4px;
}

@media screen and (min-width: 500px) {
    .section_top .flashToken--cards-item:not(:last-child) {
        margin-right: -webkit-calc(4px + 6 * (100vw - 500px) / 700);
        margin-right: calc(4px + 6 * (100vw - 500px) / 700);
    }
}

@media screen and (min-width: 1200px) {
    .section_top .flashToken--cards-item:not(:last-child) {
        margin-right: 10px;
    }
}

.section_top .flashToken--cards-title {
    text-align: center;
    font-weight: 900;
    width: 100%;
    display: block;
    margin-top: 15px;
}

.section_top .flashToken--graph {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

.section_top .flashToken--stats {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    margin-top: 20px;
}

.section_top .flashToken--stats .half {
    padding: 0 20px;
}

.section_top .flashToken--stats span {
    font-weight: 300;
    margin-bottom: 5px;
}

.section_top .flashToken--stats-value {
    border-width: 4px 0;
    border-style: solid;
    border-color: #e1b423;
    background-color: #ffc805;
    padding: 0px 10px;
}

.section_top .flashToken .btn {
    margin: 10px 0 20px;
}

.section_top .flashToken--description_first {
    margin-top: 10px;
    margin-bottom: 0;
}

.section_top .flashToken--description_first p:first-child {
    margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
    .section_top .flashToken .wrapper {
        width: 100%;
    }
}

.account {
    background-position: top right;
}

.account .wrapper {
    text-align: center;
}



.account--navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    overflow: hidden;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    padding: 0;
}


.dropdown-ccrb {
    position: relative;
    display: inline-block;
}

.dropdown-ccrb-content {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #f9f9f9;

    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-ccrb-content a {
    color: #000 !important;
}

.dropdown-ccrb:hover .dropdown-ccrb-content {
    display: block;
}

.account--navigation li {
    width: 25%;
    position: relative;
    -webkit-transition: all .22s ease;
    transition: all .22s ease;
    background-color: #3d3d3d;
}

.account--navigation li:not(:last-child) {
    margin-right: 3px;
}

.account--navigation li:hover,
.account--navigation li.active {
    background-color: #ffc805;
}

.account--navigation li button,
.account--navigation li a {
    width: 100%;
    height: 50px;
    outline: none;
    background-color: transparent;
    border-style: none;
    color: inherit;
    padding: 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.account--members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 30px;
    margin: 0 auto 30px;
}

.account--members li {
    width: 140px;
    min-width: 15%;
    padding: 10px;
}

.account--members li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.account--members li strong,
.account--members li span {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.account--members li span {
    text-shadow: none;
    font-weight: 300;
    color: #ffc805;
}

.account .meet-us {
    width: 100%;
    padding: 50px 0;
    display: none;
}

.account .meet-us .btn {
    margin-top: 20px;
}

.inner-all {
    color: #000;
}


@media screen and (max-width: 800px) {
    .account .wrapper {
        width: 100%;
        padding: 0 5px;
    }
    .account--navigation {
        height: auto;
    }
}

#buy-ccrb,
.section_top #buy-ccrb p {
    color: #373737;
}

.section_top #buy-ccrb .alert-info p {
    color: #31708f;
}

.section_top #buy-ccrb .alert-success p {
    color: #3c763d;
}

.how-to-buy p,
.coinpayments-info p {
    font-size: 12px;
}

#how-to-buy-info,
.coinpayments-info {
    padding: 5px 15px 0;
}

.font-weight-bold {
    font-weight: bold;
    color: #274C07;
}

.coinpayments-img {
    max-height: 44px;
}

.section_top .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.modal-title {
    font-size: 18px;
    font-weight: 700;
}

#buy-ccrb .modal-content {
    background-image: url(/assets/ccrb/image/section_team.jpg);
}

@media screen and (max-width: 480px) {
    body.page-header-fixed #header .header-right,
    .header-left,
    .navbar-notification {
        display: none;
    }
}

#header .navbar-minimize-mobile {
    display: none;
}



/*   David Theme modifications       */

.flashToken-top-width {
    max-width: 100% !important;
}



.flashToken--sale {
    max-width: 100% !important;
}

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

.pdb-30 {
    padding-bottom: 30px;
}

.pdt-18 {
    padding-top: 18px;
}

.pd-0 {
    padding: 0px;
}

.mg-0 {
    margin: 0px;
}

.flashToken-ul {
    /*  float: right;*/
    margin: 0px;
    padding: 0px;
    padding: 5px 0px;
}

.pd-token-sale-end {
    padding-left: 50px;
    margin: 0px !important;
    padding-top: 15px;
}

.bg-ccrb-yellow {
    background-color: #deaf28;
}

.bg-ccrb-brown {
    background-color: #deaf28;
}

.btn-yellow {
    background-color: #ffc805;
    color: #3d3d3d;
}




/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .footer-btn-buy {
        margin: 10px 25% !important;
    }
    .justify-content-center {
        justify-content: center!important;
        margin-top: 0px;
        padding-bottom: 40px;
        font-size: 12px;
    }
}

.flash-token-full-sale {
  background-color: #176e79 !important;
}
