@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Quicksand:400,500,700|Lora:400,700');

/*---------------
    #Header
---------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    transition: all 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
.uneditable-input:focus {
    border-color: rgba(44, 57, 107, 1) !important;
    box-shadow: none;
    outline: 0 none;
}

body {
    font-family: 'Quicksand', sans-serif;
}


/*
font-family: 'Dancing Script', cursive;
font-family: 'Quicksand', sans-serif;
font-family: 'Lora', serif;
*/

.topbar {
    background: #fff;
    height: 70px;
    border-bottom: 1px solid #EDEDED;
    position: fixed;
    width: 100%;
    z-index: 5;
    font-size: 16px;
    transition: all .5s;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.topbar .right {
    text-align: right;
}

.topbar .left,
.topbar .right {
    padding: 15px 0;
}

.topbar a {
    color: #2c396b;
}

.topbar a:hover {
    text-decoration: none;
}

.topbar a i {
    color: #C4B694;
}

.topbar .topbar-inner {
    position: relative;
}

.topbar .logo {
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 245px;
    z-index: 6;
    top: -200px;
    transition: all .5s;
}

.topbar-move {
    transition: all .5s;
}

.topbar-move .logo {
    top: 0;
    transition: all .5s;
}

.header {
    padding: 50px 0 0;
    position: relative;
    background: #fff;
    z-index: 4;
}

.header-inner {
    text-align: center;
    min-height: 120px;
    background: #fff;
}

.header-inner img {
    padding: 20px 0 5px;
}

.menu .navbar-default {
    border: none;
    margin: 0;
    background: #fff;
    font-family: 'Lora', serif;
}

.menu .navbar-default .navbar-nav>li {
    position: relative;
}

.menu .navbar-default .navbar-nav>li>a {
    color: #586bb4;
    text-transform: uppercase;
    padding: 15px 20px;
}

.menu .navbar-default .navbar-nav>li:after {
    content: '';
    background: #2c396b;
    border-radius: 100%;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 45%;
    right: 0;
}

.menu .navbar-default .navbar-nav>li:last-child:after {
    display: none;
}

@media (min-width: 768px) {
    .menu .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider-top {
    background: url('../img/slider-top.svg') repeat-x;
    height: 10%;
    width: 2000px;
    position: absolute;
    z-index: 2;
    top: 0;
}

.slider-bottom {
    background: url('../img/slider-bottom.svg') repeat-x;
    height: 10%;
    width: 2000px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.slider .owl-carousel {
    height: 750px;
}

.slider .owl-carousel a.slide {
    display: block;
    background-size: cover;
    background-position: center;
    height: 750px;
}

.slider .owl-controls {
    display: none !important;
}

.slider .caption {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    top: 30%;
    color: #fff;
    text-align: center;
}

.slider .caption .title {
    font-family: 'Lora', serif;
    font-size: 50px;
}

.slider .caption .divider {
    background: url(../img/divider.svg);
    background-size: 200px 25px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    margin: 25px auto;
}

.slider .caption .text {
    font-size: 18px;
    font-weight: 500;
}

.slider .caption .btn {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    font-size: 14px;
    margin: 25px 0 0;
    transition: all 0.2s;
}

.slider .caption .btn:hover {
    background: #fff;
    color: #2c396b;
    transition: all 0.2s;
}

.slider-button {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 3;
    bottom: 20px;
    font-size: 30px;
    color: #2c396b;
    cursor: pointer;
    width: 100px;
}

.massage-types {
    padding: 90px 0 0;
    text-align: center;
}

.massage-types-box {
    padding: 40px 20px;
    background: #fff;
}

.massage-types li:nth-child(even) .massage-types-box {
    background: #FFF9F5;
}

.massage-types-box .massage-types-img img {
    border-radius: 100%;
    max-width: 235px;
    margin: 0 auto;
}

.massage-types-box .title {
    font-family: 'Dancing Script', cursive;
    color: #2c396b;
    font-size: 40px;
    margin: 20px 0 0;
}

.massage-types-box .divider {
    background: url(../img/divider2.svg);
    background-size: 110px 15px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 110px;
    height: 15px;
    margin: 20px auto;
}

.massage-types-box .text {
    padding: 0 20px;
    font-size: 14px;
    color: #3D435C;
}

.massage-types-box .btn {
    margin: 20px 0 0;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 14px 40px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
}

.massage-types-box .btn:hover {
    background: #2C396B;
    color: #fff;
}

.welcome {
    padding: 90px 0 0;
    text-align: center;
}

.welcome .title {
    font-family: 'Dancing Script', cursive;
    color: #2c396b;
    font-size: 60px;
}

.welcome .divider {
    background: url(../img/divider2.svg);
    background-size: 110px 15px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 110px;
    height: 15px;
    margin: 20px auto;
}

.welcome .text {
    color: #3D435C;
    width: 55%;
    margin: 0 auto 20px;
    font-size: 14px;
}

.welcome .more {
    color: #2c396b;
    font-size: 13px;
    letter-spacing: 2px;
}

.parallax-title {
    min-height: 575px;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin: 90px 0 0;
}

.parallax-title-bottom {
    background: url('../img/slider-bottom.svg') repeat-x;
    height: 10%;
    width: 2000px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.parallax-title .title {
    font-family: 'Dancing Script', cursive;
    color: #fff;
    font-size: 125px;
    text-align: center;
    padding: 150px 0 0;
}

.services {
    padding: 80px 0 0;
}

.services .lists {
    padding: 40px 0 0;
    text-align: center;
}

.services .list-box li {
    border: 1px solid #EDEDED;
    padding: 40px 20px;
}

.services .list-box li:nth-child(odd) {
    border-right: none;
}

.services .list-box li:nth-last-child(-n+2) {
    border-top: none;
}

.services .services-img {
    margin: 0 0 20px;
}

.services .title a {
    font-size: 28px;
    color: #2c396b;
    font-family: 'Lora', serif;
}

.services .divider {
    height: 1px;
    width: 30%;
    margin: 20px auto;
    background: #E4E4E4;
}

.services .text {
    color: #3D435C;
    font-size: 14px;
}

.services .lists-middle {
    background: #FFF9F5;
    height: 615px;
    margin: 10px;
    padding: 20px;
}

.services .lists-middle .title {
    font-family: 'Dancing Script', cursive;
    color: #2c396b;
    font-size: 40px;
}

.services .lists-middle-header {
    text-align: center;
    margin: 0 0 20px;
}

.services .lists-middle .divider {
    background: url(../img/divider2.svg);
    background-size: 110px 15px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 110px;
    height: 15px;
    margin: 20px auto;
}

.lists-middle-massages li {
    margin: 0 0 7px;
    height: 10px;
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 28px;
    font-size: 15px;
}

.lists-middle-massages li:last-child {
    border: none;
}

.services .lists-middle .lists-middle-massage,
.services .lists-middle .lists-middle-time,
.services .lists-middle .lists-middle-price {
    float: left;
}

.services .lists-middle .lists-middle-massage {
    width: 50%;
}

.services .lists-middle .lists-middle-time,
.services .lists-middle .lists-middle-price {
    width: 50%;
    text-align: right;
}

.reviews {
    padding: 90px 0 0;
    text-align: center;
}

.reviews .title {
    font-family: 'Dancing Script', cursive;
    color: #2c396b;
    font-size: 60px;
}

.reviews .divider {
    background: url(../img/divider2.svg);
    background-size: 110px 15px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 110px;
    height: 15px;
    margin: 20px auto;
}

#reviews {
    width: 55%;
    margin: 0 auto;
}

#reviews .review {
    color: #333;
    font-size: 20px;
}

#reviews .name {
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 0;
    font-weight: 700;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2C396B !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 20px 0 0 !important;
}

#reviews button {
    outline: none;
}

.page-title {
    min-height: 250px;
    background: transparent;
    position: relative;
    overflow: hidden;
    background: #B2B2B2;
}

.page-title-bottom {
    background: url('../img/slider-bottom.svg') repeat-x;
    height: 10%;
    width: 2000px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.page-title-inner {
    text-align: center;
    color: #fff;
    padding: 60px 0 0;
}

.page-title-inner .title {
    font-family: 'Lora', serif;
    font-size: 45px;
}

.page-title-inner .divider {
    background: url(../img/divider.svg);
    background-size: 200px 25px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    margin: 20px auto;
}

.page-content {
    padding: 60px 0 0;
}

.page-content .content .title {
    color: #2C396B;
    font-family: 'Lora', serif;
    margin: 0 0 30px;
    font-size: 24px;
}

.page-content .content p {
    margin: 0 0 20px;
}

.page-content .content p:last-child {
    margin: 0;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
 max-width: 98%;




    
 
   
}







.sidebar-box .title {
    font-size: 24px;
    color: #2C396B;
    font-family: 'Lora', serif;
    margin: 0 0 30px;
}

.sidebar a {
    color: #586BB4;
}

.sidebar li {
    font-size: 14px;
    border-bottom: 1px solid #EDEDED;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

#map {
    width: 100%;
    height: 500px;
}

.contact {
    margin: -100px 0 0;
}

.contact .contact-inner {
    text-align: center;
    background: #fff;
    padding: 60px 0;
}

.contact-title {
    font-family: 'Lora', serif;
    font-size: 35px;
    color: #2C396B;
    margin: 0 0 50px;
}

.contact .title {
    color: #2C396B;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
}

.contact a {
    color: #333;
}

.bottom {
    border-top: 1px solid #EDEDED;
    padding: 45px 0 0;
    margin: 90px 0 0;
    text-align: center;
}

.bottom .title {
    font-family: 'Lora', serif;
    color: #2c396b;
    font-size: 24px;
}

.bottom .input-group {
    padding: 0 80px;
    margin: 40px 0 0;
}

.bottom .form-control {
    height: 50px;
    font-size: 16px;
}

.bottom .btn {
    padding: 10px 18px;
    font-size: 20px;
}

.bottom .divider {
    background: url(../img/divider2.svg);
    background-size: 110px 15px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 110px;
    height: 15px;
    margin: 40px auto 30px;
}

.bottom .social a {
    color: #2C396B;
    font-size: 24px;
    margin: 0 20px 0 0;
}

.bottom .social a:last-child {
    margin: 0;
}

.footer {
    margin: 90px 0 0;
    padding: 0 0 30px;
}

.footer .title {
    color: #2C396B;
    margin: 0 0 20px;
    font-size: 18px;
}

.footer a {
    color: #333;
}

@media(max-width:768px) {
    .topbar .left {
        text-align: center;
    }
    .topbar .logo {
        display: none;
    }
    .navbar-toggle {
        border: 1px solid #eee;
        position: absolute;
        left: 20px;
        top: 46%;
        font-size: 20px;
        padding: 9px 15px;
    }
    .menu .navbar-default {
        margin-top: -50px;
        background: #F4F4F4;
    }
    .menu .navbar-mobile {
        margin: 0;
    }
    .menu .navbar-default .navbar-nav>li:after {
        display: none;
    }
    .slider .owl-carousel {
        height: 350px;
    }
    .slider .owl-carousel a.slide {
        height: 350px;
    }
    .slider .caption {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        top: 20%;
        color: #fff;
        text-align: center;
    }
    .slider .caption .title {
        font-family: 'Lora', serif;
        font-size: 25px;
    }
    .slider .caption .divider {
        background: url(../img/divider.svg);
        background-size: 120px 15px;
        background-position: left top;
        background-repeat: no-repeat;
        width: 120px;
        height: 15px;
        margin: 15px auto;
    }
    .slider .caption .text {
        font-size: 14px;
    }
    .slider .caption .btn {
        border: 1px solid #fff;
        border-radius: 0;
        background: transparent;
        color: #fff;
        padding: 12px 20px;
        font-size: 12px;
        margin: 25px 0 0;
        transition: all 0.2s;
    }
    .slider-button {
        bottom: -10px;
        left: 10px;
    }
    .massage-types .text,
    .massage-types .divider {
        display: none;
    }
    .massage-types-box .massage-types-img img {
        width: 150px;
    }
    .welcome .title {
        font-size: 32px;
    }
    .welcome .text {
        width: 85%;
    }
    .parallax-title {
        min-height: 250px;
    }
    .parallax-title .title {
        font-size: 40px;
        padding: 90px 0 0;
    }
    .services .lists-middle {
        height: 100%;
    }
    .services .title a {
        font-size: 22px;
    }
    .services .text {
        font-size: 12px;
    }
    .services .lists-middle {
        margin: 40px 0 0;
    }
    .services .lists-middle .lists-middle-massage {
        width: 72.5%;
    }
    .services .lists-middle .lists-middle-time {
        width: 27.5%;
        text-align: right;
    }
    .services .lists-middle .lists-middle-price {
        display: none;
    }
    .reviews .title {
        font-size: 32px;
    }
    #reviews {
        width: 85%;
    }
    #reviews .review {
        font-size: 16px;
    }
    .bottom .title {
        padding: 0 20px;
    }
    .bottom .input-group {
        padding: 0 20px;
    }
    .flogo {
        text-align: center;
        margin: 0 0 40px;
    }
    .fbtn {
        text-align: center;
        margin: 40px 0 0;
    }
    .page-title-inner {
        padding: 75px 0 0;
    }
    .page-title-inner .title {
        font-size: 25px;
    }
    .page-title-inner .divider {
        background-size: 120px 15px;
        width: 120px;
        height: 15px;
    }
    .sidebar {
        margin: 60px 0 0;
    }
    .contact-box {
        margin: 0 0 30px;
    }
    .footer {
        text-align: center;
    }
    .footer-mob {
        margin: 30px 0 0;
    }
}


/* 768 */