@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.eot?1zhm34");
    src: url("../fonts/icons.eot?1zhm34#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?1zhm34") format("truetype"), url("../fonts/icons.woff?1zhm34") format("woff"), url("../fonts/icons.svg?1zhm34#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-fill:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-credit-card:before {
    content: ""
}

.icon-cross:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-envelope-open:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-lovely-teddy-bear:before {
    content: ""
}

.icon-marker:before {
    content: ""
}

.icon-opening-hours:before {
    content: ""
}

.icon-parking-sign:before {
    content: ""
}

.icon-phone-call:before {
    content: ""
}

.icon-phone-mobile:before {
    content: ""
}

.icon-power:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-sea-waves:before {
    content: ""
}

.icon-snowflake:before {
    content: ""
}

.icon-wheelchair:before {
    content: ""
}

.icon-wifi:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a {
    outline: none !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn,
button {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    border: none
}

.btn span,
.btn i,
button span,
button i {
    vertical-align: middle
}

.btn:focus,
button:focus {
    box-shadow: none
}

#page-loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #fff
}

#page-loader #page-loader-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

#scroll-top-btn {
    position: fixed;
    right: 15px;
    bottom: -10%;
    width: 44px;
    height: 44px;
    background-color: #64a335;
    text-align: center
}

#scroll-top-btn:hover {
    background-color: #416922;
    text-decoration: none;
    cursor: pointer
}

#scroll-top-btn i {
    line-height: 44px;
    font-size: 18px;
    color: #fff
}

#cookies {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff
}

#cookies p {
    font-weight: 300;
    font-size: 13px;
    text-align: justify
}

@media all and (min-width: 1200px) {
    #cookies p {
        text-align: left
    }
}

#cookies button {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border: none
}

@media all and (min-width: 768px) {
    #cookies button {
        margin-bottom: 0
    }
}

#cookies button:hover {
    cursor: pointer;
    text-decoration: none
}

#toast-container>div {
    opacity: 1;
    filter: alpha(opacity=100)
}

.sitemap {
    margin-top: 30px
}

.sitemap .sitemap-title-row {
    margin-bottom: 30px
}

.sitemap .sitemap-title-row h1 {
    font-size: 28px;
    margin-bottom: 8px
}

.sitemap .sitemap-title-row span {
    display: block;
    background-color: #64a335;
    width: 40px;
    height: 4px
}

.sitemap li {
    color: #333;
    font-size: 18px
}

.sitemap li a {
    color: #333
}

.search-page {
    margin-top: 30px
}

.search-page .search-page-title-row {
    margin-bottom: 30px
}

.search-page .search-page-title-row h2 {
    margin-bottom: 8px
}

.search-page .search-page-title-row span {
    display: block;
    background-color: #64a335;
    width: 40px;
    height: 4px
}

.search-page .count-row {
    margin-bottom: 30px
}

.search-page .result-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #333
}

.search-page h2 {
    font-size: 28px
}

.search-page h3 {
    margin-bottom: 15px;
    font-size: 24px
}

.search-page p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 14px;
    font-weight: 300
}

.search-page .btn {
    width: 120px;
    padding: 4px 8px;
    font-size: 14px
}

.search-page mark {
    padding: 0;
    background-color: yellow
}

section {
    padding-top: 40px;
    padding-bottom: 40px
}

.subpage {
    padding-top: 30px;
    padding-bottom: 30px
}

.btn span {
    font-size: 16px;
    font-weight: 300
}

.btn-row {
    margin-top: 30px
}

.section-title-row {
    text-align: center;
    margin-bottom: 60px
}

.section-title-row .section-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1
}

.section-title-row .section-title .span-primary {
    color: #64a335
}

.section-title-row .section-line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #64a335
}

.section-title-row p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300
}

.offer-box {
    width: 100%;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer
}

.offer-box:hover .offer-box-hover,
.offer-box:focus .offer-box-hover {
    height: 94%
}

.offer-box:hover a,
.offer-box:focus a {
    top: 70%
}

.offer-box .offer-box-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 94%;
    height: 100px;
    background-color: rgba(100, 163, 53, 0.5);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.offer-box .title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    padding: 6px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: center
}

.offer-box a {
    position: absolute;
    left: 50%;
    top: 200%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #64a335
}

.offer-box a:hover {
    background-color: #416922
}

.offer-box a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    font-size: 18px
}

.form-control {
    -webkit-appearance: none;
    appearance: none
}

.form-control,
.form-control:focus {
    box-shadow: none
}

.section-contact {
    color: #dedede;
    background-color: #1a2537
}

.section-contact .section-title-row .section-title {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase
}

.section-contact .section-title-row p {
    color: #bbb
}

.section-contact .description-row {
    margin-bottom: 50px
}

.section-contact .description-row>[class*="col"] {
    margin-bottom: 15px
}

.section-contact .description-row>[class*="col"]:last-child {
    margin-bottom: 0
}

.section-contact .description {
    text-align: center
}

.section-contact .description i {
    display: block;
    margin-bottom: 15px;
    color: #64a335;
    font-size: 45px
}

.section-contact .description a {
    color: inherit
}

.section-contact .description p {
    font-weight: 300;
    line-height: 1.8
}

.section-contact form .form-control,
.section-contact form p {
    font-weight: 300;
    font-size: 14px
}

.section-contact form .btn {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #64a335;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.section-contact form .btn:hover {
    background-color: #416922
}

.section-contact form .btn i {
    font-size: 24px;
    font-weight: 400;
    line-height: 16px
}

.section-contact form textarea {
    min-height: 120px;
    resize: vertical;
    margin-bottom: 20px
}

.section-google-map {
    padding-top: 0;
    padding-bottom: 0
}

.section-google-map .row-btn {
    background-color: #64a335;
    padding-top: 20px;
    padding-bottom: 20px
}

.section-google-map .row-btn .btn {
    background-color: #64a335;
    color: #fff;
    outline: none;
    box-shadow: none
}

.section-google-map .row-btn .btn span {
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px
}

.section-google-map #row-google-map [class*="col-"] {
    padding: 0
}

.section-google-map #google-map-box {
    height: 400px;
    background-color: #F8F8F8
}

footer {
    padding-top: 22px;
    padding-bottom: 22px
}

footer p {
    font-size: 15px;
    color: #666
}

footer p a {
    color: #64a335
}

.navbar-extend {
    overflow: hidden
}

.navbar-extend .bar {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0
}

.navbar-extend .bar .column {
    display: table-cell;
    vertical-align: middle
}

.navbar-extend .bar .column:last-child {
    text-align: right
}

.navbar-extend .bar .brand {
    display: block
}

.navbar-extend .bar .brand img {
    height: 100px
}

.navbar-extend .bar .language {
    margin-bottom: 10px
}

.navbar-extend .bar .language a {
    box-shadow: 1px 1px 4px #aaa
}

.navbar-extend .bar .language a:first-child {
    margin-right: 6px
}

.navbar-extend .bar .contact {
    display: inline-table;
    border: 2px solid #7E7E7E;
    border-radius: 7px;
    font-size: 16px
}

.navbar-extend .bar .contact .column {
    padding: 10px
}

.navbar-extend .bar .contact i,
.navbar-extend .bar .contact span {
    vertical-align: middle;
    font-weight: 700
}

.navbar-extend .bar .contact i {
    color: #64a335;
    margin-right: 6px
}

nav.navbar-default {
    border: none
}

nav.navbar-default .container-fluid {
    width: 100%
}

@media all and (min-width: 1200px) {
    nav.navbar-default .container-fluid {
        width: 1170px
    }
}

nav.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    position: relative
}

nav.navbar-default .navbar-header .navbar-brand img {
    max-height: 42px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

nav.navbar-default .navbar-collapse {
    margin: 0 -15px
}

nav.navbar-default ul.navbar-nav>li>a {
    text-transform: uppercase
}

@media all and (min-width: 1200px) {
    nav.navbar-default ul.navbar-nav>li:first-child a {
        padding-left: 0
    }
}

nav.navbar-default ul.navbar-nav>li.divider {
    width: 1px;
    height: 16px;
    margin: 17px 0;
    background-color: #a3a5aa
}

@media all and (min-width: 1200px) {
    nav.navbar-default ul.navbar-nav .dropdown:hover>.dropdown-menu {
        display: block
    }
}

nav.navbar-default ul.navbar-nav .dropdown .dropdown-menu {
    border: none;
    box-shadow: none
}

@media all and (min-width: 1200px) {
    nav.navbar-default ul.navbar-nav .dropdown .dropdown-menu>li:nth-of-type(1n+2) {
        border-top: 1px solid #d9dbdd
    }
    nav.navbar-default ul.navbar-nav .dropdown .dropdown-menu>li>a {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

nav.navbar-default .social-media {
    text-align: center
}

nav.navbar-default .social-media ul {
    display: inline-table
}

nav.navbar-default .social-media ul li {
    display: table-cell;
    vertical-align: middle
}

nav.navbar-default .social-media ul li.flag {
    border-left: 1px solid #c2c2c2
}

nav.navbar-default .social-media ul li.flag:last-child {
    border-left: 0
}

nav.navbar-default .social-media ul li.flag:last-child a {
    padding-left: 0
}

@media all and (min-width: 1200px) {
    nav.navbar-default .social-media ul li.flag {
        display: none
    }
}

nav.navbar-default .social-media ul li:first-child a {
    padding-right: 0
}

nav.navbar-default .social-media ul a {
    padding-top: 8px;
    padding-bottom: 8px
}

nav.navbar-default .social-media ul a i {
    font-size: 30px
}

nav.navbar-default .social-media ul a.facebook {
    color: #3b5998
}

nav.navbar-default .social-media ul a.youtube {
    color: #b00
}

nav.navbar-default.navbar-fixed-top .navbar-collapse {
    margin: 0
}

header.slider-main,
header.slider-main .item {
    width: 100%;
    height: 350px;
    position: relative
}

@media all and (min-width: 768px) {
    header.slider-main,
    header.slider-main .item {
        height: 512px
    }
}

header.slider-main .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

header.slider-main .description-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    width: 100%;
    padding: 15px;
    color: #fff
}

header.slider-main .description-box .title,
header.slider-main .description-box .description {
    display: inline-table;
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 6px;
    padding: 0 10px
}

header.slider-main .description-box .title span,
header.slider-main .description-box .title i {
    vertical-align: middle
}

header.slider-main .description-box .title span {
    font-size: 18px;
    margin: 0 10px
}

@media all and (min-width: 768px) {
    header.slider-main .description-box .title span {
        font-size: 42px;
        font-weight: 700
    }
}

header.slider-main .description-box .title i {
    color: #64a335;
    display: none
}

header.slider-main .description-box .description p {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 300
}

@media all and (min-width: 992px) {
    header.slider-main .description-box .description p {
        font-size: 18px
    }
}

header.slider-main .controls {
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 15px;
    display: table
}

header.slider-main .controls .column {
    display: table-cell;
    padding: 6px
}

header.slider-main .controls a {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    background-color: #64a335
}

header.slider-main .controls a:hover {
    background-color: #416922;
    cursor: pointer
}

header.slider-main .controls a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 18px;
    color: #fff
}

#kids {
    display: none
}

@media all and (min-width: 1200px) {
    #kids {
        display: block;
        position: fixed;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        z-index: 999;
        right: 0
    }
}

header.header-small {
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

header.header-small .container {
    height: 100%;
    vertical-align: middle;
    position: relative
}

header.header-small .container .title {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    display: table;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.navbar-left {
    margin-bottom: 30px
}

@media all and (min-width: 992px) {
    .navbar-left {
        margin-bottom: 0
    }
}

.navbar-left a {
    display: block;
    width: 100%;
    padding-left: 10px;
    border-left: 2px solid #64a335;
    color: #333;
    font-size: 16px
}

.navbar-left a:hover {
    border-left-width: 10px
}

.navbar-left>ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.navbar-left>ul>li {
    margin-bottom: 12px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.navbar-left>ul>li:last-child {
    margin-bottom: 0
}

.navbar-left>ul>li.active a {
    border-left-width: 10px
}

.navbar-left>ul>li.dropdown.active .dropdown-box a {
    border-left-width: 10px
}

.navbar-left>ul>li.dropdown .dropdown-box {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 6px
}

.navbar-left>ul>li.dropdown .dropdown-box .column {
    display: table-cell;
    vertical-align: middle
}

.navbar-left>ul>li.dropdown .dropdown-box .column:last-child {
    width: 30px;
    text-align: right
}

.navbar-left>ul>li.dropdown .dropdown-box button {
    display: inline-block;
    background-color: transparent
}

.navbar-left>ul>li.dropdown .dropdown-box button i {
    line-height: 1.42857
}

.navbar-left>ul>li.dropdown ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-left: 15px
}

.navbar-left>ul>li.dropdown ul li.active a {
    color: #64a335
}

.navbar-left>ul>li.dropdown ul li a {
    padding-left: 0;
    border-left: none
}

.navbar-left>ul>li.dropdown ul li a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #5f5d5b;
    margin-right: 10px
}

.navbar-left>ul>li.dropdown ul li a:hover {
    color: #64a335
}

.text-contain img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.section-intro {
    overflow: hidden
}

.section-intro .section-title-row p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1
}

.section-intro .row.description p {
    font-weight: 300;
    font-size: 15px;
    text-align: justify
}

.section-intro .row.summary {
    margin-top: 30px
}

.section-intro .row.summary p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px
}

.section-intro .row.summary img {
    display: inline-block
}

.section-offer {
    overflow: hidden;
    background-color: #f0f0f0
}

.section-offer .offer-row>[class*="col-"] {
    margin-bottom: 15px
}

@media all and (min-width: 768px) {
    .section-offer .offer-row>[class*="col-"]:nth-of-type(1n+3) {
        margin-bottom: 0
    }
}

@media all and (min-width: 992px) {
    .section-offer .offer-row>[class*="col-"] {
        margin-bottom: 0
    }
}

.section-offer .btn-row .btn {
    padding: 15px 20px
}

.section-newsletter {
    background-color: #64a335;
    color: #fff
}

.section-newsletter h4 {
    font-size: 26px;
    margin-bottom: 15px
}

.section-newsletter h5 {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px
}

@media all and (min-width: 768px) {
    .section-newsletter h5 {
        margin-bottom: 0
    }
}

.section-newsletter form input {
    margin-bottom: 15px;
    background-color: #fff;
    color: #575757;
    border: none
}

.section-newsletter form input::-moz-placeholder {
    color: #575757;
    opacity: 1
}

.section-newsletter form input:-ms-input-placeholder {
    color: #575757
}

.section-newsletter form input::-webkit-input-placeholder {
    color: #575757
}

.section-newsletter form input:focus {
    box-shadow: 0 1px 1px rgba(95, 93, 91, 0.075) inset, 0 0 8px rgba(95, 93, 91, 0.6)
}

.section-amenities {
    background-color: #4E5B70;
}

.section-amenities .section-title {
    color: #fff
}

.section-amenities .item-box {
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #4E5B70;
    padding: 5px
}

.section-amenities .item-box:hover {
    cursor: default
}

.section-amenities .item-box i {
    font-size: 50px;
    color: #fff
}

.section-amenities .item-box img {
    display: block;
    width: 50px;
    height: 50px
}

.section-amenities .tooltip {
    font-size: 16px
}

.section-amenities .amenities {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.section-amenities .amenities .amenities-item {
    margin-bottom: 15px
}

iframe {
	min-height: 400px;
}


.box-image {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.offer-box {
    position: relative;
    display: block;
    width:  100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0px;
    z-index: 10;

}

.item2{
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
    z-index: 0;
}


.item2:hover{
    -moz-transform: scale(1.3) rotate(6deg) !important;
    -webkit-transform: scale(1.3) rotate(6deg) !important;
}

.description-news {
    background-color: #f0f0f0;
    color: #333333;
    text-align: center;
}

.description-news .title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2px;
    font-size: 18px;
    padding-top: 20px;
}

.date-news {
    color: #63A234;
    font-size: 14px;
}

.description-news p {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 22px;
}

.section-title2 h3 {
    border-bottom: 1px solid #63A234;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    text-align: left !important;
    margin-bottom: 20px;
}

.pagination {
    padding-top: 20px;
    list-style: none;
    padding-left: 0;
    margin: 0; }
.pagination li {
    display: inline-block;
    margin: 0 2px; }
.pagination li:first-child a, .pagination li:last-child a {
    border-radius: 0; }
.pagination li a {
    border-radius: 0; }


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #63A234;
    border-color: #63A234;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}