﻿/*new profile header content*/
#masthead {
    margin-top: 60px;
    margin-bottom: 0px;
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #ffffff;
    padding: 0px 20px;
    border-top: solid 0px #eee;
    border-bottom: solid 0px #eee;
    min-height: 360px;
}

.p-masthead {
    height: 40vh !important;
    min-height: 360px;
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left bottom;
    margin: 0px 0px;
}

.p-cover {
    height: 100vh !important;
    min-height: 360px;
    background-color: rgba(0,0,0,.00);
}

.p-text {
    background-color: white;
    color: black;
    font-family: 'agbBold', sans-serif;
    font-size: 120px; /* Responsive font size */
    font-weight: bold;
    margin: 0 auto; /* Center the text container */
    padding: 10px;
    width: 50%;
    text-align: center; /* Center text */
    position: absolute; /* Position text */
    top: 50%; /* Position text in the middle */
    left: 50%; /* Position text in the middle */
    transform: translate(-50%, -50%); /* Position text in the middle */
    mix-blend-mode: screen; /* This makes the cutout text possible */
}

.marquee-100 {
    height: -webkit-calc(100vh 120px);
    height: calc(100vh - 120px);
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left top;
    margin: 0px 0px;
}

.marquee-100-bg {
    height: -webkit-calc(100vh - 5px);
    height: calc(100vh - 120px);
}

.marquee-90 {
    height: -webkit-calc(90vh - 5px);
    height: calc(90vh - 25px);
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center top;
    margin: 0px 0px;
}

.marquee-90-bg {
    height: -webkit-calc(90vh - 5px);
    height: calc(90vh - 5px);
}

.marquee-80 {
    height: -webkit-calc(80vh 70px);
    height: calc(80vh - 70px);
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left top;
    margin: 0px 0px;
}

.marquee-80-bg {
    height: -webkit-calc(80vh - 70px);
    height: calc(80vh - 70px);
}

.marquee-60 {
    height: -webkit-calc(60vh 70px);
    height: calc(60vh - 70px);
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left bottom;
    margin: 0px 0px;
}

.marquee-60-bg {
    height: -webkit-calc(60vh - 70px);
    height: calc(60vh - 70px);
}

.marquee-50 {
    height: -webkit-calc(50vh - 70px);
    height: calc(50vh - 70px);
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left bottom;
    margin: 0px 0px;
}

.marquee-50-bg {
    height: -webkit-calc(50vh - 70px);
    height: calc(50vh - 70px);
}

.marquee-40 {
    height: 40vh !important;
    position: relative;
    background-size: cover;
    /*overflow: hidden;
    background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left bottom;
    margin-top: 0px;
    margin-bottom: 0px;
}

.marquee-40-bg {
    height: 40vh !important;
    margin: 0px 0px;
}

#marquee {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: solid 20px #fff;
}

.marquee-home {
    height: -webkit-calc(75vh - 20px);
    height: calc(75vh - 20px);
    position: relative;
    background-size: cover;
    overflow: visible;
    /*background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: left bottom;
    background-color: rgba(255,255,255,.1);
    /*min-height: 560px;*/
}

.marquee-home-bg {
    height: -webkit-calc(75vh - 20px);
    height: calc(75vh - 20px);
    background-color: rgba(255,255,255,.0);
    /*min-height: 560px;*/
}

#marquee .marquee-pro {
    height: -webkit-calc(70vh - 70px);
    height: calc(70vh - 70px);
    /*  height: 50vh;*/
    position: relative;
    background-size: cover;
    overflow: visible;
    /*background-attachment: fixed;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center;
}


#marquee .marquee-pro-bg {
    height: -webkit-calc(70vh - 70px);
    height: calc(70vh - 70px);
    /*height: 50vh;*/
    background-color: rgba(0,0,0,.05);
    margin: 0px 0px;
    width: 100%;
    padding: 0px 0px;
}

    #marquee .marquee-home-bg .profile-img, #marquee .marquee-pro-bg .profile-img, #marquee .marquee-60-bg .profile-img, #marquee .marquee-50-bg .profile-img {
        position: absolute;
        bottom: -18px;
        left: 50%;
        max-width: 300px;
        max-height: 300px;
        transform: translate(-50%, -0%);
        z-index: 5;
        border: solid 10px #fff;
        border-radius: 50%;
        box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.35);
    }

#marquee .profile-img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    max-width: 240px;
    max-height: 240px;
    transform: translate(-50%, -0%);
    z-index: 5;
    border: solid 10px #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.45);
}

    #marquee .profile-img:hover {
        border-color: #1A73E8;
    }

#roarFile .profile-img {
    position: absolute;
    bottom: 185px;
    left: 50%;
    max-width: 180px;
    max-height: 180px;
    transform: translate(-50%, -0%);
    z-index: 5;
    border: solid 10px #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.45);
}

    #roarFile .profile-img:hover {
        border-color: #1A73E8;
    }

.marquee-home-bg .hello-img {
    position: absolute;
    top: 30%;
    left: 50%;
    max-width: 300px;
    max-height: 300px;
    transform: translate(-50%, -30%);
    z-index: 5;
    border: solid 10px #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.35);
}

.marquee-pro .profileBar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
    width: 100%;
    display: table;
    padding: 0px 0px 50px 0px;
    vertical-align: middle;
    background-color: #fff;
    padding-bottom: 25px;
}

    .marquee-pro .profileBar .profileCntr {
        display: table-cell;
        vertical-align: middle;
        min-height: 25px;
        padding: 20px 0px;
        border-bottom: solid 0px #eee;
        border-top: solid 0px #eee;
        box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.0);
        width: 100%;
    }

    .marquee-pro .profileBar img {
        max-height: 36px;
        border-radius: 0%;
        vertical-align: middle;
        border: solid 0px #eee;
    }

.marquee-60 .profileBar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
    width: 100%;
    display: table;
    padding: 0px 0px;
    vertical-align: middle;
    background-color: #fff;
    padding-bottom: 50px;
}

    .marquee-60 .profileBar .profileCntr {
        display: table-cell;
        vertical-align: middle;
        min-height: 50px;
        padding: 15px 0px;
        border-bottom: solid 1px #eee;
        border-top: solid 0px #eee;
        box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.0);
        width: 100%;
    }

    .marquee-60 .profileBar img {
        max-height: 36px;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        border: solid 2px #eee;
    }

#pImg {
    cursor: pointer;
    transition: 0.3s;
    max-width: 400px;
}

    #pImg:hover {
        border-color: #fff;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255,0.98); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    margin-top: 2%;
    display: block;
    width: 100%;
    max-width: 400px;
    border-radius: 50%;
    border: solid 2px #fff;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.35);
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size: 32px;
    letter-spacing: -3px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.0s;
    animation-name: zoom;
    animation-duration: 0.0s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closemdl {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #222;
    font-size: 36px;
    font-weight: bold;
    transition: 0.0s;
}

    .closemdl:hover,
    .closemdl:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

#NavM {
    position: fixed;
    z-index: 10001;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -0%);
}

    #NavM .logo {
    }

    #NavM a.logo {
        display: table-cell;
        vertical-align: middle;
        margin-top: 0px;
        /* max-height: 32px;
        width:80px;*/
        vertical-align: middle;
        text-align: center;
        align-self: center;
        padding: 15px 15px;
        background-color: rgba(255,255,255,0.25);
        border: solid 5px #fff;
    }

    #NavM a:hover.logo {
        background-color: #fff;
    }

    #NavM a.logo img {
        max-height: 30px;
    }

    #NavM .logo {
    }


.list-inline a {
    font-weight: 700;
    font-family: 'agbBold','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    color: #444;
    text-transform: none;
    vertical-align: middle;
    letter-spacing: 0px;
}

    .list-inline a:hover {
        color: #222;
        /*border-bottom: solid 2px #222;*/
    }


    .list-inline a.roar {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 0px 0px 0px;
    }

        .list-inline a.roar img {
            max-height: 25px;
        }

.list-inline .roar img {
    margin: -5px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0%;
    /*border: solid 2px #fff;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.45);*/
}

.list-inline a:hover.roar img {
}

.list-inline a.inbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.inbox img {
        max-height: 32px;
    }

.list-inline .inbox img {
    margin: -1px 0px 0px 2px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid rgba(0,0,0,.15);
}

.list-inline a.MKTG {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.MKTG img {
        height: 48px;
    }

.list-inline .MKTG img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid #eeeeee;
}

.list-inline a.HJK {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}

    .list-inline a.HJK img {
        height: 48px;
    }

.list-inline .HJK img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid #eeeeee;
}

.list-inline a.ACQ {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.ACQ img {
        height: 48px;
    }

.list-inline .ACQ img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid #eeeeee;
}

.list-inline a.Fuel {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.Fuel img {
        height: 30px;
    }

.list-inline .Fuel img {
    margin: -4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-left: 0px solid #eeeeee;
}


.list-inline i {
    margin: 0px 3px 0px 0px;
}

.list-inline a.jrm {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.jrm img {
        height: 28px;
    }

.list-inline .jrm img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid rgba(0,0,0,.15);
}

.list-inline a.DLRS {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.DLRS img {
        max-height: 32px;
    }

.list-inline .DLRS img {
    margin: -5px 2px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid rgba(0,0,0,.15);
}

.list-inline .fxd {
    margin: 0px 10px;
    padding: 10px;
    text-align: center;
}

.list-inline a.fxd {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px 0px 15px;
    border-bottom: 4px solid #ffffff;
}

.list-inline a:hover.fxd {
    color: #FF43BF;
    border-bottom: 4px solid #FF43BF;
}

.list-inline a.fxd .active {
    border-bottom: 2px #FF43BF solid;
    color: #FF43BF;
}

.list-inline .fxd i {
    margin: 0px 10px 0px 10px;
    padding: 5px 5px 5px 5px;
    border-left: 0px solid #eeeeee;
}

.fxd .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

    /* Tooltip arrow */
    .fxd .tooltiptext::after {
        content: "";
        position: absolute;
        top: 74px;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

/* Show the tooltip text when you mouse over the tooltip container */
.fxd:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.box-layout {
    padding: 0 50px;
}



#roarFile .position-relative .navbar {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    transform: translate(0%, -0%);
}

#roarFile .navbar {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    transform: translate(0%, -0%);
    width: 100%;
    background-color: #ffffff;
    overflow: auto;
}

    #roarFile .navbar a {
        float: left;
        padding: 12px;
        color: #666666;
        text-decoration: none;
        font-size: 18px;
        font-family: 'agbBold',Arial,Verdana;
        letter-spacing: -1px;
        width: 25%; /* Four links of equal widths */
        text-align: center;
        border-bottom: solid 3px #fff;
    }

        #roarFile .navbar a:hover {
            background-color: #fafafa;
            border-bottom: solid 3px #1A73E8;
            color: #1A73E8;
        }

        #roarFile .navbar a.active {
            background-color: #ffffff;
            border-bottom: solid 3px #1A73E8;
            color: #1A73E8;
        }

@media screen and (max-width: 500px) {
    #roarFile .navbar a {
        float: left;
        padding: 12px 5px;
        width: 25%;
        text-align: center;
    }
}

.position-relative .pos-roar-sisu {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    max-width: 100%;
    transform: translate(0%, -50%);
}

.beheard .list-inline a {
    padding: 5px 5px;
    font-size: 16px;
    letter-spacing: -1px;
    color: #ffffff;
}

    .beheard .list-inline a:hover {
        color: #1A73E8;
    }

.list-inline a.m {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

    .list-inline a.m img {
        max-height: 24px;
    }

.list-inline .m img {
    margin: -2px 2px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid rgba(0,0,0,.15);
}

section.stick {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

.icon-small {
    font-size: 28px
}

.icon-medium {
    font-size: 40px
}

@media (min-width:768px) {
    .list-inline .fxd {
        margin: 0px 5px;
    }

    .list-inline a.fxd {
        margin: 0px 10px 0px 10px;
    }
}

@media(min-width:768px) {

    .title-hjk-xl {
        font-size: 64px;
        line-height: 60px;
        letter-spacing: -6px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-d {
        font-size: 42px;
        line-height: 38px;
        letter-spacing: -4px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-n {
        font-size: 96px;
        line-height: 90px;
        letter-spacing: -9px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-l {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -4px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .text-hjk-desc {
        font-size: 32px;
        line-height: 36px;
    }

    .title-hjk-lrg {
        font-size: 40px;
        line-height: 36px;
        letter-spacing: -3px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }
}

@media(min-width:1200px) {

    .title-hjk-xl {
        font-size: 64px;
        line-height: 60px;
        letter-spacing: -6px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-d {
        font-size: 42px;
        line-height: 38px;
        letter-spacing: -4px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-n {
        font-size: 64px;
        line-height: 60px;
        letter-spacing: -6px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-l {
        font-size: 36px;
        line-height: 32px;
        letter-spacing: -3px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-lrg {
        font-size: 40px;
        line-height: 36px;
        letter-spacing: -3px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }
}

.auth-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .auth-inline label {
        margin: 5px 10px 5px 0;
    }

    .auth-inline input {
        vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .auth-inline button {
        padding: 10px 20px;
        background-color: dodgerblue;
        border: 1px solid #ddd;
        color: white;
        cursor: pointer;
    }

        .auth-inline button:hover {
            background-color: royalblue;
        }

    .auth-inline input, select {
        padding: 20px 15px;
        font-size: 32px;
        border-radius: 0;
        border: solid 2px #eee;
        font-size: 32px;
        font-family: agbBold, Arial;
        text-align: center;
        display: inline-block;
    }

        .auth-inline input:focus {
            border: none;
            font-size: 36px;
            background-color: #fafafa;
            color: #222222;
            border-bottom: 4px solid #EA178C;
        }

    .auth-inline .auth-input-error {
        border: none;
        border-bottom: solid 2px orangered;
        font-size: 36px;
        font-family: agbBold, Arial;
        padding: 30px 15px;
        background-color: orangered;
        color: #ffffff;
    }

        .auth-inline .auth-input-error:focus {
            border-color: #EA178C;
            font-size: 18px;
        }

@media (min-width: 768px) {
    .auth-inline input {
        margin: 10px 0;
    }

    .auth-inline {
        flex-direction: column;
        align-items: stretch;
    }

    p {
        font-size: 24px;
        line-height: 28px;
    }
}

.lnkBlue {
}

a.lnkBlue {
    color: #1A73E8;
}

a:hover.lnkBlue {
    color: #0E4289;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

th {
    border-bottom: solid 1px #dddddd;
    font-size:14px;
    letter-spacing:-1px;
}

th, td {
    text-align: left;
    padding: 30px;
}

tr:nth-child(even) {
    background-color: #fbfbfb;
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
}

.team img.lym {
    position: absolute;
    bottom: 50px;
    right: 50px;
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
}

.marquee-pro-bg div.beheard {
    position: absolute;
    Top: 50%;
    left: 40px;
    padding: 20px 10px;
    width: 50%;
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

.marquee-pro-bg a.loveyoumore {
    position: absolute;
    bottom: 100px;
    right: 50px;
    background-color: #1A73E8;
    color: #ffffff;
    font-family: 'agbBold','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
}

    .marquee-pro-bg a.loveyoumore:hover {
        background-color: #0E4289;
    }

.marquee-pro-bg div.memory {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 80px;
    right: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 20px;
}

.marquee-pro-bg div.forsale {
    font-size: 14px;
    font-family: 'Roboto','agbBold','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 40px;
    letter-spacing: 0px;
    padding: 15px 20px;
}

.marquee-pro-bg div.callforinfo {
    font-size: 20px;
    font-family: 'agbBold','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #ffffff;
    position: absolute;
    top: 30px;
    right: 40px;
    letter-spacing: -1px;
    padding: 15px 20px;
}

.marquee-pro-bg img.i72701 {
    position: absolute;
    bottom: 150px;
    right: 50px;
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    max-height: 300px;
    border: solid 10px #fff;
    border-radius: 50%;
}

.marquee-pro-bg img.heatherkillebrewlogo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    max-height: 80px;
    border: solid 0px #fff;
    padding: 15px 15px;
    background-color: #ffffff;
}

.team div.title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 10px 10px;
    width: 50%;
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
}

.p-2020 div.title {
    position: absolute;
    bottom: 40px;
    right: 40px;
    padding: 20px 20px;
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    background-color: #000000;
    opacity: 0.75;
}

.team img.smootie {
    position: absolute;
    bottom: 50px;
    right: 50px;
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
}






.callout {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    max-width: 100%;
    z-index: 100000;
}

.callout-header {
    padding: 25px 15px;
    background: #555;
    font-size: 30px;
    color: white;
}

.callout-container {
    padding: 15px;
    background-color: #1A73E8;
    color: black
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

    .closebtn:hover {
        color: lightgrey;
    }

#HKTXT div.container {
    text-align: left;
    border-top: none;
    padding: 15px 5px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    background-color: #ffffff;
}

    #HKTXT div.container:nth-child(even) {
        background-color: #fbfbfb;
        border-bottom: solid 1px #e5e5e5;
        border-top: solid 1px #e5e5e5;
    }

#HKTXT div.container-fluid {
    text-align: left;
    border-top: none;
    padding: 20px 15px;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    background-color: #ffffff;
}

    #HKTXT div.container-fluid:nth-child(even) {
        background-color: #ffffff;
        border-bottom: solid 1px #e5e5e5;
        border-top: solid 1px #e5e5e5;
    }

.text-hjk-desc {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
    margin-left: 0px;
    color: #666666;
}

#HKTXT div.ktxt-description {
    vertical-align: text-top;
}

#HKTXT .ktxt-img {
    /*  position: absolute;
        top: 20px;
        left: 0;*/
    max-height: 450px;
    padding: 0px 0px;
    margin: 10px 0px;
    border: solid 1px #e5e5e5;
    border-radius: 6px;
    vertical-align: bottom middle;
    text-align: center;
    overflow: hidden;
    background-color: #fbfbfb;
    width: auto;
    width: 100%;
}



#HKTXT .kph-img {
    /*  position: absolute;
        top: 20px;
        left: 0;*/
    max-height: 450px;
    padding: 0px 0px;
    margin: 10px 0px 30px 0px;
    border: solid 1px #e5e5e5;
    border-radius: 6px;
    vertical-align: bottom middle;
    text-align: center;
    overflow: hidden;
    background-color: #fbfbfb;
    width: auto;
    width: 100%;
}

#Roar-DTL {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 50%;
    margin: 0px auto;
}

    #Roar-DTL div.container-fluid {
        text-align: left;
        border-top: none;
        padding: 20px 25px;
        border: solid 2px rgba(255,255,255,0.25);
        background-color: rgba(0,0,0,0.25);
        border-radius: 10px;
    }

    #Roar-DTL .text-hjk-desc {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -1px;
        margin-left: 0px;
        color: #ffffff;
    }

    #Roar-DTL div.ktxt-description {
        vertical-align: text-top;
    }

    #Roar-DTL .ktxt-img {
        /*  position: absolute;
        top: 20px;
        left: 0;*/
        max-height: 180px;
        padding: 0px 0px;
        margin: 20px 0px;
        border: solid 1px #e5e5e5;
        border-radius: 12px;
        vertical-align: bottom middle;
        text-align: center;
        overflow: hidden;
        background-color: #fbfbfb;
        width: auto;
        width: 100%;
    }

    #Roar-DTL img.avatar {
        max-height: 72px;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        border: solid 5px #cccccc;
        margin: -3px 10px 0px 0px;
    }

.marquee-pro-bg img.i72701 {
    position: absolute;
    bottom: 150px;
    right: 50px;
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    max-height: 300px;
    border: solid 10px #fff;
    border-radius: 50%;
}

@media(max-width:575px) {




    .box-layout {
        padding: 0px 10px;
    }

   

    .list-inline a.HJK img {
        height: 48px;
    }
}

@media(min-width:576px) {

    .title-hjk-xl {
        font-size: 64px;
        line-height: 60px;
        letter-spacing: -6px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-d {
        font-size: 42px;
        line-height: 38px;
        letter-spacing: -4px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-n {
        font-size: 96px;
        line-height: 90px;
        letter-spacing: -9px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-l {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -5px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .text-hjk-desc {
        font-size: 32px;
        line-height: 42px;
    }

    .title-hjk-lrg {
        font-size: 40px;
        line-height: 36px;
        letter-spacing: -3px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }



    #HKTXT div.roars {
        padding: 20px 10px;
        border-left: none;
        border-right: none;
    }

    .box-layout {
        padding: 0px 10px;
    }

  

    .list-inline a.HJK img {
        height: 36px;
    }
}

@media(min-width:768px) {

    .title-hjk-xl {
        font-size: 96px;
        line-height: 90px;
        letter-spacing: -9px;
        margin-left: 0px;
    }

    .title-hjk-d {
        font-size: 72px;
        line-height: 68px;
        letter-spacing: -6px;
        margin-left: 0px;
    }

    .title-hjk-n {
        font-size: 96px;
        line-height: 90px;
        letter-spacing: -9px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .title-hjk-l {
        font-size: 48px;
        line-height: 45px;
        letter-spacing: -4px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .text-hjk-desc {
        font-size: 32px;
        line-height: 40px;
    }

    .title-hjk-lrg {
        font-size: 40px;
        line-height: 36px;
        letter-spacing: -3px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }

    .list-inline a.HJK img {
        height: 48px;
    }
}

@media(min-width:992px) {
    .text-hjk-desc {
        font-size: 21px;
        line-height: 27px;
    }

    .title-hjk-l {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: -3px;
        font-family: 'agbBold', sans-serif;
        margin-left: 0px;
    }


    .list-inline a.HJK img {
        height: 32px;
    }
}

@media(max-width:992px) {
    #HKTXT div.container {
        width: 100%;
    }
}

.roarBlue {
    color: #0051DF;
}

.roarPurple {
    color: #6001D2;
}

b.roarBlue {
    font-weight: 800;
}

.text-roar-sn {
    font-size: 28px;
    line-height: 30px;
    font-family: 'agbBold','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    padding: 5px 5px 5px 0px;
    letter-spacing: -2px;
}

#HKTXT img.avatar {
    max-height: 72px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: solid 5px #cccccc;
    margin: -3px 10px 0px 0px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    #HKTXT .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #HKTXT .container {
        max-width: 99%;
    }
}

@media (min-width: 992px) {
    #HKTXT .container {
        max-width: 99%;
    }
}

@media (min-width: 1200px) {
    #HKTXT .container {
        max-width: 1480px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 99%;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 99%;
    }

    .list-inline a.HJK {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 0px 0px 5px;
    }

        .list-inline a.HJK img {
            height: 48px;
        }

    .list-inline .HJK img {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-right: 0px solid #eeeeee;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1680px;
    }
}

#rHK022674 .position-relative .navbar {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    transform: translate(0%, -0%);
}

#rHK022674 .navbar {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    transform: translate(0%, -0%);
    width: 100%;
    background-color: #ffffff;
    overflow: auto;
}

    #rHK022674 .navbar a {
        float: left;
        padding: 12px;
        color: #666666;
        text-decoration: none;
        font-size: 18px;
        font-family: 'agbBold',Arial,Verdana;
        letter-spacing: -1px;
        width: 25%; /* Four links of equal widths */
        text-align: center;
        border-bottom: solid 3px #fff;
    }

        #rHK022674 .navbar a:hover {
            background-color: #fafafa;
            border-bottom: solid 3px #1A73E8;
            color: #1A73E8;
        }

        #rHK022674 .navbar a.active {
            background-color: #ffffff;
            border-bottom: solid 3px #1A73E8;
            color: #1A73E8;
        }
