@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Hind);

html, body {
    height: 100%;
}
body {
    color: #1D1D1D;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Hind', sans-serif;
}
h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    color: #81a5a1;
    text-transform: uppercase;
}
h3 {
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

p {
    max-width: 600px;
    margin: 0 0 25px;
}

.signup-error {
    padding-left: 10px;
    color: #C30;
    font-style: italic;
}
#navigationbox {
    padding-top: 25px;
}
.fixtop-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url(images/bg-menu.png) left top repeat;
    border-bottom: 1px solid #eee;
}

/*Spa Menu*/
.spamenu-nav {
    float: left;
    width: 30%;
    padding-right: 30px;
    font-size: 16px;
}
.spamenu-nav a {
    color: #81a5a1;
}
.spamenu-content {
    width: 70%;
    float: left;
    padding-left: 30px;
}
.story-content h2,
.spamenu-content h2 {
    margin-top: 10px;
    font-size: 22px;
}
.story-content h2 a{
    color: #000;
    text-decoration: none;
}
.nav-pills>li a{
    border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #a89f93;
}
.nav-stacked>li+li {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    margin-top: 0;
}

.bluelight {
    background: #a89f93;
    height: 25px;   
}
.spacerbox {
    height: 50px;
    clear: both;
}
.main-menu {
    font-family: 'Hind', sans-serif;
    color: #81a5a1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 25px 0;
    padding: 0;
    list-style: none;
}
.main-menu a {
    color: #81a5a1;
}
.main-menu a:hover {
    color: #000;
    text-decoration: none;
}
.main-menu li {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
}
.spalasen-slider {
    margin-bottom: 50px;
}
.page-slide {
    text-align: center;
    margin-bottom: 50px;
}
.page-slide img {
    max-width: 100%;
    height: auto;
}
.page-header {
    margin: 0;
    padding: 0;
    border: none;
}
.footerdark {
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    background-color: #81a5a1;
}
.footerdark a {
    color: #fff;
}
.footerdark a:hover {
    color: #000;
    text-decoration: none;
}
.footerdark h3 {
    color: #fff;
}
.tripadvisorbox {
    padding-top: 27px;
}
.socmed a {
    color: #81a5a1;
}
.socmed a:hover {
    color: #000;
}
.socmed {
    margin: 0;
    padding: 0;
    list-style: none;
}
.socmed li {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    margin-right: 10px;
    text-align: center;
    line-height: 35px;
    color: #81a5a1;
    display: inline-block;
}
.footerlight {
    color: #fff;
    background-color: #a89f93;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerlight a {
    color: #fff;
}
.footerlight a:hover {
    color: #006;
    text-decoration: none;
}

/* Form */
#spalasen-form .form-control {
    border-radius: 2px;
    box-shadow: none;
}
#spalasen-form .btn-primary {
    border-color: #81a5a1;
    background-color: #81a5a1;
    border-radius: 2px;
    padding: 13px 25px;
}
.gallery a img {
    border: 1px solid #BBB;
    padding: 2px;
    margin: 10px 20px 10px 0;
    vertical-align: top;
}

.gallery a img.last {
    margin-right: 0;    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .spalasen-slider {
        min-height: inherit;        
    }
}

@media (max-width: 767px) {
    .spalasen-slider {
        min-height: inherit;        
    }
    .smallspacer {
        margin-bottom: 25px;
        padding-bottom: 10px;
        text-align: center;
    }
    .smallspacer:after {
        content: "";
        display: block;
        margin: 15px auto 0 auto;  
        height: 2px;
        width: 100px;
        background-color: #fff;
    }
    .smallspacer .pull-left {
        float: none !important;
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .tripadvisorbox {
        padding-top: 0;
    }
    .footerdark {
        padding-bottom: 10px;
    }
    .footerlight {
        text-align: center;
    }   
}