/*
Theme Name: tsaocaatea
Text Domain: tsaocaatea.com
Version: 2.0
Author: Mike
*/

header {
    background: #d3b872;
    height: 60px;
    line-height: 60px;
}

@font-face {
    font-family: 'dosis';
    src: url('fonts/dosis-medium-webfont.woff2') format('woff2'),
    url('fonts/dosis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.load-box {
    display: flex;
    background: #d3b872;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1112;
}

.load-box-logo {
    width: 200px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #cb5000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #cb5000, 0 0 5px #cb5000;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #cb5000;
    border-left-color: #cb5000;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body {
    background: #fefcf7;
    font-family: 'dosis', Arial, sans-serif;
}

p {
    line-height: 1.75;
}

a {
    color: black;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: #cb5000;
    transition: all 0.3s;
}

.text-primary {
    color: #fed136 !important;
}

::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

/*nav*/
.swiper-button-prev {
    width: auto !important;
    left: 0 !important;
}

.swiper-button-next {
    width: auto !important;
    right: 0 !important;
}

.ts-logo {
    width: 180px;
    transition: all 0.3s;
    margin-bottom: -70px;
}

.ts-nav-right a {
    font-family: 'dosis', Arial, sans-serif;
    font-size: 15px;
    padding: 0 15px;
    color: black;
}

.nav-item-new {
    position: relative;
}

.nav-new-png {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 4px;
}

.nav-new-png img {
    width: 35px;
}

@media (max-width: 992px) {
    .nav-new-png {
        text-align: left;
        top: 4px;
        left: 30%;
    }
}

.container-fluid-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mainNav {
    background-color: #d3b872;
}

#mainNav .navbar-toggler {
    font-size: 30px;
    right: 0;
    padding: 0;
    text-transform: uppercase;
    color: black;
    border: 0;

}

#mainNav .navbar-brand {
    color: #fed136;

}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: black;

}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    background: white;
}

#mainNav .navbar-nav .nav-item.active .nav-link, #mainNav .navbar-nav .nav-item .nav-link:hover {
    transition: all 0.5s;
}

.jy-slide-hero {
    height: 600px;
}

@media (min-width: 992px) {
    .jy-slide-hero {
        padding-top: 64px;
    }

    #mainNav {
        padding-top: 0px;
        padding-bottom: 0px;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: #d3b872;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 25px 12px 15px 12px !important;
    }

    #mainNav.navbar-shrink {

        background-color: #d3b872;
    }

    #mainNav.navbar-shrink .ts-logo {
        width: 170px;
    }

}

@media (max-width: 992px) {
    .navbar-nav {
        padding-top: 10px;
    }

    .container-fluid-nav {
        padding-top: 0;
    }

    .ts-logo {
        width: 180px;
        margin-bottom: 0px;
        transition: all 0.3s
    }

    footer ul {
        margin-bottom: 0;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .ts-big-title {
        font-size: 36px !important;
    }

    #mainNav.navbar-shrink .ts-logo {
        width: 150px;
    }

    .jy-slide-hero {
        padding-top: 70px;
    }
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-img {
    width: 33px;

}

.swiper-container {
    width: 100%;
    height: 100%;
}

.jy-slide-hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-position: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ts-more {
    color: #cc9900;
}

.jy-p-text {
    font-size: 18px;
}

.swiper-container-gallery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container-gallery .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.jy-contact-btn {
    position: absolute;
    right: 0px;
    bottom: -10px;
    z-index: 100;
}

@media (max-width: 992px) {
    .jy-contact-btn {

        right: 30px;

    }
}

.jy-contact-btn img {
    width: 120px;
}

.swiper-container-gallery-box {

}

.swiper-container-gallery-box .swiper-container-gallery-top {
    height: 500px;
}

@media (max-width: 992px) {
    .jy-contact-btn img {
        width: 120px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 5px 10px;
    }

    .jy-slide-hero {
        height: 450px !important;
    }

    .swiper-button-img {
        width: 35px;

    }

    #mainNav.navbar-shrink .ts-logo {
        width: 180px;

    }
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 135px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-products-box {
    height: 230px;
}

@media (min-width: 1200px) {
    .swiper-container-products-box {
        height: 230px;
    }
}

.swiper-container-gallery-products .swiper-slide {
    background-size: cover;
    background-position: center center;
}

footer {
    font-size: 16px;
    background: #d3b872;
}

footer ul {
    margin-bottom: 0;
}

footer a {
    color: black;
}

footer li {
    padding: 5px 30px;
}

footer li.ts-footer-social a {
    background: white;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    display: flex;
    border-radius: 30px;

}

footer li.ts-footer-social a i {
    font-size: 12px;
    color: #c3a34c;
}

@media (max-width: 992px) {
    .jy-story-big-title {
        margin-top: 50px;
        font-size: 36px;
    }

    .jy-story-sub-title {
        font-size: 24px;
    }
}

.jy-story-img {
    border: solid 3px #c3a34c;
}

.jy-story-btn {
    width: 150px;
    text-align: center;
    color: black;
    text-transform: uppercase;
    margin: 0 15px;
    border-radius: 5px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #d3b872;
}

@media (max-width: 992px) {
    .jy-story-btn {
        font-size: 16px;
        margin: 0 15px;
    }
}

.jy-menu-img-box {
    /*border: solid 4px #d3b872;*/
}

.jy-menu-img-hover-content {
    opacity: 0;
    height: 0;
    background: rgba(211, 184, 114, 0.91);
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #d3b872;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.jy-menu-img-hover-content.hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    height: 100%;
    color: black;
}

.jy-menu-img-hover {
    cursor: pointer;
}

.jy-menu-img-hover-title {
    font-weight: normal !important;
}

.jy-menu-img-hover-text {
    font-family: Arial sans-serif;
    font-weight: 400;
}

.jy-menu-btn strong {
    opacity: 0;
}

.jy-menu-btn.active {
    color: #d3b872;
}

.jy-menu-btn.active strong {
    opacity: 1;
}

.jy-location-banner {
    padding-top: 130px;
    background: #a1dcff;
}

.form-control-search {

    height: 26px;
    margin-left: 20px;
    border: solid 2px #d3a700;
    display: inline-block;
    border-radius: 0;
}

.send-btn {
    border: none;
    border-radius: 4px;

    color: black;
    width: 89px;
    height: 28px;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    background: #d3b872;
}

.send-btn:hover {
    background: #cb5000;
}

.jy-location-search-bar-item-input {
    width: 270px;
}

.ts-menu {
    overflow: hidden;
}

@media (max-width: 992px) {
    .jy-location-search-bar {
        flex-wrap: wrap;
    }

    .jy-location-search-bar div {
        text-align: center;
        width: 100%;
    }

    .jy-location-search-bar-item {
        padding-top: 20px;
    }

    .send-btn {
        margin-top: 20px;
    }

    .jy-location-search-bar-item-input {
        width: 100%;
    }

    .ts-menu-row {
        margin-left: 0;
        margin-right: 0;
    }

    .jy-location-search-bar-item-row {
        margin-right: 0;
        margin-left: 0;
    }

    .form-control-search {
        margin-left: 0;
    }

    .jy-location-region {
        margin-top: 40px;
    }

    .jy-location-map {
        height: 80% !important;
    }

}

.jy-location-region-border {

    border-right: solid 1px #d3b872;
}

.jy-location-region-btn.active {
    color: #d3b872;
}

.jy-franchise-top-pic-box-img {
    height: 210px;
    background-size: cover;
    background-position: center center;
}

.jy-franchise-top-pic-box-text {
    position: absolute;
    background: rgba(211, 184, 114, 0.77);
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 200 !important;
    margin-bottom: 0;
    width: 100%;

}

@media (max-width: 992px) {
    .jy-franchise-top-pic-box {
        margin-bottom: 30px;
    }
}

.swiper-button-prev-fr img {
    width: 20px !important;
}

.swiper-container-fr-box {
    height: 210px;
}

.swiper-container-products-box-fr {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

@media (max-width: 992px) {
    .swiper-container-products-box-fr {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

.jy-process-bar {
    font-size: 28px;
}

.jy-process-bar-cr {
    width: 40px;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    background: #d3b872;
    border-radius: 50%;
    display: inline-block;
    font-size: 22px;
    height: 40px;
}

@media (min-width: 992px) {
    .jy-process-bar-item {
        display: flex;
        flex-wrap: nowrap;

        align-items: center;
    }

}

@media (min-width: 992px) {
    .container-jy {
        max-width: 800px;
    }
}

@media (max-width: 992px) {
    .jy-process-bar-cr
    .jy-process-bar {
        font-size: 24px;
        width: 90% !important;
    }

    .jy-p-text {
        text-align: center;
    }

    .jy-process-bar-cr {
        width: 40px;
        line-height: 40px;
        border-radius: 50%;

        height: 40px;
    }

}

.jy-loc-top-pic-box-img {
    height: 161px;
    background-size: cover;
}

.dropdown-items-jy {
    background: white;
}

@media (min-width: 1200px) {
    .container-jy-full {

    }
}

.dropdown-items-jy {
    display: none;
}

@media (min-width: 992px) {
    #nav-item-hover {
        position: relative;
    }

    .dropdown-items-jy {
        transition: all 0.3s;

        width: 120%;
        position: absolute;
        background: white;
        height: auto;
    }

}

#nav-item-hover {
    transition: all 0.3s;
}

#nav-item-hover.show {
    background: white;
}

#nav-item-hover.show .dropdown-items-jy {
    display: block;
}

.dropdown-items-jy a {
    padding: 15px;
    text-align: left;
    display: block;

}

.dropdown-items-border {
    border-bottom: solid 1px #d3b872;
}

.jy-re-img {
    width: 150px;
}

.img-qr {
    width: 150px;
}

.jy-contact-sub-title {
    font-size: 14px;
}

.jy-p-text-contact {
    font-size: 16px;
}

@media (min-width: 1000px) {
    .jy-p-text-contact {
        width: 55%;

        margin: auto;
    }

    .jy-p-text-contact-form {
        width: 650px
    }
}

.jy-p-text-contact-form .col-md-8, .jy-p-text-contact-form .col-md-10 {
    padding-left: 0;
}

.jy-story-btn {
    border: none;
}

.form-control {
    border-radius: 0;
    border-color: #d3a700;
}

.form-control-textarea-jy {
    height: 111px !important;
}

.help-block ul {
    padding-left: 0;
}

.ts-menu .jy-menu-btn.bs {
    display: none !important;
}

.videos {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.65);
    left: 0;
    top: 0;
    z-index: 100000;
}

.videos .videos-box {

    border: 10px solid #D4B872;
    left: 50%;
    top: 50%;
    position: fixed;
    margin-left: -210px;
    margin-top: -320px;
    width: 320px;
    height: 600px;
    background: #D4B872;
    overflow: scroll;
}

.videos video {
    width: 100%;
    height: 100%;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .videos {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        background: rgba(255, 255, 255, 0.65);
        left: 0;
        bottom: 0;
        z-index: 100000;
    }

    .videos .videos-box {
        width: 100%;
        height: 100%;
        left: auto;
        margin-left: 0;
    }
}

.index-map {
    width: 75%;
}

@media (max-width: 768px) {
    .index-map {
        width: 100%;
    }

}

.swiper-container-gallery .swiper-slide-index {
    background-position: top center;
}

.tip_text {
    transition: opacity 1s;
    display: none;

    padding: 0 10px;
    background: #ffffff;
    border: solid 1px #CC9900;
    border-radius: 4px;
}

.franchise_content {
    width: 75%;
}

@media (max-width: 992px) {
    .map_box_page {
        margin-top: 72px;
    }

    .jy-location-region {
        overflow: hidden;
    }

    .jy-location-region-border {
        padding: 20px;

        border: none;
    }

    .franchise_content {
        width: 100%;
    }

    .jy-loc-top-pic-box-img {
        height: 220px;
    }

    .jy-location-region .h4, .jy-location-region .jy-location-region-btn {
        text-align: center
    }

    .swiper-container-gallery-box .swiper-container-gallery-top {
        height: 300px;
    }
}

.jy-location-row {

}

.ts-franchise {
    width: 100%;
    display: none;

    height: 100%;
    position: fixed;
    left: 0;
    overflow: scroll;
    background: rgba(57, 53, 53, 0.84);
    top: 0;
    z-index: 9999;

}

.ts-franchise-box {
    width: 70%;
    border: solid 1px #d3b872;
    margin: 10% auto 10% auto;
    background: #fefcf7;
}

.ts-franchise-box .form-group {
    margin-bottom: 10px;
}

.ts-franchise-box .form-control {
    padding-top: 10px;
    height: calc(1em + .75rem + 2px);
    padding-bottom: 10px
}

#close_btn {
    right: 30px;
    top: 30px;
}

#close_btn img {
    width: 20px;
}

@media (max-width: 768px) {
    .ts-franchise-box {
        width: 100%;

    }

    #close_btn {
        right: 10px;
        top: 10px;
    }
}

#sendMessageButton_franchise {
    margin-left: 0;
}