/** RESET **/
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, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}

/** BODY **/
html,
body {
    background-color: #fff;
}

body,
table
input,
textarea {
    color: #4c4c4c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.33em; /* 20px */
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

strong {
    font-weight: bold;
}

a {
    color: #000;
    text-decoration: none;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
}

a:hover,
a:active {
    color: #c41230;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
}

hr {
    border: 0;
    border-top: 1px solid #4c4c4c;
}

h1,
h2,
h3 {
    /*border-bottom: 1px solid #4c4c4c;*/
    /*color: #4c4c4c;*/
    /*height: 26px;*/
    font-size: 22px;
    padding: 11px 0px 12px 9px;
    text-transform: none;
    background-color: #989898;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-family: 'Arimo', sans-serif;
}

.caption {
    background-color:rgba(152,152,152,0.5);
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family: 'Arimo', sans-serif;
}

h1.caption {
    background-color: #3e3e3e;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 26px;
    padding: 8px 10px;
    text-transform: uppercase;
}

/*h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 11px 0;
}

h3 {
	font-size: 17px;
	font-weight: bold;
}*/

h4 {
    font-weight: bold;
}

.noBorder {
    border: 0;
    padding-bottom: 0;
}

p {
    font-size: 12px;
    line-height: 150%;
    margin: 10px 0;
    text-align: justify;
}

.clear {
    clear: both;
}

.center {
    text-align: center !important;
}

.top header {
    background-color: #e2e2e2;
    padding: 9px 0 0;
    text-align: center;
}

.top nav {
    font-size: 16px;
    margin-top: 4px;
}

.top nav ul {
}

.top nav li {
    border-bottom: 4px solid transparent;
    display: inline-block;
    margin: 0 19px 0 19px;
    padding: 0 0 10px;
}

.top nav li.active {
    border-color: #bd0102;
}

.top nav li a {
    color: #434343;
}

.top nav li a:hover,
.top nav li a:active {
    color: #c41230;
}

.top .border {
    /* dark #bebebe */
    /* light #ffffff */
    background-image: linear-gradient(bottom, rgb(255, 255, 255) 10%, rgb(190, 190, 190) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 10%, rgb(190, 190, 190) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 10%, rgb(190, 190, 190) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 10%, rgb(190, 190, 190) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 10%, rgb(190, 190, 190) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(255, 255, 255)), color-stop(1, rgb(190, 190, 190)));
    display: block;
    height: 8px;
}

.main {
    margin: 12px auto 40px;
    width: 1000px;
}

.main .grid {
}

.grid p {
    margin-left: 10px;
    margin-right: 10px;
}

.grid .w1,
.grid .w2,
.grid .w3,
.grid .w4 {
    float: left;
    margin: 8px 0 0 8px;
}

.grid .w1:first-child,
.grid .w2:first-child,
.grid .w3:first-child,
.grid .w4:first-child {
    margin-left: 0;
}

.grid .w1 {
    width: 244px;
}

.grid .w2 {
    width: 496px;
}

.grid .w3 {
    width: 748px;
}

.grid .w4 {
    width: 100%; /* 1000px */
}

.grid .h1 {
    height: 213px;
}

.grid .h2 {
    height: 433px;
}

.greyBox {
    background-color: #b6b6b6;
}

.redBox {
    background-color: #bd0102;
    color: #fff;
}

.redBox p {
    margin-left: 10px;
    margin-right: 10px;
}

.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.imageCaption a, .imageCaption .fakeA {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.imageCaption img {
    position: absolute;
    z-index: 1;
}

.imageCaption .caption {
    background-color:rgba(152,152,152,0.5);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 22px;
    /*font-weight: bold;*/
    line-height: 26px;
    padding: 8px 10px 9px 10px;
    position: absolute;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 99;
}

.searchForm {
    color: #fff;
}

.searchForm .row {
    float: left;
    margin: 11px 0px 0px 0px;
}

.searchForm li {
    padding: 2px 0;
}

.searchForm label {
    display: block;
    font-size: 14px;
    padding-left: 9px;
    color: #434343;
}

.searchForm input {
    color: #222;
    display: block;
}

.searchForm select {
    color: #222;
    display: block;
}

.searchForm button {
    font-family: 'Arimo', sans-serif;
    border: 0px;
    display: block;
    margin-top: -4px;
    padding: 0px 0px 0px 9px;
    background-color: #989898;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    height: 42px;
    width: 100%;
    font-size: 22px;
}

.searchForm button:active {
    background-color: #656565;
}

.searchForm .form-label {
    float: left;
    width: 80px;
    padding: 6px 0px 0px 0px;
}

.customDropdown {
    float: left;
    background: #b6b6b6 url('../../img/Quattro/custom-dropdown.png') no-repeat right;
    height: 30px;
    overflow: hidden;
    width: 150px;
}

.customDropdown select {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    outline: 0;
    padding: 5px;
    width: 100%;
}

.apartmentsTable {
    width: 100%;
    font-size: 80%;
}

.apartmentsTable th {
    border-bottom: 1px solid #4c4c4c;
    color: #333;
    padding: 5px 10px;
    text-align: left;
}

.apartmentsTable td {
    color: #3b3b3b;
    padding: 5px 10px;
    text-align: left;
}

.apartmentsTable tr.odd td {
    background-color: #c7c7c7;
}

.apartmentsTable tr.even td {
    background-color: #e6e6e6;
}

.apartmentsTable td.download img {
    vertical-align: 2px;
}

.contactHeader {
    padding: 15px;
}

.contactHeader h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 25px;
    text-transform: uppercase;
}

.contact h2 {
    border-bottom: 1px solid #000;
    font-size: 14px;
    /*margin-bottom: 5px;*/
    padding: 4px 0;
}

.contactForm {
    overflow: hidden;
}

.contactForm .left {
    float: left;
    width: 200px;
}

.contactForm .right {
    float: right;
    width: 289px;
}

.contactForm li {
    padding-top: 5px;
    height: 34px;
}

.contactForm input,
.contactForm textarea {
    background-color: #e8e8e8;
    border: none;
    display: block;
    font-size: 14px;
    outline: 0;
    padding: 8px;
    color: #4c4c4c;
    margin: 0;
}

.contactForm input {
    width: 184px;
}

.contactForm textarea {
    width: 281px;
    height: 138px;
}

.contactForm .submit {
    /*margin-top: 3px;*/
    text-align: right;
    color: #4c4c4c;
}

.contactForm button {
    width: 150px;
    height: 30px;
    color: #4c4c4c;
    background-color: #e8e8e8;
    border: none;
    padding: 3px 20px;
}

.contactForm button:active {
    -webkit-box-shadow: inset 0 1px 4px 0 #555;
    -moz-box-shadow: inset 0 1px 4px 0 #555;
    box-shadow: inset 0 1px 4px 0 #555;
    border-color: #555;
}

.slides1l, .slides1r {
    width: 496px;
    height: 433px;
    position: relative;
}

.slides2l, .slides2r {
    width: 496px;
    height: 213px;
    position: relative;
}

.slides1l img, .slides1r img, .slides2l img, .slides2r img {
    /*cursor: pointer;*/
    position: absolute;
}

/* validation */
#sidePanel {
    position: fixed;
    right: -272px;
    top: 190px;
    z-index: 9999;
}

#panelHandle {
    float: left;
    cursor: pointer;
    position: relative;
    /*top: 15px;*/
}

#panelContent {
    float: left;
    width: 272px;
    background-color: #7e7e7e;
    position: relative;
}

#panelContent form {
    float: left;
    border: 1px solid #8c929b;
    padding: 10px;
}

#panelContent div {
    margin-bottom: 5px;
}

#panelContent div.accept-terms-check {
    width: 10px;
    position: relative;
}

#panelContent div.accept-terms-check input[type="checkbox"] {
    margin-left: 0;
}

#panelContent div.header {
    border: 0;
    padding: 5px 0px 2px 0px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: none;
}

#panelContent div.accept-terms {
    line-height: 10px;
    color: #fff;
    font-size: 9px;
    border: 1px solid #7e7e7e;
    padding: 0px 0px 7px 0px;
    text-align: justify;
}

#panelContent form div.send {
    /*position: absolute;
    bottom: 5px;
    right: 10px;*/
    padding-bottom: 7px;
    float: right;
}

#panelContent form .send {
    width: 80px;
    height: 28px;
    border: 0px;
    margin-top: 4px;
}

#panelContent form textarea {
    width: 241px;
    height: 140px;
    padding-left: 5px;
    resize: none;
    border: 1px solid #b6b6b6;
}

#panelContent form input[type="text"] {
    width: 243px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #b6b6b6;
}

#panelContent form .invalid {
    border: 1px solid #ff5932 !important;
}

#panelContent form .accept-terms.invalid {
    border: 1px solid #ff5932;
}

#panelContent form .invalid {
    border: 1px solid #ff5932 !important;
}

#panelContent form .row {
    position: relative;
}

#panelContent form span.error {
    font: bold 11px;
    line-height: 1em;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 90px;
    background-color: #bd0102;
    padding: 5px;
    display: none;
    position: absolute;
    top: -20px;
    right: 0;
}

#panelContent form fieldset div.error input {
    background-position: 0 -64px;
}

img#mapa {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

div.welcome-box {
    height: 133px;
    padding: 16px 0px 22px 10px;
    background-color: rgb(168, 175, 124);
    color: #fff;
}

div.spaces-box {
    height: 82px;
    padding: 15px 0px 0px 10px;
    background-color:rgb(152,152,152);
}

.panelTrigger {
    cursor: pointer;
}

.fancybox {
    cursor: pointer;
}

.audiowide span {
    font-family: 'Audiowide', cursive;
}

.geo span {
    font-family: 'Geo', sans-serif;
}

.concert span {
    font-family: 'Concert One', cursive;
}

.rationale span {
    font-family: 'Rationale', sans-serif;
}

.squada span {
    font-family: 'Squada One', cursive;
}

.aldrich span {
    font-family: 'Aldrich', sans-serif;
}

.electrolize span {
    font-family: 'Electrolize', sans-serif;
}

.iceland span {
    font-family: 'Iceland', cursive;
}

@font-face {
    font-family: "Prokofiev Expanded";
    src: url("font/prokofieve.eot?") format("eot"), url("font/prokofieve.woff") format("woff"), url("font/prokofieve.ttf") format("truetype"), url("font/prokofieve.svg#ProkofievExpanded") format("svg");
    font-weight: normal;
    font-style: normal;
}

.prokofieve span.days, .prokofieve span.hours {
    font-family: "Prokofiev Expanded";
    font-size: 45px;
}

.counter {
    font-size: 24px;
    background-color: rgb(189, 3, 4);
    color: #fff;
    padding: 12px 10px 12px 15px;
    float: left;
    clear: both;
    margin-top: 6px;
    font-weight: normal;
}

.counter span {
    padding: 0;
    margin: 0;
}

.show-employee {
    cursor: pointer;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
