/* General */
*,
*:after,
*:before {
	box-sizing: border-box;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	color: #333;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p,
li {
	margin: 10px 0;
}

/* Header */
.header h1 {
	margin: 0;
	padding: 0;
}

.frase_logo {
	text-transform: uppercase;
	color: #555;
	font-size: 0.9em;
	font-weight: lighter;
	letter-spacing: 3px;
}

/* Navigation */
nav.nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.7);
}

nav.nav ul li {
	display: inline-block;
}

nav.nav ul li:first-child {
	margin: 0;	
}

nav.nav ul li.active {
	font-weight: bold;
}

nav.nav ul li a {
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 15px;
	color: #111;
}
.item-311,
.item-312,
.item-313,
.item-314,
.item-315,
.item-316,
.item-317,
.item-318,
.item-319,
.item-320,
.item-321,
.item-322 {
	display: none !important;
}

/* Content: Main */
.main {
	font-size: 16px;
}

.main h3 {
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: lighter;
}

.main h4 {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400;
}

/* Content: Featured */
.featured-text {
    text-align: center;
    font-size: 20px;
    color: #333;
}

.featured-video-extra-large {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.featured-image,
.featured-image-large,
.featured-image-extra-large {
	position: relative;
	height: 0;
	overflow: hidden;
}

.featured-video-extra-large > img {
	z-index: 0;
	position: absolute;	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.featured-image > img,
.featured-image-large > img,
.featured-image-extra-large > img {
	z-index: 0;
	position: absolute;	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.featured-image {
	padding: 0 0 10% 0;
}

.featured-image-large {
	padding: 0 0 20% 0;
}

.featured-image-extra-large {
	padding: 0 0 30% 0;
}

.featured-link {
	display: block;
	padding: 10px 0;
	letter-spacing: 3px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.6);
}

.featured-link:hover {
	text-decoration: none;
	color: #FFF;
	transition: background-color 0.2s;
}

.featured-image-link {
	z-index: 1;
	position: absolute;
	text-decoration: none;
	left: 0;
	right: 0;
	/*top: 0;*/
	bottom: 10px;
	margin: auto;
	padding: 10px 0;
	width: 320px;
	line-height: 26px;
	height: 46px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	background-color: rgba(255, 255, 255, 0.7);
	transition: background-color 0.5s;
}

.featured-image-link:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
	transition: background-color 0.5s;
}

.booking-link {
	display: block;
	padding: 20px 10px;
	letter-spacing: 3px;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	color: #FFF;
}

.booking-link-blue {
	background-color: #00B3E3;
}

.booking-link-green {
	background-color: #80BD01;
}

.rate h3 {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}

.rate h3 small {
	line-height: 100%;
	text-transform: none;
	font-size: 20px;
	font-weight: lighter;
}

.rates-table {
	width: 100%;
	text-transform: uppercase;
	border: none;
	border-collapse: collapse;
}

.rates-table th,
.rates-table td {
	margin: 0 5px;
	padding: 5px;	
	width: 33.333%;
	text-align: center;
	font-size: 15px;
}

.rates-table th,
.rates-table-large td {
	font-weight: lighter;
	border-bottom: 1px solid #333;
}

.group-shortcut > a img {
	width: 100%;
}

.mod-lastest-free-block {
	margin-top: 30px;
	margin-bottom: 30px;	
}

.lodging-block {
	padding: 30px;
}

.lodging-block h3 {
	margin-top: 0;	
}

.seasons-block h4 {
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.plain-list {
	list-style-type: none;
}

/* Modules */









.social-links-module {
	margin: 0 0 25px 0;
}

.rewiew-links-module img {
	width: 100%;
}


.slider {
	overflow: hidden;
}

.slider img {
	border-right: 4px solid #FFF;
}

.slick-arrow {
	z-index: 9998;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	font-size: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	cursor: pointer;
}

.slick-prev {
	left: 10px;
	background-image: url('../images/left-arrow.png');
} 

.slick-next {
	right: 10px;
	background-image: url('../images/right-arrow.png');
}



/* House List */

.house-list-block img {
	width: 100%;
	height: auto;
}

.house-list-block h3 {
	letter-spacing: 0;
	font-size: 20px;
}





/* Footer */
.footer-menu {
	font-size: 0;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	display: inline-block;
	width: 25%;	
	font-size: 16px;
}

.footer-menu a {
	/* text-transform: lowercase; */
	color: #333;
}

.footer {
	color: #FFF;
	background-image: url('../images/footer-background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.footer a {
	color: #FFF;
	transition: color 1s;
}

.footer a:hover {
	transition: color 0.2s;
}

/* Map */
.map {
	width: 100%;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.header {
		margin: 10px 0;
	}
	
	.header h1 img {
		width: 70%;
		height: auto;
	}

	.featured-text {
		margin: 10px auto;	
		padding: 10px 0;
	}
	
	.featured-image,
	.featured-image-large,
	.featured-image-extra-large,
	.featured-video-extra-large {
		margin: 10px 0;
	}

	.featured-video-extra-large > img {
		width: auto;
		height: 100%;
	}
	
	.featured-link {
		margin: 10px auto;
	}

	.group-shortcut {
		margin: 0 auto 10px auto;
	}
	
	.group-shortcut > a img {
		margin: 10px 0; 
	}
	
	.group-shortcut-logo > a img {
		width: 60%;
	}	

	.slider {
		margin: 10px 0;
	}
	
	.slider,
	.slider img {
		height: 160px;	
	}

	.footer-menu {
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}	
	
	.footer {
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}
	
	.map {
		height: 200px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.header {
		margin: 15px 0;
	}	

	.featured-text {
		margin: 15px auto;	
		padding: 15px 0;
	}
	
	.featured-image,
	.featured-image-large,
	.featured-image-extra-large,
	.featured-video-extra-large {
		margin: 15px 0;
	}
	
	.featured-link {
		margin: 15px auto;
	}

	.group-shortcut {
		margin: 0 auto 15px auto;
	}

	.group-shortcut > a img {
		margin: 15px 0; 
	}
	
	.group-shortcut-logo > a img {
		width: 50%;
	}	

	.slider {
		margin: 15px 0;
	}
	
	.footer-menu {
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
	}
	
	.footer {
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.header {
		margin: 20px 0;
	}
	
	.header h1 img {
		width: auto;
		height: 200px;
	}

	.featured-text {
		margin: 20px auto;
		padding: 20px 0;
	}
	
	.featured-image,
	.featured-image-large,
	.featured-image-extra-large,
	.featured-video-extra-large {
		margin: 20px 0;
	}
	
	.featured-link {
		margin: 20px auto;
	}

	.group-shortcut {
		margin: 0 auto 20px auto;
	}

	.group-shortcut > a img {
		margin: 20px 0; 
	}
	
	.group-shortcut-logo > a img {
		width: auto;
		height: 100px;
	}	

	.slider {
		margin: 20px 0;
	}
	
	.slider,
	.slider img {
		height: 200px;	
	}

	.footer-menu {
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
	}
	
	.footer {
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
	}	
	
	.map {
		height: 250px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.header {
		margin: 25px 0;
	}	
	
	nav.nav {
		display: block;
		margin: 25px 0;
	}
	
	nav.nav ul li {
		margin: 0 0 0 15px;	
	}
	
	.featured-text {
		margin: 25px auto;
		padding: 25px 0;
	}
	
	.featured-image,
	.featured-image-large,
	.featured-image-extra-large,
	.featured-video-extra-large {
		margin: 25px 0;
	}

	.featured-video-extra-large > img {
		width: 100%;
		height: auto;
	}
	
	.featured-link {
		margin: 25px auto;
	}

	.group-shortcut {
		margin: 0 auto 25px auto;
	}

	.group-shortcut > a img {
		margin: 25px 0; 
	}
	
	.group-shortcut-logo > a img {
		height: 180px;
	}

	.slider {
		margin: 25px 0;
	}
	
	.slider,
	.slider img {
		height: 240px;	
	}

	.footer-menu {
		margin: 25px 0 0 0;
		padding: 25px 0 0 0;
	}
	
	.footer {
		margin: 25px 0 0 0;
		padding: 25px 0 0 0;
		text-align: left;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.header {
		margin: 30px 0;
	}	
	
	nav.nav {
		margin: 30px 0;
	}	
	
	nav.nav ul li {
		margin: 0 0 0 25px;	
	}	

	.featured-text {
		margin: 30px auto;	
		padding: 30px 0;
	}

	.featured-image,
	.featured-image-large,
	.featured-image-extra-large,
	.featured-video-extra-large {
		margin: 30px 0;
	}
	
	.featured-link {
		margin: 30px auto;
	}
	
	.group-shortcut {
		margin: 0 auto 30px auto;
	}
	
	.group-shortcut > a img {
		margin: 30px 0; 
	}
	
	.group-shortcut-logo > a img {
		height: 200px;
	}

	.slider {
		margin: 30px 0;
	}

	.slider,
	.slider img {
		height: 320px;	
	}
	
	.footer-menu {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}
	
	.footer {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}
}