@import url(http://fonts.googleapis.com/css?family=Finger+Paint|Julius+Sans+One);
/*! ---------------------------------------------------
    LESS Elements 0.8

    Created by:
    - Dmitry Fadeyev -> http://lesselements.com/

    Edited by:
    - Oreolek -> http://oreolek.ru
    - frozeman -> frozeman.de
  ---------------------------------------------------
    A set of useful LESS mixins.
    See CREDITS file for full author list.

    More info at: http://lesselements.com
-----------------------------------------------------*/
#content .noTextSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content .truncateText {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* 960gs */
div.gridSystem {
  z-index: 999;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1200px;
  background-position: top center !important;
  display: none;
}
div.gridSystem.gs12 {
  background: url("../img/gs/960_grid_12_col.png") repeat-y;
}
div.gridSystem.gs16 {
  background: url("../img/gs/960_grid_16_col.png") repeat-y;
}
div.gridSystem.gs24 {
  background: url("../img/gs/960_grid_24_col.png") repeat-y;
}
body {
  width: 100%;
  font-size: 20px;
  font-family: 'Julius Sans One', sans-serif;
  background-color: #D1E1FA;
  color: #314fb6;
}
a {
  display: inline-block;
  position: relative;
  color: #c17d33;
}
a:hover,
a:focus {
  color: #c17d33;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* TEXTS */
.title {
  font-size: 25px;
  line-height: 30px;
  -webkit-text-shadow: 0 1px 1px #d5eeff;
  -moz-text-shadow: 0 1px 1px #d5eeff;
  -ms-text-shadow: 0 1px 1px #d5eeff;
  -o-text-shadow: 0 1px 1px #d5eeff;
  -khtml-text-shadow: 0 1px 1px #d5eeff;
  text-shadow: 0 1px 1px #d5eeff;
  position: relative;
  top: 80px;
  width: 940px;
  margin: 0 auto;
  text-align: center;
}
.address {
  position: absolute;
  top: 40px;
  right: 200px;
  width: 100%;
  text-align: right;
}
.address address {
  font-size: 20px;
  line-height: 30px;
  -webkit-text-shadow: 0 1px 1px #d5eeff;
  -moz-text-shadow: 0 1px 1px #d5eeff;
  -ms-text-shadow: 0 1px 1px #d5eeff;
  -o-text-shadow: 0 1px 1px #d5eeff;
  -khtml-text-shadow: 0 1px 1px #d5eeff;
  text-shadow: 0 1px 1px #d5eeff;
}
.comingSoon {
  position: absolute;
  top: 550px;
  width: 100%;
  text-align: center;
  color: #1a3293;
  font-size: 65px;
  -webkit-text-shadow: 0 1px 1px #7789ef;
  -moz-text-shadow: 0 1px 1px #7789ef;
  -ms-text-shadow: 0 1px 1px #7789ef;
  -o-text-shadow: 0 1px 1px #7789ef;
  -khtml-text-shadow: 0 1px 1px #7789ef;
  text-shadow: 0 1px 1px #7789ef;
  font-family: 'Finger Paint', cursive;
}
.container {
  position: relative;
}
#sun {
  z-index: 2;
  position: absolute;
  top: -100px;
  left: 0;
  width: 325px;
  height: 325px;
  background-image: url('../img/bg/sun.png');
  background-repeat: no-repeat;
}
#sky {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 496px;
  background-image: url('../img/bg/sky.png');
  background-repeat: repeat-x;
}
#clouds {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 1150px;
  height: 420px;
  background-image: url('../img/bg/clouds.png');
  background-repeat: no-repeat;
  background-origin: center center;
}
#islandBg {
  z-index: 2;
  position: relative;
  top: 300px;
  left: 0;
  width: 100%;
  height: 240px;
  background-image: url('../img/bg/island_repeat.png');
  background-repeat: repeat-x;
}
#islandBg #island {
  position: absolute;
  width: 1200px;
  height: 240px;
  margin-left: -130px;
  background-image: url('../img/bg/island.png');
  background-repeat: no-repeat;
}
#water {
  z-index: 0;
  position: absolute;
  top: 540px;
  left: 0;
  width: 100%;
  height: 600px;
  /*756*/

  background-image: url('../img/bg/water.png');
  background-repeat: repeat-x;
}
/* OBJECTS */
.objects {
  position: relative;
  z-index: 3;
}
#boat {
  position: absolute;
  top: 200px;
  left: 700px;
  width: 125px;
  height: 85px;
  background-image: url('../img/bg/boat.png');
  background-repeat: no-repeat;
}
