/* FONT MARKUP */
@font-face {
    font-family: 'RockwellStdLight';
    src: url('fonts/RockwellStdLight.eot');
    src: url('fonts/RockwellStdLight.eot') format('embedded-opentype'),
         url('fonts/RockwellStdLight.woff2') format('woff2'),
         url('fonts/RockwellStdLight.woff') format('woff'),
         url('fonts/RockwellStdLight.ttf') format('truetype'),
         url('fonts/RockwellStdLight.svg#RockwellStdLight') format('svg');
}
@font-face {
    font-family: 'RockwellStd';
    src: url('fonts/RockwellStd.eot');
    src: url('fonts/RockwellStd.eot') format('embedded-opentype'),
         url('fonts/RockwellStd.woff2') format('woff2'),
         url('fonts/RockwellStd.woff') format('woff'),
         url('fonts/RockwellStd.ttf') format('truetype'),
         url('fonts/RockwellStd.svg#RockwellStd') format('svg');
}
@font-face {
    font-family: 'PlatoMedium';
    src: url('fonts/PlatoMedium.eot');
    src: url('fonts/PlatoMedium.eot') format('embedded-opentype'),
         url('fonts/PlatoMedium.woff2') format('woff2'),
         url('fonts/PlatoMedium.woff') format('woff'),
         url('fonts/PlatoMedium.ttf') format('truetype'),
         url('fonts/PlatoMedium.svg#PlatoMedium') format('svg');
}

/* GENERAL MARKUP */
html {
	background: #eee url('../images/bg-body.jpg');
	margin: 0;
	height: 100%;
	width:  100%;
}
body {
	margin: 0;
	height: 100%;
	width:  100%;
	font: normal 400 16px/1.5 'RockwellStdLight', Georgia, serif;
	color: #2b1a07;
	cursor: default;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #2b1a07;
	border-bottom: 1px solid #2b1a07;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
    font-family: 'PlatoMedium';
	letter-spacing: none;
}
h2 {
	font-size: 72px;
}
h3 {
	font-size: 48px;
	margin: 0 0 .3em;
}

p {
	margin: 0 0 1.4em;
}
p:last-child {
	margin-bottom: 0;
}

p.bigger {
	font-size: 120%;
	line-height: 1.4;
}
p.smaller {
	font-size: 85%;
}

b, strong {
	font-weight: normal;
    font-family: 'RockwellStd';
}

.fl-l {
	float: left;
}
.fl-r {
	float: right;
}

.col {
	width: 100%;
	float: left;
	padding: 0 2%;
}
.col.col-33 { width: 33.3%; }
.col.col-40 { width: 40%; }
.col.col-60 { width: 60%; }
.col.col-66 { width: 66.6%; }
.col.col-50 { width: 50%; }

.p-0 {
	padding: 0;
}

.mobi {
	display: none;
}

.table {
	display: table;
}
.table .row {
	display: table-row;
}
.table .row .cell {
	display: table-cell;
}

/* HEADER MARKUP */
header {
	width: 100%;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 15px 0 rgba(47,47,47,.5);
			box-shadow: 0 2px 15px 0 rgba(47,47,47,.5);
}
header .logo-container {
	width: 100%;
	background: #474747 url('../images/bg-header.jpg');
	padding: 25px 0 35px 0;
}
header .logo-container #logo {
	width: 408px;
	margin: 0 auto;
	display: block;
	opacity: 0;
}

/* HEADER NAV MARKUP */
nav {
	background: transparent url('../images/bg-nav.png');
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
}
nav ul {
	text-align: center;
	padding: 0;
	margin: 0;
}
nav ul li {
	display: inline-block;
	padding: 10px 25px;
}
nav ul li a {
	font: normal 400 12px/1.4 'RockwellStd', Georgia, serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	float: left;
	border-bottom: 1px solid transparent;
}
nav ul li a.active {
	border-bottom: 1px solid #2b1a07;
}

/*HERO MARKUP */
#hero {
	position: relative;
	padding: 0;
}

#hero .hero-image {
	width: 100%;
}

#hero .hero-caption {
	width: 100%;
	background: rgba(255,255,255,.4);
	padding: 30px 0;
	position: absolute;
	bottom: 0;
}
#hero .hero-caption p {
	max-width: 660px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#hero .hero-caption .quote {
	max-width: 600px;
	margin: 0 auto;
}
#hero .hero-caption .quote .review02 {
	display: none;
}
#hero .hero-caption .quote .review01 p {
	max-width: 370px;
}
#hero .hero-caption .quote .review02 p {
	max-width: 410px;
}
#hero .hero-caption .quote p {
	text-align: right;
	font-size: 18px;
	float: left;
	padding-right: 20px;
	margin-bottom: 0;
}
#hero .hero-caption .quote h3 {
    font-family: 'PlatoMedium';
	text-align: left;
	max-width: 200px;
	float: left;
	line-height: 36px;
	margin-bottom: 0;
}
#hero .hero-caption .quote span {
    font-size: 24px;
	display: block;
}

/* SECTION MARKUP */
section {
	width: 100%;
	padding: 60px 0;
	overflow: auto;
	position: relative;
}
section.p-0 {
	padding: 0;
}
section.grey {
	background: #eee;
}
section.white {
	background: #fff;
}
section.nav {
	padding-top: 100px;
}
section.shadow {
	z-index: 100;
	-webkit-box-shadow: 0 15px 20px 0 rgba(47,47,47,.2);
			box-shadow: 0 15px 20px 0 rgba(47,47,47,.2);
}

.inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2%;
}


/*PHOTO MARKUP */
.photo {
	float: left;
	width: 70%;
	margin: 10px 15px;
	border: 5px solid #fff;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(47,47,47,.2);
			box-shadow: 5px 5px 10px 0 rgba(47,47,47,.2);
}
/* HOME PHOTOS */
.photo-01 {
	-webkit-transform: scale(1.1) rotate(-4deg);
	   -moz-transform: scale(1.1) rotate(-4deg);
        -ms-transform: scale(1.1) rotate(-4deg);
         -o-transform: scale(1.1) rotate(-4deg);
            transform: scale(1.1) rotate(-4deg);
}
.photo-02 {
	-webkit-transform: scale(1.1) rotate(5deg);
	   -moz-transform: scale(1.1) rotate(5deg);
        -ms-transform: scale(1.1) rotate(5deg);
         -o-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
}
.photo-03 {
	-webkit-transform: scale(1.1) rotate(-6deg);
	   -moz-transform: scale(1.1) rotate(-6deg);
        -ms-transform: scale(1.1) rotate(-6deg);
         -o-transform: scale(1.1) rotate(-6deg);
            transform: scale(1.1) rotate(-6deg);
}
.photo-04 {
	-webkit-transform: scale(1.1) rotate(1deg);
	   -moz-transform: scale(1.1) rotate(1deg);
        -ms-transform: scale(1.1) rotate(1deg);
         -o-transform: scale(1.1) rotate(1deg);
            transform: scale(1.1) rotate(1deg);
}
.photo-05 {
	-webkit-transform: scale(1.1) rotate(-3deg);
	   -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
         -o-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
}
/* HOUSE PHOTOS */
.photo-06 {
	-webkit-transform: scale(1.1) rotate(3deg);
	   -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
         -o-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
}
.photo-07 {
	-webkit-transform: scale(1.1) rotate(-4deg);
	   -moz-transform: scale(1.1) rotate(-4deg);
        -ms-transform: scale(1.1) rotate(-4deg);
         -o-transform: scale(1.1) rotate(-4deg);
            transform: scale(1.1) rotate(-4deg);
			margin-left: 100px;
}
.photo-house-01 {
	-webkit-transform: scale(1.1) rotate(2deg);
	   -moz-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
         -o-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
			margin-left: 20px;
}
.photo-house-02 {
	-webkit-transform: scale(1.1) rotate(-4deg);
	   -moz-transform: scale(1.1) rotate(-4deg);
        -ms-transform: scale(1.1) rotate(-4deg);
         -o-transform: scale(1.1) rotate(-4deg);
            transform: scale(1.1) rotate(-4deg);
			margin-left: 100px;
}
.photo-house-03 {
	-webkit-transform: scale(1.1) rotate(-3deg);
	   -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
         -o-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
			margin-top: 50px;
}
.photo-house-04 {
	-webkit-transform: scale(1.1) rotate(4deg);
	   -moz-transform: scale(1.1) rotate(4deg);
        -ms-transform: scale(1.1) rotate(4deg);
         -o-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
			margin-left: 100px;
}
/* LOCATION (ACTIVITIES) PHOTOS */
.photo-08 {
	-webkit-transform: scale(1.1) rotate(2deg);
	   -moz-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
         -o-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
			margin-left: 20px;
}
.photo-09 {
	-webkit-transform: scale(1.1) rotate(-4deg);
	   -moz-transform: scale(1.1) rotate(-4deg);
        -ms-transform: scale(1.1) rotate(-4deg);
         -o-transform: scale(1.1) rotate(-4deg);
            transform: scale(1.1) rotate(-4deg);
			margin-left: 100px;
}
.photo-10 {
	-webkit-transform: scale(1.1) rotate(5deg);
	   -moz-transform: scale(1.1) rotate(5deg);
        -ms-transform: scale(1.1) rotate(5deg);
         -o-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
			margin-left: 50px;
}
/* LOCATION (FOOD) PHOTOS */
.photo-11 {
	-webkit-transform: scale(1.1) rotate(-3deg);
	   -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
         -o-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
}
.photo-12 {
	-webkit-transform: scale(1.1) rotate(4deg);
	   -moz-transform: scale(1.1) rotate(4deg);
        -ms-transform: scale(1.1) rotate(4deg);
         -o-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
			margin-left: 100px;
}
.photo-13 {
	-webkit-transform: scale(1.1) rotate(-5deg);
	   -moz-transform: scale(1.1) rotate(-5deg);
        -ms-transform: scale(1.1) rotate(-5deg);
         -o-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg);
}
/* LOCATION (GETTING AROUND) PHOTOS */
.photo-14 {
	-webkit-transform: scale(1.1) rotate(3deg);
	   -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
         -o-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
			margin-left: 20px;
			margin-top: 50px;
}
.photo-15 {
	-webkit-transform: scale(1.1) rotate(-4deg);
	   -moz-transform: scale(1.1) rotate(-4deg);
        -ms-transform: scale(1.1) rotate(-4deg);
         -o-transform: scale(1.1) rotate(-4deg);
            transform: scale(1.1) rotate(-4deg);
			margin-left: 100px;
}
/* LOCATION (GETTING THERE) PHOTOS */
.photo-16 {
	-webkit-transform: scale(1.1) rotate(-3deg);
	   -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
         -o-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
			margin-top: 50px;
			float: left;
			width: 40%;
}
.photo-17 {
	-webkit-transform: scale(1.1) rotate(4deg);
	   -moz-transform: scale(1.1) rotate(4deg);
        -ms-transform: scale(1.1) rotate(4deg);
         -o-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
			margin-top: 100px;
			float: left;
			width: 40%;
}

/* HOME MARKUP */
.hello {
	width: 37%;
	float: left;
	margin-bottom: 20px;
}

#map-canvas {
	width: 100%;
	height: 400px;
}

.home .photo {
	width: 27%;
}

/* THE HOUSE MARKUP */
.airports {
	width: 100%;
	padding: 10% 5%;
	color: #fff;
	text-align: center;
	background: #474747 url('../images/bg-header.jpg');
	font-size: 14px;
	margin-top: 80px;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
         -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(47,47,47,.2);
			box-shadow: 5px 5px 10px 0 rgba(47,47,47,.2);
}
.airports .table {
	width: 100%;
}
.airports .table .row:first-child {
    font-family: 'PlatoMedium';
	font-size: 20px;
}
.airports .table .row .cell {
	padding: 2% 0;
}

/* LOCATION MARKUP */
.activites {
	font-size: 14px;
}

/* GALLERY MARKUP */
.gallery #hero .hero-caption p {
	max-width: 500px;
}

.gallery-container {
	width: 80%;
	margin: 0 auto;
	float: none;
}
.gallery-container .thumb {
	float: left;
	width: 12.6%;
	margin: 2%;
	border: 5px solid #fff;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(47,47,47,.1);
			box-shadow: 5px 5px 10px 0 rgba(47,47,47,.1);
}


/* BOOK MARKUP */
#book {
	z-index: 100;
	-webkit-box-shadow: 0 10px 20px 0 rgba(47,47,47,.1);
			box-shadow: 0 10px 20px 0 rgba(47,47,47,.1);
}

form input {
	width: 96%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	border: 1px solid #c1c1c1;
	font: normal 400 16px/1.4 'RockwellStdLight', Georgia, serif;
	color: #231f20;
	padding: 2%;
}
form .col:nth-child(2) input {
	width: 100%;
	margin-right: 0;
}
form textarea {
	width: 100%;
	margin-bottom: 2%;
	border: 1px solid #c1c1c1;
	font: normal 400 16px/1.4 'RockwellStdLight', Georgia, serif;
	color: #231f20;
	padding: 2%;
	height: 150px;
}
form input[type=submit] {
	float: right;
	background: #333;
	color: #fff;
	margin-right: 0;
	width: auto;
	padding: 1.8% 5% .9%;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}

form label.error {
}

/* FOOTER MARKUP */
footer {
	padding: 30px 0 50px;
	overflow: auto;
	font-size: 12px;
}

@media screen and (max-width: 1080px) {

	.hello {
		float: none;
		width: 60%;
		margin-bottom: 40px;
	}

	.photo-04 {
		margin-left: 20%;
	}

	.hero .hero-caption {
		position: relative;
	}

}
@media screen and (max-width: 768px) {

	.desk {
		display: none;
	}
	.mobi {
		display: block;
	}

	h1,h2,h3,h4,h5,h6 {
		text-align: center;
	}

	p {
		margin: 0 0 1em;
	}

	nav {
		position: relative;
		height: 220px;
		background: none;
	}
	nav ul {
		padding: 15px 0;
	}
	nav ul li {
		display: block;
		text-align: center;
		padding: 7px 25px;
	}
	nav ul li a {
		float: none;
	}

	header .logo-container #logo {
		width: 260px;
	}

	#hero .hero-caption {
		padding: 20px;
	}

	.inner {
		padding: 0 5%;
	}

	section {
		padding: 40px 0;
	}

	.col.col-33,
	.col.col-40,
	.col.col-60,
	.col.col-66,
	.col.col-50,
	.hello,
	.photo,
	.home .photo,
	#hero .hero-caption .quote,
	form input[type=submit] {
		width: 100%;
	}

	section.nav {
		padding-top: 0;
	}

	#hero .hero-caption {
		position: relative;
	}
	#hero .hero-caption .quote p,
	#hero .hero-caption .quote h3 {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	#book .col-40 {
		margin-top: 40px;
	}

	.photo {
		margin: 30px 0 10px !important;
		transform: scale(1);
	}

	.airports {
		transform: rotate(0deg);
		margin-bottom: 50px;
	}

	.gallery-container .thumb {
		width: 46%;
	}

	form input[type=submit] {
		-webkit-border-radius: 0px;
  		border-radius: 0px;
	}

}
