body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    background-color: #fff;
}
main {
    flex: 1 0 auto;
}
::-webkit-input-placeholder {
    color: #961619;
}
:-moz-placeholder {
    color: #961619;
    opacity:  1;
}
::-moz-placeholder {
    color: #961619;
    opacity:  1;
}
:-ms-input-placeholder {
    color: #961619;
}
:placeholder-shown {
    color: #961619;
}
.btn {
    background-color: #961619;
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    padding-top: 2px;
} 
.btn:hover {
    background-color: #961619;
}
.btn.blue, .btn.blue:hover  {
    background-color: #003e6c !important;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #003e6c;
}
.center-background {
    background-size: cover;
    background-position: center center;
}
.page-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}
.page-title .pt-container {
    position: relative;
    z-index: 100;
}
.page-title .pt-container .pt-text {
    position: relative;
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    color: #961619;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 300;
}
.page-title .pt-container .pt-star {
    position: absolute;
    color: #ccc;
    z-index: 200;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
.page-title .pt-container .pt-left {
    top: -.15em;
    left: -.65em;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
.page-title .pt-container .pt-right {
    bottom: -.03em;
    right: -.75em;
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    transform: rotate(9deg);
}
.page-title .pt-container .pt-left.spin {
    -webkit-animation-name: spinnerRotateClockwise;
    -moz-animation-name: spinnerRotateClockwise;
    -ms-animation-name: spinnerRotateClockwise;
}
.page-title .pt-container .pt-right.spin {
    -webkit-animation-name: spinnerRotateCounterClockwise;
    -moz-animation-name: spinnerRotateCounterClockwise;
    -ms-animation-name: spinnerRotateCounterClockwise;
}
@-webkit-keyframes spinnerRotateClockwise
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotateClockwise
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotateClockwise
{
    from{-ms-transform:rotate(360deg);}
    to{-ms-transform:rotate(360deg);}
}
@-webkit-keyframes spinnerRotateCounterClockwise
{
    from{-webkit-transform:rotate(360deg);}
    to{-webkit-transform:rotate(0deg);}
}
@-moz-keyframes spinnerRotateCounterClockwise
{
    from{-moz-transform:rotate(360deg);}
    to{-moz-transform:rotate(0deg);}
}
@-ms-keyframes spinnerRotateCounterClockwise
{
    from{-ms-transform:rotate(360deg);}
    to{-ms-transform:rotate(0deg);}
}
/* HEADER and NAVIGATION ---------------------------------------------------- */
header {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 3000;
}
header nav {
    background-color: rgba(239,239,239,0.85);
    height: 96px;
}
header #nav-top {
    background: repeating-linear-gradient(135deg, #fff, #fff 2px, #eee 2px, #eee 4px);
    height: 32px;
    line-height: 29px;
}
header #nav-top a {
    color: #003e6c;
    font-size: 1.25rem;
    padding-top: 3px;
}
header #nav-bottom {
    height: 64px;
    line-height: 61px;
}
header #nav-bottom .brand-logo {
    width: 250px;
    z-index: 3100;
    padding: 0 !important;
    margin-top: -29px;
}
header #nav-bottom .brand-logo img {
    width: 100%;
    padding-top: 5px;
}
header #nav-bottom a {
    color: #961619;
}
header #nav-bottom a {
    font-size: 1.5rem;
    padding-top: 3px;
}
header #nav-bottom ul {
    position: absolute;
    right: 0;
}
header #nav-top a.active, header #nav-bottom a.active {
    background-color: rgba(0,0,0,.2);
}
header #nav-bottom #menu-trigger, header #nav-bottom #location-trigger {
    float: right;
    padding: 0 .5rem;
}
header #nav-bottom #menu-trigger {
    position: relative;
    color: #003e6c;
}
header #nav-bottom #location-trigger .material-icons {
    background-color: #961619;
    margin: 16px 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
}
header #nav-bottom #location-trigger img {
    display: none;
    position: absolute;
    bottom: 0;
    width: 24px;
    margin-left: 4px;
}
header #nav-bottom .break {
    height: 40px;
    margin: 12px 2rem 12px 1rem;
    border-left: 2px solid #ccc;
}
header #nav-bottom .search-box {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 40px;
    margin: 12px 0;
}
header #nav-bottom .search-box input {
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    border-bottom: none !important;
    box-shadow: none !important;
    color: initial;
}
header #nav-bottom .search-box .material-icons {
    height: 40px;
    line-height: 40px;
    color: #ccc;
    cursor: pointer;
}
header #mobile-menu {
    position: absolute;
    display: none;
    top: 96px;
    right: 0;
}
header #mobile-menu .mobile-items {
    width: 200px;
    background-size: cover;
    background-position: center;
}
header #mobile-menu .mobile-items ul {
    margin: 0;
}
header #mobile-menu .mobile-items ul li {
    border-bottom: 1px solid #444;
}
header #mobile-menu .mobile-items ul li:last-child {
    border-bottom: none;
}
header #mobile-menu .mobile-items ul li a {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
    padding: 5px 10px 3px 10px;
    display: block;
}
header #search-dropdown {
    position: absolute;
    display: none;
    top: 64px;
    right: 0;
    width: 350px;
    background-color: rgba(0, 62, 108, .8);
}
header #search-dropdown .sdd-container {
    padding: 0 20px;
}
header #search-dropdown .sdd-box {
    display: flex;
    flex-direction: row;
    height: 40px;
    margin: 12px 0;
    color: #fff;
    border-bottom: 2px solid #fff;
}
header #search-dropdown .sdd-box .material-icons {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
header #search-dropdown .sdd-box #sdd-search {
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    border-bottom: none !important;
    box-shadow: none !important;
}
header #search-dropdown .sdd-box #sdd-search::-webkit-input-placeholder {
    color: #fff;
}
header #search-dropdown .sdd-box #sdd-search:-moz-placeholder {
    color: #fff;
    opacity:  1;
}
header #search-dropdown .sdd-box #sdd-search::-moz-placeholder {
    color: #fff;
    opacity:  1;
}
header #search-dropdown .sdd-box #sdd-search:-ms-input-placeholder {
    color: #fff;
}
header #search-dropdown .sdd-box #sdd-search:placeholder-shown {
    color: #fff;
}
#nav-blocker {
    display: none;
    z-index: 2999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
/* MENU BREADCRUMBS---------------------------------------------------------- */

#menu-group .breadcrumbs, #menu-item .breadcrumbs{
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #aaa;
    margin-top: 20px;
    font-size: 1.5rem;
}

#menu-group .breadcrumbs a, #menu-item .breadcrumbs a{
    color: #003e6c;
}

#menu-group .breadcrumbs .material-icons, #menu-item .breadcrumbs .material-icons{
    font-size: 1.25rem;
    vertical-align: middle;
    font-weight: bold;
}


/* FORMS -------------------------------------------------------------------- */
.input-field label {
    color: #aaa !important;
}
.input-field input {
    border-bottom: 1px solid #aaa !important;
}
.input-field input:focus {
    border-bottom: 1px solid #aaa !important;
    box-shadow: none !important;
}
/* FOOTER ------------------------------------------------------------------- */
footer.page-footer {
    background-color: #961619;
}
.footer-copyright .fc-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  
}
.footer-copyright .fc-container .fc-links {
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-copyright .fc-container .fcl-desc {
    font-size: .8rem;
}
.footer-copyright .fc-container .fc-links a {
    margin: 0 3px;
}
.footer-copyright .fc-container .fc-links a img {
    height: 42px;
    vertical-align: middle;
}
.fa {
    padding-right: 5px;
}
.fa-3x {
    font-size: 2.5rem;
}

.fc-copyright .ft-form {
    font-size: .75rem;
}

footer.page-footer .footer-copyright {
    line-height: 25px;
}

.fc-container .fc-copyright a {
    font-size: .75rem;
    color: #fff;
}
/* STORED LOCATION ---------------------------------------------------------- */
#stored-location {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9000;
}
#stored-location .stored-location-container {
    position: relative;
}
#stored-location .store-location-expanded {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#stored-location .sl-container {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: box-shadow 1s;
}
#stored-location .sl-container:hover {
    box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22);
}
#stored-location .sl-content {
    padding: 10px;
    min-width: 215px;
}
#stored-location .sl-title {
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    color: #961619;
    font-size: 1.75rem;
}
#stored-location .sl-address {
    font-size: 1rem;
    line-height: 1.1rem;
}
#stored-location .sl-street {
    
}
#stored-location .sl-csz {
    
}
#stored-location .sl-links {
    margin-top: 5px;
}
#stored-location .sl-links a {
    color: #003e6c;
    margin-right: 10px;
}
#stored-location .sl-links a:hover {
    text-decoration: underline;
}
#stored-location .sl-arrow {
    
}
#stored-location .sl-arrow .material-icons {
    font-size: 4rem;
    color: #961619;
    cursor: pointer;
}
#stored-location .store-location-collapsed {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 3rem;
    cursor: pointer;
    transition: box-shadow 1s;
}
#stored-location .store-location-collapsed:hover {
    box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22);
}
#stored-location .store-location-collapsed .material-icons {
    font-size: 2rem;
    vertical-align: middle;
    color: #961619;
}
#stored-location .store-location-collapsed:hover .material-icons {
   color: #003e6c;
}
/* STORE IMAGE PREVIEW ------------------------------------------------------ */
#store-image-preview {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9500;
}
#store-image-preview .sip-container {
    width: inherit;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#store-image-preview .sip-box {
    position: relative;
    max-width: 75%;
    max-height: 75%;
    overflow: hidden;
}
#store-image-preview .sip-image {
    position: relative;
    z-index: 1;
}
#store-image-preview .sip-image img {
    width: 100%;
    vertical-align: middle;
}
#store-image-preview .sip-action {
    position: absolute;
    top: 45%;
    z-index: 2;
}
#store-image-preview .sip-action .material-icons {
    color: #fff;
    font-size: 3rem;
    text-shadow: 2px 2px 5px #000;
    vertical-align: middle;
    background-color: rgba(0,0,0,.65);
    cursor: pointer;
    padding: .5rem;
    transition: background-color .25s;
}
#store-image-preview .sip-left {
    left: 0;
}
#store-image-preview .sip-right {
    right: 0;
}
#store-image-preview .sip-action .material-icons:hover {
    background-color: #000;
}
.toast {
    word-break: break-word;
}
/* PRELOADER ---------------------------------------------------------------- */
#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#preloader {
    opacity: 0;
    width: inherit;
    height: inherit;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.25);
    z-index: 9999;
    trasition: opacity 1s;
}
#preloader.active {
    opacity: 1;
}
#preloader .preloader-container {
    background-color: #FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#preloader .preloader-container .progress {
    background-color: #ccc;
}
#preloader .preloader-container .progress .indeterminate {
    background-color: #961619;
}