
@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}



html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(60, 36, 21, 0.8);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: justify;
}
.form-control {
    border-radius: 0;
    outline: none;
}

::selection {
    background-color: rgba(60, 36, 21, 0.8);
    color: rgba(255, 255, 255, 1);
}

*::-moz-selection {
    background-color: rgba(60, 36, 21, 0.8);
    color: rgba(255, 255, 255, 1);
}

.container{
    position: relative;
    display: block;
    padding: 0 30px;
    z-index: 2;
}
input[type="text"],
textarea,
button,
[contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.embed-responsive-16by9 {
    padding-bottom: 45%;
}

.alert {
    color: rgba(60, 36, 21,1);
    background-color: rgba(60, 36, 21, 0.1);
    border-radius: 0;
    font-weight: 700;
}


.highlight {
    background-color: #c33 !important;
}

.done {
    display: none;
}

a {
    position: relative;
    color: rgba(60, 36, 21, 1);
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

a:hover,
a:focus {
    color: rgba(60, 36, 21, 1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.underline {
    color: rgba(60, 36, 21,1);
}

a.underline:hover,
a.underline:focus {
    color: rgba(60, 36, 21,1);
}

a.underline:after {
    position: absolute;
    right: 0;
    bottom: -4px;
    display: block;
    border-bottom: 1px solid rgba(60, 36, 21,1);
    content: ' ';
    width: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.underline:hover:after,
a.underline:focus:after {
    width: 100%;
}

a.underline.white {
    color: rgba(255, 255, 255, 1);
}

a.underline.white:hover,
a.underline.white:focus {
    color: rgba(255, 255, 255, 1);
}

a.underline.white:after {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

a img {
    border: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-align: right;
    margin: 80px 0 20px 0;
    color: rgba(60, 36, 21, 1);
    position: relative;
    clear: both;
    float: none;
    display: block;
    font-weight: 700;
    padding: 0;
    line-height: 1em;
}

h1,
h2 {
    font-size: 1.75em;

}

h3 {
    color: rgba(25, 42, 21, 1);
    text-align: left;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 0 30px 0;
}

h4 {
    font-size: 1.25em;
    margin: 15px 0 15px 0;
}

h1 span,
h2 span,
h3 span {
    color: rgba(25, 42, 21, 1);
    font-size: 0.85em;
    font-weight: 300;
}

p {
    margin: 0 0 20px 0;
}

section ul.fa-ul {
    margin-bottom: 20px;
}

section ul.fa-ul li {
    font-size: 0.95em;
    text-align: left;
}

ul.fa-ul li:before {
    font-family: 'FontAwesome';
    content: '\f046';
    margin: 0 10px 0 -25px;
}

figcaption {
    display: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#scroll-down {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 18px;
    position: absolute;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform:  translateX(-50%) !important;
    bottom: 30px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    opacity: 0.85;
    z-index: 1000;
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    line-height: 1em;
    cursor: pointer;
}

#scroll-down:hover {
    background-color: rgba(60, 36, 21, 0.5);
    opacity: 1;
    bottom: 40px;
}

#scroll-down i {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    line-height: 21px;
}

.carousel-fade,
.carousel-fade .item,
.carousel-fade .active,
.carousel-fade .carousel-inner {
    height: 100%;
    overflow:hidden;
}
.carousel-fade .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    font-size: 3em;
}
.carousel-control {
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    width: auto;
    height: auto;
    left: -50px;
    top: 50%;
    margin-top: -1.5em;
    text-shadow: none;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-image: none !important;
    z-index: 1000;
}
.carousel-control:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.carousel-control.right {
    right: -50px;
}
.carousel-fade:hover .carousel-control {
    left: 50px;
}
.carousel-fade:hover .carousel-control.right {
    left: auto;
    right: 50px;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    font-size: 3em !important;
    color: rgba(255, 255, 255, 1);
}

.navbar {
    background-color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    height:50px;
}

.logo {
    opacity: 0;
    display: block;
    padding: 0;
    position: absolute;
    top: 120px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 1051;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    height: 278px;
    width: 347px;
    background-repeat: no-repeat;
    background-image: url("../img/logo-semi-white.png");
    background-size: contain;
    background-position: center center;
    z-index: 301;
    vertical-align: middle;
}

.navbar.solid .logo {
    margin:  0 ;
    left: 0;
    -webkit-transform: translate(10%,50%);
    -ms-transform: translate(10%,50%);
    transform: translate(10%,50%);
    background-image: url("../img/logo.png");
    padding: 0;
    border: none;
    opacity: 1;
    height: 0;
    width: 0;
    top: -15px;
    height: 139px;
    width: 174px;
}

.navbar {
    top: 50px;
    background-color: transparent;
}

.navbar .container{
    padding:0;
}


.navbar.solid {
    top: 0;
    background-color: rgba(60, 36, 21, 1);
}

.navbar button.navbar-toggle {
    background-color: transparent;
    border: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 301;
    border-radius: 0;
    padding: 0;
    margin: 0;
    top: 0;
    outline: none !important;
    right: 0;
}

.navbar button.navbar-toggle:hover {

}

.navbar button.navbar-toggle .fa-bars {
    font-size: 28px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px 10px  10px 20px ;
    color: rgba(255, 255, 255, 1);
}

.navbar button.navbar-toggle span.menu-text {
    font-family: "Roboto Condensed";
        display: inline-block;
    float:left;

    margin: 12px 0 12px  0;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    text-transform: uppercase;
    background-color: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    font-size: 18px;
}
:lang(el) .navbar button.navbar-toggle span.menu-text{
    text-indent: -1px;
    font-size: 15px;
}
nav,
.navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
}

.navbar-nav {
    overflow: hidden;
    margin: 11px 0;
    padding: 0;
    border: none;
}

.navbar-nav li {
    padding: 0;
    list-style: none;
    margin: 0 auto 0 auto;
    position: relative;
    border: none;
    display: inline-block;
}

.nav>li.active>a,
.nav>li>a:focus,
.nav>li>a:hover,
.navbar-nav li a,
.navbar-nav li {
    background-color: transparent !important;
}

.navbar-nav li a {
    position: relative;
    font-family: "Roboto Condensed";
    border: none;
    background: none;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin: 5px 10px;
    text-shadow: none;
    line-height: 1em;
    color: rgba(255, 255, 255, 1);
    border: none;
}
.navbar-nav li a:after {
    position: absolute;
    right: 0;
    bottom: -4px;
    display: block;
    border-bottom: 2px solid  rgba(58, 34, 19, 1);
    content: ' ';
    width: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav>li.active>a:after,
.navbar-nav li a:hover:after {
    width: 100%;
}


.navbar.solid .navbar-nav li a:after {
   border-bottom: 2px solid  rgba(255, 255, 255, 1);
}


.social-languages {
    position: relative;
    margin: 12px 0;
    display: inline-block;
}

.social,
.languages {
    display: inline-block;
}

.languages {
    margin: 0 0 0 15px;
}

.social a,
.languages a,
.languages span {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    border: solid 2px transparent;
    margin: 0 0 0 15px;
    opacity: 1;
}

.languages a,
.languages span {
    font-size: 18px;
    line-height: 1.2em;
}

.languages span {
    opacity: 0.75;
}

.languages a:hover {

}

.social a.facebook:hover {
    color: rgba(58, 88, 155, 1);
}

.social a.twitter:hover {
    color: rgba(50, 204, 254, 1);
}

.social a.tripadvisor:hover {
    color: rgba(88, 148, 66, 1);
}

.book-btn {
  background-color: #d9ab0a !important;
  padding: 2px 15px !important;
  margin-top: -5px !important;
}

.book-btn:active, .book-btn:focus {
  background-color: #d9ab0a !important;
}

.book-btn:hover {
  background-color: #407133 !important;
}

#content {
    z-index: 100;
    position: relative;
    display: block;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vertical-align {
    display: flex;
    align-items: center;
}

input,
select,
.btn,
.form-control,.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    padding: 5px 12px;
    width: 100%;
    border-radius: 0 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 400;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(60, 36, 21, 1);
    border: none;
}

select {
    text-align: center;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

:lang(el) input,
:lang(el) select,
:lang(el) .btn,
:lang(el) .form-control {
    font-family: 'Roboto Condensed', sans-serif;
}

.form-control {
    margin-top: 10px;
}

.btn {
    text-transform: uppercase;
    color: rgba(60, 36, 21, 1);
    border: solid 2px rgba(60, 36, 21, 1);
    background-color: transparent;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(60, 36, 21, 1);
}

.btn.sm {
    width: auto;
    display: inline-block;
}

select option {
    border: none;
    color: rgba(60, 36, 21, 1);
    background-color: rgba(255, 255, 255, 1);
}

.input-group-addon {
    border: none;
    color: rgba(255, 255, 255, 1);
    border-radius: 0 !important;
    background-color: rgba(60, 36, 21, 1);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: rgba(60, 36, 21, 1);
    border-radius: 0;
}

section {
    margin: 0 auto 0 auto;
    width: 100%;
    padding: 0;
}

section#slider,
section#map {
    margin: 0;
}
section#slider{
    top:0;
    padding:0;
    margin:0;
    z-index:1000;
}



section.parallax {
    display: block;
    padding: 100px 0;
    text-align: center;
     overflow: hidden;
    position: relative;
    clear:both;
    float:none;
    z-index:0;
}
section.parallax:before {
    content: ' ';
    position: fixed;
    width: 100%;
  height: 100%;

    top: 0;
    left: 0;
    background-image: url("../img/parallax.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    will-change: transform;
    z-index: -1;
  }

section.parallax h2 {
    margin: 50px auto;

   color: rgba(255, 255, 255, 1);
}
section.parallax .btn {
    height:auto;
    width: auto;
    display: inline-block;
    padding: 8px 36px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}


section.box {
    display: block;
    position: relative;
    float: none;
    clear: both;
    margin: 0;
    overflow:hidden;
    z-index: 999;
    background: rgba(255,255,255,1);
}

section.box .content {
    text-align: justify;
}
.main-content{

}


.white-bg{
    background-color: rgba(255, 255, 255, 1);
}
.light-bg {
    background-color: rgba(255, 246, 231, 1);
}

.dark-bg {
    background-color: rgba(60, 36, 21, 1);
    color: rgba(255, 246, 231, 1);
}
.dark-bg a{
    color: rgba(255, 246, 231, 1);
}
.dark-bg a{
    color: rgba(255, 246, 231, 1);
}
.dark-bg h3{
    color: rgba(255, 246, 231, 1);
}


.inner-padding {
    padding: 60px 45px;
}

.box .img {
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1s ease, height 0s;
    -ms-transition: all 1s ease, height 0s;
    -o-transition: all 1s ease, height 0s;
}

.padding {
    padding: 60px 0;
}

.padding-sm {
    padding: 30px;
}

.padding-sm-vertical {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-xs {
    padding: 15px;
}

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

.gm-style-iw i{display:none;}
.gm-style .gm-style-iw span{display:none;}


.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

.photogallery {
    margin: 0 0 0 0;
    clear: both;
    float: none;
}

.photogallery a {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    display: block;
    font-size: 1;
    line-height: 0;
}

.photogallery a img {
    opacity: 1;
    display: block;
    width: 100%;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.photogallery:hover img {
    opacity: 0.75;
}

.photogallery a:hover img {
    opacity: 1;
}

.col-lg-6 .photogallery a img {
    width: 50%;
}

.margin-bottom {
    margin-bottom: 20px;
}

#footer {
    z-index:999;
    display:block;
    position:relative;
    clear:both;
    background-color: rgba(60, 36, 21, 1);
    margin: 0;
    padding: 0;
    text-align: center;
}


#copyright {
    position: relative;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}
#copyright a{
    color: rgba(255, 255, 255, 1);

}

.copy-symbol {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    vertical-align: top;
    margin: 0 3px 0 0;
    line-height: 1.175em;
}

.developed {
    text-align: right;
}

a#totop {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right:0;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(60, 36, 21, 1);
    padding: 6px 10px;
    margin: 0;
    font-size: 32px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    z-index: -1;
}

a#totop i {
    color: rgba(60, 36, 21, 1);
}

a#totop.show {
    opacity: 0.66;
    z-index: 1;
}

a#totop i.fa {
    padding: 0;
    margin: 0;
    vertical-align: 6px;
    font-size: 24px;
}

a#totop.show:hover,
a#totop.show:active {
    opacity: 1;
}

label {
    display: block;
    margin-top: 10px;
}
address{
    margin-top: 40px;
}
address span {
    color: rgba(25, 42, 21, 1);
    display: block;
    clear: both;
    font-weight: 700;
    margin: 15px auto 0 auto;
}
address span.title{
    font-size: 1.15em;

    color: rgba(60, 36, 21, 1);
}

.espa {
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}

.espa img {
  width: 300px;
}

.booking-award {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;
}

.booking-award img {
  max-width: 180px;
}

@media (max-width: 1439px) {
    .navbar-nav li a {
        letter-spacing: -1px;
    }
}

@media (max-width: 1199px) {
    .photogallery a {
        margin: 0;
        padding: 0;
        float: left;
        display: block;
        font-size: 1;
        line-height: 0;
    }
    .inner-padding {
        padding: 30px;
    }

    .languages, .social a, .languages a, .languages span{
        margin:0 0 0 10px;
    }
}

@media (max-width: 991px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        width: 100%;
    }
    .navbar button.navbar-toggle {
        display:block;
    }
    .navbar .navbar-collapse {

        background-color: rgba(60, 36, 21, 0.75) !important;

        width: 100% !important;

        z-index: 302 !important;
    }
    .navbar.solid .navbar-collapse {
        background-color: rgba(60, 36, 21, 0.75);
        margin: 0;
        padding: 0;
        float: none;
        position: fixed;
        display: none;
        left: 0;
        width: 100%;
        top: 50px;
        right: auto;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        width:100%;
        border-bottom: solid 2px  rgba(255, 255, 255, 1);
        border-top: solid 2px  rgba(255, 255, 255, 1);
        margin:0;
        padding:0;
    }
    .navbar-nav li {
        width: 100%;
        margin: 0;
    }
    .navbar-nav li a{
        letter-spacing: normal;
        text-align:center;
        padding: 10px;
        margin: 0;
        width: 100%;
        color: rgba(255, 255, 255, 1);
    }
    .navbar-nav li.active a,
    .navbar-nav li a:hover{
        color: rgba(60, 36, 21, 0.75);
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .navbar-nav li a:after{
        display:none;
    }

    section.box .img {
        height: 400px;
        display: block;
        float: none;
        position: relative;
    }
    section.box .content {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .inner-padding {
        padding: 30px;
    }
    .text-carousel .carousel-indicators {
        right: 25px;
    }
    .photogallery a {
        margin: 0;
        padding: 0;
        width: 50%;
        float: left;
        display: block;
        font-size: 1;
        line-height: 0;
    }

  .espa {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: inherit;
  }

  .espa img {
    width: 200px;
  }

  #scroll-down {
    display: none;
  }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .navbar-nav {
           margin: 0;
        left: 0;
    }
    .navbar-nav li a{
        padding: 7px 0 !important;
        margin:0 !important;
        border:none !important;
    }
    .navbar-nav li.active a, .navbar-nav li a:hover{
        background-color: rgba(255, 255, 255,1) !important;
        color: rgba(60, 36, 21, 1);
    }
    .navbar.solid .logo {
        top: 45px;
        left: -5px;
        height: 35px;
        width: 144px;
        background-image: url("../img/logo-minimal.png");
    }
    .padding {
        padding: 20px 0;
    }
    h1,h2{
            margin: 60px 0 20px 0;
    }
    section.box .img {
        height: 300px;
    }

}

@media (max-width: 599px) {
    #copyright{padding:7px;font-size: 12px;}
    .dash{
        clear: both;
        float:none;
        display: block;
        width:100%;
        height:0;
        font-size:1px;
    }
    .container{
        padding: 0 15px;
    }
    h1, h2{
    font-size: 1.5em;

        padding-right:15px;
    }
    /*h1 span, h2 span{
         display:none !important;
    }*/
    h3 {
        font-size: 1.25em;
    }
    h4 {
        font-size: 1.05em;
    }
    section.box .img {
        height: 250px;
    }
    .booking-award img {
    max-width: 120px;
    }
}
@media (max-width: 399px) {

    .social-languages {
        margin: 13px 0;
    }
    .social a{
        font-size: 0.95em !important;
        margin: 0 0 0 7px;
    }
    .languages a,.languages span{
        margin: 0 0 0 7px;
        font-size: 1.1em !important;
    }
    .languages{
        margin: 0 0 0 7px;
    }
    .navbar button.navbar-toggle{

    }
    .navbar button.navbar-toggle span.menu-text{

        margin: 13px 0;
        font-size: 16px;
    }
    .navbar button.navbar-toggle .fa-bars{
            margin: 12px 8px;

        font-size: 24px;
    }
}

@media (max-height: 479px) {
    .navbar-collapse.collapse {
        overflow: auto !important;
    }
}


.inside-full-height {
    height: 100%;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.btn-light-solid {
  background-color: #d9ab0a;
  display: inline;
  padding: 10px 20px;
  color: #fff;
  border: none;
}

.btn-light-solid:active, .btn-light-solid:focus {
  background-color: #d9ab0a;
}

.btn-light-solid:hover {
  background-color: #407133;
}
