/* $Id: style.css,v 1.78.2.6 2011/01/01 13:24:55 jarek Exp $ */
/**
 * Layout
*/
body{
  background: url(images/coronado.jpg) no-repeat center 8px;
  background: url(images/bgm.jpg) repeat-y center 8px;
}
.body-wrapper {
  background: url(images/bg.jpg) no-repeat center 0px;
}
#main-wrapper,
#sidebar-first,
#sidebar-second {
  float: left; /* LTR */
}
#header-menu,
#header,
#main-columns {
  margin: 0 auto;
}
/* Column width */
body.two-sidebars #main-wrapper {
  width: 56%;
}
body.two-sidebars #sidebar-first,
body.two-sidebars #sidebar-second {
  width: 21.9%;
}
body.one-sidebar #main-wrapper {
  width: 72.4%;
}
body.one-sidebar #sidebar-first,
body.one-sidebar #sidebar-second {
  width: 27.6%;
  margin-top: 29px; 
}
body.no-sidebars #main-wrapper,
body.page-admin #main-wrapper {
  width: 100%;
}
body.no-sidebars #header-menu, body.no-sidebars #header, body.no-sidebars #main-columns {
  max-width: 980px !important;
}
/* Spacing between columns */
#main-wrapper #main,
#sidebar-first .region,
#sidebar-second .region {
  margin: 0 10px;
} 
#main-wrapper.first #main,
#sidebar-first.first .region,
#sidebar-second.first .region {
  margin-left: 0;
}
#main-wrapper.last #main,
#sidebar-first.last .region,
#sidebar-second.last .region {
  margin-right: 0;
}
/* Prevent collision with browser chrome */
#header-menu-wrapper,
#header,
#main-columns {
  /*  padding: 0 15px;*/
  padding: 0;
  width: 964px;
}
/* Hide content on admin pages */
body.page-admin #sidebar-first,
body.page-admin #sidebar-second,
body.page-admin #header-menu-wrapper,
body.page-admin #header-wrapper,
body.page-admin #closure {
  display: none;
}
/* Mobile */
@media only screen and (max-device-width: 480px) {
  #header-menu-wrapper,
  #header,
  #main-columns {
    width: 100%!important;
  }
}

/**
 * Wrappers
*/
html {
  height: 100%;
}
#page {
  min-height: 170px;
  /*  border-radius: 6px;*/
  margin-bottom: 7px;
  padding: 24px 6px 25px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.front #page{
  padding-left: 68px;
}
.region-content {
  clear: both;
}
.region-content-bottom {
  margin-top: 23px;
}

/**
 * Skip link
*/
#skip-link {
  height: auto;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: 20px; /* RTL */
  width: auto;
  z-index: 990;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  position: absolute;
  display: block;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  background: #444;
  color: #fff;
  font-size: 0.94em;
  text-decoration: none;
  outline: 0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-radius-bottomright: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 1px 10px 2px 10px;
}

/**
 * Header
*/
#header {
  clear: both;
  min-height: 20px;
  width: 964px;
}

/**
 * Branding
*/
#branding-wrapper {
  /*  float: left;*/
  /*  padding: 45px 0 48px 25px;  LTR */
  margin: 0px auto 24px;
  width: 287px;
  padding-top: 15px;
}
#branding {
  display: table;
}
.with-blocks #branding-wrapper {
  /*  width: 58%;*/
}
#logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0; /* LTR */
}
#logo img {
  vertical-align: middle;
}
#name-and-slogan {
  display: table-cell;
  vertical-align: middle;
}
#site-name {
  line-height: 1;
  font-size: 4.583em;
  margin: 0;
  padding: 0;
}
#site-name a {
  letter-spacing: -3px;
}
#site-name a::-moz-selection {
  color: #fff;
}
#site-name a::selection {
  color: #fff;
}
#site-slogan {
  font-size: 1.167em;
  font-weight: 700;
  margin: 2px 0 0 3px; /* LTR */
  text-transform: uppercase;
}

/**
 * Closure
*/
#closure {
  display: none;
}

/*
** Header menu
*/
/* 1st level */
#header-menu {
}
#header-menu .block {
  margin: 0;
}
#header-menu .content ul {
  margin: 0;
}
#header-menu .content > ul > li {
  display: inline-block;
  padding-left: 0;
  margin: 4px 0 0;
}
#header-menu .content > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 11px 21px 15px 21px;
  line-height: 1;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#header-menu .content > ul > li:hover > a,
#header-menu .content > ul > li > li.active:hover > span > a {
  color: #ffffff;
  text-decoration: none;
}
#header-menu .content > ul > li > a:active,
#header-menu .content > ul > li > a:focus {
  outline: 1px dotted #e0e0e0;
  color: #ffffff;
}
#header-menu .content > ul > li.active-trail {
  position: relative;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header-menu .content > ul > li.active-trail > a {
  color: #1a272e;
  background: none;
  font-weight: 700;
}
#header-menu .content > ul > li.active-trail > a:hover {
  color: inherit;
}
#header-menu .content > ul > li.expanded {
  position: relative;
}
#header-menu .content > ul > li.expanded > a {
  background-image: url(images/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: 90% 16px;
  margin: 0 10px 0 0; /* LTR */
}
#header-menu .content > ul > li.expanded.active-trail > a {
  background: url(images/arrow-down-black.png) no-repeat 90% 16px;
}
/* 2nd, 3rd, 4th level */
#header-menu .content li.expanded ul {
  display: none;
  position: absolute;
  width: 190px;
  top: 37px;
  left: 0px; /* LTR */
  background-color: #2e2e2d;
  z-index: 100;
  opacity: 0.95;
}
#header-menu .content li.expanded:hover > ul {
  display: block;
}
#header-menu .content li.expanded li {
  display: block;
  margin: 0;
  padding: 0;
}
#header-menu .content li.expanded li a {
  padding: 7px 15px 7px 21px;
  color: #ffffff;
  display: block;
}
#header-menu .content li.expanded li a:hover {
  text-decoration: none;
}
#header-menu .content li.expanded li a:active,
#header-menu .content li.expanded li a:focus {
  outline: none;
}
#header-menu .content li.expanded li.expanded {
  position: relative;
}
#header-menu .content li.expanded li.expanded > a {
  background-image: url("images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
#header-menu .content a::selection {
  background-color: #ffffff;
  color: #16222B;
}
#header-menu .content a::-moz-selection {
  background-color: #ffffff;
  color: #16222B;
}

/* Third level */
#header-menu .content li.expanded li.expanded ul {
  margin: 0 0 0 190px;
  top: 0;
  left: 0; /* LTR */
}

/**
 * Footer menu
*/
#footer-menu {
  margin: 0 0 6px 8px;
  float: right;
}
#footer-menu .block {
  margin-bottom: 0;
}
#footer-menu ul {
  margin: 0;
}
#footer-menu ul li {
  display: inline;
  margin: 0 9px 0 0; /* LTR */
}
div.item-list ul li {
  list-style: none;
  margin-left: 0; /* LTR */
}

/**
 * System menus
*/
.item-list ul li {
  margin: 5px 0;
}
ul.menu {
  list-style-position: inside;
  padding: 0;
  margin: 4px 0;
}
ul.menu li {
  padding: 0;
  margin: 4px 0;
}
ul.menu li {
  margin-left: 4px;
}
ul.menu li ul.menu {
  margin-left: 10px; /* LTR */
}

/**
 * Block module
*/
.block {
  margin-bottom: 25px;
  clear: both;
}
.block:last-child {
  margin-bottom: 15px;
}
.block + #block-system-main {
  margin-top: 15px;
}
h2,
.block h2 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Gentium Book Basic", serif;
}
.block ul {
  list-style-position:inside;
  padding:0;
  margin: 0;
}
.block li {
  margin: 6px 0;
}
.block .more-link {
  margin: 6px 0;
}
.block th,
.block td {
  padding: 7px 0px;
}
.block input.form-text,
.block input.form-password,
.block input.form-file {
  max-width: 400px;
  width: 100%;
}
.region-highlight {
  -moz-border-radius:3px 3px 3px 3px;
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
  margin: 5px 0 10px 0;
  padding: 11px 16px;
}
.region-highlight .block h2 {
  border-bottom: none;
  text-transform: none;
  font-size: 1.5em;
  letter-spacing: normal;
  color: inherit;
  margin-bottom: 5px;
}
#block-profile-author-information .user-picture {
  float: left;
  margin: 0 15px 15px 0; /* LTR */
}

/**
 * Node module
*/
.node {
  /*  border-bottom: 1px dashed #ccc;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.node:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.term-listing-heading + .node {
  margin-top: 0;
}
.node-header {
  margin-bottom: 16px;
}
h1.page-title,
.node h2.node-title {
  border-bottom: none;
  color: #627941 !important;
  font-family: "Gentium Book Basic",serif;
  font-size: 2.6em;
  line-height: 62px;
  margin: 0 0 8px 0;
  padding: 0 0 0 0px;
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 30px !important;
}
body.node-type-interest h1.page-title,
body.page-taxonomy h1.page-title,
body.page-point-of-interest h1.page-title,
body.front h1.page-title {
  background: url(images/title.jpg) no-repeat 0 0;
  font-size: 2.6em;
  line-height: 87px;
  line-height: 33px;
  padding: 0 0 0 40px;
  padding: 15px 0 0 53px;
  height: 80px;
}
body.page-reservation h1.page-title,
body.page-apartments-for-renthtml h1.page-title,
body.node-type-for-rent h1.page-title {
  background: url(images/title2.jpg) no-repeat 0 0;
  font-size: 2.6em;
  line-height: 33px;
  padding: 15px 0 0 53px;
  height: 80px;
}
body.page-customer-reviews h1.page-title,
body.page-apartments-reviews h1.page-title,
body.page-apartments-for-salehtml h1.page-title,
body.node-type-for-sale h1.page-title {
  background: url(images/title3.jpg) no-repeat 0 0;
  font-size: 2.6em;
  line-height: 33px;
  padding: 15px 0 0 53px;
  height: 80px;
}
body.page-building h1.page-title,
body.page-building h1.page-title,
body.node-type-infrastructure h1.page-title {
  background: url(images/title4.jpg) no-repeat 0 0;
  font-size: 2.6em;
  line-height: 33px;
  padding: 15px 0 0 53px;
  height: 80px;
}
#edit-submitted-point-of-interest-wrapper select {
  width: 210px;
}
.node-title a::-moz-selection {
  color: #fff;
}
.node-title a::selection {
  color: #fff;
}
.node h1.node-title a:focus,
.node h2.node-title a:focus {
  color: #e25401;
}
.node .meta {
  line-height: 1;
  color: #696969;
  margin-top: 3px;
}
.node .meta a:focus {
  outline-color: #444;
}
.node .user-picture {
  float: left; /* LTR */
  margin: 0 10px 8px 0; /* LTR */
}
.node .user-picture a {
  display: block;
}
.node .user-picture img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 50px;
}
.node .field-name-field-image {
  float: left; /* LTR */
  clear: both;
}
.node .field-name-body {
  margin-bottom: 14px;
}
.node .links-wrapper {
  margin: 4px 0;
}
.node ul.links {
  display: inline;
  margin-left: 0;
}
.node ul.links.inline li {
  margin: 0 8px 0 0; /* LTR */
}

/**
 * Comment module
*/
#comments-wrapper {
  margin-top: 20px;
}
#comments-wrapper .indented {
  margin: 0 0 0 30px; /* LTR */
}
.comment {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 0 0 16px 0;
}
.comment .header {
  display: block;
  margin-bottom: 14px;
}
.comment .user-picture {
  float: right; /* LTR */
  margin: 0 0 10px 10px; /* LTR */
}
.comment .user-picture img {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 2px;
  width: 28px;
}
.comment h3.title {
  line-height: 1;
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: none;
}
.comment h3.title a {
  font-weight: 700;
}
.comment h3.title a:hover {
  color: #e25401;
}
.comment .meta {
  font-size: 0.917em;
  margin: 1px 0 0 0;
}
.comment ul.links {
  display: block;
  margin: 8px 0 0;
}
.comment ul.links li a {
  text-transform: capitalize;
}
.no-comments #comment-form-wrapper {
  margin-left: 0;
}
form#comment-form #edit-actions {
  margin: 0;
}

/**
 * Book module
*/
.node-book ul.links {
  margin: 0 0 14px 0;
}
.book-navigation .menu {
  border: none;
  padding: 15px 0 15px 25px; /* LTR */
}
.book-navigation .page-links {
  width: 100%;
  margin-top: 20px;
  padding: 13px 0;
  border-bottom: none;
}
#book-outline  {
  min-width: 0;
}

/**
 * Aggregator module
*/
#page a.feed-icon {
  float: right; /* LTR */
  z-index: 99;
  position: relative;
  bottom: -10px;
}
#page a.feed-icon img {
  margin: 0;
}

/**
 * Field module
*/
.field-label-inline .field-label,
.field-label-inline .field-item,
.field-label-inline .field-items {
  display: inline-block;
  float: none;
}
.field-type-taxonomy-term-reference .field-label {
  color: #808080;
  font-weight: 700;
}
.field-type-taxonomy-term-reference .field-item {
  display: inline;
  margin-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-item:after {
  content: ",";
}
.field-type-taxonomy-term-reference .field-item:last-child:after {
  content: normal;
}
.field-type-image {
  margin: 15px 15px 15px 0; /* LTR */
}
.field-type-image a {
  border: none;
}
#edit-field-image {
  float: none;
}

/**
 * Filter module
*/
fieldset.filter-wrapper {
  margin: 0 0 12px 0;
  border-top: none;
  width: auto;
}
.filter-help {
  float: right; /* LTR */
  margin: 10px 0 0;
}
.filter-help a {
  background: none;
  padding: 0;
}
.filter-wrapper .form-item {
  margin-top: 0;
}
.filter-guidelines {
  padding-top: 6px;
}
.filter-guidelines ul {
  margin: 0;
}
body.page-filter-tips #block-system-main ul {
  margin: 0;
  list-style: none;
}
body.page-filter-tips #block-system-main li {
  margin: 10px 0;
}
body.page-filter-tips #block-system-main table {
  margin: 10px 0;
}
.tips {
  font-size: 1em;
}

/**
 * Forum module
*/
body.page-forum ul.action-links {
  margin: 9px 0;
}
#forum td.container {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
#forum td.container .name a {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0 0 4px 0;
  color: inherit;
}
#forum td.container .name a:hover {
  color: #e25400;
}
#forum td {
  padding: 13px 14px;
  vertical-align: top;
}
#forum > table {
  margin-top: 0;
}
#forum tr td.forum {
  background: none;
  padding-left: 0;
}
#forum .description {
  line-height: 1.5;
  margin: 4px 0 0 0;
  font-size: 1em;
}
#forum div.indent {
  margin: 0 0 0 15px;
}
#forum td.icon .topic-status-sticky {
  background: url(images/forum-sticky.png) no-repeat center center;
  width: 30px;
  height: 35px;
}
#forum td.icon .topic-status-default {
  background: url(images/forum-default.png) no-repeat center center;
  width: 37px;
  height: 32px;
}
#forum td.icon .topic-status-closed {
  background: url(images/forum-closed.png) no-repeat center center;
  width: 30px;
  height: 35px;
}
#forum td.icon .topic-status-hot {
  background: url(images/forum-hoht.png) no-repeat center center;
  width: 37px;
  height: 32px;
}
#forum td.icon .topic-status-new {
  background: url(images/forum-new.png) no-repeat center center;
  width: 42px;
  height: 39px;
}
#forum td.icon .topic-status-hot-new {
  background: url(images/forum-hot-new.png) no-repeat center center;
  width: 43px;
  height: 38px;
}

/**
 * OpenID module
*/
#block-user-login .item-list {
  margin-top: 10px;
}
#user-login-form li.openid-link ,
#user-login li.openid-link,
#user-login-form li.openid-processed {
  margin-left: 0;
}
#block-user-login .description {
  margin-bottom: 10px;
}
.form-item-openid-identifier {
  margin: 10px 0;
  display: block;
}
#edit-openid-identifier {
  background-position: 6px 50%;
  padding-left: 25px;
}

/**
 * Poll module
*/
.poll .title {
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.poll .bar-wrapper {
  margin-bottom: 8px;
}
.poll .bar-text {
  line-height: 1.2;
}
.poll .text {
  float: left;
  margin-bottom: 3px;
}
.poll .percent {
  float: right;
  margin-bottom: 3px;
}
.poll .bar {
  background-color: #fafafa;
  border: 1px solid #ccc;
  height: 18px;
}
.poll .bar .foreground {
  height: 18px;
}
.vote-form .form-item-choice {
  margin: 6px 0;
  padding: 0;
}
.vote-form .title {
  font-weight: 700;
  line-height: 1.5;
}
.vote-form .form-radios {
  margin: 13px 0 9px 0;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  display: block;
}
.poll .total {
  text-align: left; /* LTR */
}

/**
 * Profile and User modules
*/
.profile {
  margin: 0;
}
.profile dd {
  margin-left: 0;
}
.profile dt {
  margin: 0;
}
.profile h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 17px;
}
.profile .user-picture {
  float: right; /* LTR */
  margin-top: 45px;
}
body.page-profile #profile {
  margin-top: 15px;
}
body.page-profile .profile {
  min-height: 60px;
  float: left;
  clear: none;
  width: 48.5%;
  margin-right: 1%; /* LTR */
}
body.page-profile .user-picture {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
}
body.page-profile .user-picture img {
  width: 40px;
  padding: 5px 0;
}
body.page-profile .name,
body.page-profile .field {
  margin-left: 60px; /* LTR */
  padding: 12px 10px 10px 0; /* LTR */
}

/**
 * Search module
*/
.search-results {
  margin: 0;
  padding: 0;
}
.search-results li  {
  margin-bottom: 20px;
}
.search-results .title {
  margin: 0;
}
.search-results .search-snippet-info {
  margin: 0;
  padding: 0;
}
.search-results p {
  margin-bottom: 4px;
}
.search-snippet strong {
  background-color: #e25400;
  color: #fff;
  padding: 0 4px;
}

/**
 * Overlay module
*/
body.overlay {
  background-color: transparent;
}
#overlay-container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -khtml-border-radius-topright: 0;
  border-top-right-radius: 0;
}
body.overlay #main-columns,
body.overlay #main {
  padding: 0!important;
  min-width: inherit;
  max-width: inherit;
}
body.overlay #main-columns {
  width: 100%;
}
body.overlay #page {
  border: none;
  padding-bottom: 0;
}
body.overlay #content {
  border: none;
}
.overlay .ui-dialog-title {
  font-size: 2.333em;
  padding: 0 0 6px;
}

/**
 * DBlog module
*/
form#dblog-filter-form .form-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 0;
}
#dblog-filter-form select {
  width: 100%;
}
#dblog-filter-form .form-actions {
  padding: 6px 0;
}
tr.dblog-user {
  background: #ffd;
}
tr.dblog-user .active {
  background: #eed;
}
tr.dblog-content {
  background: #fffee9;
}
tr.dblog-content .active {
  background: #fffcc3;
}
tr.dblog-page-not-found,
tr.dblog-access-denied {
  background: #f3fcdb;
}
tr.dblog-page-not-found .active,
tr.dblog-access-denied .active {
  background: #def2a9;
}
tr.dblog-error {
  background: #fce8dd;
}
tr.dblog-error .active {
  background: #fad4c0;
}

/**
 * Contextual links module
*/
div.contextual-links-wrapper {
  z-index: 20;
}
div.contextual-links-wrapper a.contextual-links-trigger {
  margin: 1px 0 0;
  padding: 0;
}
ul.contextual-links li a {
  color: #333!important;
  display:block;
  margin: 0;
  padding: 5px 5px;
}
a.contextual-links-trigger {
  border: transparent 1px solid;
}

/**
 * Color module
*/
.two-sidebars #placeholder {
  position:static;
  margin-bottom: 10px;
}
#palette .form-item {
  width: auto;
}
.color-form .form-item {
  height: 3em;
}
#palette .item-selected {
  background: none;
}
.farbtastic .marker:before {
  content: "";
}
.farbtastic .marker:after {
  content: "";
}
#palette .lock {
  background-position: 50% 2px;
}
#palette .unlocked {
  background-position: 50% -22px;
}
#palette .hook {
  margin-top: 0.6em;
}

/**
 * Dashboard module
*/
#dashboard #disabled-blocks h2 {
  color: #fff;
}
#dashboard .ui-sortable .block h2 {
  background-position: 0 -36px;
}

/**
 * Shortcut module
*/
h1.page-title {
  display: inline-block;
  word-wrap: break-word;
  /*  width: 100%;*/
}
.shortcut-wrapper {
  position: relative;
}
div.add-or-remove-shortcuts {
  display: none;
  margin-bottom: 3px;
}
div.add-or-remove-shortcuts a span.icon {
  margin-left: 4px;
}
body.page-admin div.add-or-remove-shortcuts,
body.overlay-open div.add-or-remove-shortcuts {
  margin-top: 3px;
  display: inline-block;
}

/**
 * Toolbar module
*/
#toolbar div.toolbar-menu ul li a {
  line-height: 1.7;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
}

/**
 * System module
*/
/* Tabs */
.tabs {
  margin: 5px 0 0px;
}
.tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs ul.tabs {
  margin: 5px 0 8px 0;
  padding: 0;
  border: none;
  white-space: normal;
}
.tabs ul.tabs li {
  display: inline-block;
  padding: 0;
}
.tabs ul.tabs li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.tabs ul.tabs li.active a {
  background-color: #fff;
}
.tabs ul.tabs li a:hover,
.tabs ul.tabs li a:active,
.tabs ul.tabs li a:focus {
  outline: none;
  opacity: 0.8;
  border-color: #666;
}
.tabs ul.primary li {
  margin: 3px 3px 3px 0;
}
.tabs ul.primary li a {
  padding: 7px 15px;
  margin: 0;
}
.tabs ul.secondary {
  margin: 2px 0 6px;
  padding: 0;
  border: none;
  white-space: normal;
}
.tabs ul.secondary li {
  margin: 3px 2px 5px 0;
  border: none;
}
.tabs ul.secondary li a {
  font-size: 11px;
  padding: 3px 12px;
}
/* Vertical tabs */
div.vertical-tabs {
  border: 1px solid #ccc;
}
div.vertical-tabs ul.vertical-tabs-list {
  list-style-position: outside;
}
.vertical-tabs-panes {
  padding: 9px 5px;
}
div.vertical-tabs fieldset {
  background: none;
}
ul.vertical-tabs-list li a {
  display: block;
  border: none;
  padding: 7px 12px;
  color: inherit;
}
ul.vertical-tabs-list li.selected a {
  background-color: #fff;
}
.vertical-tabs input {
  width: 100%;
}
.vertical-tabs input.form-checkbox,
.vertical-tabs input.form-radio {
  width: auto;
}
/* Pagers */
.item-list ul.pager {
  margin: 15px 0 2px 0;
  text-align: left;
}
.item-list ul.pager li {
  margin: 0 6px;
  padding: 0;
}
ul.pager li:first-child {
  margin: 0 6px 0 0; /* LTR */
}
ul.pager li.pager-previous {
  padding-right: 8px;
}
ul.pager li.pager-next {
  padding-left: 8px;
}
ul.pager li.pager-ellipsis {
  margin: 0;
}
/* Breadcrumbs */
#breadcrumb {
  margin: 0 0 10px 0;
}
#breadcrumb .separator {
  margin: 0 5px;
}
.breadcrumb {
  padding: 0;
}
/* Markers */
.marker {
  color: #e25401;
  text-transform: capitalize;
  margin-left: 3px;
}
.marker:before {
  content: "(";
}
.marker:after {
  content: ")";
}
.farbtastic .marker:before {
  content: "";
}
.farbtastic .marker:after {
  content: "";
}
/* Action links */
ul.action-links {
  margin: 10px 0;
}
ul.action-links li {
  list-style: none;
  display: inline;
  padding: 0 14px 0 1px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(images/action-link.png) no-repeat left center;
}
/* Collapsible fieldsets */
html.js fieldset.collapsible .fieldset-legend {
  background: none;
}
html.js fieldset.collapsible .fieldset-legend {
  padding: 2px 4px 2px 10px; /* LTR */
}
html.js fieldset.collapsible legend a {
  padding: 0 15px 0 0; /* LTR */
  color: #fff;
  background: url(images/arrow-down-white.png) no-repeat right 4px; /* LTR */
}
html.js fieldset.collapsed legend a {
  background: url(images/arrow-right-white.png) no-repeat right 4px; /* LTR */
}
html.js fieldset.collapsed .fieldset-wrapper,
html.js fieldset.collapsed .action {
  display: none;
}
html.js fieldset.collapsed {
  padding: 10px 20px;
}
html.js fieldset.collapsed {
  border-width: 1px;
  margin-bottom: 15px;
}
html.js input.form-autocomplete {
  background-position: 99% 8px; /* LTR */
}
html.js input.throbbing {
  background-position: 99% -12px; /* LTR */
}
/* Resizable textareas */
.resizable-textarea {
  width: 100%;
}
.resizable-textarea .grippie {
  height: 9px;
  width: 100%;
  background: #ccc url(images/grippie.png) no-repeat center 2px;
  border: 1px solid #ccc;
  border-top-width: 0;
  cursor: s-resize;
  margin-top: -6px;
  position: relative;
  margin-right: 0!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
/* Table drag & drop */
.draggable a.tabledrag-handle {
  margin: 0 12px 0 0;
  padding: 0;
}
tr.drag {
  background-color: #f3fbfe;
}
tr.drag-previous {
  background-color: #f8fdfe;
}
span.tabledrag-changed {
  font-size: 13px;
  margin-left: 3px;
  color: #f00;
}
th a,
thead a {
  color: #fff!important;
}
th a:hover,
thead a:hover {
  color: #fff;
}
table img {
  /*  margin: 0 0 0 7px;  LTR */
  margin: 0; /* LTR */
}
/* Password strength indicator */
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
  width: auto;
}
#password-strength {
  float: none;
  left: 16em;
  position: absolute;
  width: 11.5em;
}
#password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.833em;
}
#password-strength-text {
  margin-top: 0.2em;
}
input.password-confirm,
input.password-field {
  width: 15em;
  margin-bottom: 0.4em;
}
div.form-item div.password-suggestions {
  padding: 8px 9px;
  margin: 10px 0;
  background-color: #f3fcdb;
  border: 1px solid #b8e643;
}
/* Maintenance page */
body.maintenance-page #content {
  margin-top: 5px;
}
/* Utility classes */
.element-invisible,
#header-menu h2,
#footer-menu h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.clearfix:after,
.clear-block:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  float: none;
}

/**
 * Admin pages
*/
/* admin/structure/block and admin/people/permissions */
tr.region-title td,
table#permissions td.module {
  color: #779125;
  font-size: 1.083em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
tr.region-populated {
  display: none;
}
/* admin/config */
div.admin .left,
div.admin .right {
  margin: 0;
}
div.admin-panel {
  margin: 0 0 9px 0;
  padding: 5px 0 10px;
  border-bottom: 1px dashed #000;
}
div.admin-panel h3 {
  margin-top: 5px;
}
.admin-panel:last-child {
  border-bottom: none;
}
/* admin/help/ */
body.page-admin-help dd {
  margin-bottom: 12px;
}
/* admin/config/regional/date-time */
td .form-item {
  margin: 4px 0;
}
/* admin/<content_type>/fields */
.label-add-new-field,
.label-add-existing-field {
  display: inline-block;
  vertical-align: middle;
}
/* admin/config/people/ip-blocking */
form#system-ip-blocking-form {
  margin-bottom: 15px;
}
/* admin/config */
div.admin-panel .body {
  padding: 0;
}
/* admin/reports/updates */
table.version tr {
  margin: 10px 0;
}
td.version-links li {
  display: inline;
  margin: 0 0 0 10px;
}
table.update tr {
  margin: 10px 0;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
table.update tr.error > td,
table.update tr.ok > td,
table.update tr.warning > td,
table.update tr.unknown > td {
  display: block;
}
table.update tr,
table.update td {
  border: none;
}
body.page-admin-reports-updates h3 {
  margin-bottom: 0;
}
.update tr.error {
  background-color: #ffece2;
  border: 1px solid #f4c6af;
}
.update tr.ok {
  background-color: #eef8ca;
  border: 1px solid #d6ec8b;
}
.update tr.warning {
  background-color: #fdf9e5;
  border: 1px solid #f1e7b4;
}
.update tr.unknown {
  background-color: #efefef;
  border: 1px solid #d4d4d4;
}
.update .project,
.update table.version .version-title,
.update .info  {
  padding-left: 0;
  padding-right: 0;
}
/* admin/reports/status */
table.system-status-report tr {
  border-bottom: 1px solid #878787;
  border-top: 1px solid #878787;
  padding-left: 30px;
}
table.system-status-report tr.warning {
  background-color: #fdf9e5;
}
table.system-status-report tr.ok {
  background-color: #eef8ca;
}
table.system-status-report tr.error {
  background-color: #ffece2;
}
/* admin/appearance */
.system-themes-list-disabled .theme-selector  {
  padding: 20px 30px 20px 0;
  width: 200px;
}
.system-themes-list-disabled .theme-info {
  min-height: 0;
}
/* admin/structure/block/demo/corolla */
body.page-admin-structure-block-demo-corolla #sidebar-first,
body.page-admin-structure-block-demo-corolla #sidebar-second,
body.page-admin-structure-block-demo-corolla #header-menu,
body.page-admin-structure-block-demo-corolla #header-wrapper {
  display: block;
}
body.page-admin-structure-block-demo-corolla #main {
  width: 56%;
}
.block-region {
  background-color: transparent;
  border: 2px dashed #ff3e00;
  padding: 10px 10px;
  font-size: 1.4em;
  font-weight: 700;
  color: #ff3e00;
  text-align: center;
  text-transform: uppercase;
}
#sidebar-first .block-region,
#sidebar-second .block-region {
  padding: 225px 0;
}
.region-help .block-region {
  margin: 10px 0 15px 0;
}
.region-content .block-region {
  padding: 90px 0;
}
/* System help */
#block-system-help {
  background-color: #f5f9fa;
  border: 1px solid #b3cfd4;
  margin: 15px 0;
  padding: 12px 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* Admin forms */
body.page-admin label {
  font-weight: 700;
}
#edit-actions {
  vertical-align: top;
  margin: 10px 0;
}
.fieldset-description {
  margin-bottom: 6px;
}
body.page-admin input {
  width: auto;
}
.multiselect .form-item {
  display: inline-block;
  margin: 0 10px 0 0; /* LTR */
}
dl.multiselect dt,
dl.multiselect dd {
  float: none;
}
#node-admin-content dl.multiselect dt,
#node-admin-content dl.multiselect dd {
  float: left;
}
#user-admin-buttons  {
  margin-left: 0;
  margin-right: 0;
}
form#system-actions-manage-form {
  margin-top: 30px;
}
table + input {
  margin-top: 10px!important;
}
legend + .fieldset-wrapper {
  margin-top: 0;
}
dl.multiselect dd .form-item {
  margin-bottom: 30px;
}
#node-admin-content dl.multiselect dd .form-item {
  margin-bottom: 0px;
}
dl.multiselect dd .form-item label {
  margin-top: 2px;
}
.node-form #edit-poll-more {
  margin-top: 10px;
}
#edit-field-screenshot {
  float: none;
}
td.block {
  background: inherit;
  border: none;
  margin: 0;
}
td.edit,
td.delete {
  padding-left: 7px; /* LTR */
}
dl.admin-list dd {
  margin: 0 0 11px 0;
}
dl.multiselect label {
  text-transform: capitalize;
}
dl.multiselect dd {
  line-height: normal;
  margin-left: 0;
}
.node-type-list dt {
  margin-top: 11px;
}
#user-admin-buttons,
#node-admin-buttons {
  margin-top: 10px;
}
fieldset .action {
  margin-top: 7px;
}
.compact-link {
  margin-bottom: 5px;
}
/*.view-apartments-preview .views-field-field-rent-photos-fid,
.view-apartments-preview .views-field-field-sale-photos-fid{
  float: left;
  padding-right: 20px;
}*/
.view-interest-points .views-field-field-interest-photos-fid{
  float: left;
  padding: 5px 25px 0 0;
}
.view-infrastructure .views-field-field-infrastructure-photos-fid {
  float: left;
  padding: 5px 20px 0 0;
}
.view-apartments-preview .views-field-field-rent-photos-fid img,
.view-apartments-preview .views-field-field-sale-photos-fid img,
.view-interest-points .views-field-field-interest-photos-fid img,
.view-infrastructure .views-field-field-infrastructure-photos-fid img{
  display: block;
  background-color: #EDECF1;
  padding: 5px;
}
.view-apartments-preview .odd .views-field-field-rent-photos-fid img,
.view-apartments-preview .odd .views-field-field-sale-photos-fid img,
.view-interest-points .views-row-even .views-field-field-interest-photos-fid img,
.view-infrastructure .even .views-field-field-infrastructure-photos-fid img{
  background-color: #fff;
}
.view-apartments-preview .views-field-title a{
  color: #666666;
  font-family: "Gentium Book Basic",serif;
  font-size: 1.4em;
  border: none;
  letter-spacing: 0.04em;
}
.view-apartments-preview thead{
  display: none;
}
.view-apartments-preview table, 
.view-infrastructure table{
  border-bottom: 3px solid #ECECEE;
}
.view-apartments-preview td{
  padding: 14px 5px 14px 14px;
  vertical-align: middle;
}
.view-infrastructure h2,
.view-interest-points h2{
  color: #000000;
  font-size: 1.5em;
  letter-spacing: 0.06em;
}
.view-interest-points h2 a{
  color: #000000;
  border: none;
}
.view-interest-points h2 a:hover{
  border-bottom: 1px solid #CFDDE5;
}
.view-interest-points .views-row,
.view-infrastructure .views-row{
  clear: both;
  float: none;
  min-height: 115px;
  padding: 10px 0 5px;
  padding-bottom: 10px;
}
.view-interest-points .views-field-teaser,
.view-infrastructure .views-field-teaser{
  min-height: 70px;
}
.notavailable a{
  background: #FF90A0 !important;
}
.available a{
  background: #E5F7F9 !important;
}
.ui-datepicker-inline{
  border: 2px solid #DEEAEC;
  background: none repeat scroll 0 0 #F5F9FA;
}
#availability .ui-datepicker-days-cell,
#availability2 .ui-datepicker-days-cell{
  padding: 0;
  margin: 0;
  height: 21px;
}
#availability .ui-datepicker-one-month,
#availability2 .ui-datepicker-one-month{
  float: left;
  margin: 10px 12px;
}
#availability .ui-datepicker-next,
#availability2 .ui-datepicker-next{
  left: 50.5em;
}
#availability .ui-datepicker-prev,
#availability2 .ui-datepicker-prev{
  left: 1.5em;
}
#availability .ui-datepicker-inline,
#availability2 .ui-datepicker-inline{
  width: 97%;
}
#availability .ui-datepicker-today a,
#availability2 .ui-datepicker-today a{
  background:  #E6E6E6 !important;
  /*background: url("images/e6e6e6_40x100_textures_02_glass_75.png") repeat-x scroll 0 50% #E6E6E6 !important;*/
}
#availability .ui-datepicker-prev label,
#availability2 .ui-datepicker-prev label{
  display: none;
}
.ui-datepicker td{
  text-align: center;
}
#block-menu-primary-links{
  background-color: #000;
  height: 35px;
  margin: 0 0 0 -8px;
}
#block-menu-primary-links ul.menu {
  margin-left: 19px;
}
#block-menu-primary-links ul.menu li {
  display: inline-block;
  list-style: none;
  list-style-image: none;
  font-family: "Gentium Book Basic", serif;
  font-size: 18px;
  margin: 4px 10px 0 0;
  min-width: 36px;
  height: 35px;
  padding-left: 25px;
}
#block-menu-primary-links ul.menu li a{
  color: #fff;
}
#block-menu-primary-links ul.menu li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#block-menu-primary-links ul.menu li:hover{
  /*  background: url(images/active.jpg) no-repeat 5% 22px;*/
}
#block-menu-primary-links ul.menu li.active-trail {
  background: url(images/flag.png) no-repeat 5px 0px;
  padding-left: 25px;
}
#block-menu-primary-links ul.menu li.active-trail a{
  /*  background: url(images/active.jpg) no-repeat 5% 22px;*/
  border-bottom: 1px solid #fff;
}
#head-img,
#main{
  margin-left: -8px;
}
#banner {
  height: 415px;
  position: relative;
  top: 0px;
  left: -8px;
}
#slider{
  height: 415px;
}
#slider a,
#slider a:hover {
  border: none !important;
}
#site-sides,
#left-side,
#center-side,
#right-side,
#site-sides-tr{
  border: none;
  padding: 0;
  margin: 0;
}
#center-side {
  width: 980px;
}
#left-side {
  background: url(images/left-back4.jpg) no-repeat right 160px;
}
#right-side {
  background: url(images/right-back4.jpg) no-repeat left 160px;
}
#footer-line{
  height: 12px;
  background: #8A8A8A;
  margin: 10px auto;
  width: 980px;
  position: relative;
  float: left;
  /*  left: -8px;*/
}
#main-columns-wrapper{
  min-height: 900px;
}
.view-special-offers.view-display-id-block_1 .views-row{
  background: #ECECEE;
  margin-bottom: 10px;
  padding: 10px;
  width: 210px;
}
.view-special-offers.view-display-id-block_1 .views-field-body,
.view-special-offers.view-display-id-block_1 .views-field-title{
  padding: 0 7px;
}
#footer{
  background: url(images/pre-footer.jpg) no-repeat 0 0;
  height: 140px;
  width: 980px;
  margin: 0 auto;
  padding: 25px 0 0;
}
#small-logo{
  position: relative;
  top: 20px;
  left: 21px;
}
#facebook{
  /*  position: relative;
    top: 34px;
    left: 208px;*/
}
#youtube{
  /*  position: relative;
    top: 35px;
    left: 215px;*/
}
#map {
  position: relative;
  /*  top: 34px;*/
  /*  left: 220px;*/
  left: 107px;
  top: 35px;
  width: 120px;
}
#tripadvisor{
  /*  position: relative;
    top: 42px;
    left: 383px;*/
  /*  bottom: -780px;
    left: 1074px;
    position: absolute;*/
  float: right;
  margin: 0px 15px 0 0;
}
#contacts{
  color: #818181;
  font-family: Arial;
  font-size: 9pt;
  line-height: 1.65em;
  position: relative;
  float: left;
  margin: 0 0 0 25px;
}
#contacts p{
  margin: 0;
}
.phone{
  color: #3DA5C0;
}
#languages a,
#footer a{
  border: none;
}
.map a{
  color: #808080;
}
#languages{
  /*  height: 0;
    position: absolute;
    right: 232px;
    top: 170px;*/
  float: right;
  margin: -25px 11px 0 0;
}
/*.admin-menu  #languages{
  top: 190px;
}*/
.es-unactive,
.en-unactive{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
}
.slider-desc{
  font-family: "Gentium Book Basic",serif;
  font-size: 2.3em;
  height: 61px;
  letter-spacing: 0.03em;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.45;
  padding: 9px 0 0 30px;
  position: relative;
  top: -74px;
  color: #fff;
  width: 950px;
  background: #000;
}
#avail-desc a{
  display: inline-block;
  height: 16px;
  position: relative;
  top: 3px;
  width: 22px;
  border:1px solid #999;
}
#avail-desc{
  left: 225px;
  position: relative;
  top: 7px;
  z-index: 10;
  width: 250px;
  height: 0px;
}
#availability_notice{
  color: red;
  font-size: 0.8em;
  margin: 0 0 15px;
  text-align: center;
}
#block-webform-client-block-31,
#block-coronado-0,
#block-webform-client-block-3{
  width: 87%;
  background: #ECECEE;
}
#block-coronado-0 .description{
  display: none;  
}
#block-coronado-0 #edit-from-date-datepicker-popup-0,
#block-coronado-0 #edit-to-date-datepicker-popup-0{
  width: 100px;
  background: url("images/calend.png") no-repeat scroll 95% center #fff;
}
#slider a {
  max-height: 410px !important;
}
a{
  outline: none;
}
*+html .view-interest-points .views-field-teaser,
*+html .view-infrastructure .views-field-teaser{
  min-height: 65px !important;
}
*+html #block-menu-primary-links ul.menu li {
  display: inline;
  padding-bottom: 1px;
}
*+html #left-side{
  background-position: right 163px;
}
*+html #right-side{
  background-position: left 163px;
}
*+html .front #left-side{
  background-position: right 160px;
}
*+html .front #right-side{
  background-position: left 160px;
}
*+html .slider-desc{
  top: -70px;
}
*+html .view-interest-points .views-field-title a,
*+html .view-infrastructure .views-field-title a{
  border: none !important;
}
*+html .view-interest-points h2,
*+html .view-infrastructure h2{
  padding-bottom: 5px;
}
*+html .view-interest-points .views-field-view-node,
*+html .view-infrastructure .views-field-view-node{
  /*  padding: 5px 0 0;*/
}
*+html #coronado-apartment-reserve h2{
  clear: both;
  float: none;
}
*+html #block-coronado-0 #edit-from-date-datepicker-popup-0,
*+html #block-coronado-0 #edit-to-date-datepicker-popup-0{
  width: 95px;
}
*+html #tripadvisor{
  margin: -60px 15px 0 0;
}
#CDSWIDVRB img, 
#CDSWIDVRB{
  width: 100px !important;
}
#CDSWIDVRB .widVRBProperty a {
  font-size: 9px !important;
}
/*#visa{
    left: 365px;
    left: 456px;
  left: 360px;
  position: relative;
  top: -10px;
}
#mastercard{
    left: 410px;
    left: 451px;
  left: 350px;
  position: relative;
  top: -10px;
}
#paypal{
    left: 445px;
  left: 340px;
  position: relative;
  top: -10px;
}*/
.page-taxonomy .feed-icon{
  display: none;
}
/*#cheks{
    position: relative;
    right: 145px;
    top: -7px;
  position: relative;
  right: -104px;
  top: -8px;
}*/
#cheks,
.footer-links a {
  display: block;
  margin: 0;
  float:right;
}
.page-taxonomy h1,
.page-reservation h1,
.page-apartments-reviews h1,
.page-customer-reviews h1,
.page-point-of-interest h1,
.page-building h1,
.page-apartments-for-salehtml h1,
.page-apartments-for-renthtml h1,
.page-node h1.page-title{
  font-size: 37px;
  letter-spacing: 0.04em; 
}
#gallery{
  background-color: #ECECEE;
  padding: 10px 10px 1px;
  width: 320px;
  float:left;
  margin-right: 14px;
}
.imageview{
  height: 235px;
}
#gallery .middle,
.middle div{
  margin: 0 auto;
  text-align: center;
}
#table-gallery,
#table-gallery td,
#table-gallery tr,
#table-gallery tbody{
  border: none;
  text-align: center;
}

#block-coronado-0 .inner,
#block-webform-client-block-3 .inner,
#block-webform-client-block-31 .inner{
  margin: 0 auto;
  padding: 10px 0 20px;
  width: 96%;
}
#block-webform-client-block-3 .captcha img,
#block-webform-client-block-31 .captcha img{
  margin: 0 0 0 18px;
}
#block-webform-client-block-3 #edit-submit,
#block-webform-client-block-31 #edit-submit{
  margin: 0 0 0 50px;
}
#block-coronado-0 #edit-submit{
  display: block;
  margin: 0 0 0 50px;
}
#block-webform-client-block-3 h2,
#block-webform-client-block-31 h2,
#block-coronado-0 h2{
  color: #000000;
  font-size: 1.3em;
  padding-left: 5px;
}
.node h2{
  font-size: 2.1em;
}
#amenities,
#apart-details table,
#rates{
  border-bottom: 3px solid #ECECEE;
}
#rates td {
  padding: 4px 10px;
  line-height: 1.2em;
  text-align: center;
}
#rates .td-first{
  text-align: left;
}
#rates th {
  text-align: center;
  background-color: #ACACAC;
}
#apart-details{
  float: right;
  /*  width: 257px;*/
  width: 297px;
  margin-bottom: 15px;
}
h2.tit{
  color: #000000;
  font-size: 1.3em;
}
#gallery,
#manager-desc,
#apart-details table,
#amenities {
  font-size: 0.9em;
  text-align: justify;
}
#apart-details td{
  padding: 1px 3px;
}
#rates tr,
#rates td,
#amenities tr,
#amenities td,
#apart-details tr,
#apart-details td{
  border: none !important;
}
.cke_contents{
  height: 140px !important;
}
#amenities td{
  padding: 3px 5px;
  line-height: 1.2em;
  vertical-align: top;
}
#amenities p{
  margin: 0;
}
#rate_content{
  border-bottom: 1px solid #C2C2C2;
  height: 50px;
  margin: 0 0 15px;
  padding: 20px 0 5px;
}
#sale_content{
  border-bottom: 1px solid #C2C2C2;
  height: 35px;
  margin: 0 0 15px;
  padding: 20px 0 5px;
}
#block-rate{
  color: #627941;
  font-family: "Gentium Book Basic",serif;
  font-size: 2.5em;
  left: 125px;
  position: relative;
  top: -50px;
}
#block-sale{
  color: #627941;
  font-family: "Gentium Book Basic",serif;
  font-size: 2.5em;
  left: 80px;
  position: relative;
  top: -50px;
}
.currency{
  display: inline-block;
  font-size: 0.7em;
  position: relative;
  top: -10px;
}
#block-rate-period{
  color: #627941;
  font-family: "Gentium Book Basic",serif;
  font-size: 1.6em;
  left: 141px;
  position: relative;
  top: -64px;
}
.bed, .bath, .sleeps{
  font-size: 0.8em;
}
.cke_show_borders table td{
  vertical-align: top;
  border: 1px solid #ccc;
}
.ui-datepicker thead tr,
.ui-datepicker thead td{
  background-color: #333;
}
.view-feedbacks .views-field-title a{
  font-weight: bold;
  color: #000;
}
.view-infrastructure tr, 
.view-infrastructure td, 
.view-apartments-preview tr,
.view-apartments-preview td,
.view-feedbacks td,
.view-feedbacks tr{
  border: none;
}
.view-feedbacks td.col-first{
  padding: 0;
}
.view-interest-points .views-row-even,
.view-infrastructure tr.even,
.view-infrastructure tr.even td,
.view-feedbacks tr.even,
.view-feedbacks tr.even td,
.view-apartments-preview tr.odd,
.view-apartments-preview tr.odd td{
  background-color: #E0EECF !important;
}
.view-apartments-preview tr.even,
.view-apartments-preview tr.even td{
  background-color: transparent !important;
}
h4.review-title{
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0 -4px;
}
.fs09{
  font-size: 0.9em;
  color: #6E6F71;
}
.review{
  width: 20px;
  height: 20px;
  background: url(images/review.png) no-repeat 0 0;
  margin: 15px auto 0;
}
.center{
  text-align: center;
  vertical-align: top
}
.view-interest-points .views-field-view-node .field-content a{
  font-size: 0.9em;
}
a.review-details,
.view-interest-points .views-field-view-node .field-content a,
.view-infrastructure .views-field-view-node .field-content a{
  background: url("images/more-arrow.png") no-repeat scroll 97% 4px transparent;
  border-bottom: 1px solid #627941;
  padding-right: 16px;
}
a.review-details:hover,
.view-interest-points .views-field-view-node .field-content a:hover,
.view-infrastructure .views-field-view-node .field-content a:hover{
  border: none;
}
a.review-details.hidden{
  background: url("images/less-arrow.png") no-repeat scroll 97% 4px transparent;
}
.reviews-table td{
  padding: 0 10px 10px;
}
#edit-submitted-apartment{
  width: 217px;
}
.review-town{
  color: #000;
  font-size: 1.1em;
}
#more-photo{
  color: #626262;
  border: none;
}
#more-photo:hover{
  text-decoration: underline;
}
.sticky-enabled.sticky-table,
.sticky-header{
  font-size: 12px;
}
div.even{
  background-color: #e0eecf;
  padding: 1px 15px 10px;
}
div.odd{
  padding: 1px 15px 10px;
}
#points-of-interst-wrapper a{
  color: #6F6F71;
  border: none;
}
#points-of-interst-wrapper a:hover{
  border-bottom: 1px solid #CFDDE5;
}
#points-of-interst-wrapper h3{
  font-family: "Gentium Book Basic",serif;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 8px 0 2px;
  letter-spacing: 0.06em;
}
#points-of-interst-wrapper h3 a{
  color: #000;
}
.sub-title{
  font-size: 2.1em;
  letter-spacing: 0.04em;
  font-family: "Gentium Book Basic",serif;
  color: #627941;
}
.terms-inline {
  display: block;
  text-align: right;
  padding-bottom: 10px;
  margin-top: -15px;
  font-size: 0.9em;
}
.page-node .terms-inline{
  margin-top: 0px;
  text-align: left;
  font-size: 1em;
}
.page-node .terms-inline a{
  border: none;
  color: #707070;
}
.page-node.node-type-interest table tr {
  border: none;
}
#footer-logo {
  display: block;
  width:140px;
  height: 53px;
  background:  transparent url(images/logo-small.jpg) no-repeat 0 0;
  margin: 25px 0 0 30px;
  float: left;
}
.footer-links {
  float: right;
  width: 560px;
}
#aparts-to-list a{
  border: medium none;
  color: #627B41;
  display: block;
  font-family: "Gentium Book Basic",serif;
  font-size: 1.4em;
  letter-spacing: 0.06em;
  padding: 5px 0 0;
}
#aparts-to-list a:hover{
  text-decoration: underline;
}
.view-feedbacks td{
  border: none;
}
#block-menu-primary-links{
  width: 980px;
}
.view-interest-points h2{
  margin-top: 20px\0/;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  #block-menu-primary-links,
  #head-img,
  #main{
    margin-left: -7px;
  }
  #banner{
    left: -7px;
  }
}
