* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: #000;
    color: #fff;
    font-family: "Lato","Arial",sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.row{
    max-width: 90%;
    margin: 0 auto;

}

header{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/sensual-massage-session.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.header-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
}
.header-text h1{
    font-size: 240%;
}

h1,h2,h3{
    
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    
}

h1{
    color: #fff;
    font-size: 180%;
    word-spacing: 4px;
}

h2{
    font-size: 130%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 5px;
}

h2:after{
    height: 2px;
    background-color: #d87a0c;
    content: " ";
    display: block;
    width: 50px;
    margin: 0 auto;
    margin-top: 5px;
}

h3{
    font-size: 100%;
    margin-bottom: 10px; 
    font-weight: bold;
    font-style: italic;
    border-bottom: #000;   
    color: #d87a0c;
    text-align: center;
}

h4{
    font-size: 100%;
    margin-bottom: 10px; 
    font-weight: bold;
    font-style: italic;
    border-bottom: #000;   
    color: #fff;
}


a:link,
a:visited{
    color: #d87a0c;
    text-decoration: none;
    padding-bottom: 1px;
    transition: color 0.2s, border-bottom 0.2s;
}

a:hover,
a:active{
    color: #393939;
    border-bottom: 1px solid transparent;
}
.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 100px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #189d0e;
    margin-right: 10px;
    border: 1px solid #a55a03;
    color: #fff;
}

.btn-border:link,
.btn-border:visited{
    border: 1px solid #d87a0c;
    color: #d87a0c;
}
.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color: #0a7701;
}

.btn-full:hover,
.btn-full:active{
    border: 1px solid #a55a03;
}

.btn-border:hover,
.btn-border:active{
    border: 1px solid #a55a03;
    color: #fff;
}

.logo-white{
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

.logo-black{
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}













section{
    padding: 80px 0;
}


.box{
    padding: 1%;
}

.box p{
    font-size: 90%;
    text-align: justify;
}

.icon-big{
    display: block;
    font-size: 350%;
    color: #d87a0c;
    margin-bottom: 15px;
}



/* Style for the massage gallery */

.section-gallery{
    padding: 0;
}

.gallery-showcase{
    list-style: none;
    width: 100%;
}

.gallery-showcase li{
    display: block;
    width: 25%;
    float: left;
}

.gallery-photo{
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.gallery-photo img{
    opacity: 0.7;
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s;
}

.gallery-photo img:hover{
    transform: scale(1.04);
    opacity: 1;
}




.section-works{
    background-color: #f4f4f4;
}

.phone-img{
    width: 40%;
}

.app-img:link,
.app-img:visited{
    border: 0;
}
.app-img img{
    height: 50px;
    width: auto;
    margin-right: 10px;
}

.step-box:first-child{
    text-align: right;
    padding-right: 3%;
    margin-top: 30px;
}

.step-box:last-child{
    padding-left: 3%;
    margin-top: 50px;
}
.work-steps{
    margin-bottom: 50px;   
}
.work-steps div{
    border: 1px solid #d87a0c;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 150%;
    padding: 5px;
    float: left;
    margin-right: 10px;
}

.work-steps:last-of-type{
    margin-bottom: 100px;
}

.clearfix{zoom:1}
.clearfix:after{
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.box img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.city-features{
    margin-bottom: 5px;
}

.icon-small{
    display: inline-block;
    color: #d87a0c;
    font-size: 120%;
    margin-right: 5px;
    vertical-align: middle;
}



/* Style for the traditional  */

.section-traditional{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/candle-massage-session.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.traditional-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.traditional-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.traditional-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.traditional-price span{
    font-size: 30%;
    font-weight: 300;
}

.traditional-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.traditional-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.traditional-box ul{
    list-style: none;
}

.traditional-box ul li{
    padding: 5px 0;
}

.traditional-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.traditional-box div:last-child{
    text-align: center;
    border: 0;
}


/* Style for the balinese  */

.section-balinese{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/sensual-oil-massage-session.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.balinese-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.balinese-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.balinese-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.balinese-price span{
    font-size: 30%;
    font-weight: 300;
}

.balinese-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.balinese-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.balinese-box ul{
    list-style: none;
}

.balinese-box ul li{
    padding: 5px 0;
}

.balinese-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.balinese-box div:last-child{
    text-align: center;
    border: 0;
}



/* Style for the swedish  */

.section-swedish{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/sensual-massage-session-3.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.swedish-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.swedish-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.swedish-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.swedish-price span{
    font-size: 30%;
    font-weight: 300;
}

.swedish-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.swedish-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.swedish-box ul{
    list-style: none;
}

.swedish-box ul li{
    padding: 5px 0;
}

.swedish-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.swedish-box div:last-child{
    text-align: center;
    border: 0;
}



/* Style for the deeptissue  */

.section-deeptissue{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/sensual-massage-session-deep-tissue.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.deeptissue-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.deeptissue-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.deeptissue-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.deeptissue-price span{
    font-size: 30%;
    font-weight: 300;
}

.deeptissue-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.deeptissue-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.deeptissue-box ul{
    list-style: none;
}

.deeptissue-box ul li{
    padding: 5px 0;
}

.deeptissue-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.deeptissue-box div:last-child{
    text-align: center;
    border: 0;
}


/* Style for the fullbody  */

.section-fullbody{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/sensual-massage-session-deep-tissue.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.fullbody-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.fullbody-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.fullbody-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.fullbody-price span{
    font-size: 30%;
    font-weight: 300;
}

.fullbody-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.fullbody-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.fullbody-box ul{
    list-style: none;
}

.fullbody-box ul li{
    padding: 5px 0;
}

.fullbody-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.fullbody-box div:last-child{
    text-align: center;
    border: 0;
}

/* Style for the bodyscrub  */

.section-bodyscrub{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/sensual-massage-session-deep-tissue.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bodyscrub-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.bodyscrub-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.bodyscrub-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.bodyscrub-price span{
    font-size: 30%;
    font-weight: 300;
}

.bodyscrub-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.bodyscrub-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.bodyscrub-box ul{
    list-style: none;
}

.bodyscrub-box ul li{
    padding: 5px 0;
}

.bodyscrub-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.bodyscrub-box div:last-child{
    text-align: center;
    border: 0;
}






/* Style for the massage  */

.section-massage{
    background-color: #a66a03;
}

.massage-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.massage-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.massage-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.massage-price span{
    font-size: 30%;
    font-weight: 300;
}

.massage-menu{
    color: #d87a0c;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

.massage-text{
    color: #d87a0c;
    font-weight: 300;
    text-align: center;
}

.massage-box ul{
    list-style: none;
}

.massage-box ul li{
    padding: 5px 0;
}

.massage-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.massage-box div:last-child{
    text-align: center;
    border: 0;
}




/* Style for the special massage */

.section-special{
    background-color: #a66a03;
}

.special-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.special-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}


.special-box ul{
    list-style: none;
}

.special-box ul li{
    padding: 5px 0;
}

.special-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.special-box div:last-child{
    text-align: center;
    border: 0;
}




/* Style for the additional massage  */

.section-additional{
    background-color: #a66a03;
}

.additional-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.additional-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}


.additional-box ul{
    list-style: none;
}

.additional-box ul li{
    padding: 5px 0;
}

.additional-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.additional-box div:last-child{
    text-align: center;
    border: 0;
}


/* Style for the whisper-to-us massage  */

.section-whisper-to-us{
    background-color: #a66a03;
}

.whisper-to-us-box{
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.whisper-to-us-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.whisper-to-us-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 100;
    margin-bottom: 5px;
    text-align: center;
}

.whisper-to-us-price span{
    font-size: 30%;
    font-weight: 300;
}

.whisper-to-us-menu{
    font-size: 100%;
    color: #d87a0c;
    font-weight: 100;
    margin-bottom: 5px;
}

.whisper-to-us-text{
    color: #d87a0c;
    margin-bottom: 5px;
    text-align: left;
    font-size: 80%;
    font-weight: 300;    
}
.whisper-to-us-text ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.whisper-to-us-text ul li{
    padding: 5px 0;
}

.whisper-to-us-box ul{
    list-style: none;
}

.whisper-to-us-box ul li{
    padding: 5px 0;
}

.whisper-to-us-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.whisper-to-us-box div:last-child{
    text-align: center;
    border: 0;
}



.whisper-to-us-picture-wrap {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: auto;
    height: auto;
}








footer{
    background-color: #a66a03;
    padding: 45px;
}

.footer-navs{
    list-style: none;
    float: left
}

.social-navs{
    list-style: none;
    float: right;
}

.footer-navs li,
.social-navs li{
    display: inline-block;
    margin-right: 20px;
}

.footer-navs li a:link,
.footer-navs li a:visited,
.social-navs li a:link,
.social-navs li a:visited{
    text-decoration: none;
    color: #909090;
    border: 0;
}

.footer-navs li a:hover,
.footer-navs li a:active{
    color: #e8e8e8e8;
}

.social-navs li a:link,
.social-navs li a:visited{
    font-size: 150%;
}

.ion-social-facebook:hover,
.ion-social-facebook:active{
    color: #3b5998;
}

.ion-social-twitter:hover,
.ion-social-twitter:active{
    color: #00acee;
}

.ion-social-googleplus:hover,
.ion-social-googleplus:active{
    color: #db4a39;
}

.ion-social-instagram:hover,
.ion-social-instagram:active{
    color: #405DE6;
}

footer p{
    color: #3e2d2d;
    text-align: center;
    margin-top: 20px;
}







.js--wp-1,
.js--wp-2,
.js--wp-3{
    opacity: 0;
    animation-duration: 1s;
}

.js--wp-4{
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated{
    opacity: 1;
}




/* Style for the slideshow container */
.slideshow-container {
     max-width: 600px;
    position: relative;
    margin: auto;
    }

/* Hide the images by default */
.mySlides {
    display: none;
    }

/* Style for the navigation dots */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    }

/* Style for active dot */
.active {
    background-color: #717171;
    }

.footer-img{
    width: 205;
    margin: 0 auto;
    display: block;
}




/* Style for the faq massage  */

.section-faq{
    background-color: #000;
}

.faq-box{
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.faq-box div{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.faq-price{
    font-size: 300%;
    color: #d87a0c;
    font-weight: 100;
    margin-bottom: 5px;
    text-align: center;
}

.faq-price span{
    font-size: 30%;
    font-weight: 300;
}

.faq-menu{
    font-size: 80%;
}

.faq-box ul{
    list-style: none;
}

.faq-box ul li{
    padding: 5px 0;
}

.faq-box div:first-child{
    background-color: #fcfcfc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.faq-box div:last-child{
    text-align: left;
    border: 0;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #fff;
  font-size: 100%; 


}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #a55a03;
}

/* Style the accordion panel. Note: hidden by default */
.panel 
    {
      padding: 0 18px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      font-size: 100%; 
    }

.accordion-text
    {
        padding:18px;
        width: 80%;
    }





/* Add a black background color to the top navigation */
.topnav {
  background-color: rgba(0, 0, 0, 0.77);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #0a7701;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #189d0e;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.sticky .topnav{
}

.sticky .logo-black{display: block;}
.sticky .logo-white{display: none;}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1050px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1050px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin-left: 50px;
    display: !important;
  }
  .header-text {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {

    .main-nav li{
        display: none;
    }

    .icon {
        float: right;
        display: block;
        padding-top: 10px;
        text-decoration: none;
    }


    .header-text h1 {
        font-size: 150%;    
    }

    h3 {
        font-size: 70%;
    }

    .massage-price {
        font-size: 150%;
        font-weight: 300;
    }

    .massage-text {
        color: #d87a0c;
        font-size: 80%;
        font-weight: 300;
        text-align: center;
    }

    .btn-full:link {
        font-size: 50%;
    }
}

@media only screen and (max-width: 930px) {
    .header-text h1 {
        font-size: 120%;    
    }   
    h3 {
        font-size: 60%;
    }
}

@media screen and (max-width: 850px) {
    .header-text h1 {
        font-size: 100%;    
    }   
    h3 {
        font-size: 50%;
    }
    h2{
        font-size: 70%;
    }

    *{
        font-size: 95%;
    }

    .accordion-text
    {
        font-size: 70%; 
    }

    .accordion {
      font-size: 70%; 
    }
}



search {
  display: block;
  background-color: #000;
}



