@import url('https://fonts.googleapis.com/css2?family=Anton&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@keyframes swing {
    to {
        transform: perspective(200px) rotateX(0deg);
    }
}
@keyframes fillOutText {
    0% {
        background-size: 0% 100%;
    }
    90% {
        background-size: 100% 100%;
    }
}
:root {
    --theme-background-color: #fff;
    --theme-text-color: #111;
}

body {
    font-family: "Ubuntu", sans-serif;
    position: relative;
}

main {
    margin-top: 175px;
    margin-bottom: 10px;
    padding-top: 50px;
}
#home-main {
    padding-top: 0px;
}
main.top-banner-folded {
    margin-top: 90px;
}
main section {
    margin-bottom: 6rem;
}
#home-main section {
    margin-bottom: 0;
}
main section > .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: 5px solid #476831;
}
#home-main section > .row {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
/*
.fixed-top, .fixed-bottom{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
*/
textarea{
    resize: none;
}
.non-deco-a {
    text-decoration: none;
}
figure img {
    width: 100%;
}

#top-navigation {
    background: var(--theme-background-color);
    box-shadow: -1px 3px 20px 0px #000;
    padding: 15px 0px 15px;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1030;
}
#top-logo-box {
    text-align: center;
}
#top-logo-box a {
    display: inline-block;
    margin: 0px 0px 15px;
}
#top-logo-box a .logo {
    height: 100px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#website-menu ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#website-menu ul li {
    display: inline-grid;
    line-height: 30px;
}
#website-menu ul li.active {
    font-weight: 900;
    pointer-events: none;
}
#website-menu ul li a {
    color: var(--theme-text-color);
    font-size: 20px;
    padding: 0px .7rem;
    text-transform: uppercase;
}
#website-menu ul li a.active {
    font-weight: 700;
}
#website-menu ul li a:hover {
    text-decoration: none;
    color: #007bff;
}
#top-navigation.folded {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    padding: 10px 0px;
}
.folded #top-logo-box a{
    margin: 0px;
}
.folded #top-logo-box a .logo {
    height: 80px;
    margin: 5px 10px 5px 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.folded #website-menu ul li{
    line-height: 30px;
    margin-top: 50px; /*8-20*/
}
/* main carousel */

#main-carousel .carousel-item {
    overflow-y: hidden;
    /*max-height: 600px;*/
}
#main-carousel .carousel-item img {
    width: 100%;
}
#main-carousel .carousel-caption {
    top: 50%;
    bottom: unset;
    border-radius: 5px;
    background-color: #00000096;
}
.top-slider-opacity-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
.circular-title {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Fredoka One', cursive;*/
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 2px 2px 5px #000;
    margin-bottom: 10px;
}
.circular-button {
    font-family: 'Open Sans', sans-serif;
    background-color: #5a2323;
    box-shadow: 2px 2px 5px #000;
    border: none;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
.circular-button:hover{
    background-color: #331313;
    color: #fff;
    text-decoration: none;
}
.main-container-fluid{
    padding: 0px;
}
.main-container-fluid > .row {
    margin: 20px 0px 0px 0px;
}
.main-container-fluid > .row > div[class*="col-"]{
    padding: 0px;
}

.navbar-toggler {
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 0px;
    height: 40px;
}

.navbar-toggler span {
    display: block;
    background-color: var(--theme-text-color);
    height: 3px;
    width: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.navbar-toggler span {
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    width: 35px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    width: 35px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#introduction {
    margin: 10px 0px 3rem!important;
    margin-top: 30px;
    background: url("/images/index/background-img.jpeg");
    
    background-size: contain;
}
#introduction > .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    background: #ffffff91;
    
}
#introduction-inner-cover {
    max-width: 1000px;
    margin: 0px auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #000;
    text-shadow: 1px 1px 0px #ffffff;
    max-width: 850px; /* Added by daehue 11-05-20 */

}
#introduction-inner-cover img {
    max-width: 300px;
}
#introduction-inner-cover h1 {
    text-align: center;
    margin-bottom: 15px;
    /*font-size: calc(20px + 1.5vw);*/
    font-size: calc(25px + 1vw);
    /* Added below by Daehue */
    width: fit-content;
    margin: 0px auto 20px;
    padding: 0px 10px 10px;
    border-bottom: 3px dotted #000;
}
#introduction-inner-cover h2 {
    /*font-size: calc(15px + 1.5vw);*/
    font-size: calc(14px + 1vw);
    margin-bottom: 30px;
    text-align: center;
}
#introduction-inner-cover p {
    /*font-size: calc(10px + 1vw);*/
    font-size: calc(9px + 1vw);
    text-align: center;
    margin-bottom: 10px;
    text-align: left; /* added by daehue 11-05-20 */
}
#introduction-inner-cover p:last-child {
    margin-bottom: 0px;
}

#menu-link-image-section {
    margin-top: 30px;
}
#menu-link-image-section > .row {
    margin: 0px;
}
#menu-link-image-section > .row > div[class*="col-"] {
    padding: 0px;
    /*
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
    */
    margin-bottom: 30px;
}
#menu-link-image-section > .row > div[class*="col-"]:last-child {
    border-right: 0px;
}
.image-overflow-cover {
    background: #5a2323;
    position: relative;
}

#menu-link-image-section .text-over-image {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-bottom: 7px double #5a2323;
    color: #000;
}
#menu-link-image-section > .row > div[class*="col-"]:hover a {
    text-decoration: none;
}
#menu-link-image-section > .row > div[class*="col-"]:hover .text-over-image {
    font-weight: 700;
}
#menu-link-image-section > .row > div[class*="col-"]:hover .image-overflow-cover img {
    opacity: 0.7;
}

#signup-section {
    background-image: url("/images/index/_SIGN_BG.jpg");
    background-size: cover;
    margin-bottom: 2rem!important;
}
#signup-iframe {
    margin: 5rem 10rem;
    text-align:center;
    overflow:scroll;
    border-width: 2px;
    width: 350px;
    border: none;
    height: 350px;
    border-radius: 5px;
}

footer {
    background-color: #111;
}
#footer-menu {
    width: 100%;
    list-style: none;
    padding: 1rem 0px;
    text-align: center;
}
#footer-menu li {
    padding-left: .5rem;
    padding-right: .5rem;
    display: inline-block;
}
#footer-menu li a {
    font-size: 1.2rem;
    color: #fff;
}
#footer-menu li a:hover {
    color: #ccc;
}
footer .footer-copyright {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 0px;
}
@media (max-width: 767.98px) {
    #footer-menu li a {
        font-size: 0.9rem;
        color: #fff;
    }
    .grecaptcha-badge {
        display: none!important;
    }
}
.reg-page-head {
    font-family: "Anton", sans-serif;
    text-align: center;
    font-size: 3.5rem;
    border-bottom: 10px solid #fedc01;
    max-width: 600px;
    padding-bottom: .5rem;
    margin: .5rem auto 3rem;
}

/*la pricesa about us - start*//*la pricesa about us - start*//*la pricesa about us - start*/
#aboutus-text-box {
    padding: 10px 0px 100px;
}
#aboutus-text-box h2 {
    font-size: 2.5rem;
}
#aboutus-text-box p {
    font-size: 1.1rem;
}
#aboutus-lang-link {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
#about-history-list {
    list-style: square;
    padding-left: 20px;
}
#about-bluezone-img {
    margin: 5px 15px 5px 0px;
    width: 150px;
}
#bluezone-notice {
    color: #0080bd;
    padding-left: 25px;
}
/*la pricesa about us - end*//*la pricesa about us - end*//*la pricesa about us - end*/

/*la pricesa departments - start*//*la pricesa departments - start*//*la pricesa departments - start*/
#department-text-box > .row {
    padding-top: 1rem;
    padding-bottom: 1rem;

}
#department-text-box > .row:nth-child(odd) {
    background-color: #f4f4f4;
}
/*la pricesa departments - end*//*la pricesa departments - end*//*la pricesa departments - end*/

/*la pricesa locations - start*//*la pricesa locations - start*//*la pricesa locations - start*/

#locations-container .store-hour-txt {
    font-family: "Anton", sans-serif;
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
#locations-container h2 {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
}
#locations-container .google-map {
    margin-bottom: 50px;
    height: 400px;
    border: 1px solid #aaa;
}
.google-map .map-info {
    font-size: 15px;
}
.google-map .map-info p {
    margin-bottom: 3px;
}
.google-map .map-info .store-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.google-map .map-info .store-address {
    font-weight: 500;
}
.gm-ui-hover-effect {
    width: 25px !important;
    height: 25px !important;
}
.gm-ui-hover-effect:focus {
    outline: unset;
}
.gm-ui-hover-effect > span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}
#locations-container .store-img-cover {
    position: relative;
}
#locations-container .store-img-cover .bluezone-logo {
    position: absolute;
    width: 100px;
    top: 0px;
    left: 0px;
}
#locations-container h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
#locations-container h4 {
    padding-left: .5rem;
    margin-bottom: 5px;
}
#locations-container h4 .click-address {
    font-size: 1.2rem;
    font-weight: 500;
    color: #212529;
    cursor: pointer;
}
#locations-container h4 .click-address:hover {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color 0.5s linear;
    transition: color 0.5s linear;
}
#locations-container .call-txt {
    font-size: 1.1rem;
    padding-left: .5rem;
    margin-bottom: 5px;
}
#locations-container .hours-txt {
    font-size: 1.1rem;
    padding-left: .5rem;
    margin-bottom: 5px;
}

/* 
#locations-container .location-cover {
    border: 3px solid #476831;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
#locations-container h2 {
    font-size: 2rem;
    font-weight: 500;
}
#locations-container .google-iframe-map {
    border: 1px solid #ccc;
    width: 100%;
    height: 400px;
    margin-bottom: .5rem;
}
#locations-container .store-img-cover {
    position: relative;
    margin-bottom: 1rem;
}
#locations-container .store-img-cover .bluezone-logo {
    position: absolute;
    width: 100px;
    top: 0px;
    left: 0px;
}
#locations-container h3 {
    font-size: 1.5rem;
}
#locations-container h4 {
    font-size: 1.5rem;
}
*/
/*la pricesa locations - end*//*la pricesa locations - end*//*la pricesa locations - end*/


/*la pricesa contactus - start*//*la pricesa contactus - start*//*la pricesa contactus - start*/
#contactus-container .contact-txt {
    max-width: 500px;
    margin: 0px auto 25px;
}
#contactus-form {
    max-width: 800px;
    margin: 0px auto 100px;
}
#contactus-form .form-label {
    font-weight: 700;
    font-size: 1.1rem;
}
#contact-message {
    height: calc(100% - 42px);
}
#contact-form-submit {
    width: 100%;
    max-width: 500px;
    margin: 50px 0px;
}
/*la pricesa contactus - end*//*la pricesa contactus - end*//*la pricesa contactus - end*/

/*la pricesa weeklyad - start*//*la pricesa weeklyad - start*//*la pricesa weeklyad - start*/
#weekly-select-version-box .ad-version-link {
    font-size: 1.25rem;
    margin: 0 .3rem;
}
#weekly-select-version-box span {
    font-size: 1.25rem;
}
#weeklyad-container .full-ad-image {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 1.5rem;
}
#download-weekly-pdf-link {
    display: block;
    background-color: #111;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
}
#download-weekly-pdf-link h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
#download-weekly-pdf-link p {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1;
}
/*la pricesa weeklyad - end*//*la pricesa weeklyad - end*//*la pricesa weeklyad - end*/

/*la pricesa application - start*//*la pricesa application - start*//*la pricesa application - start*/
#apply-form {
    margin-bottom: 5rem;
}
#apply-container .reg-page-head {
    margin-bottom: 1rem;
}
#apply-container h2 {
    margin-bottom: 2rem;
}
#apply-container .contact-txt {
    margin: 0px auto 1rem;
}
#apply-container .divide-line {
    background: #111;
    height: 3px;
}
#apply-container .form-label {
    margin-bottom: 1px;
    font-weight: bold;
}

#apply-container .store-check-form .form-check-input {
    margin-top: 6px;
    cursor: pointer;
}
#apply-container .store-check-form .form-check-label {
    font-size: 16px;
    cursor: pointer;
}
#apply-container .question {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}
#apply-container .anwer-form {
    font-size: 12px;
    margin-bottom: 0.5rem;
}
#apply-container .ifso-group label {
    font-size: 12px;
    margin-bottom: 0px;
}
#apply-container .ifso-group input[type="text"] {
    max-width: 200px;
    font-size: 10px;
    padding-top: .1rem;
    padding-bottom: .1rem;
}
#apply-container .ifso-group textarea {
    font-size: 10px;
}
#employment-history-list li {
    padding-left: 10px;
    margin-bottom: 1rem;
}
#employment-history-list li label {
    font-size: 14px;
}
#employment-history-list li input {
    font-size: 12px;
}

#reference-list li {
    padding-left: 10px;
    margin-bottom: 1rem;
}
#reference-list li label {
    font-size: 14px;
}
#reference-list li input {
    font-size: 12px;
}
#apply-submit {
    min-width: 500px;
}
/*la pricesa application - end*//*la pricesa application - end*//*la pricesa application - end*/












.page-top-image {
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-top-inner{
    /*font-family: 'Fredoka One', cursive;*/
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: relative;
}
.page-top-inner p, .page-top-inner h1{
    color: #fff;
    font-size: calc(25px + 4vw);
    text-align: center;
    text-shadow: 0px 0px 5px #000;
    position: absolute;
    bottom: 20px;
    margin: 0px;
    width: 100%;
}

/* circular page */
#select-ad-cover label {
    font-weight: 700;
    font-size: 1.5rem;
}
#select-ad-cover select {
    font-size: 1.5rem;
}
#circular-page-top, #weekly-ad-page-top {
    background-image: url('../images/index/Home_Image_1450x650-1.jpg');
    margin-bottom: 20px;
    min-height: 100px;
}
#weekly-ad-page-top {
    height: 400px;
    background-position: center; /*changed center to bottom by daehue at 07/21/2020*/
    background-size: cover;
}
#circular-page-top .page-top-inner, #weekly-ad-page-top .page-top-inner {
    background: rgba(0,0,0,0.7);
}
#weekly-ad-page-top .page-top-inner {
    text-align: center;
    padding: 60px 0px 60px;
}
#weekly-ad-page-top .page-top-inner p, .page-top-inner h1 {
    bottom: 20%;
    font-size: calc(20px + 3.5vw);
}
#weekly-ad-page-top .page-top-inner-ad-valid-title {
    margin-top: 5%; /*added by daehue at 07/21/2020*/
}
#specialsCarousel {
    /*height: 250px;*/
    top: 30px;
}
#specialsCarousel .carousel-control-next, #specialsCarousel .carousel-control-prev {
    width: 5%;
}
#specialsCarousel .carousel-inner {
    margin: 0px 5%;
    width: 90%;
}
.special-feature-container {
    margin: 0px auto;
}
.special-feature-container > .row > div[class*="col"] {
    padding: 5px;
}
#specialsCarousel .carousel-item.active{
    transition: opacity .3s ease-in;
}
#specialsCarousel .carousel-item{
    transition: opacity .3s ease-out;
}
.special-feature-item-row .sf-image{
    margin: 0px auto;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.special-feature-container {
    max-width: 800px;
}
.sf-info-box, .sf-info-box-mobile {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Passion One', cursive;*/
    color: #fff;
}
.sf-info-box .sf-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 10px 0px 5px;
    /*
    font-size: 50px;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
    margin: 30px 0px 0px;
    */
}
.sf-info-box .sf-subtitle {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
    min-height: 12px;
    /*
    font-size: 15px;
    line-height: 1;
    text-align: left;
    text-indent: 15px;
    margin-bottom: 10px;
    min-height: 13px;
    */
}
.sf-info-box .sf-price {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    /*
    font-size: 40px;
    text-align: right;
    color: #f00;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin: 0px;
    line-height: 1;
    */
}
.sf-info-box .sf-valid {
    font-size: 12px;
    margin-bottom: 0px;
}
.sf-info-box .add-to-list-sf {
    margin-bottom: 10px;
    width: 300px;
    border: none;
    border-radius: 0px;
    background-color: #ed1a25;
    padding: 2px;
    font-size: 20px;
    font-weight: 700;
}
.great-deal-sticker {
    width: 120px;
    margin: 0px 0px 0px 15px;
}
.great-deal-sticker-mobile {
    width: 60px;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 10%;
}
.sf-modile-col {
    text-align: center;
}
.special-feature-item-row .sf-image-mobile{
    width: 100%;
    max-width: 400px;
}
.sf-info-box-mobile .sf-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 5px 0px 5px;
}
.sf-info-box-mobile .sf-subtitle {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
    min-height: 12px;
}
.sf-info-box-mobile .sf-price {
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
}
.sf-info-box-mobile .sf-valid {
    font-size: 12px;
    margin-bottom: 50px;
}
.sf-info-box-mobile .add-to-list-sf {
    margin-bottom: 50px;
    width: 300px;
    border: none;
    border-radius: 0px;
    background-color: #ed1a25;
    padding: 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.sf-info-box-mobile .add-to-list-sf .valid-date-in-button {
    font-size: 10px;
    font-weight: 400;
    display: block;
}
.page-top-inner .no-sf-item {
    line-height: 1.3;
    top: 20%;
    position: relative;
    bottom: unset;
    text-shadow: none;
    padding: 50px 20px;
}
.page-top-image .page-top-inner-ad-valid-title {
position: unset;
margin-bottom: 30px;
font-size: calc(30px + 1.5vw);
}
#weekly-ad-page-top .ad-valid-date-p {
position: unset;
padding-left: 10px;
padding-bottom: 10px;
font-size: 30px;
line-height: 1;
margin: 20px auto 0px;
width: fit-content;
}
#weekly-ad-page-top .customized-select {
position: relative;
width: fit-content;
margin: 0px auto;
}
#weekly-ad-page-top .ad-valid-date-p.need-options {
border-bottom: 3px solid #fff;
position: relative;
top: 0px;
cursor: pointer;
}
#weekly-ad-page-top .ad-valid-date-p.need-options::after {
content: '';
position: relative;
right: 0px;
top: 30px;
width: 0px;
height: 0px;
margin: 10px;
border-top: 10px solid #fff;
border-right: 10px solid transparent;
border-bottom: none;
border-left: 10px solid transparent;
clear: both;
}
#weekly-ad-page-top .ad-valid-date-p.need-options:hover{
border-bottom-color: #ccc;
}
#weekly-ad-page-top .ad-valid-date-p.need-options:hover::after{
border-top-color: #ccc;
}
#ad-valid-date-select-ul {
position : relative;
left: 0px;
color: #fff;
width: 100%;
text-align: left;
padding: 0px;
list-style: none;
margin: 0px;
overflow: hidden;
max-height: 0px;
z-index: 5;
-webkit-transition: max-height 0.5s ease-out;
transition: max-height 0.5s ease-out;
}
#ad-valid-date-select-ul .vds-li {
font-size: 20px;
position: relative;
background: rgba(255,220,250,0.4);
font-weight: 400;
text-align: center;
padding: 10px 20px;
}
#ad-valid-date-select-ul .vds-li:hover {
background: rgba(255,220,250,0.6);
}
#ad-valid-date-select-ul .vds-li a {
color: #321238;
}
#ad-valid-date-select-ul .vds-li.actived::before {
content: '\2713';
color: #321238;
position: absolute;
left: 30px;
}
#ad-valid-date-select-ul .vds-li.actived a{
cursor: default;
}
#ad-valid-date-select-ul .vds-li.actived a:hover{
text-decoration: none;
}
.customized-select:hover #ad-valid-date-select-ul {
max-height: 150px;
-webkit-transition: max-height 0.5s ease-out;
transition: max-height 0.5s ease-out;
}
/*product icons*/
.grocerie-icon-ul {
    padding: 0px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.grocerie-icon-li {
    text-align: center;
    margin: 5px 0px 5px 0px;
    display: inline-grid;
    min-width: 150px;
}
.grocerie-icon {
    width: 40px;
    margin: 0px auto;
}
.grocerie-text {
    font-size: 11px;
    font-weight: 700;
}
/* ad stall section */
.ad-stall {
    max-width: 600px;
    padding: 25px 20px;
    width: 95%;
    margin: 50px auto;
    background-image: url('../images/circular/white-wooden-board-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    box-shadow: 6px 6px 10px #737475;
}
.ad-title-div {
    width: 200px;
    height: 230px;
    display: inline-block;
    background: #007bff40;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 2px 2px 10px #656266;
}

.ad-title-div:nth-child(2){
    margin-left: 50px;
}
.ad-thumbnail-div {
    margin: 20px auto 10px;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ad-thumbnail {
    width: 100%;
}
.ad-title-div .ad-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    color: #000;
}

.ad-title-div:hover .ad-thumbnail-div{
    margin: 15px auto 5px;
    width: 170px;
    height: 170px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* ad select row */
#ad-select-row > div[class*="col"] {
    min-height: 55px;
}
#ad-select-row .form-group {
    margin-bottom: 15px;
}
#ad-select-row label{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 3px;
    font-weight: 700;
    padding-left: 1px;
}
#ad-select-row select.form-control {
    max-width: 400px;
    border-radius: 0px;
    border-color: #cdd0d2;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding-right: 1.5em;
}
#ad-dept-main-row div[class*="col"]{
    margin-bottom: 15px;
    border-bottom: 4px double #ffe4e1;
}
.open-pdf-ad {
    float: right;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 3px 12px;
    position: absolute;
    bottom: 0px;
    right: 15px;
    height: 40px;
    min-width: 150px;
    border: none;
    border-radius: 0px;
}
.open-pdf-ad .fa-ad {
    position: relative;
    top: 3px;
    font-size: 24px;
    margin-right: 5px;
}

.ad-select-form-group label {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 1px;
}
.ad-select-form-group select.form-control {
    border-radius: 0px;
    border-color: #cdd0d2;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding-right: 1.5em;
}
.ad-dept{
    width: 100%;
    margin: 0px auto 15px;
    /*border: 1px solid #614a48;*/
}
.ad-dept-top {
    width: 100%;
    height: 40px;
    background: #e41313;
    color: #fff;
    text-align: center;
}
#ad-dept-main-row div[class*="col"]:nth-child(2n) .ad-dept-top {
    background: #100c40;
}
#ad-dept-main-row div[class*="col"]:nth-child(3n) .ad-dept-top {
    background: #3796dc;
}
#ad-dept-main-row div[class*="col"]:nth-child(4n) .ad-dept-top {
    background: #ff9000;
}
#ad-dept-main-row div[class*="col"]:nth-child(5n) .ad-dept-top {
    background: #ff6aad;
}
#ad-dept-main-row div[class*="col"]:nth-child(6n) .ad-dept-top {
    background: #008ca5;
}
#ad-dept-main-row div[class*="col"]:nth-child(7n) .ad-dept-top {
    background: #005037;
}
#ad-dept-main-row div[class*="col"]:nth-child(8n) .ad-dept-top {
    background: #150050;
}
#ad-dept-main-row div[class*="col"]:nth-child(9n) .ad-dept-top {
    background: #29231e;
}
#ad-dept-main-row div[class*="col"]:nth-child(10n) .ad-dept-top {
    background: #5d213c;
}
.ad-dept-top h2 {
    width: 95%;
    margin: 0px auto;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ad-product-image{
    width: 70%;
    margin: 15px 15%;
}
.ad-dept-bottom {
    width: 100%;
    height: 30px;
    background: #ff9700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.ad-dept-bottom p{
    line-height: 30px;
    font-size: 15px;
    margin: 0px;
}
.ad-dept-bottom:hover p {
    font-weight: 700;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ad-dept-bottom.opened:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #ff9700;
}




/** Circular2 NEW DEPARTMENT 19-12-16 End **/

.ad-product-main-row {
    border: 1px solid #100c40;
    margin: 0px 0px 50px;
    overflow: hidden;
    opacity: 1;
    /*
    -webkit-transition: opacity .5s linear 1s;
    -moz-transition: opacity .5s linear 1s;
    -o-transition: opacity .5s linear 1s;
    transition: opacity .5s linear 1s;
    */
}
.ad-product-sub-row-top {
    background: #100c40;
    color: #fff;
    text-align: center;
}
.ad-product-main-title {
    font-size: calc(2vw + 18px);
    margin: 5px 0px;
    line-height: 1;
}
.ad-product-main-valid-period {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
/*
.ad-product-sub-row-bottom {
    background: #100c40;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.ad-product-main-close {
    font-size: 20px;
    margin: 5px;
}
*/
.product-detail-row {
    margin: 15px 0px;
    overflow-y: auto;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
/*
.ad-product-main-row.closed .product-detail-row {
    max-height: 0px !important;
    overflow-y: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.ad-product-main-row.closed {
    opacity: 0;
    -webkit-transition: opacity .5s linear 1s;
    -moz-transition: opacity .5s linear 1s;
    -o-transition: opacity .5s linear 1s;
    transition: opacity .5s linear 1s;
}
*/
.product-detail-row .product-col {
    padding: 5px;
}
.dept-product-box {
    height: 100%;
    max-width: 200px;
    border: 1px solid #ddd;
    padding: 5px 5px 50px;
    text-align: center;
    position: relative;
    margin: 0px auto;
}
.dept-product-box h3 {
    font-size: 18px;
    font-weight: 700;
    min-height: 42px;
    margin-bottom: 5px;
}
.dept-product-box h5 {
    font-size: 10px;
    margin-bottom: 5px;
    text-align: left;
}
/*
.dept-product-box h4 {
    font-size: 16px;
    text-align: right;
}
*/
.dept-product-image-cover {
    position: relative;
}
.dept-product-icon {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 5%;
    width: 30px;
}
.dept-product-image {
    width: 90%;
    max-width: 100px;
    margin-bottom: 5px;
}
.btn-add-thisProduct {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 16px;
    padding: 2px 5px;
    width: calc(100% - 10px);
    border-radius: 0px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.white-space-when-no-ad {
    min-height: 500px;
}



ul.weekly-ad-cover {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}
.weekly-ad-cover .full-page {
    width: 100%;
}
.weekly-ad-cover .full-page img {
    width: 100%;
}
.weekly-ad-cover .gate-page {
    width: 50%;
    display: inline-block;
    text-align: center;
}
.weekly-ad-cover .gate-page img{
    max-width: 285px;
    width: 100%;
}
.not-lg-view-ad .weekly-ad-cover {
    margin-bottom: 25px;
}
/*JOB*/
/*
#jobs-page-top {
    background-image: url('../images/menu/MARIANAS_JOBS_COVER_1050x700.jpg');
}


#application-container h2{
    margin-bottom: 50px;
    width: 100%;
    line-height: 1;
    font-size: calc(8px + 1vw);
    text-align: center;
}
#application-container > .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
#application-container .color-row {
    background-color: #f95b5b;
    padding-top: 15px;
    padding-bottom: 15px;
}
#application-container h3{
    width: 100%;
    margin: 0px;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
}
#application-container label{
    margin: 5px 0px;
    font-weight: 700;
}
#application-container .form-control{
    border-color: #8a8a8a;
    border-radius: 2px;
}

#administrative-text{
    border: none;
    border-bottom: 1px solid #111;
    padding: 3px 3px 3px 0px;
    height: 20px;
    font-size: 15px;
    margin-left: 15px;
    width: 100px;
    color: #444;
}
#application-container .questions{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 20px;
}
#application-container .questions.highlight{
    background-color: #d6d674;
    border-top: none;
    padding-top: 0px;
}

#application-container .row .col-12:first-child .questions {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
.form-check-inline .form-check-input{
    margin-top: -3px;
}
.exp-textarea {
    margin-top: 10px;
    display: none;
}
#edu-inputs, #history-inputs, #refer-inputs{
    width: 100%;
    margin: 30px auto 10px;
    border: 1px solid #000;
    border-radius: 10px;
}
#edu-inputs .row, #history-inputs .row, #refer-inputs .row{
    padding: 10px;
    margin: 0px;
}
#edu-inputs .row .offset-md-6 .form-group {
    margin-bottom: 0px;
}
#edu-save-btn, #history-save-btn, #refer-save-btn {
    width: 100%;
}
#edu-show ul, #refer-show ul{
    float: left;
    padding: 40px 40px 20px 50px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
    position: relative;
}
#edu-show ul:nth-child(odd), #history-show ul:nth-child(odd), #refer-show ul:nth-child(odd){
    background-color: #ffc7c7;
}
#edu-show ul:nth-child(even), #history-show ul:nth-child(even), #refer-show ul:nth-child(even){
    background-color: #bba4a4;
}
.edu-edit, .history-edit, .ul-delete, .refer-edit {
    cursor: pointer;
}
.edu-edit, .history-edit, .refer-edit {
    margin-right: 5px;
}
.jobs-ul-icons i:hover {
    color: #555;
}
.jobs-ul-icons {
    position: absolute;
    top: 5px;
    right: 20px;
}
#history-show ul{
    padding: 40px 40px 20px 50px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 20px;
    margin: 10px auto;
    position: relative;
    width: 95%;
}

.job-question2-exp, .question-d-none{
    display: none;
}
.job-question2-exp .form-control {
    max-width: 200px;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #000;
}
#application-container .terms {
    font-size: 14px;
    line-height: 1.1;
    margin: 0px auto;
}
#job-signature{
    border: 1px solid black;
}
.job-date{
    text-align: right;
    margin: 10px 0px 5px;
    font-size: 20px;
}
#job-submit {
    font-size: 30px;
    font-weight: 900;
}
.warning-text {
    color: #ff0000;
    display: none;
}
#job-alert-message {
    font-size: 20px;
    margin-bottom: 0px;
}
#job-alert-modal .modal-footer button{
    width: 100%;
}
#job-signature-remove{
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    padding: 5px;
}
*/
















/* #apply-form {
    color: #222;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 40px 0px;
}
#apply-form .form-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px 0px 0px;
}
#apply-form .form-subtitle {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
#apply-form .form-check-input {
    margin-top: .3rem;
}
#apply-form .form-explain-div {
    border-top: 4px solid #111;
    padding-top: 20px;
}
#apply-form .form-explain-div p:last-child{
    color: #f00;
    font-weight: 700;
    font-size: 16px;
}
#apply-form label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}
#apply-form .like-label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}
#apply-form .label-for-store {
    margin-bottom: 10px;
}
#apply-form .form-check {
    margin-left: 10px;
    margin-bottom: 10px;
}
#apply-form .form-check.form-check-inline {
    margin-left: 0px;
}
#apply-form .form-check .form-check-label {
    font-size: 15px;
    cursor:pointer;
    margin-bottom: 0px;
    font-weight: 400;
}
#apply-form .form-control {
    font-size: 14px;
    padding: 3px 6px;
}
#apply-form .resume-sub-title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0px;
  color: #f00;
  text-transform: uppercase;

}
#apply-form .question {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}
#apply-form .table td, #apply-form .table th {
    border-top: 1px solid #333;
}
#apply-form textarea.form-control {
    resize: none;
}
#apply-form .table td input{
    width: 100%;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: 3px 6px;
    font-size: 14px;
}
#apply-form input[type="submit"].btn {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0px;
    padding: 20px 0px;
}
#apply-form .ifso-group {
    display: none;
} */








@media (min-width: 992px) {
    #introduction-inner-cover p {
        font-size: 20px;
    }

}
@media (max-width: 991.98px) {
    #contact-us-image-section {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    #main-carousel .carousel-item .adjusting-img {
        width: unset;
        margin-left: 50%;
        transform: translateX(-50%);
        max-height: 450px;
    }
    #main-carousel .carousel-item {
        overflow-x: hidden;
    }
    .top-slider-opacity-cover {
        display: none;
    }
    #contact-us-image-section {
        height: 300px;
    }

    #contactus-container h3 {
        font-size: 30px;
    }
    #contactus-container p {
        font-size: 14px;
    }
    #signup-section {
        text-align: center;
    }
    #signup-iframe {
        margin: 5rem auto;
    }
}
