/*  ---------- Reset CSS ---------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: inherit;
}

IMG {
    max-width: 100%;
}

TEXTAREA:focus, INPUT:focus, BUTTON:focus {
    outline: none;
}

INPUT {
    border-radius: 0;
    -webkit-appearance: none;
}
@font-face {
    font-family: 'RazerF5';
    src: url('/assets/fonts/RazerF5.otf');
    src: url('/assets/fonts/RazerF5Thin.otf'); 
}
/*  ---------- Default Styling ---------- */
HTML, BODY {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 100%;
}

BODY {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1;
    background: #111111;
    height: 70%;
}

section {
    background: #111111;
}

h1, h2, h3, h4, p, blockquote, pre, ul {
    padding: 0.5rem 2rem;
    line-height: 1.2em;
}

h3 {
    font-weight: 500;
    font-size: 1.3em;
}

li {
    margin: 0.5rem 1.4rem;
    list-style-type: disc;
    color: #444;
}

PRE {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #333;
    background-color: #faf6e1;
    padding: 1em;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
    margin: 2em;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: normal;
    word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

hr {
    border: 1px dashed #ddd;
    margin: 3em;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

i, em {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    cursor: pointer;
    color: #006;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

STRONG {
    font-weight: 500;
}

h1 {
    line-height: 1.2em;
    font-size: 1.9em;
    font-family: 'RazerF5', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0 0.5em 0;
}

h2 {
    font-family: 'RazerF5', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    text-align: center;
    font-weight: 700;
    padding: 1em 0;
}

P {
    font-size: 1.2em;
    font-weight: 200;
    color: #fff;
    line-height: 1.25em;
}

.limit-width {
    max-width: 1024px;
    margin: auto;
}

.bg-change {
    background-color:#00a1e3c9 !important;
}
.p-right {
    margin-right: 45px !important;
}
.p-top {
    margin-top: 29px !important;
}

SECTION.main-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

P.note {
    text-align: left;
    font-size: 0.9em;
    font-weight: 500;
}

/* ---- ANIMATION ---- */
section.introduction div,
section.pos,
section.pos div {
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
}

input, textarea, button {
    transition: width 300ms ease-out;
    -webkit-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
}

SECTION.legal,
SECTION.support,
SECTION.cashtocode-usage {
    width: 100%;
    margin-bottom: 2em;
}

SECTION.legal DIV.container,
SECTION.support DIV.container,
SECTION.cashtocode-usage DIV.container {
    display: block;
    padding: 0;
    margin: 0 auto;
}

SECTION.legal DIV.container H1,
SECTION.support DIV.container H1 {
    font-size: 1.8em;
    color: #00a1e3;
}

SECTION.legal DIV.container H2,
SECTION.support DIV.container H2 {
    font-size: 1.4em;
    text-align: left;
    padding: 0.5rem 2rem;
}


SECTION.legal DIV.container P,
SECTION.support DIV.container P{
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
}


/* pos-finder css */
DIV.map-info-window IMG {
    width: 70px;
    height: auto;
    display: block;
    padding: 0;
    margin: auto;
}

DIV.map-info-window {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

DIV.map-info-window IMG {
    margin: 0.8em 1em 0 0;
}

DIV.map-info-window DIV SPAN {
    display: block;
    text-align: left;
}

DIV.map-info-window SPAN.title {
    font-weight: bold;
    font-size: 16px;
    display: block;
    clear: both;
    color: #000;
    margin: 14px 0 0 0;
}

#search-box {
    background-color: #2E2E2E;
    color: #fff;
    padding: 0.5em;
    font-size: 1.19em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    height: 45px;
    border: #444444 solid 0.1px;
    width: 435px;
}

.pac-container {
    background-color: #2E2E2E;
    width: 385px;
}
.pac-item, .pac-item-query {
 color: #fff;
}
.pac-item:hover {
    background-color: rgba(105, 143, 125, 0.20);
}
.pac-icon {
    display: none;
}
SECTION.google-map {
    background-color: #111111;
    width: 100%;
    position: absolute;
    display: block;
   /* z-index: 10;*/
}

.pos-finder-map {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.search-box-container {
    width: 780px;
    margin: auto;
    padding: 0.75em 0;
    padding-top: 0px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

IMG.target {
    height: 45px;
    background: #2E2E2E;
    margin: 0;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: opacity 0.30s ease-in-out;
         -o-transition: opacity 0.30s ease-in-out;
            transition: opacity 0.30s ease-in-out;
}

IMG.target.locate {
    margin: 0 0 0 0.5em;
}


SECTION.pos .limit-width {
    max-width: 480px;
}

SECTION.pos DIV {
    line-height: 1.3em;
}

.logo {
    width: 110px;
    height: 110px;
    background-size: 110px 110px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
}

SECTION.pos {
    font-size: 1.2em;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    top: 550px;
    position: relative;
    padding-bottom: 55px;
}

SECTION.pos DIV.pos-item-container {
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition:      background-color .25s ease-in-out;
    transition:         background-color .25s ease-in-out;
    flex: 0 0 32%;
}

SECTION.pos DIV.pos-item {
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    display: -webkit-inline-box;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

SECTION.pos DIV.pos-distance {
    font-weight: 700;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    float: right;
    margin-right: 0.5em;
}

SECTION.pos DIV.pos-logo {
    width: 110px;
    background-size: 110px 110px;
}

section.pos div.pos-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 0 0.5em;
    font-size: 0.8em;
}

section.pos div.pos-info strong {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

SECTION.pos DIV.pos-item DIV.pos-icons DIV.pos-icon-highlight {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 1.4em;
    width: 1.4em;
    margin-top: 1.6em;
}

SECTION.pos DIV.pos-item DIV.pos-icons DIV.pos-icon-highlight-0 { background-image: url('/assets/images/rot0.png'); }
SECTION.pos DIV.pos-item DIV.pos-icons DIV.pos-icon-highlight-1 { background-image: url('/assets/images/rot1.png'); }
SECTION.pos DIV.pos-item DIV.pos-icons DIV.pos-icon-highlight-2 { background-image: url('/assets/images/rot2.png'); }
SECTION.pos DIV.pos-item DIV.pos-icons DIV.pos-icon-highlight-3 { background-image: url('/assets/images/rot3.png'); }
SECTION.pos DIV.pos-item DIV.pos-icons DIV.pos-icon-highlight-4 { background-image: url('/assets/images/rot4.png'); }


/*
div.google-map-buttons {
    display: none;
}

#fullscreen_control > button {
    border-radius: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
}

#fullscreen_control > button > div {
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
}

div#fullscreen_icon {
    background-image: url('/assets/images/maximize.png');
}

div#fullscreen_icon.minimize {
    background-image: url('/assets/images/minimize.png');
}
*/

@media only screen and (max-width: 870px) {
    #blurredMap H1 {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}

@media only screen and (max-width: 800px) {
    div.search-box-container {
        max-width: 100%;
    }
    div.search-box-container > img {
        display: none;
    }
    div.search-box-container > p {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #search-box {
        width: 235px;
        font-size: 0.7em;
        height: 40px;
    }
    h2 {
        font-size: 1em;
    }
    IMG.target {
        height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    section.pos {
        display: block;
        z-index: 5;
    }
    section.pos div.pos-item {
        max-width: 320px;
        margin: auto;
        flex-direction: column;
    }

    section.pos div.pos-item-container {
        font-size: 0.75em;
        
    }

    section.pos div.pos-logo {
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
    }
    IMG.target {
        height: 35px;
    }
    #search-box {
        height: 35px;
        font-size: .5em;
        width: 180px;
    }
}

@media only screen and (max-width: 260px) {
     #search-box {
        width: 120px;
        font-size: 0.4em;
         height: 25px;
    }
    IMG.target {
        height: 25px;
    }
}

@media only screen and (max-width: 180px) {
     #search-box {
        width: 90px;
        font-size: 0.4em;
    }
}