/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.josefin {
  font-family: 'Josefin Sans';
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-size: 9pt;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Gill Sans", "Gill Sans MT", georgia, sans-serif;
}
img,
form,
table,
tr,
td,
ol,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  position: relative;
}
@font-face {
  font-family: 'Pictos';
  font-weight: normal;
  font-style: normal;
  src: url('pictos_custom.eot');
  src: url('pictos_custom.eot?#iefix') format('embedded-opentype'), url('pictos_custom.woff') format('woff'), url('pictos_custom.ttf') format('truetype'), url('pictos_custom.svg#webfont') format('svg');
}
.pictos {
  font-family: 'Pictos';
  font-weight: normal;
  font-style: normal;
}
p {
  line-height: 16pt;
  font-family: "Gill Sans", "Gill Sans MT", georgia, sans-serif;
  font-size: 11pt;
  color: #fff;
  padding: 7px 0 7px 0;
}
a,
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #8e9d54;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
a#logo {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20001;
  background-color: #fff;
  font-family: 'Josefin Sans';
  font-weight: 700;
  font-size: 12pt;
  letter-spacing: 4px;
  padding: 24px 20px 16px 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 23px;
}
a#logo:hover {
  background-color: transparent;
  color: #fff;
  background: url('../images/black_bg.png') repeat top left;
}
#photos {
  position: fixed;
  z-index: 0;
  visibility: visible;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#photos img {
  /* Set rules to fill background */

  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */

  width: 100%;
  height: auto;
  /* Set up positioning */

  position: fixed;
  top: 0;
  left: 0;
}
/*
@media screen and (max-width: 1024px) { 
	#photos img {
		left: 50%;
		margin-left: -512px;
	}
}
*/
a.nav {
  padding: 17px;
  position: fixed;
  top: 50%;
  margin-top: -25px;
  background-color: #fff;
  cursor: pointer;
  font-family: 'Josefin Sans', helvetica, arial;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14pt;
  z-index: 11000;
}
a.nav:hover {
  background-color: transparent;
  color: #fff;
  background-image: url('../images/black_bg.png');
}
a#next {
  right: 0;
}
a#prev {
  left: 0;
}
.content {
  display: block;
}
.content p,
#rectangle p {
  color: #fff;
  font-size: 10pt;
  line-height: 16pt;
}
h4.section,
#rectangle h3 {
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 7px 0 7px 0;
  color: #fff;
  font-family: 'Josefin Sans', helvetica, arial;
}
.content p.intro {
  font-size: 24pt;
  line-height: 30pt;
}
.layout {
  display: none;
}
#box {
  position: relative;
  top: 100px;
  left: 100px;
  z-index: 10000;
  width: 300px;
  background: url('../images/black_bg.png') repeat top left;
  padding: 43px 55px 43px 55px;
}
#box .content ul {
  margin-left: 20px;
}
#box .content ul li {
  color: #fff;
  font-size: 10pt;
  line-height: 16pt;
}
#rectangle {
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 10000;
  width: 400px;
  background: url('../images/black_bg.png') repeat top left;
  padding: 43px 55px 43px 55px;
}
#overflow {
  position: relative;
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  background: url('../images/black_bg.png') repeat top left;
}
#overflow .wrapper {
  padding: 103px 75px 43px 155px;
}
#amenities {
  position: absolute;
  height: 60%;
  background: url('../images/white_bg.png') repeat top left;
  width: 100%;
  bottom: 0;
  left: 0;
}
#amenities .wrapper {
  padding: 43px 55px 43px 55px;
}
#amenities p {
  color: #000;
  font-size: 9pt;
}
#amenities h3 {
  text-transform: uppercase;
  font-family: 'Josefin Sans';
  font-size: 9pt;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 7px;
}
#amenities h4.section {
  color: #8e9d54;
  font-size: 11pt;
  font-weight: 700;
}
#layout2 ul {
  list-style-type: square;
}
#layout2 ul li {
  list-style-type: square;
  margin-left: 15px;
  font-size: 9pt;
  line-height: 14pt;
}
#layout3 {
  position: relative;
  top: 100px;
  left: 100px;
  z-index: 10000;
  width: 530px;
  background: url('../images/black_bg.png') repeat top left;
  padding: 43px 55px 43px 55px;
}
#intro {
  position: relative;
  width: 50%;
  min-height: 100%;
  background-color: #d69a3c;
}
#intro .wrapper {
  padding: 115px 75px 43px 130px;
}
#intro .content p {
  color: #fff;
}
#intro h4.section {
  color: #7c3723;
  font-size: 11pt;
  font-weight: 700;
}
#layout5 {
  position: relative;
  top: 100px;
  left: 100px;
  z-index: 10000;
  width: 200px;
  background: url('../images/black_bg.png') repeat top left;
  padding: 43px 55px 43px 55px;
}
#layout6 {
  position: relative;
  top: 100px;
  left: 100px;
  z-index: 10000;
  width: 600px;
  background: url('../images/black_bg.png') repeat top left;
  padding: 43px 55px 43px 55px;
}
#toc {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: url('../images/dark_bg.png') repeat top left;
  z-index: 20000;
  padding: 55px 0 0 0;
  margin: 0;
}
#toc .item.first {
  border-top: 1px solid #393939;
}
#toc .item {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #393939;
  padding: 10px 0 10px 0;
}
#toc .item img {
  width: 32%;
  float: left;
}
#toc .item p {
  padding: 0;
  margin: 0;
  font-size: 10pt;
  float: left;
  width: 62%;
  padding-left: 5%;
  position: relative;
  top: -3px;
}
#toc .item:hover p {
  color: #000;
}
#toc .item.active p {
  color: #000;
}
#toc .item.active {
  background-color: #fff !important;
}
#toc h3 {
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 9pt;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Josefin Sans';
}
#toc .item p span {
  font-size: 9pt;
  color: #999999;
}
#toc-label-expanded {
  display: block;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Josefin Sans';
  height: 63px;
  background: url('../images/toc_label_bg.png') #ffffff repeat-y top right;
  cursor: pointer;
  line-height: 22pt;
  font-weight: 500;
}
a#trigger {
  display: block;
  position: absolute;
  top: 21px;
  right: 110px;
  background: url('../images/black_arrow.png') no-repeat top left;
  width: 14px;
  height: 7px;
  overflow: hidden;
}
#toc-label-expanded span.label {
  position: absolute;
  top: 7px;
  left: 20px;
  display: block;
}
#toc-label-expanded span.nums {
  display: block;
  position: absolute;
  top: 7px;
  right: 0px;
  text-align: left;
  width: 68px;
}
#toc-label-expanded span.h5 {
  font-size: 7pt;
  color: #999;
  padding-bottom: 3px;
  display: block;
  font-weight: 700;
}
#toc-label-expanded span.h3 {
  font-size: 9pt;
  font-family: "Gill Sans", "Gill Sans MT", georgia, sans-serif;
  text-transform: none;
  color: #000;
  line-height: 0;
  display: block;
  font-weight: 300;
}
#toc-label-expanded:hover {
  background: url('../images/black_bg.png') transparent repeat top left;
}
#toc-label-expanded:hover span.h5,
#toc-label-expanded:hover span.h3 {
  color: #fff;
}
#toc-label-expanded:hover a#trigger {
  background-position: 0 -7px;
}
/*
Page container
*/
.mainwrapper {
  /* max-width:1005px; */

  padding: 10px;
  margin: 0 auto;
  padding: 40px;
}
/*
Column container
*/
.grids {
  width: auto;
  /* max-width:1025px; */

  clear: both;
  margin: 0 0 0 -1.951%;
  list-style: none;
  /* So we can make grids out of lists. */

  overflow: hidden;
  /* Clear the floats */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="grid-"] {
  float: left;
  margin: 0 1.951% 0 0;
}
.grids [class^="grid-"] {
  margin: 0 0 0 1.951%;
}
.grid-1 {
  width: 18.049%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-2 {
  width: 38.049%;
}
.grid-3 {
  width: 58.049%;
}
.grid-4 {
  width: 78.049%;
}
.grid-5 {
  width: 98.049%;
  margin: 0;
}
/*
.row {
    border: 1px solid red;
}
.col {
    border: 1px solid blue;
}
.item {
    border: 1px solid yellow;
}
*/
span.icon {
  text-transform: none;
  position: relative;
  top: 1px;
  left: 1px;
  line-height: auto;
  font-family: 'Pictos';
  font-weight: normal;
  font-style: normal;
}
a.icon {
  font-family: 'Pictos';
  text-transform: none;
  font-weight: normal;
  line-height: auto;
  padding: 17px 17px 0 17px;
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
  font-size: 16pt;
  margin-left: 10px;
  height: 39px;
}
a.icon:hover {
  background-color: transparent;
  color: #fff;
  background-image: url('../images/black_bg.png');
}
a.icon.pagenum {
  font-weight: 700;
  font-size: 12pt;
  letter-spacing: 4px;
  font-family: 'Josefin Sans';
  padding: 21px 17px 0 23px;
  height: 35px;
}
a.icon.pagenum span.icon {
  margin-right: 15px;
}
a.nav.icon {
  font-family: 'Josefin Sans';
  font-weight: 700;
  margin-left: 0;
}
div.top_icons {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20002;
}
div.bottom_icons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20002;
}
#logo span.icon {
  padding-left: 15px;
}
.content img.inset {
  margin: 5px 30px 20px 0;
  float: left;
}
.content p.author {
  font-family: "Gill Sans", "Gill Sans MT", georgia, sans-serif;
  font-style: italic;
  font-size: 12pt;
  color: #7c3723;
}
h4.section {
  line-height: 13pt !important;
}
#video {
  display: none;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -340px;
  margin-top: -155px;
  width: 550px;
  background: url('../images/black_bg.png');
  height: 330px;
  padding: 40px;
}
#video .video_holder {
  background-color: #000;
  width: 550px;
  height: 310px;
}
#video h4.section {
  padding-top: 15px;
}
p.small {
  font-size: 8pt !important;
}
ul {
  margin-left: 0;
  padding-left: 25px;
}
