html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* @include gradient( darken( red, 10% ), white ); */
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-weight: 400;
}

h1 {
  margin: 0 0 25px 0;
  font-size: 2.4em;
  font-weight: 300;
}

#about {
  clear: both;
  position: relative;
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 45px;
}
#about:after {
  clear: both;
  display: block;
  content: '';
}
#about > article {
  float: left;
  position: relative;
  z-index: 5;
  width: 750px;
}
#about > article h1 {
  margin: 0 0 25px 0;
  font-size: 2.4em;
  font-weight: 300;
}
#about > article p {
  margin: 0 0 2.5em 0;
}
#about aside {
  float: right;
  position: relative;
  z-index: 10;
  width: 200px;
}
#about aside .box {
  position: relative;
  z-index: 5;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("../img/bg-gray-dark.png");
  margin: 0 0 30px 0;
  cursor: pointer;
}
#about aside .box article {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  background-image: url("../img/bg-gray-dark.png");
  padding: 30px 40px 0 40px;
  color: white;
}
#about aside .box article h3 {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  margin: 0 0 1em 0;
  font-size: 1em;
  font-weight: 600;
}
#about aside .box article strong {
  font-weight: 700;
}
#about aside .box article ul {
  float: left;
  width: 175px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#about aside .box article ul li {
  background-image: url("../img/icon-tick.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  padding: 0 0 0 25px;
  font-size: 0.75em;
  font-weight: 400;
}
#about aside .box article ul li:first-child {
  background-image: none;
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: 600;
}
#about aside .box figure {
  position: absolute;
  right: 0;
  top: 5;
  z-index: 5;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center 50px;
}
#about aside .box figure figcaption {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  color: white;
}
#about aside .box#rooms figure {
  background-image: url("../img/icon-home.png");
}
#about aside .box#surroundings {
  background-image: url("../img/bg-red.png");
}
#about aside .box#surroundings article {
  background-image: url("../img/bg-red.png");
}
#about aside .box#surroundings article ul {
  width: 250px;
  margin: 0 20px 0 0;
}
#about aside .box#surroundings figure {
  background-image: url("../img/icon-arrows.png");
}
#about aside .box#location {
  background-image: none;
  background-color: white;
}
#about aside .box#location figure {
  background-image: url("../img/icon-location.png");
}
#about aside .box#location figure figcaption {
  color: #333333;
}
#about aside .box#location article {
  background-image: none;
  background-color: white;
}
#about aside .box:hover {
  z-index: 10;
}
#about aside .box:hover article {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 910px;
  height: 400px;
}
#about aside .box:hover article h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  margin: 0 0 1em 0;
  font-size: 1em;
  font-weight: 600;
}
#about aside .box:hover article ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#about aside .box:hover#location article {
  top: -230px;
}

#maps, .google-map {
  width: 700px;
  height: 370px;
}

body > footer {
  clear: both;
  position: relative;
  width: 990px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding: 0 0 45px 0;
}
body > footer:after {
  clear: both;
  display: block;
  content: '';
}
body > footer h1 {
  margin: 0 0 1em 0;
}
body > footer #contact a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: left;
  background-image: url("../img/bg-gray-dark.png");
  padding: 10px 20px;
}
body > footer #contact a span {
  background-image: url("../img/icon-phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 60px;
  font-size: 1.6em;
  color: white;
}
body > footer #contact a:hover {
  background-image: url("../img/bg-black-90.png");
}
body > footer #contact a + a {
  float: right;
  background-image: url("../img/bg-red.png");
}
body > footer #contact a + a span {
  background-image: url("../img/icon-mail.png");
}

#gallery {
  background-color: white;
  padding: 45px 0;
  margin: 0 0 45px 0;
}
#gallery article {
  clear: both;
  position: relative;
  width: 990px;
  margin: 0 auto;
}
#gallery article:after {
  clear: both;
  display: block;
  content: '';
}
#gallery article p {
  margin: 0 0 2.5em 0;
}
#gallery .slider-carousel {
  clear: both;
  position: relative;
  width: 990px;
  margin: 0 auto;
  z-index: 1;
  height: 500px;
}
#gallery .slider-carousel:after {
  clear: both;
  display: block;
  content: '';
}
#gallery .slider-carousel ul li {
  width: 680px;
  height: 384px;
  background-image: url('../img/../img/shadow-gallery.png?1370523851');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 50px;
}
#gallery .slider-carousel ul li img {
  border: 1px solid white;
}
#gallery .roundabout-holder {
  width: 680px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -340px;
}
#gallery .roundabout-moveable-item {
  cursor: pointer;
}
#gallery .roundabout-in-focus {
  cursor: auto;
}

body > header {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 120px;
}
body > header a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
  font-size: 0.9em;
  color: white;
}
body > header > ul {
  clear: both;
  position: relative;
  width: 990px;
  margin: 0 auto;
}
body > header > ul:after {
  clear: both;
  display: block;
  content: '';
}
body > header > ul > li {
  float: left;
}
body > header > ul > li:first-child {
  width: 200px;
  height: 120px;
}
body > header > ul > li:nth-child(2) {
  width: 790px;
  height: 45px;
  background-image: url("../img/bg-white-60.png");
}
body > header > ul > li:nth-child(3) {
  width: 790px;
  height: 75px;
}
body > header > ul > li:nth-child(3) nav {
  float: left;
  width: 622px;
  height: 53px;
  background-image: url("../img/bg-red-95.png");
  padding: 22px 0 0 18px;
}
body > header > ul > li:nth-child(3) nav ul li {
  float: left;
}
body > header > ul > li:nth-child(3) nav ul li a {
  float: left;
  padding: 0 18px;
  font-weight: 400;
}
body > header > ul > li:nth-child(3) nav ul li a:hover {
  color: #2a3032;
}
body > header > ul > li:nth-child(3) .lang {
  float: left;
  width: 150px;
  height: 75px;
}
body > header > ul > li:nth-child(3) .lang a {
  float: left;
  width: 75px;
  height: 53px;
  background-image: url("../img/bg-black-60.png");
  padding: 22px 0 0 0;
  text-align: center;
}
body > header > ul > li:nth-child(3) .lang a:hover {
  background-image: url("../img/bg-black-90.png");
}
body > header > ul > li:nth-child(3) .lang a.active {
  background-image: url("../img/bg-black-90.png");
  font-weight: 700;
}

#homeSlider {
  height: 660px;
  overflow: hidden;
  margin-bottom: 45px;
}
#homeSlider nav a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  display: block;
  position: absolute;
  top: 280px;
  z-index: 10;
  width: 44px;
  height: 44px;
}
#homeSlider nav a.prev {
  left: 20px;
  background-image: url("../img/arrow-prev.png");
}
#homeSlider nav a.next {
  right: 20px;
  background-image: url("../img/arrow-next.png");
}
#homeSlider nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#homeSlider .slider {
  position: relative;
  z-index: 5;
}
#homeSlider .slider > .rsContent {
  visibility: hidden;
}
#homeSlider .slider li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  height: 660px;
  /*
  &.second {
  	article {
  		p.first {
  			top: 290px; left: 50px;
  		}
  		
  		p + p {						
  			top: 340px; left: 145px;
  			font-size: em(24);
  		}
  	}
  }
  
  &.third {
  	article {
  		p.first {
  			top: 290px; left: 50px;
  		}
  		
  		p + p {						
  			top: 340px; left: 200px;
  			font-size: em(24);
  		}
  	}
  }
  
  &.fourth {
  	article {
  		p.first {
  			top: 290px; left: 50px;
  		}
  		
  		p + p {						
  			top: 340px; left: 200px;
  			font-size: em(24);
  		}
  	}
  }*/
}
#homeSlider .slider li article {
  clear: both;
  position: relative;
  width: 990px;
  margin: 0 auto;
}
#homeSlider .slider li article:after {
  clear: both;
  display: block;
  content: '';
}
#homeSlider .slider li article p {
  position: absolute;
  display: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: white;
}
#homeSlider .slider li article p {
  font-family: "Gotham Medium", sans-serif;
}
#homeSlider .slider li article p + p {
  font-family: "Gotham Bold", sans-serif;
}
#homeSlider .slider li article p.first {
  top: 250px;
  left: 100px;
  font-size: 1.9em;
}
#homeSlider .slider li article p + p {
  top: 280px;
  left: 30px;
  font-size: 3.4em;
}
#homeSlider .slider li article p + p span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#homeSlider .slider li article .btn-red {
  position: absolute;
  left: 340px;
  top: 400px;
}
#homeSlider .slider .btn-red {
  display: block;
  background-color: #b84c3c;
  padding: 20px 25px 20px 30px;
}
#homeSlider .slider .btn-red span {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 60px 0 0;
  text-transform: uppercase;
  font-family: "Gotham Medium", sans-serif;
  font-size: 1.5em;
  color: white;
}
#homeSlider .slider .btn-red:hover {
  background-image: url("../img/bg-black-90.png");
  background-color: transparent;
}
#homeSlider .slider .btn-red:hover span {
  padding: 0 60px 0 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  	/*
  	background: {
  		image: image-url("../img/bg.png");
  	}
  	
  	background: inline-image("../img/bg-top.jpg", 'image/jpg') no-repeat center top,
  				inline-image("../img/bg.png", 'image/png');
  
  	*/
  background-image: url('../img/../img/bg-gray.png?1370542313');
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #333333;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input[type='submit'] {
  cursor: pointer;
}

input, button, textarea {
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #333333;
}

textarea {
  resize: none;
}
