@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Satisfy|Titillium+Web');

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #020202;
}

body > .container-fluid {
	padding: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

a, a:hover, a:focus {
	text-decoration: none;
}

.hero {
	background: url(../images/hero-bg.jpg) fixed;
	background-size: cover;
	background-position: bottom;
}

.hero-text {
	padding-top: 60px;
	padding-bottom: 280px;
	font-size: 78px;
	color: #fff;
	text-align: center;
    font-family: 'Playfair Display', serif;
	font-weight: 700;
}

.inner-hero {
	padding-bottom: 100px;
}

.logo {
    padding-top: 14px;
    padding-bottom: 20px;
    margin-top: -30px;
}

.logo img {
	background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 15px;
}

.navbar-default {
	font-size: 14px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.9);
	padding: 5px 0; 
	border-bottom: 3px solid rgb(154,232,229);
	width: 700px; 
}

.navbar-default > .container {
	width: 100%;
}

.navbar-default li {
	padding: 0 12px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #020202;
	background: none;
}

.about-wrapper {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #9ae8e5; 
}

.about, .villas, .amenities {
	padding: 50px 0;
}

.about h1, .villas h1, .amenities h1, .testimonials-wrapper h1, .contact h1 {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 3.0px;
}

.about h2, .villas h2, .amenities h2, .testimonials-wrapper h2, .contact h2 {
	font-size: 26px;
	font-family: 'Satisfy', cursive;
	color: #666666;
}

.about p {
	color: #333333;
	font-size: 16px;
	padding: 20px 0;
	line-height: 30px;
}

.read-more {
	text-transform: uppercase;
	padding: 20px 0; 
	font-size: 18px;
	color: #17908b;
}

.read-more:before, .read-more:after {
	color: #fff; 
	font-size: 28px;
	position: relative;
	top: 3px;
}

.read-more:before {
	content: '[';
	padding-right: 5px;
}

.read-more:after {
	content: ']';
	padding-left: 5px;
}

.about > div:nth-child(2) {
	position: relative;
}

.about > div:nth-child(2) img {
	top: -140px;
	position: absolute;
	border: 5px solid #fff;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.villas-wrapper, .testimonials-wrapper {
	background: url('../images/pattern.png') repeat fixed;
	padding-top: 75px;
	padding-bottom: 75px;
}

.villas h1, .amenities h1, .testimonials-wrapper h1 {
	color: #9ae8e5;
}

.villas ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	height: 401px; 
	overflow-x: hidden;
	overflow-y: scroll;
	background: rgba(255,255,255,0.5);
}

.villas ul::-webkit-scrollbar-track
{
	background-color: #ccc;	
}

.villas ul::-webkit-scrollbar
{
	width: 7px;
}

.villas ul::-webkit-scrollbar-thumb
{
	background-color: #333333;
	border: 2px solid #555555;
}

.villas ul li {
	margin: 10px 0 0 0;
	padding: 10px;
	cursor: pointer;
}

.villas ul li.active, .villas ul li:hover {
	background: rgba(154,232,229,0.7);
}

.villas ul li:first-child {
	margin-top: 0px;
}

.villas ul li:after {
	clear: both;
	display: table;
	content: " ";
}

.villas ul li img {
	width: 120px;
	float: left;
	padding-right: 10px;
	vertical-align: top;
}

.villas ul li div {
	margin: 0 10px;
}

.villas ul li span:nth-child(2) {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.villas ul li span:last-child {
	margin-top: 3px;
	font-size: 14px;
}

.villas .read-more:before, .villas .read-more:after {
	color: #a7a7a7;
}

.amenities {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 18px;
}

.amenities h2 {
	padding-bottom: 64px;
}

.amenities > div:last-child {
	margin-top: 60px;
}

.amenities img {
	width: 100px;
}

.testimonials h1 {
	text-align: center;
}

.testimonials h2 {
	margin-bottom: 50px;
	text-align: center;
}

.testimonials {
	width: 60%;
	font-size: 16px;
	line-height: 24px;
}

.testimonials img {
	border-radius: 50%;
	width: 180px;
	border: 3px solid #9ae8e5;
}

.read-more-hide, .read-more-show {
	display:block;
}

.contact-wrapper {
	background: #9ae8e5;
	padding: 40px;
}

.contact div {
	font-size: 16px;
}

.contact h2 {
	padding-bottom: 30px;
}

.contact span {
	font-size: 24px;
}

.inner-main .logo img {
	width: 200px;
}

.inner-hero h2 {
	font-family: 'Satisfy', cursive;
	letter-spacing: 3.0px;
}

.about-main .hero {
	background: url(../images/hero-about.jpg) fixed;
	background-size: cover;
}

.about p {
	font-size: 18px; 
}

.about div:first-child {
	padding: 0 5%;
}

.inner-main .about {
	padding: 0px 0 0px 0;
	letter-spacing: 0.5px;
}

.inner-main .amenities-wrapper {
	background: url(../images/pattern.png) fixed repeat;
}

.inner-main .about img {
	border: 5px solid #fff;
    margin-top: -70px;
    margin-bottom: -53px;
}

.contact-main .about {
	padding: 50px 0 0px 0;
	letter-spacing: 0.5px;
}

.about-kitchens {
	background:url('../images/about-kitchens.jpg');
	background-size:cover;
	background-position: center;
	background-attachment: fixed; 
/*	height:500px;*/
	text-align: center;
}

.about-kitchens > div:first-child {
	background:rgba(255,255,255,0.8);
/*	height:500px;*/
	font-size:20px;
	padding:190px 100px;
}

.about-main .amenities {
	padding:150px 0;
}

.address {
	font-size: 20px;
	margin-bottom: 70px;
}

.address h3 {
	font-size: 32px;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.proximity {
	background: url(../images/pattern.png) fixed repeat;
	padding: 85px;
}

.proximity h1 {
	padding-bottom: 50px; 
}

.villa div {
	padding-left: 0px;
	padding-right: 0px;
	color: #333333;
}

.villa > div > div:nth-child(2) {
	cursor: url(https://dgmz6gsz7mb84.cloudfront.net/assets/gallery--cursor-12a7517dea9884511a8e158b87386d894fd8abdbd1f5e578079c59f4cdd9ecdd.cur),pointer;
	overflow: hidden;
}

.villa > div > div:nth-child(2) a:hover {
	cursor: url(https://dgmz6gsz7mb84.cloudfront.net/assets/gallery--cursor-12a7517dea9884511a8e158b87386d894fd8abdbd1f5e578079c59f4cdd9ecdd.cur),pointer;
}

.villa > div > div:nth-child(2) img {
	transition: all 5s;
}
	
.villa > div > div:nth-child(2):focus img, .villa > div > div:nth-child(2):hover img {
  	transform: scale(1.2);
}

.villa > div:nth-child(odd) .read-more:before, .villa  > div:nth-child(odd) .read-more:after {
    color: #a7a7a7;
}

.villa > div:nth-child(even) {
	background: #9ae8e5;
}

.villa > div:nth-child(even) hr {
	border-color: #fff;
}

.villa div div:first-child {
	padding: 50px;
	font-size: 18px;
	vertical-align: top;
}

.villa {
	background: #45C0BB;
}

.villa {
	background-image: url(../images/pattern.png) repeat;
	background-color: rgba(255,255,255,0.5);
}

.about-beach {
	padding:180px;
	font-size:24px;
	text-align:center;
	background-image:url('../images/about-beach.jpg');
	background-size:cover;
	background-position: center; 
	background-color:rgba(255,255,255,0.3);
	color:#fff;
}

.about-main .about-wrapper .about div:nth-child(2) {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.5px;
	padding-top:60px;
}

.about-main .about p {
	font-size: 20px;
}

.about-main .amenities span {
	font-size: 24px;
}

.inner-main .reviews-wrapper {
	background: url(../images/pattern.png) fixed repeat;
	padding: 100px 0px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.review div:nth-child(2) {
	background: rgba(154,232,229,0.7);
    border-radius: 10px;
    padding: 20px;
}

.review strong {
	text-transform: uppercase;
}

.review img {
	border-radius: 50%;
	border: 3px #9AE8E5 solid;
	vertical-align: top;
	margin-right: 20px;
}

.review {
	text-align: left;
	margin-bottom: 40px;
	font-size: 16px;
}

footer {
	background: #211f20;
	padding: 20px;
	color: #fff;
	text-align: center;
}

footer ul {
	list-style: none;
	font-size: 16px;
	padding: 0;
}

footer ul li {
	display: inline-block;
	padding: 0 20px;
}

footer a, footer a:hover {
	color: #9ae8e5;
}

footer span {
	padding-top: 20px;
}

footer .social img {
	padding: 20px 10px;
}

.contact-main .hero {
	background: url(../images/hero-contact.jpg) fixed repeat;
	background-size: cover;
}

.villas-main .hero {
	background: url(../images/hero-villas.jpg) fixed repeat;
	background-size: cover;
}

.reviews-main .hero {
	background: url(../images/hero-reviews.jpg) fixed repeat;
	background-size: cover;
}

/* form */ 

.form {
/*    width: 340px;
    height: 440px;*/
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 30px -12px #000;
/*    margin: calc(50vh - 220px) auto;*/
    padding: 2px 20px 75px 30px;
/*    max-width: calc(100vw - 40px);*/
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-top: -110px;
	margin-bottom: -50px;
}

.form h2 {
    margin: 10px 0;
    padding-bottom: 10px;
    width: 180px;
    color: #78788c;
    border-bottom: 3px solid #78788c
}

.form input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 2px solid #bebed2
}

.form input:focus {
    border-bottom: 2px solid #45C0BB
}

.form p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a
}

.form input[type=submit], .form button {
    float: right;
    padding: 8px 12px;
    margin: 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #aaa;
    background: 0;
    color: #5a5a6e;
    cursor: pointer;
    transition: all .3s;
}

.form input[type=submit] {
	width: 50%;
}

.form input[type=submit]:hover, .form button:hover {
    background: #45C0BB;
    color: #fff;
	border: 2px solid #45C0BB;
}

.form div {
    content: 'Hi';
    position: absolute;
    bottom: -15px;
    right: -20px;
    background: #50505a;
    color: #fff;
    width: 320px;
    padding: 16px 4px 16px 0;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 10px 10px 40px -14px #000
}

.form span {
    margin: 0 5px 0 15px
}

.form p {
	padding: 0;
    line-height: auto;
}

.form h3 {
    padding-top: 20px;
    text-transform: uppercase;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ddd;
}

/* end form */ 