/* Add here all your CSS customizations */

/* Custom Icon Box - taken from features box */
.icon-box {
    background: #BBB;
    position: relative;
    text-align: center;
    z-index: 0;
}

.icon-box .icon-featured {
    border-radius: 100%;
    color: #FFF;
    font-size: 40px;
   
    width: 110px;
    height: 110px;
}

.icon-box .box-content {
    width: 250px;
    height: 250px;
}

/* Footer nav-pills hover colour  */
footer.dark ul.nav-pills > li > a:hover,
ul.nav-pills > li.active > a:focus {
    background-color: #ED1C23;
}

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

.table-row-stripe {
    background-color: #F9F9F9;
}

.table-group-top {
    background-color: #E2E2E2;
}

.table-group-side {
    background-color: #F3F3F3;
}

.thumb-custom {
    font-size: 13.5px !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
}

.sub-heading {
    color: #707070;
    font-weight: 200;
    font-size: 2rem;
    margin-bottom: 5px;
}

.text-xs {
    font-size: 10px !important;
    font-size: 1rem;
}

.text-sm {
    font-size: 13px  !important;
    font-size: 1.3rem;
}

.text-md {
    font-size: 16px  !important;
    font-size: 1.6rem;
}

.text-lg {
    font-size: 19px  !important;
    font-size: 1.9rem;
}

.text-xl {
    font-size: 22px  !important;
    font-size: 2.2rem;
}

.text-muted {
    color: #999999 !important;
}

html.dark .text-muted {
    color: #505461 !important;
}

.text-primary {
    color: #cccccc !important;
}

.text-secondary {
    color: #e36159 !important;
}

.text-tertiary {
    color: #2baab1 !important;
}

.text-quartenary {
    color: #734ba9 !important;
}

.text-success {
    color: #47a447 !important;
}

.text-warning {
    color: #ed9c28 !important;
}

.text-danger {
    color: #d2322d !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-dark {
    color: #171717 !important;
}

.text-primary-inverse {
    color: white !important;
}

.text-secondary-inverse {
    color: white !important;
}

.text-tertiary-inverse {
    color: white !important;
}

.text-quartenary-inverse {
    color: white !important;
}

.text-success-inverse {
    color: white !important;
}

.text-warning-inverse {
    color: white !important;
}

.text-danger-inverse {
    color: white !important;
}

.text-info-inverse {
    color: white !important;
}

.text-dark-inverse {
    color: white !important;
}

/* weights */
.text-light {
    font-weight: 300;
}

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

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.rounded {
    border-radius: 5px;
}

.b-thin {
    border-width: 3px;
}

.b-normal {
    border-width: 5px;
}

.b-thick {
    border-width: 7px;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
    margin: 0 !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 15px !important;
}

.m-lg {
    margin: 20px !important;
}

.m-xl {
    margin: 25px !important;
}

.m-xlg {
    margin: 30px !important;
}

/* spacement top    */
.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

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

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

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

.mt-xl {
    margin-top: 25px !important;
}

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

/* spacement bottom */
.mb-none {
    margin-bottom: 0 !important;
}

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

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

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

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

.mb-xl {
    margin-bottom: 25px !important;
}

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

/* spacement left   */
.mr-none {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 15px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 25px !important;
}

.ml-xlg {
    margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mr-md {
    margin-right: 15px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mr-xl {
    margin-right: 25px !important;
}

.mr-xlg {
    margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 25px !important;
}

.p-xlg {
    padding: 30px !important;
}

/* spacement top    */
.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

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

.pt-md {
    padding-top: 15px !important;
}

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

.pt-xl {
    padding-top: 25px !important;
}

.pt-xlg {
    padding-top: 30px !important;
}

/* spacement bottom */
.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

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

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

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

.pb-xl {
    padding-bottom: 25px !important;
}

.pb-xlg {
    padding-bottom: 30px !important;
}

/* spacement left   */
.pr-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 15px !important;
}

.pl-lg {
    padding-left: 20px !important;
}

.pl-xl {
    padding-left: 25px !important;
}

.pl-xlg {
    padding-left: 30px !important;
}

/* spacement right  */
.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-md {
    padding-right: 15px !important;
}

.pr-lg {
    padding-right: 20px !important;
}

.pr-xl {
    padding-right: 25px !important;
}

.pr-xlg {
    padding-right: 30px !important;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-normal {
    white-space: normal;
}

.bg-default {
    background: #ebebeb;
    color: #777777;
}

.bg-primary {
    background: #cccccc;
    color: white;
}

.bg-secondary {
    background: #e36159;
    color: white;
}

.bg-tertiary {
    background: #2baab1;
    color: white;
}

.bg-quartenary {
    background: #734ba9;
    color: white;
}

.bg-success {
    background: #47a447;
    color: white;
}

.bg-warning {
    background: #ed9c28;
    color: white;
}

.bg-danger {
    background: #d2322d;
    color: white;
}

.bg-info {
    background: #5bc0de;
    color: white;
}

.bg-dark {
    background: #171717;
    color: white;
}