﻿
/* ============================================================
   COLORS
============================================================ */

.color-green{color:#2c9779 !important;}
.color-gold{color:#ddc103!important;}

.color-white{color:#fff !important;}
.color-black{color:#0a0a0a !important;}
.color-gray{color:#292929 !important;}
.color-gray90{color:#3e3e3e !important;}
.color-gray80{color:#545454 !important;}
.color-gray70{color:#696969 !important;}
.color-gray60{color:#7f7f7f !important;}
.color-gray50{color:#949494 !important;}
.color-gray40{color:#a9a9a9 !important;}
.color-gray30{color:#bebebe !important;}
.color-gray20{color:#d4d4d4 !important;}
.color-gray10{color:#e9e9e9 !important;}
.color-gray5{color:#f7f7f7 !important;}
.color-gray2{color:#fbfbfb !important;}


/* ============================================================
   BACKGROUND'S
============================================================ */


.db-green:before,.bg-green,.btn-green{background:#2c9779 !important;}
.db-gold:before,.bg-gold,.btn-gold{background:#ddc103!important;}


.db-white:before,.bg-white,.btn-white{background:#fff !important;}
.db-black:before,.bg-black,.btn-black{background:#0a0a0a !important;}
.db-gray:before,.bg-gray,.btn-gray{background:#292929 !important;}
.db-gray90:before,.bg-gray90,.btn-gray90{background:#3e3e3e !important;}
.db-gray80:before,.bg-gray80,.btn-gray80{background:#545454 !important;}
.db-gray70:before,.bg-gray70,.btn-gray70{background:#696969 !important;}
.db-gray60:before,.bg-gray60,.btn-gray60{background:#7f7f7f !important;}
.db-gray50:before,.bg-gray50,.btn-gray50{background:#949494 !important;}
.db-gray40:before,.bg-gray40,.btn-gray40{background:#a9a9a9 !important;}
.db-gray30:before,.bg-gray30,.btn-gray30{background:#bebebe !important;}
.db-gray20:before,.bg-gray20,.btn-gray20{background:#d4d4d4 !important;}
.db-gray10:before,.bg-gray10,.btn-gray10{background:#e9e9e9 !important;}
.db-gray5:before,.bg-gray5,.btn-gray5{background:#f7f7f7 !important;}
.db-gray2:before,.bg-gray2,.btn-gray2{background:#fbfbfb !important;}


.bg-dark {
	background: #123e32!important;
}



.bg-green-footer{background:#dee3e5 !important;}

.bg-transparent{background:transparent!important;}


.bg-green .arrow-bottom:after {border-top-color: #2c9779 !important;}
.bg-green .arrow-top:after{border-bottom-color: #2c9779 !important;}

.bg-gold .arrow-bottom:after {border-top-color: #ddc103 !important;}
.bg-gold .arrow-top:after{border-bottom-color: #ddc103 !important;}



/* ============================================================
   BORDERS
============================================================ */

.border-green{border-color:#2c9779 !important;}
.border-gold{border-color:#ddc103!important;}

.border-white{border-color:#fff !important;}
.border-black{border-color:#0a0a0a !important;}
.border-gray{border-color:#292929! important;}
.border-gray90{border-color:#3e3e3e !important;}
.border-gray80{border-color:#545454 !important;}
.border-gray70{border-color:#696969 !important;}
.border-gray60{border-color:#7f7f7f !important;}
.border-gray50{border-color:#949494 !important;}
.border-gray40{border-color:#a9a9a9 !important;}
.border-gray30{border-color:#bebebe !important;}
.border-gray20{border-color:#d4d4d4 !important;}
.border-gray10{border-color:#e9e9e9 !important;}
.border-gray5{border-color:#f7f7f7 !important;}
.border-gray2{border-color:#fbfbfb !important;}





