/*
* === Seeded ===
* === Custom Utils ===
* === jconfirm ===
* === buttons ===
* === progress ===
* === page sections ===
* === footers ===
* === bootstrap select ===
* === display boxes i.e. drinks or feature links ===
* === tools ===
* === forms ===
* === images ===
* === bootstrap touchspin ===
* === easy autocomplete ===
* === rangeslider ===
* === nav links/pills (non header) ===
* === timeline ===
* === Cards ===
* === page headers ===
* === adverts (redundant)) ===
* === Main global navigation ===
* === breadcrumbs ===
* === Alert bar ===
*/

/*
* === Seeded ===
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700");

body { 
    background: #ddd; 
}

a { 
    color: #ff3300; 
}

a:hover {
    text-decoration: none;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
    color: #cc3300;
}
p, .table td, .table th, ol li, ul li, dd {
    line-height: 1.45;
    font-size: .95rem;
    color: #333;
}
p {
    margin-bottom: 1.5rem
}
p a, .table td a, .list-unstyled li a {
    padding-bottom: .01rem;
    border-bottom: solid 2px #ff3300;
    color: #000;
}

p a:hover, .table td a:hover {
    color: #ff3300;
}
h1, h2, h3, h4, h5 {
    margin-bottom: 1.5rem;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    line-height: 1;
}
h1 { font-size: 2rem; font-weight: 400; }
h2 { font-size: 1.65rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

select {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}

/*
* === Custom Utils ===
*/
.background-gradient-black-theme { background: rgb(131,58,180); background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); }
.bg-black { background-color: #111; }
.bg-light-grey { background-color: #e9ecef; }
.bg-opacity-dark { background-color: rgba(0,0,0,0.2); } 
.bg-opacity-light { background-color: rgba(0,0,0,0.2); } 
.bg-opacity-theme { background-color: rgba(255,51,0,0.7); }
.bg-opacity-white { background-color: rgba(255,255,255,0.8); }
.bg-opacity-white-80 { background-color: rgba(255,255,255,0.8); }
.bg-red-ocean { background: #1D4350; background: -webkit-linear-gradient(to right, #A43931, #1D4350); background: linear-gradient(to right, #A43931, #1D4350); }
.bg-theme { background-color: #ff3300; }
.font-fixed { font-family: Courier New !important; }
.font-size-lg { font-size: 1.25rem !important; }
.font-size-md { font-size: 1.15rem !important; }
.font-size-sm { font-size: .9rem !important; }
.font-size-xl { font-size: 1.75rem !important; }
.font-size-xs { font-size: .8rem !important; }
.font-size-xxl { font-size: 3rem !important; }
.font-size-xxs { font-size: .6rem !important; }
.font-theme { font-family: "Poppins",sans-serif; }
.font-weight-lg { font-weight: 600 !important; }
.font-weight-md { font-weight: 500 !important; }
.font-weight-xs { font-weight: 200 !important; }
.ls-0 { letter-spacing: 0rem; }
.lh-1 { line-height: 1; }
.line-height-lg { line-height: 1.25rem; }
.line-height-xl { line-height: 1.5rem; }
.line-height-xxs { line-height: .6rem; }
.text-black { color: #000 !important; }
.text-blue { color: #6699cc; }
.text-pink { color: #ff99cc !important; }
.text-theme { color: #ff3300 !important; }


/*
* === jconfirm ===
*/

.jconfirm-content { font-family: "Poppins",sans-serif; }
 
/*
* === buttons ===
*/

.btn {
    border-radius: 0;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}
.btn:focus,.btn:active {
   outline: none !important;
}


/*.btn-dark {
    background-color: #333;
    border-color: #333;
}*/

.btn-link {
    color: #ff3300;
}
.btn-link:hover {
    color: #cc3300;
    text-decoration: none;
}

.btn-light {
    font-family: "Poppins",sans-serif;
    color: #444;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #ccc;
    background-color: #fff;
}
.btn-light:hover {
    background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle 
{
    background-color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active
{
    border: 1px solid transparent !important;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.btn-light:disabled {
    border-color: rgb(218, 224, 229);
}
.btn-toggle {
    border: 1px solid rgb(221, 221, 221);;
}

/*
* === progress ===
*/

.progress { height: 1rem; }

/*
* === page sections ===
*/

.page-section {
    background-size: cover; 
    background-repeat: no-repeat;  
    background-position: center center;
    position: relative;
}
section .nav-tabs .nav-link.active {
    background-color: rgba(0,0,0,0.2);
    border-color: transparent;
}
section .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  background-color: #eee;
  overflow-x: hidden;
}
/*
* === footers ===
*/

#footer {
    color: rgba(255,255,255,0.8);
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
#footer a, #footer li {
    color: rgba(255,255,255,0.8);
}
#footer a:hover {
    border-bottom: solid 1px #ff3300;
}

/*
* === flags ===
*/

.flag-drop {
    padding: 0.33rem 1rem;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon-lg {
  width: 2.5em !important;  
  margin-top: -3px;
}
.flag-icon:before { content: "\00a0"; }
.flag-icon-us { background-image: url(../svg/us.svg); }
.flag-icon-uk { background-image: url(../svg/uk.svg); }
.flag-icon-aus { background-image: url(../svg/aus.svg); }
.flag-icon-ca { background-image: url(../svg/ca.svg); }


/*
* === bootstrap select ===
*/

.bootstrap-select > .btn-light {
    border: none;
    outline: 0px !important;
    outline-offset:0px;
}
.bootstrap-select .btn:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
    outline-offset:0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .bs-placeholder > .filter-option 
{
    color: #444;
}
.bootstrap-select .dropdown-toggle .filter-option {
    padding-left: 7px;
}
.bootstrap-select-wrapper {
    height: 32px;
}
.bootstrap-select .dropdown-menu li a {
    font-family: "Poppins",sans-serif;
    font-size: .9rem;
}
.dropdown-toggle::after { color: #000; }

/*
* === display boxes i.e. drinks or feature links ===
*/

.drink-color {
    width: 5px;
    border-right: 1px solid #fff;
}
.item-img-container-thumb {
    width: 80px;
}
.item-img-container-buttons {
    width: 100px;
    height: 40px;
}
.item-img-container-buttons i {
    color: #fff;
}
.item-img-container {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}
.item-img-container i {
    text-shadow: 0 1px 3px rgba(0,0,0,.7);
    color: #fff;
}

.srm-1 { background-color: #f8f4b4; }
.srm-2 { background-color: #f9e06c; }
.srm-3 { background-color: #f4ce51; }
.srm-4 { background-color: #f3bf38; }
.srm-5 { background-color: #eead1f; }
.srm-6 { background-color: #e59c19; }
.srm-7 { background-color: #df8f16; }
.srm-8 { background-color: #d68019; }
.srm-9 { background-color: #d1731c; }
.srm-10 { background-color: #bd591b; }
.srm-11 { background-color: #c3621b; }
.srm-12 { background-color: #ca6b1b; }
.srm-13 { background-color: #c05825; }
.srm-14 { background-color: #ad4417; }
.srm-15 { background-color: #ae4818; }
.srm-16 { background-color: #ad4417; }
.srm-17 { background-color: #a73d15; }
.srm-18 { background-color: #a33b16; }
.srm-19 { background-color: #9e3515; }
.srm-20 { background-color: #983013; }
.srm-21 { background-color: #932a14; }
.srm-22 { background-color: #8f2515; }
.srm-23 { background-color: #8a2616; }
.srm-24 { background-color: #832114; }
.srm-25 { background-color: #7d2011; }
.srm-26 { background-color: #77200f; }
.srm-27 { background-color: #731c0b; }
.srm-28 { background-color: #70180c; }
.srm-29 { background-color: #6a160c; }
.srm-30 { background-color: #67120b; }
.srm-31 { background-color: #65100d; }
.srm-32 { background-color: #5f0e0a; }
.srm-33 { background-color: #5c0c0b; }
.srm-34 { background-color: #58080b; }
.srm-35 { background-color: #53080c; }
.srm-36 { background-color: #4b090b; }
.srm-37 { background-color: #480e0d; }
.srm-38 { background-color: #400c0e; }
.srm-39 { background-color: #3a0c0e; }
.srm-40 { background-color: #230b0b; }
.cat-beer { background-image: url(../img/icon-beer.png); }
.cat-wine { background-image: url(../img/icon-wine.png); }
.cat-cider { background-image: url(../img/icon-cider.png); }
.cat-default { background-image: url(../img/icon-default.png); }
.drink-img {
    width: 50px;
    height: 32px;
    display: inline;
    float: left;
    background-size: cover;
}
.drink-info {
    width: 35px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: .7rem;
    line-height: 1;
}


/*
* === tools ===
*/
#bacRangeGroup .collapsing {
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.tool-results {
    background-color: rgba(255,255,255,0.8);
    position: relative;
    height: 65px;
}
.tool-results-icon {
    display: table-cell; 
    padding-top: 8px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 2rem;
    color: rgba(255,255,255,0.7);
    color: rgba(255,51,0,0.7);
    color: rgba(0,0,0,0.7);
}

.tool-results-text {
    display: table-cell; 
    padding: 5px;
    padding-top: 15px;
    position: absolute;
    left: 65px;
    top: 0px;
    line-height: 1.1em;
    font-size: .95em;
    font-weight: 600;
}
.tool-results-flag {
    display: table-cell;
    padding: 5px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    height: 100%;
}
.time-unit {
    height: 55px !important;
    width: 55px !important;
}
.selected-drink {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: .8rem;
}
.selected-drink .selected-drink-i {
    text-align: center;
    background-color: #e9ecef;
    font-weight: 500;
    display: inline-block;
    margin-right: .5rem !important;
    width: 55px;
    border-bottom: 1px solid #fff;
}

.selected-drink span.light {
    font-family: verdana;
    font-size: .7rem;
    text-transform: uppercase;
}
.selected-drink span.link {
    color: #555;
    width: 19px;
    height: 19px;
    text-align: center;
    padding-top: 1px; 
}
.selected-drink span.link a {
    color: #555;
}


/*
* === forms ===
*/
.form-control {
    border-radius: 0px;
    border: none;
    letter-spacing: .02rem;
    font-weight: 500;
    padding-left: 0.2rem;
    height: inherit;
}
.form-control::placeholder {
    color: inherit;
}
.form-control:focus {
    border-color: #dae0e5;
    box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ff3300;
    background-color: #ff3300;
}
.input-clearer .input-group-text {
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    color: #555;
}
.input-group {
    border: 1px solid rgb(221, 221, 221);
}
.input-group:hover, 
.input-group:active, 
.btn-group > .btn:hover, 
.border-green,
.btn-toggle:not(:disabled):not(.disabled).active {
    border: 1px solid #ddd;
    box-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.input-group-text {
    width: 40px;
    background: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 1rem;
    border: none;
    border-right-width: 1px;
    color: #b02c00;
}
.tool-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025rem;
    color: #666;
    margin-bottom: 8px;
    margin-top: 8px;
    font-family: "Poppins",sans-serif;
}

/*
* === images ===
*/
.logo-tools {
    background-color: #ff3300; 
    background-color: #000; 
    content: url(../img/logo-tools.png);
    width: 125px;
}

/*
* === bootstrap touchspin ===
*/

.bootstrap-touchspin {
    width: 90px;
    border: none;
}
.bootstrap-touchspin.input-group {
    border: 1px solid transparent;
} 
.bootstrap-touchspin > .input-group-btn > .btn {
    background-color: #333;
    border-color: #333;
    color: #fff;
    padding: 0.5rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.bootstrap-touchspin > .form-control {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid transparent;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    padding-top: .2rem;
    padding-bottom: .2rem;
}


/*
* === easy autocomplete ===
*/
.easy-autocomplete {
    position: relative
}
.easy-autocomplete a {
    display: block
}
.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}
.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 100%;
}
.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: bold
}

.easy-autocomplete-container ul .eac-category {
    color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em
}

/*
* === rangeslider ===
*/
.rangeslider__handle {
    width: 42px;
    height: 42px;
}
.rangeslider__fill {
    background: #ff3300;
}
.range-output {
    font-size: 0.8rem;
}

/*
* === nav links/pills (non header) ===
*/
.nav-pills .nav-link {
    color: #000;
    border-radius: 0px;
}
.nav-pills .nav-link.active {
    background-color: #ff3300;
}
.nav-link.btn-dark {
    border-radius: 0px;
    padding: 0.6rem;
    color: #fff;
    letter-spacing: .125rem;
    font-size: .9rem;
}
.nav-link.btn-dark:hover {
    border-color: transparent;
}
.nav-link.btn-dark:not(:disabled):not(.disabled).active,
.nav-link.btn-dark:not(:disabled):not(.disabled):active {
    box-shadow: none;
}



/*
* === Timeline ===
*/
#timeline-wrapper {
    max-height: 300px;     
    overflow-y: scroll;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
    margin-right: 1px;
}
ul.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}
li.timeline-item {
    margin: 20px 0;
}
li.timeline-item h2 {
    margin-top: -4px;
}
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}
li.timeline-item::before {
    content: ' ';
    background: #000;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 51, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
li.timeline-item.active::before {
    background: #28a745;
    box-shadow: none;
    animation: shadow-pulse 1.3s infinite;
}


/*
* === Cards ===
*/
.card-dark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: flex; 
    border: 0;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card-dark .card-header {
    background-color: #fff !important;
    color: #333;
    align-items: center;
    padding: .75rem .9375rem;
    padding: 0px;
    border-radius: calc(6px - 1px) calc(6px - 1px) 0 0;
    margin-bottom: 0;
    border-bottom: none;
}
.card-dark .card-body {
    padding: .75rem .9375rem;
}

.card-dark .card-header .card-header-title {
    background-image: linear-gradient( 179.2deg,  rgba(245,97,50,1) -7.3%, rgba(207,15,13,1) 100.3% );
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    margin: 0;
    line-height: 1rem;
    font-weight: 500;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


/*
* === Page headers ===
*/
.page-header {
    position: relative;
    padding: 100px 0px 110px 0px;
    background-size: cover; 
    background-repeat: no-repeat;  
    background-position: center center;
    color: #fff;
    text-align: left;
    font-family: "Poppins",sans-serif;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,1);
}
.page-header h1 {
    font-weight: 600;
    font-size: 2rem;
}
.page-header p, .page-header a {
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.3;
}
.page-header a {
    border-bottom: 1px solid #ff3300;
}
@media (min-width: 1200px) {     
    .page-header h1 { 
        font-size: 2.25rem;
    }
}

.page-header-1 { background-image: url(../img/background-1.jpg); }
.page-header-2 { background-image: url(../img/background-2.jpg); }
.page-header-3 { background-image: url(../img/background-3.jpg); background-size: cover; }
.page-header-4 { background-image: url(../img/background-4.jpg); }
.page-header-5 { background-image: url(../img/background-5.jpg); }
.page-header-6 { background-image: url(../img/background-6.jpg); }
.page-header-7 { background-image: url(../img/background-7.jpg); background-size: cover; background-position: top center; }

.profile-header {
    position: relative;
    overflow: hidden;
    padding-top: 75px;
}
.profile-header .profile-header-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,transparent 0%,#000 100%);
}
.profile-header .profile-header-cover {
    background: url(../img/background-8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}
.profile-header .profile-header-content::after, .profile-header .profile-header-content::before {
    content: '';
    display: table;
    clear: both;
}
.profile-header .profile-header-content {
    position: relative;
    color: #fff;
}
.profile-header .profile-header-img {
    float: left;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 1.25rem -1.25rem 0;
    margin: 0 0.8rem -0.9rem 0;
    padding: .3125rem;
    border-radius: .375rem;
    background: #fff;
    background-color: transparent;
}
.profile-header .profile-header-img img {
    max-width: 100%;
}
.profile-header .profile-header-info {
    padding-top: 0.9rem;
    height: 6rem;
}
.profile-header .profile-header-info p {
    color: rgba(255,255,255,.75);
    margin-bottom: .625rem;
}
.header-item {
    margin-bottom: 1.5rem;
}
.header-item:last-child, .header-item:only-child {
    margin-bottom: 0rem;
}


/*
* === Reports css ===
*/

.widget-list {
    list-style-type: none;
    padding: 0;
}
.widget-title {
    text-shadow: 2px 2px 5px rgba(0,0,0,1);
}
.widget-list .widget-list-item {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}
.widget-list .widget-list-media{
    position: relative;
    padding: 0.5rem 1rem 0.4rem 0.95rem;
    
}
.widget-list .widget-list-media .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: .375rem;
    text-align: center;
    line-height: 2.5rem;
}
.widget-list .widget-list-media + div {
    padding-left: 0;
}
.widget-list .widget-list-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .625rem .9375rem;
}
.widget-list .widget-list-content p {
    font-size: .75rem;
    color: #4d4d4d;
    margin: 0;
}
.widget-list .widget-list-content h4 {
    font-size: .8125rem;
    margin: 0;
}
.widget-rating {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .625rem;
    color: #999;
    line-height: 1.125rem;
}
.widget-rating > li, .widget-user-list > li {
    display: inline-block;
    font-size: .7rem;
    margin-right: 1px;
}
.widget-rating > li.active {
    color: #ff9500;
}
.widget-list .widget-list-action {
    padding: 0rem 0.95rem 0rem 0rem;
}
.widget-amt, .widget-amt a {
    padding: 1px .3125rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #007aff;
    color: #fff;
    width: 60px;
    text-align: center;
    border-radius: .1875rem;
}
.widget-card.widget-card-inverse {
    background: #333;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    border-radius: .375rem;
    overflow: hidden;
    margin-bottom: .9375rem;
    text-decoration: none;
}
.widget-card .widget-card-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.widget-card.dynamic .widget-card-content {
    position: relative;
    display: block;
}
.widget-card .widget-card-content {
    left: 0;
    right: 0;
    z-index: 10;
    padding: .9375rem;
}


/*
* === adverts (redundant)) ===
*/
.advert {
    text-align: center;
    z-index: 1;
    position: relative;
    clear: both;
}

.advert-ml { 
    display:inline-block; width: 320px; height: 100px; 
    margin-bottom: 2rem;
}
@media (min-width: 500px) { .advert-ml { display: none; } }

.advert-ac { 
    margin-top: 2rem;
    margin-bottom: 2rem;
}



/*
* === Main global navigation ===
*/
#main-nav {
    height: 65px;
}
@media(max-width:768px)  {
    .navbar-collapse {
        margin-top: 7px;
        margin-left: -1rem;
        margin-right: -1rem;
        background-color: #000;
    }
}
.navbar-nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
.nav-logo {
    top: 13px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.nav-logo.active {
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.navbar-dark {
    //background-color: rgba(0, 0, 0, .1) !important;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.navbar-brand { margin-top: -.15rem; }
.navbar-dark .navbar-toggler { 
    border-color: transparent; 
    padding: 0px; 
}
.navbar-dark .navbar-toggler:focus { outline: 0; }
.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-size: .9rem;
}
.navbar-dark .navbar-nav .nav-link:hover { color: #ff3300; }
.navbar-lower {
    background-color: rgba(0, 0, 0, 1) !important;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon1 {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #d3531a;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 8px;
}
#nav-icon1 span:nth-child(3) {
  top: 16px;
}
#nav-icon1.open span:nth-child(1) {
  top: 8px;
  height: 2px;
  background-color: #ff3300;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 8px;
  height: 2px;
  background-color: #ff3300;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*
* === Breadcrumbs ===
*/
.breadcrumb-section {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 12px;
    height: 65px;
}
.breadcrumb-item {
    font-family: "Poppins",sans-serif;
    font-size: .9rem;
    letter-spacing: .025rem;
    text-shadow: 1px 1px #000;
}
.breadcrumb-item a {
    color: #fff;
    border-bottom: 1px solid #ff3300;
    padding-bottom: 1px;
    font-weight: 500;
    font-size: .9rem;
}
.breadcrumb-item a:hover {
    color: #ff3300;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
}
.breadcrumb-item.active {
    color: #fff; 
}

/*
* === Alert bar ===
*/

#alert-bar {
    box-shadow: 0 0 10px;
}
#alert-bar span.strong {
    font-weight: 600;
}
#alert-bar > #message-legislative a {
    text-decoration: none;
    border-bottom: 1px solid #c41a11;
    padding-bottom: 0px;
    margin-right: 10px;
    font-weight: 500;
}
#alert-bar .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

#alert-tool-carousel {
    height: 80px;
    text-align: center;
    color: #fff;
}
.carousel-control-next, .carousel-control-prev {
 width: auto;   
}
.carousel-item {
  transition-duration: 1s;
}