html{
    font-size: 16px;
}
body{
    font-size: 1rem;
    font-family: 'Moderat', sans-serif;
    font-weight: 300;
    color: #133812;
}
a, button, input, select, textarea{
    text-decoration: none !important;
    outline: none !important;
}
a, button{
    transition: all ease-in-out 300ms;
}
a{
    color: inherit;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Sackers Gothic Std', sans-serif;
    font-weight: 900;
}
p{
    font-family: 'Moderat', sans-serif;
    font-weight: 300;
    font-size: 1.0625rem;
}

.chat-via-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 60px;
    width: 200px;
}

#wa-widget-send-button {
    margin: 0 0 50px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 10px;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
}
.wa-text {
    color: white; 
    font-size: 18px;
}

.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top i {
    position: relative;
    top: 2px;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#header{
    position: relative;
    text-align: center;
    height: 4rem;
    background: #fcf7ed;
}
.brand{
    display: inline-block;
    font-family: 'ContaxSansW01-65Medium', sans-serif;
    font-weight: 700;
    font-size: 1.345rem;
    line-height: 4rem;
    color: #ffac0c !important;
    letter-spacing: 0.720em;
}
.logo{
    position: absolute;
    top: 15px;
    right: 34px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 23px;
    line-height: 2rem;
}
.logo .open-main-nav{
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border: 0;
    background: none;
    font-size: 2rem;
    margin-left: 10px;
    line-height: 2rem;
    color: #ffac0c !important;
}


.desktop-nav{
    background: #fcf7ed;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    height: 3.375rem;
}
.main-nav{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav li a{
    display: inline-block;
    text-align: center;
    font-family: 'Moderat', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 0 15px;
    text-transform: uppercase;
    color: #133812;
}
.main-nav li.current a, .main-nav li a:hover{
    color: #ffac0c;
}

.btn-contact {
    background: #ffac0c;
    color: #000000 !important;
}

.close-main-nav{
    padding: 10px 25px;
    font-size: 2.3rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #133812;
    border: 0;
    background: transparent;
    z-index: 99;
}

.banner-box{
    font-family: 'ContaxSansW01-65Medium', sans-serif;
    font-size: 1.26rem;
    font-weight: 500;
    position: relative;
}
.banner-box img{
    display: block;
    width: 100%;
    height: auto;
}
.banner-box .banner-caption{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    line-height: 1.47;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    z-index: 9;
}

.section-title{
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 2.812rem;
    line-height: 1.4;
}

.hs-spacer{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

.img-fw{
    display: block;
    width: 100%;
    height: auto;
}

.home-carousel figure{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}
.home-carousel figure img{
    display: block;
    width: 100%;
    height: auto;
}
.home-carousel figure figcaption{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.75rem;
    padding: 15px 25px;
    color: #fff;
    z-index: 9;
}

.carousel{
    display: none;
}
.carousel.slick-initialized{
    display: block;
}

.slick-dots{
    margin: 0 auto;
    position: absolute !important;
    bottom: 0;
    padding: 17px 15px;
    left: 0;
    right: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    padding: 0 3px;
}
.slick-dots li button{
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 80px;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
}
.slick-dots li.slick-active button{
    background: #fff;
}
.hs-3{
    padding-bottom: 7rem;
}

#footer{
    background: #ffac0c;
    color: #fcf7ed;
    padding-top: 4rem;
    padding-bottom: 1.875rem;
}
#footer a{
    color: #fcf7ed;
}

.contact-heading{
    margin-bottom: 1.875rem;
}
.contact-heading h2{
    font-size: 1rem;
    letter-spacing: 0.08rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact-heading p{
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.contact-content{
    font-size: 0.625rem;
    margin-bottom: 1rem;
}
.midori-logo{
    display: inline-block;
    margin-bottom: 1rem;
}
.fine-print{
    color: #0d5628;
    font-size: 0.674rem;
    line-height: 1;
    letter-spacing: 0.08em;
}
.footer-mb{
    margin-bottom: 1.875rem;
}
.form-wrapper{
    padding-top: 2rem;
}
.contact-page-wrapper{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.contact-page-wrapper.second{
    margin-top: 100px;
}
.form-wrapper form{
    display: block;
}
.input-wrapper{
    margin-bottom: 0.5rem;
    position: relative;
}
.input-wrapper input{
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fcf7ed;
    padding: 0 9px;
    height: 2rem;
    line-height: 2rem;
    background: none;
    color: #fcf7ed;
    font-size: 0.812rem;
}
.input-wrapper input::placeholder{
    color: #fcf7ed;
}
.input-wrapper input[type=checkbox] {
    display: inline-block;
    width: 25px;
    top: 10px;
    position: relative;
}
.input-wrapper textarea{
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
}
label.error{
    font-size: 0.812rem;
    color: red;
}
.form-message.has-content.success {
    padding: 10px;
    background: #fcf7ed;
    color: #ffac0c;
}

.submit-wrapper .button{
    display: block;
    width: 100%;
    margin-top: 1.375rem;
}
.button{
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 0.812rem;
    line-height: 2.375rem;
    color: #133812;
    font-weight: bold;
    border: 0;
    background: #fcf7ed;
}

.ls-1{
    /*padding-bottom: 1.562rem;*/
    /*background: #fcf7ed;*/
}
.ls-2 .content{
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 1.312rem;
}

.ls-4{
    padding-top: 3.375rem;
    padding-bottom: 4.5rem;
}
.ls4-image{
    margin-bottom: 3.125rem;
}
.ls-4 .content{
    margin-bottom: 2.5rem;
}
.ls-4 .content h2{
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    line-height: 1.25;
}
.ls-4 .content ul{
    padding-inline-start: 1rem;
}
.ls-4 .content ul li{
    margin-bottom: 1.2rem;
    line-height: 1.25;
}


.gs-1{
    background: #fcf7ed;
    padding-top: 1rem;
    padding-bottom: 5rem;
}
.gallery-wrapper .row{
    margin-left: -9px;
    margin-right: -9px;
}
.gallery-wrapper .row>div{
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px;
}

.button-group{
    display: inline-block;
    border-bottom: 2px solid #d1ccc4;
    position: relative;
    margin-bottom: 4.815rem;
}
.button-group button{
    display: inline-block;
    padding: 20px 20px;
    font-size: 1.05rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: #232423;
    position: relative;
    border: 0;
    background: none;
    font-family: 'Moderat Condensed', sans-serif;
    font-weight: normal;
}
.button-group button.active:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #43423f;
}

.panoramic-tour{
    width: 100%;
    height: 100vh;
}

.sp-1{
    background: #fcf7ed;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.sp-1 .section-title{
    font-family: 'Sackers Gothic Std', sans-serif;
    font-weight: 900;
    font-size: 0.93rem;
    line-height: 1.25;
}
.pano-popup{
    max-width: 1300px;
    width: 100%;
    padding: 0;
    position: relative;
}
.interactive{
    position: relative;
    overflow: hidden;
}
.interactive .interactive-caption{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 2%;
    color: #fff !important;
}
.interactive .interactive-caption .section-title{
    color: #fff !important;
    margin-bottom: 1em;
}

.interactive-caption table tr td{
    padding-right: 10px;
    font-size: 0.875rem;
    line-height: 1.1;
}

.interactive .base-image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
.interactive .point{
    font-family: 'Acumin Pro SemiCondensed',sans-serif;
    font-weight: 600;
    position: absolute;
    z-index: 9;
    display: block;
    border: 0;
    padding: 0;
    background: none;
    color: #fff;
}
.interactive .point .number{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 100px;
    background: #27c661;
    color: #fff;
}

.interactive .point .image{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 100px;
}
.interactive .point .image img{
    display: block;
    width: 150px !important;
    height: 100px !important;
    left: 45px;
    bottom: 40px;
    position: relative;
    box-sizing: content-box;
}
.interactive .point:hover .image{
    display: block;
}
.interactive .point .image .fas{
    position: absolute;
    bottom: 40px;
    left: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 100px;
    z-index: 9;
    text-align: center;
}
.interactive .point .image .fas:before{
    line-height: 100px;
    text-align: center;
}

.interactive-instruction{
    text-align: center;
    font-family: 'Moderat Condensed', sans-serif;
    font-weight: normal;
    padding-top: 2.5rem;
    font-size: 0.875rem;
}

.sp-box{
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
}
.sp-box h2{
    color: #133812;
    font-family: 'Moderat Condensed',sans-serif;
    font-weight: normal;
    font-size: 1.375rem;
    margin-bottom: 2rem;
    letter-spacing: 0.06em;
}
.sp-box-2{
    padding-top: 5rem;
}
.sp-box-3{
    padding-top: 3.437rem;
}
.sp-box-4{
    padding-top: 7rem;
    padding-bottom: 9rem;
}

.sp-3{
    background: #edebe9;
    padding-top: 6.75rem;
    padding-bottom: 6.25rem;
}
.sp-3 h2{
    color: #133812;
    font-family: 'Sackers Gothic Std',sans-serif;
    font-weight: 900;
    font-size: 1.375rem;
    margin-bottom: 3.75rem;
    letter-spacing: 0.06em;
}

.slick-arrow{
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    background: none;
    z-index: 9;
}
.slick-arrow.slick-prev{
    left: 0;
}
.slick-arrow.slick-next{
    right: 0;
}
.spc-box .image{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.spc-box .caption{
    text-align: center;
    padding-top: 2.5rem;
    font-size: 1rem;
    font-family: 'Moderat Condensed', sans-serif;
    font-weight: normal;
}
.vts-1{
    background: #fcf7ed;
}
.vts-wrapper{
    height: calc(100vh - 118px);
    position: relative;
    background: #fcf7ed;
}
.vts-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.fancybox-button{
    opacity: 1 !important;
}
.prop-number{
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: rgba(39, 198, 97, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.page-main{
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.contact-page{
    background: #ffac0c;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
}

.contact-page a{
    color: #fff !important;
}
.link-underline{
    text-decoration: underline !important;
}

.fs-banner{
    height: calc(100vh - 118px);
    position: relative;
    transform-style: preserve-3d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fs-banner .inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.fs-banner .caption{
    font-family: 'ContaxSansW01-65Medium', sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    color: #fff;
    line-height: 1.47;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    z-index: 9;
    max-width: 550px;
    margin: 0 auto;
    background: rgb(0,0,0,0.8);
}
.fs-banner .scroller{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    background: none;
    z-index: 9;
    animation: MoveUpDown 1s alternate infinite;
}
.big {
    font-size: 40px;
}
.contact-bigger {
    font-size: 28px;
}
.sp-nav{
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    text-align: center;
    position: relative;
    display: inline-block;
}
.sp-nav:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(35, 36, 35, 0.2);
}
.sp-nav li{
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sp-nav li:first-child{
    padding-left: 0;
}
.sp-nav li:last-child{
    padding-right: 0;
}
.sp-nav li a{
    display: block;
    color: #232423;
    font-family: 'Moderat Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.05rem;
    line-height: 1.25;
    text-transform: uppercase;
    padding: .5rem 0;
    position: relative;
}
.sp-nav li a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: transparent;
    display: block;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in-out 300ms;
}
.sp-nav li:hover a:after{
    width: 100%;
    background: #232423;
}

.clone-nav{
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    background: #fcf7ed;
    z-index: 991;
    padding-bottom: 15px;
    transform: translateY(-100px);
    transition: all ease-in-out 300ms;
}
.scrolled .clone-nav{
    transform: translateY(0);
}
.clone-nav .sp-nav{
    margin-bottom: 0;
}

.footer-content{
    padding-top: 5rem;
    font-size: 0.675rem;
}
.footer-content p{
    font-size: 0.675rem;
}
.footer-content img{
    display: inline-block;
    margin-bottom: 2rem;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media(min-width: 1400px){

    .ls-1-wrapper{
        width: calc(100% - 170px) !important;
        margin-left: auto;
        margin-right: auto;
        height: calc(100vh  - 225px);
        position: relative;
    }
    .ls-1-wrapper img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .home-banner .h1-carousel img{
        width: calc(100% - 170px) !important;
        height: calc(100vh  - 225px);
        object-fit: cover;
        object-position: center;
        margin-left: auto;
        margin-right: auto;
        display: block !important;
    }

    .sp-box{
        max-width: calc(100% - 170px) !important;
        width: 100%;
    }
}

@media(min-width: 992px) and (max-width: 1400px){
    .main-nav li a{
        padding: 0 5px;
        font-size: .75rem;
    }
}

@media(min-width: 1300px){
    .container{
        max-width: 1270px;
    }
    .hs-1-wrapper{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media(min-width: 992px) {
    .hs-2 .content{
        max-width: 319px;
        margin-left: 65px;
    }
    .hs-1 .content{
        max-width: 495px;
    }
    body{
        padding-bottom: 3.375rem;
    }
    .main-nav{
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    .main-nav li{
        flex: 1;
    }
    .main-nav li a{
        height: 3.375rem;
        line-height: 3.375rem;
    }
    .open-main-nav{
        display: none !important;
    }
    .contact-page .container{

    }
}
@media(max-width: 991px){
    .chat-via-whatsapp {
        bottom: 20px !important;
    }    
    #wa-widget-send-button {
        bottom: -20px !important;
    }        
    .logo{
        right: 15px;
    }
    .sm-mb-2{
        margin-bottom: 2rem;
    }
    .section-title{
        margin-bottom: 1.12rem;
    }
    .hs-2 .content{
        max-width: 720px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .desktop-nav{
        position: fixed;
        bottom: auto;
        top: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 300ms;
    }
    .main-nav-open .desktop-nav{
        height: 100%;
        overflow: auto;
        opacity: 1;
        visibility: visible;
    }
    .main-nav{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .main-nav li a{
        font-size: 1rem;
        padding: 10px 15px;
    }
    .form-wrapper form{
        margin-left: auto;
        margin-right: auto;
    }
    #footer{
        text-align: center;
    }
    .interactive .point .number {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: .8rem;
    }
    .interactive .point:hover .image{
        display: none;
    }
    .logo img{
        display: none !important;
    }
    .sp-2 .sp-box{
        padding-top: 1.5rem;
        padding-bottom: 0;
    }
    .sp-box h2{
        margin-bottom: 1rem;
    }
    .sp-3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .spc-box .caption{
        padding-top: 1.2rem;
    }
    .slick-arrow img{
        width: 20px;
    }
    .slick-arrow.slick-prev{
        left: 15px;
    }
    .slick-arrow.slick-next{
        right: 15px;
    }
    .sp-3 h2{
        margin-bottom: 1rem;
    }
    .fs-banner{
        height: calc(100vh - 54px);
    }
    .hs-1.hs-spacer{
        padding-top: 1rem;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .sm-mb-2{
        margin-bottom: 2rem;
    }
    .contact-page{

    }
    .contact-page .container{

    }
}

@media(max-width: 767px){
    .fs-banner{
        height: 400px;
    }    
    .big {
        font-size: 24px;
    }
    .brand{
        font-size: 1rem;
        margin-left: 60px;
    }
    .banner-box{
        font-size: 1rem;
    }
    .hs-spacer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .home-banner.hs-spacer{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .hs-spacer .container-fluid{
        padding: 0;
    }
    .hs-spacer .container-fluid .row{
        margin: 0;
    }
    .hs-spacer .container-fluid .row>div{
        padding: 0;
    }
    #header{
        text-align: left;
        padding-left: 15px;
    }
    .button-group button{
        font-size: .6rem;
        padding: 10px;
    }
    .button-group{
        margin-bottom: 1.815rem;
    }
    .hs-1-wrapper p:last-child {
        margin-bottom: 0;
    }
    .hs-1.hs-spacer{
        padding-bottom: 15px;
    }
    section.hs-2.hs-spacer {
        padding-top: 0;
    }
    .ls-2 .content{
        /*padding-top: 0;*/
        padding-bottom: 1rem;
    }
    .ls-4 {
        padding-top: 0;
    }
    .ls4-image{
        /*margin-bottom: 2rem;*/
    }
    .sp-1 {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .interactive-instruction{
        padding-top: 1rem;
    }
    .sp-1 .sp-box{
        margin-left: -15px;
        margin-right: -15px;
    }
    .site-plan .fancybox-slide{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile section.ls-3 img {
        margin-bottom: 1rem;
    }
    .home-banner.hs-spacer{
        padding-bottom: 0;
        height: calc(100vh - 64px);
        position: relative;
        transform-style: preserve-3d;
    }
    .home-banner.hs-spacer .container-fluid{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .fs-banner .caption{
        font-size: 1rem;
    }
    .sp-nav li{
        padding-left: .2rem;
        padding-right: .2rem;
        font-size: 0.6rem;
    }
}


.pricing h1 {
    margin: 60px 0 40px;
}

.contact-page h1 {
    font-size: 30px;
    margin-left: 5px;
    margin-bottom: 25px;
}

.table-container {
    padding: 0 20px;
}

.strikethrough {
    text-decoration: line-through;
}

.red {
    color: red;   
    font-weight: bold; 
}

.logo-win {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}

/* RESPONSIVE TABLE */
table.tableresponsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table.tableresponsive-layout: fixed;
}

table.tableresponsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.tableresponsive tr {
  border: 1px solid #ddd;
  padding: .35em;
}
table.tableresponsive tr:hover {
  background: #f5c7cc !important;
}

table.tableresponsive th,
table.tableresponsive td {
  padding: .625em;
  text-align: center;
}

table.tableresponsive th {
  text-transform: uppercase;
}


/* Pager */
.pager {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
}

.pager a {
    display:block;
    float:left;
}

.pager .nav {
    display:block;
    float:left;
}

.pager .nav a {
    border-color:#ca8501 #ca8501 #ca8501;
    border-style:solid;
    border-width:1px;
    height:22px;
    width:22px;
}

.pager .nav a span {
    display:block;
    font-size:0;
    text-indent:-9999px;
    visibility:hidden;
}

.pager a.first {
    -moz-border-radius:3px 0 0 3px;
    background:url("../img/pager/arrow-leftend-off.png") no-repeat scroll center center transparent;
    border-right-width:0;
}

.pager a.first:hover {
    background:url("../img/pager/arrow-leftend-ovr.png") no-repeat scroll center center transparent;
}

.pager a.previous {
    -moz-border-radius:0 3px 3px 0;
    background:url("../img/pager/arrow-left-off.png") no-repeat scroll center center transparent;
    border-left-width:0;
}

.pager a.previous:hover {
    background:url("../img/pager/arrow-left-ovr.png") no-repeat scroll center center transparent;
}

.pager a.last {
    -moz-border-radius:0 3px 3px 0;
    background:url("../img/pager/arrow-rightend-off.png") no-repeat scroll center center transparent;
    border-left-width:0;
}

.pager a.last:hover {
    background:url("../img/pager/arrow-rightend-ovr.png") no-repeat scroll center center transparent;
}

.pager a.next {
    -moz-border-radius:3px 0 0 3px;
    background:url("../img/pager/arrow-right-off.png") no-repeat scroll center center transparent;
    border-right-width:0;
}

.pager a.next:hover {
    background:url("../img/pager/arrow-right-ovr.png") no-repeat scroll center center transparent;
}

.pager .pages {
    display:block;
    float:left;
    font-weight:bold;
    margin:0 4px;
}

.pager .pages a {
    -moz-border-radius:3px 3px 3px 3px;
    background:url("../img/pager/page-glass.png") repeat-x scroll center center #9f6900;
    border-color: #ca8501 #ca8501 #ca8501;
    border-style:solid;
    border-width:1px;
    color:#333333;
    margin:0 1px;
    min-width:22px;
    text-align:center;
    text-decoration:none;
}

.pager .pages a span {
    padding:0 2px;
}

.pager .pages a:hover {
    background:url("../img/pager/page-hover.png") repeat scroll 0 0 transparent;
    color:#00A5C4;
    text-decoration:none;
}

.pager .pages a.active {
    background:url("../img/pager/page-active.gif") repeat scroll 0 0 transparent;
    border-width:0;
    color:#FFFFFF;
    font-weight:bold;
    line-height:22px;
    min-width:22px;
    text-decoration:none;
}

/* Search Keywords */
.search-keywords {
    background-color: #ca8501; 
    padding: 5px;
    text-align:center;
    margin-bottom:1px;
}

.input-keywords {
    width: 100%;
    max-width: 300px;
    padding: 6px 7px 5px 10px;
    border: 1px solid #fff;
    color: #000;
    font-size: 12px;
    outline: none;
    outline-style: none;
    height: 32px;   
    position: relative;
    top: -1px;
}

.firefox .input-keywords{
    top: 0px;
    left: 1px;
}

.msie .input-keywords {
    top: 0.5px;
    left: 1px;
}

.input-keywords:hover, .input-keywords:focus {
    background: #FFF url("../img/pager/bg-form.gif") top left repeat-y
}

.submit-keywords {
    padding: 3px 12px 3px 12px;
    background: #9f6900;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    outline-style: none;
    margin-left: -3px;
    margin-top: 3px;
    height: 32px;   
}

.submit-keywords:hover {
    background: #ffcc67;
    cursor: pointer;
}


@media screen and (max-width: 767px) {
  table.tableresponsive {
    border: 0;
  }

  table.tableresponsive caption {
    font-size: 1.3em;
  }
  
  table.tableresponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.tableresponsive td:first-child {
    background: #b8daff;
  }
  
  table.tableresponsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.tableresponsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.tableresponsive td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.tableresponsive td:last-child {
    border-bottom: 0;
  }
}