@charset "utf-8";

/* --- Fonts --- */
@font-face {
    font-family: 'SabonGreekBold';
    src: url('../fonts/sabongreek-bold-webfont.eot');
    src: url('../fonts/sabongreek-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sabongreek-bold-webfont.woff') format('woff'),
         url('../fonts/sabongreek-bold-webfont.ttf') format('truetype'),
         url('../fonts/sabongreek-bold-webfont.svg#SabonGreekBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SabonLTStdRoman';
    src: url('../fonts/sabon_lt_std_roman-webfont.eot');
    src: url('../fonts/sabon_lt_std_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sabon_lt_std_roman-webfont.woff') format('woff'),
         url('../fonts/sabon_lt_std_roman-webfont.ttf') format('truetype'),
         url('../fonts/sabon_lt_std_roman-webfont.svg#SabonLTStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SabonMTOSFItalic';
    src: url('../fonts/sabon_mt_osf_italic-webfont.eot');
    src: url('../fonts/sabon_mt_osf_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sabon_mt_osf_italic-webfont.woff') format('woff'),
         url('../fonts/sabon_mt_osf_italic-webfont.ttf') format('truetype'),
         url('../fonts/sabon_mt_osf_italic-webfont.svg#SabonMTOSFItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SabonCyrBoldItalic';
    src: url('../fonts/saboncyr-bolditalic-webfont.eot');
    src: url('../fonts/saboncyr-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/saboncyr-bolditalic-webfont.woff') format('woff'),
         url('../fonts/saboncyr-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/saboncyr-bolditalic-webfont.svg#SabonCyrBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* --- Fonts End --- */


/*--- General ---*/
html {  }
#bg_img {
  overflow: hidden;
  min-width: 1280px;
  height: auto;
  padding-top: 110px;
}
#bg_img img {    
  
}
/*--- General End ---*/

/*--- Header ---*/
header {
  position: relative;
  z-index: 998; 
  width: 100%;
  height: 110px;
  background: #001A4B;
}
header h1 {
  height: 0px;
  overflow: hidden;
}
header nav {
  width: 1280px;
  height: 40px;
  margin: 0 auto;
  padding-top: 70px;  
  background: #001A4B;
}
header nav > a > img {
  float: left;
  margin-top: -70px;  
}
header nav > ul {
  float: left;   
  margin-left: 20px;
  color: #8F9AB0;
  font-family: 'SabonLTStdRoman';
  font-size: 14px;
  text-transform: uppercase;  
}
header nav > ul > li {
  position: relative;
  float: left;
  height: 35px;
  overflow: hidden;  
}
header nav ul li.social {
  overflow: visible;
  width: 30px;      
}
header nav ul li.social a {
  float: left;  
  margin-top: -5px;
}
header nav ul > li.active a {
  color: #FFF;
}
header nav ul > li:hover {
  overflow: visible;  
}
header nav ul li a {
  width: 100%;
  margin: 0 33px 0 0;
  display: block;
  color: #8F9AB0;
}
header nav ul li a:hover {
  color: #FFF;  
}
header nav > ul > li > ul {
  position: absolute;
  width: 150%;
  padding: 30px 0 10px 0;
  background: #001A4B;
}
header nav > ul > li > ul > li {
  width: 100%;
}
header nav > ul > li > ul > li a {
  padding: 5px 0;
  color: #FFF;
  text-indent: 10px;
}
header nav > ul > li > ul > li a:hover {
  color: #001A4B;
  background: #FFF;
}
/*--- Header End ---*/

/*--- Content ---*/
#content {  
  width: 100%;
  height: auto;
  /*margin: 110px 0 110px 0;  */
}
#content > section {  
  width: 1280px;
  /*min-height: 400px;*/
  margin: 130px auto 0;
  /*background: #CCC;*/
}
#content > section aside {
  float: left;
  width: 14.84%; /*190px*/
  padding-top: 3.9%;/*50px;*/
}
#content > section aside ul li {   
  margin-right: 40px;
  font-family: 'SabonGreekBold';
  font-size: 0.9em;/*11px;*/
  letter-spacing: 1px;
  line-height: 35px;
  text-align: right;
  text-transform: uppercase;
}
#content > section aside ul li a {
  color: #7A82A6;
}
#content > section aside ul li a:hover {
  color: #001A4B;
}
#content > section aside ul li .active {
  color: #001A4B;
}
#content > section article {
  float: left;
  width: 85.16%; /*1090px*/
  /*padding-top: 50px;*/
}
#content > section article h2 {
  color: #001a4b;
  font-family: 'SabonMTOSFItalic';
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;  
}
#content > section article p {  
  width: 445px; 
  margin: 25px 0 0 0;
  color: #001a4b;
  font-family: 'SabonLTStdRoman';  
  font-size: 1.15em;/*14px;*/
  line-height: 24px;  
  text-align: justify;  
}
#content > section article > img {
  float: right;
  width: 55.05%;
}
a {  
  color: #001a4b;
}

/* Interiors */
#slideshow.interiors {
  float: right;
}
/* Interiors End */

/* Developer */
#mycarousel.developer {
  margin-top: 20px;
}
#mycarousel.developer li {
  float: left;
  margin-left: 20px;
}
#mycarousel.developer img {
  padding: 2px;
  border: 2px solid #7A82A6;
}
/* Developer END */

/* Contact */
#content > section article.contact {
  /*width: 70.31%; /*900px*/
  width: 900px;/*80.0%;/*1090px;*/
  margin-left: 14.84%;
  /*padding: 2.35%;*/
  /*width: 85%;/*1088px*/
  /*margin: 0 7.5%;*/  
  padding: 2.5%;
  font-family: 'SabonGreekBold';
  font-size: 0.95em;/*12px;*/
  background: url(../images/contact-bg.png) repeat-x left top;
}
#content > section article.contact span {
  color: transparent; 
}
/*#content > section .padding img {
   width: 100%;
   height: 100%;
}*/
#content > section > img {
   /*width: 1280px;
   height: 100px;*/
}
#content > section article.contact h2 {
  width: 300px;
}
#content > section article.contact .contact_info {
  position: absolute;  
}
#content > section article.contact p {
  float: left;
  width: 55.55%;/*61.1%;/*550px;*/
  margin: 0 !important;
  /*margin: 0 0 0 65px !important;*/
  /*margin-left: 100px !important;*/
  font-family: 'SabonGreekBold';
}
#content > section article.contact p.copyright {
  text-indent: 5%;/*45px;*/
}
#content > section article.contact form {
  float: left;  
}
#content > section article.contact label {
  float: left;
  width: 100px;
  margin: 10px 0 0 0;
  padding: 0 10px 0 0;
  color: #001a4b;
  /*font-family: 'SabonGreekBold';*/
  font-size: 0.9em;/*11px;*/
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: right;
  line-height: 32px;  
  clear: both;
}
#content > section article.contact input {
  float: left;
  width: 213px;
  height: 32px;
  margin: 10px 0 0 0;
  padding: 0 5px;
  /*font-size: 12px;*/
  line-height: 32px;  
  border: none;
  background: url(../images/contact-input-bg.png) no-repeat;
}
#content > section article.contact img {
  float: left;
  margin: 10px 0 0 0;
  padding: 0 5px;
  /*font-size: 12px;*/
  line-height: 32px;  
  border: none;  
}
#content > section article.contact textarea {
  float: left;  
  width: 213px;
  height: 72px;
  margin: 10px 0 0 0;
  padding: 5px 5px 10px 5px;    
  /*font-size: 12px;*/
  line-height: 14px;
  resize: none;
  border: none;  
  background: url(../images/contact-comments-textarea.png) no-repeat;
}
#content > section article.contact button {
  float: right;
  width: 102px;
  height: 42px;
  margin: 2px 5px 0 0;
  color: #001a4b;  
  font-family: 'SabonGreekBold';
  /*font-size: 13px;*/
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  clear: both;
  border: none;
  background: url(../images/contact-button-bg.png) no-repeat;
}
#content > section article.contact p span {  
  text-transform: uppercase;
}
#content > section article.contact p img {
  float: left;
  margin: 20px 20px 50px 45px;
}
#content > section article.contact p.copyright {
  margin-left: 53.3%;/*480px;*/
}
#msgbox {
  float: left;
  clear: both;
  color: #001A4B !important;
  font-size: 1.5em !important;
  font-family: 'SabonGreekBold' !important;
}
/* Contact End */

/* News */
#content > section aside.news ul li {
  margin-bottom: 20px; 
  line-height: 15px;
}
#content > section aside.news h3 {
  margin-right: 40px;
  font-family: 'SabonGreekBold';
  font-size: 1.1em;/*13px;*/
  text-align: right;
  text-transform: uppercase;  
}
#content > section aside.news h3 span {
  font-family: 'SabonCyrBoldItalic';
  font-size: 2.86em;/*34px;*/
  text-transform: none;
}
#content > section aside.news input {
  float: right;
  width: 128px;
  height: 28px;
  line-height: 28px;
  margin: 0 40px 10px 0;
  padding: 0 10px;
  color: #7a82a6;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: right;
  background: url(../images/newsletter-input-bg.png) repeat-x;      
}
#content > section aside.news button {
  float: right;
  width: 102px;
  height: 42px;
  margin: 0 40px 0 0;
  color: #001a4b;  
  font-family: 'SabonGreekBold';
  font-size: 1.1em;/*13px;*/
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  clear: both;
  border: none;
  background: url(../images/contact-button-bg.png) no-repeat;
}
#content > section article.news img {
  width: auto;
  height: auto;
}
/* News End */

/* Map */
#content > section.map aside ul li {
  width: 300px;/*23.44%;*/
  margin-left: 20px;
  color: #001A4B;
  font-size: 1.1em;/*13px;*/
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  list-style-type: disc;
}
#content > section.map img {
  float: left;
  width: 80%;
  margin: -120px 10% 0;  
}
/* Map End */

/* Floor */
#content > section.floor article {
  margin-top: -90px;
}
#content > section.floor article nav {  
  width: 80%;
  margin: 0 0 9.1% 9.1%;
  clear: both;  
}
#content > section.floor article nav ul li {  
  float: left; 
  margin-left: 30px;
  font-family: 'SabonGreekBold';
  font-size: 1.15em;/*14px;*/
}
#content > section.floor article nav ul li a {  
  color: #001A4B;
}
#content > section.floor article nav ul li a.active {  
  text-decoration: underline; 
}
#content > section.floor article img {
  float: left;
  width: auto;
  height: auto;
}
#content > section.floor article .info {
  position: absolute;
  width: 900px;
  margin: 10px 0 0 135px;
  color: #004A7B;
  font-family: 'SabonLTStdRoman';
  letter-spacing: 0;  
}
#content > section.floor article .info h3 {  
  font-size: 35px;  
}
#content > section.floor article .info p {  
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
}
#content > section.floor article .info h4 {  
  margin-top: 623px;
  font-size: 20px;
}
#content > section.floor article .info p.small {    
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
}
#content > section.floor article .info a {
  /*float: right;*/
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 16%;
}
/* Floor End */

/* Views */
#content > section.views {
  position: absolute;
  overflow: hidden;
  margin: 0;
}
#content > section article.views {
  position: absolute;
  z-index: 10;
  right: 0; 
  top: 0;
  margin-top: 160px;
}
#content > section article.views h2 {
  margin: 0;
}
#content > section article.views ul li {
  clear: both;
  margin: 10px 0;
}
#content > section article.views ul li span {
  margin-left: 275px;  
  color: #000;
  font-family: 'SabonCyrBoldItalic';
  font-size: 0.9em;/*11px;*/
}
#content > section article.views ul li img {
  margin: 0 0 10px;
}
#content > section.views {
  width: 100%;
}
#content > section.views > a {
  position: absolute;
  z-index: 11;
  right: 0;  
  top: 350px;/*237px;*/
  cursor: pointer;
}

#makeMeScrollable {
  position: relative;
  overflow: hidden;
  width:100%;
  height: 100%;  
  top: 0;
}

#makeMeScrollable div.scrollableArea img {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
     block of code. It's just a nice feature that prevent the images from
     accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Optional*/
#content > section.views > img {
  width: 100%;
  height: auto;
}
/* Views End */

/* Sunny isles */
#content > section.sunny {  
  overflow: hidden;
  width: 100%;
  padding: 0;
}
#content > section.sunny span {  
  color: transparent;
}
#content > section article.sunny {
  float: right;
  width: 460px;/*36%; /*460px;*/
  margin: 30px 0 0 30px;
  padding: 30px 0 30px 30px;
  background: url(../images/bg/sunny-right-info-bg.png) left top no-repeat;
}
#content > section article.sunny h2 {  
  width: 90%;
  margin-bottom: 20px;
}
#content > section article.sunny p {
  float: left;
  width: 80%;
  text-align: justify;  
}
#content > section.sunny > a {
  position: absolute;
  z-index: 11;
  right: 0;  
  top: 400px;
  cursor: pointer;
}
/* Sunny isles End */

/* Lightbox */
.fadebox {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;  
  z-index:1001;
}
.fadebox_bg {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  background-color: #000;
  z-index:1002;
  -moz-opacity: 0.7;
  opacity:.70;
  filter: alpha(opacity=70);
}
.floating {
  float: left;
  width: 100%;
  height: 50%;  
  margin-bottom: -270px;
}
.overbox {
  display: block;
  position: relative;
  z-index: 1003;
  width: 960px;
  height: 540px;
  margin: 0 auto;  
  clear: both;
  background-color: #FFFFFF;  
}
.overbox a {
  position: absolute;
  right: 0;
  margin: -10px -10px 0 0;
  cursor: pointer;
}
/* Lightbox End */

.img_info {
  float: right;
  width: 32.11%;/*350px;*/  
}
.img_info img {
  margin-left: 25.14%;/*88px;*/
}
.img_info p {
  width: 100% !important;
  text-align: center !important;
}
.img_info p span {
  font-weight: bold;
}
.p_right {
  float: right;
}
.size_original {
  float: left !important;
  width: auto !important;
  height: auto !important;  
}
.fix_height {
  clear: both;
}
.legal {      
  width: 140px;  
  right: 0;
  margin: 50px 0 0 770px;
  cursor: pointer;
}
.legal_description {  
  position: absolute;
  display: none;
  width: 500px;
  margin: -140px 0 0 -390px;
  padding: 10px;  
  font-size: 8px;
  text-align: justify;
  border: 1px solid #7A82A6;
  background: #FFF;
}
body > .legal {
  position: absolute;
  z-index: 9999;
  right: 0;
  bottom: 0;  
}
/*--- Content END ---*/