/* Screen 960px
------------------------------------------------------------------*/

/* Global
-------------------------------*/

body {
	margin: 60px 0 0 0;
    overflow: hidden;
}

.title {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
}

.title h1 {
	margin: 0;
	font-size: 46px;
	line-height: 50px;	
}

.top {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	cursor: pointer;		
}

/* Lang
-------------------------------*/

#top .lang {
	float: left;
}

#top .lang li {
	float: left;
}

#top .lang li a {
	display: block;
	margin: 18px 10px 0 0;
	font-family: 'Dosis Extra Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #c6becd;
}
#top .lang li a:hover {
	color: #440d2a;
}

#top .lang li a.active {
	color: #202020;
}

/* Navigation
-------------------------------*/

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 101;
}

#top .shadow {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: url(../images/shadow.png) bottom center repeat-x;
}

.button { display: none; }

#top .links {
	float: right;
}

#top .links li {
	float: left;
}

#top .links li a {
	display: block;
	padding: 20px 18px;
	font-family: 'Aleo Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #650437;
}

#top .links li a:hover {
	color: #440d2a;
}

#top .links li.active a {
	color: #650437;
}

/* Home
-------------------------------*/

#home {
	position: relative;
	width: 100%;
	height: 800px;
	z-index: 0;
}

#home .villa {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 680px;
    height: 120px;
    margin-left: -200px;
    z-index: 200;
    text-align: center;
}

#home .villa img {
    width: 680px;
    height: 120px;
}

#slides {
	position: absolute;
	top:0;
	left:50%;
	margin-left: -1000px;
	width: 2000px;
	height: 800px;
	z-index: 100;
}

#slides .slides-container {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slides .slides-container div.slide {
    position: relative;
    width: 2000px;
	height: 800px;
}

.next, .prev {
	display: block;
	position: absolute;
	top: 50%;
	margin: -60px 0 0 0;
	width: 50px;
	height: 120px;
	z-index:101;
}

.prev {
	left: 30px;
	background: url(../images/arrows.png) 0 0 no-repeat;
}

.next {
	right: 30px;
	background: url(../images/arrows.png) -50px 0 no-repeat;
}

.prev:hover {
	background: url(../images/arrows.png) 0 -120px no-repeat;
}

.next:hover {
	background: url(../images/arrows.png) -50px -120px no-repeat;	
}

/* Villa
-------------------------------*/

#apartments {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background: #238c25 url(../images/light-bg.png) top center no-repeat;
}

#apartments .title h1 {
	color: #fff;
}

#apartments .title .top {
	background: url(../images/top.png) 0 0 no-repeat;
}

#apartments .title .top:hover {
	background: url(../images/top.png) -40px 0 no-repeat;
}

#apartments h2,h3,h4,h5,h6 {
	color: #fff;
}

#apartments p {
	color: #fff;
}

#apartments img {
	width: 420px;
	height: 280px;
}

#apartments table {
    border-collapse:collapse;
    margin: 0 0 15px 0;
    width: 100%;
    color: #fff;
}

#apartments table td,
#apartments table th {
    padding: 10px 15px;
    border: 1px solid #ab2a50;
}

#apartments tbody tr,
#apartments tr {
    text-align: left;
    background: #510001;
}

#apartments tbody tr.odd,
#apartments tr.odd {
    background: #91173b;
}




/* Gallery
-------------------------------*/

#gallery {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background: #510001 url(../images/light-bg.png) top center no-repeat;
}

#gallery .title h1 {
	color: #fff;
}

#gallery .title .top {
	background: url(../images/top.png) 0 -40px no-repeat;
}

#gallery .title .top:hover {
	background: url(../images/top.png) -40px -40px no-repeat;
}

#gallery .photos {
    width: 980px;
    overflow: hidden;
}

#gallery .photos li {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}

#gallery .photos li a span.roll {
	background:url(../images/magnify.png) center center no-repeat #000;
	height: 146px;
	position: absolute;
	width: 216px;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 4px #202020;
	-moz-box-shadow: 0px 0px 4px  #202020;
	box-shadow: 0px 0px 4px  #202020;
}

#gallery .photos li span.number {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 15px;
    color: #fff;
}

#gallery .photos li img {
    width: 216px;
    height: 146px;
}

/* Booking
-------------------------------*/

#booking {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background: #fff url(../images/dark-bg.png) top center no-repeat;
}

#booking .title h1 {
	color: #202020;
}

#booking .title .top {
	background: url(../images/top.png) 0 -80px no-repeat;
}

#booking .title .top:hover {
	background: url(../images/top.png) -40px -80px no-repeat;
}

#calendar-wrapper {
	position: relative;
}

#loading {
	position: absolute;
    top: 6px;
    left: 200px;
}

/* Pricelist
-------------------------------*/

#pricelist {
	position: relative;
	padding: 60px 0 40px 0;
	width: 100%;
	background: #238c25 url(../images/light-bg.png) top center no-repeat;
}

#pricelist .title h1 {
	color: #fff;
}

#pricelist .title .top {
	background: url(../images/top.png) 0 0 no-repeat;
}

#pricelist .title .top:hover {
	background: url(../images/top.png) -40px 0 no-repeat;
}

#pricelist h2,h3,h4,h5,h6 {
	color: #fff;
}

#pricelist p {
	color: #fff;
}

/* Contact
-------------------------------*/

#contact {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background: #95897d url(../images/light-bg.png) top center no-repeat;
}

#contact .title h1 {
	color: #fff;
}

#contact .title .top {
	background: url(../images/top.png) 0 -40px no-repeat;
}

#contact .title .top:hover {
	background: url(../images/top.png) -40px -40px no-repeat;
}

#contact p {
	color: #fff;
}

#contact label {
	display: block;
	margin: 0 0 20px 0;
	font-family: 'Dosis Medium', Arial, Helvetica, sans-serif;	
	color: #fff;
}

#contact input {
	display: block;
	margin: 0 0 30px 0;
	padding: 15px;
	width: 418px;
	border: none;
	font-family: 'Dosis Extra Light', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
    background: #7b6f63;
}

#contact textarea {
	display: block;
	margin: 0 0 30px 0;
	padding: 15px;
	width: 418px;
	height: 202px;
	border: none;
	font-family: 'Dosis Extra Light', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
    background: #7b6f63;
}

#contact span {
	float: left;
	margin: 18px 10px 0 10px;
	color: #fff;
}

#contact .sum,
#contact .captcha {
	float: left;
	margin: 0 0 10px 0;
	width: 30px;
	font-family: 'Dosis Medium', Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact .captcha {
	margin: 0 10px 0 0;
}

#contact input.submit {
	margin: 10px 0 10px 0;
	padding: 15px 20px;
	display: inline-block;
    width: auto;
	color: #fff;
	font-family: 'Dosis Medium', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	background: #510001;
	cursor: pointer;
	border: none;
}

#contact input.submit:hover {
	color: #202020;
	background: #fff;
}

#contact label.error {
	display: block;
	position: relative;
	margin: -20px 0 20px 0;
	font-family: "Dosis Medium", Arial, Helvetica, sans-serif;
	color: #fcf8e3;
	clear: both;
}

#contact .results {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 15px 25px 10px 25px;
	background: #fff;
    font-family: 'Code Bold', Arial, Helvetica, sans-serif;
    font-size: 56px;
    color: #202020;
	text-transform: uppercase;
	text-align: center;
}

#contact .errors {
	display: inline-block;
	padding: 15px 25px 10px 25px;
	background: #d11f33;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
}

#contact .info {
	margin: 30px 0 0 0;
}

#contact .info p {
	font-size: 22px;
}

#contact a {
	font-family: "Dosis Medium", Arial, Helvetica, sans-serif;
	color: #650437;
}

#contact a:hover {
	font-family: "Dosis Medium", Arial, Helvetica, sans-serif;
	color: #fff;
}

/* Location
-------------------------------*/

#location {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background: #fff url(../images/dark-bg.png) top center no-repeat;
}

#location .title h1 {
	color: #202020;
}

#location .title .top {
	background: url(../images/top.png) 0 -80px no-repeat;
}

#location .title .top:hover {
	background: url(../images/top.png) -40px -80px no-repeat;
}

#map {
	position: relative;
	width: 100%;
    height: 900px;
}

/* Tablet (Smaller than 959px)
------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

#top .links li a {
	display: block;
	padding: 20px 10px;
	font-family: 'Aleo Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #202020;
}

#home .villa {
    margin-left: -340px;
}

#gallery {
	padding: 30px 0;
}

#gallery .photos {
    width: 800px;
}

#gallery .photos li {
    margin: 0 35px 50px 0;
}

#gallery .photos li img {
    width: 216px;
    height: 146px;
}

#contact .results {
    font-size: 48px;
}

}

/* Phone (portrait 300px)
------------------------------------------------------------------*/

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

#top .shadow {
	display: none;
}

#top .lang {
	position: absolute;
	top: 18px;
	left: 25px;
	z-index: 102;
}

#top .lang li {
	float: left;
}

#top .lang li a {
	margin: 0 10px 0 0;
}

#top .button {
	display: block;
	position: absolute;
	top: 9px;
	right: 10px;
	width: 56px;
	height: 43px;
	background: url(../images/button.png) 0 0 no-repeat;
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 999;
}
#top .button:hover {
	background: url(../images/button.png) 0 -43px no-repeat;
}
#top .button.open {
	background: url(../images/button.png) 0 -86px no-repeat;
}

#top .links {
	width: 100%;
	float: none;
	background: #fff;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	clear: both;
}
#top .links li {
	margin: 0;
	padding: 0;
	display: none;
	width: 100%;
	background: #fff;
}
#top .links li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 25px;
	font-size: 22px;
	border-bottom: 1px solid #ebebeb;
}
#top .links li a:hover {
	background: #510001;
	color: #fff;
}
#top .links li:first-child {
	border-top: 1px solid #ebebeb;
}

#top .links.open {
	height: auto; 
	padding-top: 60px;
}
#top .links.open li { 
	display: block; 
}

#home {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 0;
}

#home .villa {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 262px;
    height: 46px;
    margin-left: -165px;
    z-index: 200;
    text-align: center;
}

#home .villa img {
    width: 262px;
    height: 46px;
}

#slides {
	position: absolute;
	top:0;
	left:50%;
	margin-left: -375px;
	width: 750px;
	height: 300px;
	z-index: 100;
}

#slides .slides-container {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slides .slides-container div.slide {
    position: relative;
    width: 750px;
	height: 300px;
}

#slides .slides-container div.slide img {
    width: 750px;
	height: 300px;
}

.next, .prev {
	display: block;
	position: absolute;
	top: 50%;
	margin: -60px 0 0 0;
	width: 50px;
	height: 120px;
	z-index:101;
}

.prev {
	left: 30px;
	background: url(../images/arrows.png) 0 0 no-repeat;
}

.next {
	right: 30px;
	background: url(../images/arrows.png) -50px 0 no-repeat;
}

.prev:hover {
	background: url(../images/arrows.png) 0 -120px no-repeat;
}

.next:hover {
	background: url(../images/arrows.png) -50px -120px no-repeat;
}

.title h1 {
	font-size: 42px;
	line-height: 46px;	
}

#apartments {
	padding: 30px 0;
}

#apartments img {
	float: none;
	margin: 10px 0 30px 0;
	width: 300px;
	height: 200px;
}

#apartments .icons {
	width: 300px;
}

#apartments .icons li {
	float: none;
    color: #fff;
    margin: 15px 0 0 0 !important;
    padding: 15px 0 0 0 !important;
    border-top: 1px solid #ab2a50;
    background: none !important;
}

#apartments .icons li:first-child {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none;
}

#gallery {
	padding: 30px 0;
}

#gallery .photos li img {
    width: 300px;
	height: 200px;
}

#gallery .photos li a span.roll {
	width: 300px;
	height: 200px;
}

#contact {
	padding: 30px 0;
}

#contact .results {
    font-size: 30px;
}

#location {
	position: relative;
	padding: 60px 0 0 0;
	width: 100%;
	background: #fff url(../images/dark-bg.png) top center no-repeat;
}

#map {
	position: relative;
	width: 100%;
    height: 400px;
}

}

/* Phone (landscape 420px)
------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

.next, .prev {
	display: none;
}

#apartments img {
	float: none;
	margin: 10px 0 30px 0;
	width: 456px;
	height: 304px;
}

#gallery .photos li img {
    width: 216px;
    height: 146px;
}

}