@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Booking
7. Intro
8. Offering
9. Discover
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Playfair+Display:400,400i,700,700i');

/*********************************
2. Body and some general stuff
*********************************/

*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #FFFFFF;
    color: #4a4f59;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #4a4f59;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
p:last-of-type
{
    margin-bottom: 0;
}
a
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #FF6347;
}
p a:hover
{
    color: #FFFFFF;
    background: #117788;
}
p a:hover::after
{
    opacity: 0.2;
}
::selection
{
    background: #d9d9d9;
    color: #ffffff;
}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    color: #006859;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    line-height: 1.2;
    margin-bottom: 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
img
{
    max-width: 100%;
}
button:active
{
    outline: none;
}
.form-control
{
    color: #db5246;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130%;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background_image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nopadding
{
    padding: 0;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
    height: 100%;
}
.slide
{
    height: 100%;
}
.button
{
    font-size:1.5em;
    width: 10em;
    height: 2em;
    background: #894a47;
    text-align: center;
    border: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button:hover
{
    background: #006859;
}

.button a
{
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 61px;
}
.button:hover a
{
    color: #fff;
    font-size: 16px;
}
a:link, a:visited {
    color: white;
}
h1
{
    position: relative;
    font-size: 36px;
    font-weight: 400;    
    z-index: 1;	
}
.section_title > div
{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 136px;
    font-weight: 700;
    color: #f4f5fa;
    line-height: 0.75;
    z-index: 0;
}
.container_wrapper > .container
{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container_wrapper > .container > .row
{
    margin-left: 0;
    margin-right: 0;
}
.container_wrapper > .container > .row > div[class^='col']
{
    padding-left: 0;
    padding-right: 0;
}

/*********************************
3. Header
*********************************/

.logo_1
{
    margin-bottom: 10px;
}
.main_nav ul
{
    height: 68px;
}
.main_nav ul li:not(:last-of-type)
{
    margin-right: 57px;
}
.main_nav ul li a
{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
    color: #ff9000;
}
.logo_overlay
{
    position: fixed;
    left: -90px;
    top: 0;
    background: #ffffff;
    z-index: 102;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.logo_overlay.scrolled
{
    left: 0;
}
.logo_overlay_content
{
    width: 90px;
    height: 90px;
}
.logo_overlay .logo
{
    margin-bottom: 0;
}
.menu_overlay
{
    position: fixed;
    right: -90px;
    top: 0;
    background: #ffffff;
    z-index: 102;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.menu_overlay.scrolled
{
    right: 0;
}
.menu_overlay_content
{
    width: 90px;
    height: 90px;
}
.hamburger
{
    display: none;
    cursor: pointer;
    padding: 5px;
}
.menu_overlay .hamburger
{
    display: inline-block;
}
.hamburger i
{
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_overlay .hamburger i
{
    color: #ff9000;
}
.hamburger:hover i
{
    color: #ff9000;
}

.logo
{
    margin-bottom: 29px;
}
.logo_2
{
    display: none;
}
.logo_3
{
    display: none;
}
.main_nav ul
{
    height: 68px;
}
.main_nav ul li:not(:last-of-type)
{
    margin-right: 57px;
}
.main_nav ul li a
{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
    color: #ff9000;
}

.menu_overlay
{
    position: fixed;
    right: -90px;
    top: 0;
    background: #ffffff;
    z-index: 102;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.menu_overlay.scrolled
{
    right: 0;
}
.menu_overlay_content
{
    width: 90px;
    height: 90px;
}
.hamburger
{
    display: none;
    cursor: pointer;
    padding: 5px;
}
.menu_overlay .hamburger
{
    display: inline-block;
}
.hamburger i
{
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_overlay .hamburger i
{
    color: #ff9000;
}
.hamburger:hover i
{
    color: #ff9000;
}

/*********************************
4. Menu
*********************************/

.menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 104, 89 ,0.7);
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.menu.active
{
    visibility: visible;
    opacity: 1;
}
.menu_container
{
    width: 100%;
    height: 100%;
}
.menu_nav ul li a
{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.035em;
}
.menu_nav ul li a:hover
{
    color: #ff9000;
}
.menu_button
{
    margin-top: 60px;
}
.menu_social
{
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*********************************
5. Home
*********************************/

.home
{
    height: 538px;
    background: transparent;
}
.home_container
{
    width: 100%;
    height: 100%;
    padding-top: 228px;
}
.home_title h1
{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #ffffff;
    font-style: italic;
    font-size: 60px;
    text-shadow: 2px 2px #444;
}
.slide-img {
    border: 3px solid #999;
    box-shadow: 2px 2px 5px black;
}

/*********************************
6. Booking
*********************************/

.booking-widget {
    display: table;
    margin: 0 auto;    
}

/*********************************
7. Intro
*********************************/

.intro
{
    background: #ffffff;
}
.intro_text
{
    margin-top: 49px;
    margin-bottom: 75px;
}
.intro_button
{
    margin-top: 44px;
}
.intro_image
{
    height: 100%;
}
.intro_image > img
{
    display: none;
}

/*********************************
7. Email
*********************************/

#form_container
{
    background-size:100% 100%;
    padding:15px 15px;
    margin: 25px auto 25px auto;
}

#form_container input[type='text'],
#form_container input[type='email'],
#form_container textarea
{
    background: rgba(255,255,255,0.2);
}

.email-title {
    margin-top: 75px;
    margin-bottom: 20px;
}

.email-button {
    background: #ff9000;
}

/*********************************
8. Offering
*********************************/

.offering
{
    background: #211c32;
    padding-top: 104px;
    padding-bottom: 50px;
}
.offering .section_title > div
{
    color: rgba(255,255,255,0.08);
}
.offering .section_title h1
{
    color: #ffffff;
    margin-top: -30px;
}
.offering_row
{
    margin-top: 102px;
}
.offer
{
    margin-bottom: 60px;
}
.offer_title
{
    margin-top: 48px;
}
.offer_title h3
{
    color: #ffffff;
}
.offer_text
{
    margin-top: 25px;
}
.offer_text p
{
    color: #bfc8d8;
}
.offer_button
{
    margin-top: 31px;
}
.offer_button a
{
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #ff9000;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}
.offer_button a::after
{
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #ff9000;
    content: '';
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.offer_button a:hover::after
{
    width: 100%;
}

/*********************************
9. Discover
*********************************/

.discover
{
    background: #ffffff;
}
.discover_content
{
    width: 100%;
}
.discover_highlight
{
    margin-top: 34px;
}
.discover_highlight p
{
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #4a4f59;
    line-height: 2;
}
.discover_button {
    margin: 30px auto 0px auto;
    width: 120px;
}
.discover_text
{
    margin-top: 42px;
}

.discover_highlight {
    margin-bottom: 20px;
}

.things-to-do {
    margin-left: 30px;
}

/*********************************
10. Footer
*********************************/

.footer
{
    display: block;
    position: relative;
    background: rgba(0, 104, 89, 1.0);
    margin-top: 50px;
    border-top: solid 4px #bd815b;	
}
.footer_content
{
    margin-top: 20px;
    padding-bottom: 20px;
}
.footer_col:first-child .footer_info > div
{
    padding-right: 20px;
}
.footer_col:nth-child(3) .footer_info > div
{
    padding-left: 20px;
}
.footer_info div
{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
}

/* My styling */

.home_title {
    margin-top: 60px;
}

.home_text {
    color: #ffffff;
    font-size: 20px;
    line-height: 100%;
    margin-top: 40px;
}
.apartment-description {
    width: 50%;
    margin: 0 auto;
}
.apartment {
    width: 75%;
    margin: auto auto;
    margin-top: 50px;
}
.bedroom-img,
.bathroom-img,
.day-area-img {
    object-fit: cover;
    height: 300px;
}
.tick-img {
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
    margin: 5px 20px 10px 10px;
}

.tick-text {   
    font-size: 18px;
}
.apartment-text2 {
    margin-top: 127px;
}
.room_price {
    margin: 30px auto 30px auto;
    font-size: 24px;
    color: #894a47;
}
.imgContainer {
    display: block;
    max-height: 400px;
    margin: auto;      
}
.imgContainer img {    
    display: block;
    width: 500px;
    height: 250px;    
    margin: auto;
    object-fit: cover;
    border: 5px solid #999;
    box-shadow: 2px 2px 5px black;
}
.room-description {
    width: 50%;
    margin: 60px auto 60px auto;
}
.about-title {
    margin-top: 50px;
    font-size: 32px;
}
.about-image2 {
    margin-top: 55px;
    height: 200px;
}
.about-text {
    margin-top: -30px;
}
.contact-text {
    font-size: 18px;
}
.email-form {
    width: 40%;
    margin: 50px auto 0 auto;
}
.email-row {
    margin-bottom: 15px;
}
.email-button {
    background: #ff9000;
    padding: 10px;
}
.discover-container {
    margin-top: 50px;
}
.discover-text-left {
    margin-top: 25px;
}
.discover-text-right {
    margin-top: 124px;
}
.discover-title {
    margin-bottom: 30px;
}
.collage {
    margin-left: 20px;    
}
.review-text {
    margin-top: 50px;
}
.contact-container {
    margin-top: 30px;
    height: 500px;
}
.contact-iframe {
    margin-top: 50px;
}
.section_title {
    margin-top: 50px;
}
.cleaning-text {
    margin-top: -30px;       
    font-size: 18px;
}
.book-now {
    margin-top: 3vw;
    margin-bottom: 1vw;
}
.payment-text {
    margin-bottom: 2vw;
}
.option-list {
    margin-left: 20px;
    margin-top: 10px;
}
.option-text {
    color: #894a47;
    font-size: 18px;
}

/* About us */

#about-header {
    width: 100%;   
    height: 100px;
    margin: 30px auto  0 0;
}

#container {
    width: 1100px;
    background-color: #ffcc33;
    margin: auto;
}
#first {
    color: #fff;
    width: 550px;
    float: left;
    height: 500px;
    margin-top: 50px;
}
#second {
    width: 550px;
    float: left;
    height: 500px;
    margin-top: 50px;
}
#clear {
    clear: both;
}
.about-header-intro {
    margin-top: 40px;
}
.about-column {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;    
}
.frank-img {
    margin-top: 10px;  
    margin-right: 20px;
    height: 150px;
}
.ina-img {
    margin-top: 10px;
    margin-left: 20px;
    height: 150px;
}
.review-text p {
    font-size: 16px;
}
.slide-img {         
    width: 340px;
    height: 227px;    
}

