﻿body {
    font-family: "Roboto",helvetica,arial,sans-serif;
    font-size: .90em;
    color: #212121;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 160px;
}

h1 {
    font-weight: 400;
    font-size: 2em;
    border: 1px solid #9b8d88;
    border-width: 1px 0;
    padding: 4px 0;
    text-shadow: 2px 2px 0 #dbd8d7;
    text-align: center;
}

h2 {
    text-shadow: none;
    font-size: 20px;
    color: #9b8d88;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}


h3 {
    margin-top: 20px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}

a {
    color: #FF8C00;
}

    a:active,
    a:hover {
        text-decoration: underline;
        color: #ca6201;
    }

.utilityBar {
    background: #000;
    padding: 6px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
}

.navbar {
    background: #212121;
}

    .navbar .dropdown-menu {
        background: #212121;
    }

        .navbar .dropdown-menu a {
            color: #fff;
        }

.navbar-nav {
    margin-left: 180px;
    float: left;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    color: #fff;
    font-size: 15px;
}

    .navbar-nav > li > a {
        display: block;
        color: #fff;
        font-size: 15px;
    }

.navbar navbar-dark {
    background: #212121;
}

.logoWrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: 0;
}

.navbar li a:hover {
    background-color:#404040;
}

.nav-item a {
    color: #fd7a01;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

.navbar-nav .nav-item {
    display: block;
    padding: 0px 12px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .navbar-nav .nav-item a {
        font-size: 13px;
        letter-spacing: 0px;
        font-family: "Oswald",sans-serif;
    }

    .navbar-nav .nav-item .nav-link {
        color: #fff;
    }

.logo {
    display: block;
    position: absolute;
    left: auto;
    top: -45px;
    z-index: 50;
    background: url('/theme/habitatstore2019/images/PFQF Logo.png') 0 0 no-repeat;
    width: 200px;
    height: 157px;
    text-indent: -9999px;
}

.primary-content {
    margin-top: 60px;
}

div.homepage {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; /* to center the container */
    text-align: center;
}

.homepage img {
    max-width: 100%;
    display: inline-block;
    padding: 15px;
}
/* For medium devices (e.g. tablets) */
@media (min-width: 420px) {
    .homepage img {
        max-width: 48%;
    }
}
/* For large devices (e.g. desktops) */
@media (min-width: 760px) {
    .homepage img {
        max-width: 48%;
    }
}

.sidebar {
}

    .sidebar h2 {
        text-align: left;
    }

    .sidebar ul {
        list-style: none;
    }

    .sidebar li {
        border-bottom: 1px solid #e5e0de;
    }

        .sidebar li a {
            color: #444;
            font-size: 1em;
            display: block;
            padding-left: 15px;
        }

        .sidebar li:before {
            content: "";
            border-color: transparent #9b8d88;
            border-style: solid;
            border-width: 0.35em 0 0.35em 0.45em;
            display: block;
            height: 0;
            width: 0;
            left: -1em;
            top: 0.9em;
            position: relative;
        }

.btn-primary {
    background: #FF8C00;
    border-color: #FF8C00;
}

    .btn-primary:hover {
        background: #ca6201;
        border-color: #ca6201;
    }

.btn-default {
    color: #fff;
    background: #ab9f9a;
    border-color: #ab9f9a;
}

table {
    border-style: solid;
    border-width: 1px;
    border-color: #ab9f9a;
}

    table th {
        background: #ab9f9a;
        padding: 8px;
        color: #fff;
    }

    table td {
        padding: 4px;
    }

.socialmedia {
    color: #fff;
    text-align: right;
    margin-top: 6px;
    margin-right: 0px;
}

    .socialmedia a {
        margin-right: 22px;
    }

.globalnav {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 1.1em;
}

.globalnav-topbar {
    width: 100%;
    height: 30px;
    text-align: right;
}

.footer {
    background: #212121;
    font-family: Roboto, helvetica, arial, sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
}

    .footer .copyright, .footer .address {
        text-align: center;
    }

    .footer .address {
        margin-top: 6px;
    }

    .footer .socialmedia {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0px;
    }

.pagination {
    border: none;
}

    .pagination table tr:hover td {
        background-color: none;
    }

    .pagination table tr {
        border: none;
    }

        .pagination table tr td {
            border: none;
        }

    .pagination td:last-child {
        border: none;
    }

.ad2hs-prompt {
    background-color: rgb(59, 134, 196); /* Blue */
    border: none;
    display: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    margin: 0 1rem 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 32px);
}

.ios-prompt {
    background-color: #343a40;
    border: 1px solid #666;
    display: none;
    padding: 0.8rem 1rem 0 0.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin: 0 auto 0;
    width: 100%;
    height: 90px;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #404040;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loader {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-weight: bold;
}

    .loader img {
        margin-bottom: 20px;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.loader {
    padding-top: 150px;
    color: white;
    text-align: center;
    font-weight: bold;
}

    .loader img {
        margin-bottom: 20px;
    }
