/*
Theme Name: Pestana Tróia Hotel
Theme URI: https://www.pestanatroia.com
Author: AdStrategy
Author URI: https://adstrategy.pt
Description: Template desenvolvido ŕ medida das necessidades do cliente.
Version: 1.0
License: Commercial
Text Domain: pestanatroia
*/

/*

-
-/**
- * Table of Contents:
- *
- * 1.0 - Reset
- * 2.0 - Repeatable Patterns
- * 3.0 - Basic Structure
- * 4.0 - Header
- *   4.1 - Site Header
- *   4.2 - Navigation
- * 5.0 - Content
- *   5.1 - Entry Header
- *   5.2 - Entry Meta
- *   5.3 - Entry Content
- *   5.4 - Galleries
- *   5.5 - Post Formats
- *   5.6 - Attachments
- *   5.7 - Post/Paging Navigation
- *   5.8 - Author Bio
- *   5.9 - Archives
- *   5.10 - Search Results/No posts
- *   5.11 - 404
- *   5.12 - Comments
- *   5.13 - Multisite
- * 6.0 - Sidebar
- *   6.1 - Widgets
- * 7.0 - Footer
- * 8.0 - Media Queries
- * 9.0 - Print
- * ----------------------------------------------------------------------------
- */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: "Roboto Thin";
    src: url("/wp-content/themes/pestanatroia/fonts/RobotoSlab-Thin.ttf");
    src: local("Roboto Thin"),
    url("/wp-content/themes/pestanatroia/fonts/RobotoSlab-Thin.ttf") format("truetype"),
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {

	text-decoration: none;
}

a:visited {
    outline-style: none;
    -moz-outline-style:none;
}

a:focus {
    outline-style: none;
    -moz-outline-style:none;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
    outline-style: none;
    -moz-outline-style:none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 6px 0;
	padding: 0 0 0 0;
}

ul {
	/* list-style-type: square; */
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
	width: 100%;
}

.table-nav {
    border: 0px solid;
    margin: 0px;
    padding: 0px;
    width: 100px;
    line-height: 15px;
}

.table-nav td {
    border: 0px solid;
    border-top: 0px solid;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.table-nav td a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    font-family: 'Lato', Verdana, Arial;
    font-weight: 400;
}

.photoMosaic {
    margin-bottom: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
.brochura-form-container {
    background-color: #877757;
    width: 295px;
    height: auto;
    position: absolute;
    right: 0;
    top: 150px;
    padding: 5px 20px 20px 20px;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
}
.brochura-form-title {
    color: #ffffff;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}
.brochura-form-subtitle {
    color: #ffffff;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px
}
.brochura-form-select-text {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
}
.brochura-form-input {
     font-family: Lato, Verdana, Helvetica, sans-serif;
     font-weight: 400;
     color: #ffffff;
     font-size: 15px;
     height: 36px;
     border: 0px;
     margin-bottom: 8px;
    padding-left: 15px;
     background-color: rgba(124, 110, 86, 0.4);
         border: 2px solid #ffffff;
 }
.brochura-form-input:focus {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}
.pcontacto-form-input {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    width: 300px;
    color: #ffffff;
    font-size: 15px;
    height: 36px;
    border: 0px;
    margin-bottom: 8px;
    padding-left: 15px;
    background-color: rgba(124, 110, 86, 0.4);
    border: 2px solid #ffffff;
}

.pcontacto-form-input:focus {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}
.brochura-form-checkbox {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: 2px #ffffff;
}
.brochura-form-hr {
    border: 0;
    height: 1px;
    background: #fff;
    margin: 10px 0px;
}
.wpcf7-list-item-label {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}
.brochura-form-select {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    padding-left: 15px;
    margin: 10px 0px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 36px;
    outline: 0;
    overflow: hidden;
    background: url('images/btn-select.png') no-repeat right rgba(124, 110, 86, 0.4);
}
.brochura-form-select option {

}
.brochura-form-submit {
    width: 100% !important;
    background-image: url('images/btn-bk-contact.jpg') !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    border: 2px solid #fff  !important;
    padding: 7px 24px 7px;
}
.brochura-form-submit:focus {
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border: 2px solid #fff
}
.contacto-form-submit {
    width: 100% !important;
    background-image: url('images/btn-bk-contact.jpg') !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    box-shadow: 2px 2px 2px rgba(0,0,0, .3) !important;
    padding: 7px 24px 7px;
    font-size: 13px;
}
.contacto-form-submit:focus {
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    padding: 7px 24px 7px;
}

.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #990000;
    margin-bottom: -15px;
    margin-top: -7px;
}
img.ajax-loader {
    display: none;
}
.wpcf7 p {
    margin: 0px;
}

button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #ffffff;
}

input:focus,
textarea:focus {
	border: 0px;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #b3a487; /* Old browsers */
    background-color: rgba(179, 164, 135, 0.8) !important;
    border: none;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #92856c; /* Old browsers */
    background-color: rgba(146, 133, 108, 0.8) !important;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #92856c; /* Old browsers */
    background-color: rgba(146, 133, 108, 0.8) !important;
	border: none;
	/*border-top: 3px solid #ffffff;*/
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/** SLIDER **/
.easingslider-pagination .easingslider-icon {
    zoom: 1.4;
}

/** BROCHURA **/
/*.brochura-container {
    width: 160px;
    height: auto;
    position: absolute;
    right: 0;
    top: 200px;
}*/
.brochura-container {display:none;}
.brochura-container-galeria {
    top: 130px !important;
}
.brochura-title {
    text-align: center;
    padding: 10px 10px 0px 10px;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 90%;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase
}
.brochura-btn {
    text-align: center;
    padding: 3px 20px 14px 20px;
    cursor: pointer;
}
.brochura-container-galeria {
    top: 50%;
}

/** CONTACT FORM **/
::-webkit-input-placeholder {
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
}
:-moz-placeholder { /* older Firefox*/
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
}
:-ms-input-placeholder {
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
}



.contact-form {
    font-weight: 400;
    max-width: 1200px !important;
}
.contact-form-box {
    padding: 0px 100px;
}
.pcontacto-form-input {
    padding-right: 20px;
}

.contact-form input[type="submit"] {
    font-weight: 400;
}
.contact-form input[type="submit"]:hover {

}

.pcontacto-form-submit {
    width: 150px;
    background-image: url('images/btn-bk-contact-white.jpg');
    border:2px solid #fff !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .3);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0, .3);
    box-shadow: 2px 2px 2px rgba(0,0,0, .3);
 }
.pcontacto-form-submit:focus {
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

div.wpcf7-response-output{
    margin: 1em 0.5em 0em;
    color: #398f14;
}

div.wpcf7 .placeheld {
    color: #ffffff;
}

.contact-form h3 {
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    margin: 22px 0 !important;
}
#contact-form-61 {
    float: left;
    width: 580px;
}

.contact-form .grunion-field-label {
    display: none;
}
.contact-form input {
    border: 0px;
    background-color: rgba(124, 110, 86, 0.4);
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
    padding: 8px 8px 8px 15px;
    margin-bottom: 8px !important;
    max-width: 100% !important;
}

.contact-form textarea:focus {
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.contact-form select {
    border: 0px;
    background-color: rgba(124, 110, 86, 0.4);
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
    width: 500px !important;
    height: 32px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;

}

.contact-form textarea {
    border: 0px;
    background-color: rgba(124, 110, 86, 0.4);
    padding: 5px 8px 8px 15px;
    color: #ffffff !important;
    font-family: Lato, Verdana, Helvetica, sans-serif !important;
    font-size: 13px !important;
    max-width: 100%;

}

.contact-form input[type="submit"] {
    padding-left: 0px !important;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.entry-content ul {
    /* list-style: none; */
    max-width:821px;
}

.entry-content ul li:before {
    /* content: "•"; */
    font-size: 60%; /* or whatever */
    padding-right: 5px;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.dark-sand {
    background-color: #f5f1ea;
    background-image: url('images/dark-sand-bk.png');
}

.white-sand {
    background-color: #f5f1ea;
    background-image: url('images/white-sand-bk.png');
}

.site {
	margin: 0 auto;
    width: 100%;
    background-color: #f5f1ea;
    background-image: url('images/white-sand-bk.png');
}
.mobile-off, .small-off {
    display: block;
}
.mobile-on, .small-on {
    display: none;
}
.mobile-header {
    display: none;
}
/*.mobile-brochure {
    float: left;
    width: 70%;
    line-height: 37px;
    text-align: center;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}*/
.mobile-brochure {
    visibility:hidden;
    float: left;
    width: 70%;
}
.mobile-language {
    position: absolute;
    right: 0px;
    z-index: 500;
}
.mobile-language ul
{
    list-style: none;padding: 0px;margin: 0px;
}
.mobile-language li ul
{
    display: none;
}
.mobile-language ul li a {
    display: block;
    text-decoration: none;
    cursor: hand;
    font-size: 21px;
    text-transform:uppercase;
    color:#ffffff;
}
.mobile-language ul li a:hover {
    color:#767676;
}
.mobile-language li ul.active_menu {
    display: block;
    padding: 5px 25px;
    background-image: url('images/dark-sand-bk.png');
}
.mobile-language li:hover li {
    float: none;
}
.mobile-language #drop-nav li ul li {
    border-top: 0px;
}
.mobile-language .current_lang_pestana{
    text-align:center; 
    font-size: 21px;
    text-transform:uppercase;
    color: #fff;
    padding: 2px 25px;
    margin:0;
    cursor:pointer;
}
/*.mobile-page {
    text-align: center;
    width: 100%;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 18px;
    color:#8c7c5d;
    text-transform: uppercase;
}*/
.mobile-page {
    width: 100%;
    line-height: 34px;
    min-height:34px;
    visibility:hidden;
    margin:0;
}
.click-nav ul {
    position:relative;
}
.click-nav ul li {
    position:relative;
    list-style:none;
    cursor:pointer;
}
.click-nav ul li ul {
    position:absolute;
    left:0;
    right:0;
    z-index: 100;
    text-align:left;
}
.mobile-header .click-nav ul li ul.sub-menu {
    position:static;
    left:auto;
    right:auto;
    z-index: 100;
}
.click-nav ul .clicker {
    position:relative;
    height: 84px;
}
.click-nav ul .clicker:hover,.click-nav ul .active {

}
.click-nav ul li a {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display:block;
    padding:8px 10px 8px 40px;
    color:#545454;
    text-decoration:none;
}
.menu-itens a:hover {
    color: #ffffff;
    background-color: #b3a27f;
    background-image: url('images/dark-sand-bk.png');
}
/* Fallbacks */
.click-nav .no-js ul.menu-itens {
    display:none;
}
.click-nav .no-js ul.active_menu {
    display:block;
}
.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px Lato, Verdana, Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {

}

ul.nav-menu,
div.nav-menu > ul {

}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1;
	padding: 15px 10px;
	text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', Verdana, Arial;
    font-weight: 400;
}

.menu-dark li a {
    color: #767676 !important;
}

.nav-menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.menu-dark li a:hover {
    color: #767676 !important;
    border-bottom: solid 2px #767676 !important;
}

.nav-menu li:hover > a,
.nav-menu li a:visited,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    color: #ffffff;
}

.menu-dark li:hover > a,
.menu-dark li a:visited,
.menu-dark li:focus > a,
.menu-dark li a:focus {
    color: #767676 !important;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(0,0,0,0.4);
	/*border: 2px solid #f7f5e7;*/
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
	text-align: left;
}

/*ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}*/
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    text-decoration:underline;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
    display: inline-block;
    text-decoration:underline;
}

.menu-dark .current_page_item > a,
.menu-dark .current_page_ancestor > a,
.menu-dark .current-menu-item > a,
.menu-dark .current-menu-ancestor > a {
    color: #767676 !important;
    border-bottom: solid 2px #767676 !important;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.navbar-galeria {
    position: relative;
    height: 240px;
}

.navbar-inner {
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
}

.navbar-galeria .navbar-inner{
    padding-top: 60px;
}

.logo {
    float: left;
    padding-left: 10px;
}

.language-container {
    float: right;
    margin-top: -25px;
    margin-bottom: -30px;
    width: 100px;
    text-align: right;
    z-index: 10;
    margin-right: 10px;
}

.menu {
    /*width: 780px;*/
    width: 980px;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.message-box {
    text-align: right;
    width: 55%;
    float: right;
}

.message-title {
    padding-top: 100px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
    font-style: italic;
}

.message-content {
    padding-top: 100px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 300;
}

.message-box-garantia {
    text-align: left;
    width: 100%;
    float: left;
}

.message-title-garantia {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
}

.message-content-garantia {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    width: 40%;
    padding-top: 10px;
}

.message-btn-garantia {
    padding-top: 90px;
}

.troia-resort-peninsula-mobile {
    display: none;
}

.message-box-troia-resort {
    position: absolute;
    top: 210px;
    right: 200px;
    width: 30%;
}
.message-content-troia-resort {
    float: right;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
    font-style: italic;
}
.troia-resort-pop {
    position: absolute;
    top: 45px;
    right: 70px;
    width: 270px;
}
.troia-resort-pop-content {
    padding-left: 90px;
    color: #ad9562;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
}
.troia-resort-peninsula {
    float: left;
    width: 40%;
    padding-top:30px;
}
.troia-resort-peninsula-text {
    max-width: 604px;
    width: 60%;
    float: left;
    padding-top: 20px;
    padding-left: 30px;
    color:#ffffff;
}

/* MasterPlan */
#masterplan {
    position: inherit!important;
}
.masterplan-container {
     padding-bottom: 50%;
}
.lista_masterplan {
    overflow:hidden;
    width:100%!important;
    height:auto!important;
    clear:both;
}
.ie7 .lista_masterplan,.ie8 .lista_masterplan {
    width:100%!important;
    height:auto!important;
}
.lista_masterplan #masterplan {
    float:left;
    margin:0;
    width:100%!important;
    height:auto!important;
    list-style:none;
    overflow:hidden;
}
.ie7 .lista_masterplan #masterplan ,.ie8 .lista_masterplan #masterplan {
    width:100%!important;
    height:auto!important;
}
.ie7 #masterplan .masterplan_item,.ie8 #masterplan .masterplan_item {
    background:transparent!important
}
.lista_masterplan .foto {
    float:left;
    position:relative;
}
.masterplan_item h2.entry-title {
    display:none;
    margin:0;
    padding:0
}
.lista_masterplan .foto img {
    display:block;
}
.lista_masterplan #nav{
    position: absolute;
    top: 40px;
    left: 18%;
    width: 30%;
    z-index: 10;
    margin:0;
    list-style:none;
}
.lista_masterplan #nav li {
    min-height:46px;
    /*border: 1px solid #333;*/
    cursor: pointer;
    width: 48%;
}
.lista_masterplan #nav li:first-child {
    min-height:80px;
    margin-bottom: 3%;
    width: 100%;
}
.lista_masterplan #nav li:nth-child(2) {
    min-height:75px;
    width: 74%;
}
.lista_masterplan #nav li:nth-child(7) {
    position: absolute;
    top: 25%;
    right: -50px;
}
.lista_masterplan #nav li:nth-child(8) {
    position: absolute;
    top: 38%;
    right: -50px;
}
    
.lista_masterplan #nav li:nth-child(9) {
    position: absolute;
    top: 52%;
    right: -50px;
    
}
.sustentabilidade {
    max-width: 1200px !important;
    padding: 40px 80px;
}
.message-box-sustentabilidade {
    position: absolute;
    top: 410px;
    right: 140px;
    width: 18%;
}
.message-content-sustentabilidade {
    float: right;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
    font-style: italic;
    padding-top: 40px;
}
.sustentabilidade-pop {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 310px;
}
.sustentabilidade-pop-content {
    padding-left: 130px;
    color: #ffffff;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    
}
.sustentabilidade-pop-img {
    position: absolute;
    top: 122px;
    right: 30px;
    padding-left: 15px;
    padding-right: 30px;
}


.message-box-moradias {
    padding-top: 210px;
    text-align: left;
    width: 75%;
    float: left;
    padding-left: 40px;
}
.message-title-moradias {
    padding-top: 100px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
}
.message-content-moradias {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 100;
}

.message-no-btn {
    border: 3px solid #fff;
    width: 110px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    background: rgba(255,255,255,0.15);
}
.message-btn {
    border: 2px solid #fff;
    width: auto;
    display:table;
    padding-left:20px;
    padding-right:20px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    border-collapse: separate;    
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    background: rgba(255,255,255,0.15);
    cursor: pointer;
}
.message-btn:hover {
    background: rgba(255,255,255,0.5);
}
.message-btn-dark {
    border: 3px solid #767676;
    width: 200px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #767676;
    line-height: 30px;
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 800;
    cursor: pointer;
    margin: 20px 0px 20px 0px;
}
.message-btn-dark:hover {
    background: rgba(255,255,255,0.5);
}


.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0px;
}

.entry-meta .author{
    display: none!important;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1194px;
	width: 100%;
}

@media (max-width: 1280px){
    .entry-header,
.entry-content,
.entry-summary
 {
	padding-left: 50px;
	padding-right: 50px;
}
}


.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 50px auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	  font-family: Lato;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #767676;
}

.entry-meta a:hover {
  color: #767676;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content {
    font-family: Lato;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}

.entry-content .contact-p-form{
    color: white;
}f

/*.sustentabilidade{
    color: white; 
}*/

.entry-content a,
.comment-content a {
	color: #ffffff;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ffffff;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

/** EDITOR CLASSES **/
.entry-content h2.text-h1 {
    font-size: 50px;
    line-height: 50px;
}

.entry-content h1 {
    color: #ffffff;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 50px;
    margin: 20px 10px 20px 0px;
}

.entry-content h2 {
    color: #ffffff;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 35px;
    line-height: 35px;
    margin: 20px 10px;
}

.entry-content h3 {
    color: #ffffff;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 25px;
    margin: 10px;
}

.entry-content h4 {
    color: #ffffff;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    margin: 10px;
}

.troia-resort h1 {
    color: #767676;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 60px;
    line-height: 60px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 25px;
}

.galeria h1 {
    color: #767676;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 25px;
}

.garantia {
    max-width: 1200px;
    padding-bottom: 50px;
}

.garantia h1 {
    color: #ffffff;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 60px;
    line-height: 60px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 25px;
}

.entry-content ul li {
    color: #ffffff;
    font-family: 'Lato', Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 10px 10px 25px;
}

.troia-resort ul li {
    color: #767676;
    font-family: 'Lato', Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 100%;
}

.alugueres-detalhe {
    color: #767676;
    padding-top: 40px;
}

.alugueres-detalhe h1,
.alugueres-detalhe h2,
.alugueres-detalhe h3,
.alugueres-detalhe ul li,
.alugueres-detalhe a,
.alugueres-detalhe a:hover {
    font-family: Lato, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    color: #767676;
}

.alugueres-detalhe h3 {
    font-size: 19px;
    margin: 0px 0px 10px 0px;
    line-height: 19px;
}

.alugueres-detalhe-planta-wrapper {
    float: left;
    width: 20%;
    padding-top: 45px;
    padding-right: 5%;
}
.alugueres-detalhe-planta {
    margin-bottom: 20px;
    text-align: right;
}

.alugueres-detalhe-content {
    float: left;
    width: 50%;
    padding-right: 3%;
    /*margin-top: -118px;*/
}

.alugueres-detalhe-content .small {
    font-size: 12px;
}

.alugueres-detalhe-contact {
    width: 30%;
    float: left;
	padding-top:45px;
}
.alugueres-detalhe-contact-form .rent_btn{
	padding:20px 30px;
	border:3px solid #ac9d86;
	background:white;
	color:#ac9d86;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:20px;
	text-decoration:none;
	cursor:pointer;
}
.alugueres-detalhe-contact-form .rent_btn:hover{
	padding:20px 30px;
	border:3px solid #fff;
	background:#ac9d86;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:20px;
	text-decoration:none;
	transition: background 1000ms linear;
}
.alugueres-detalhe-contact-form {
    width: 260px
}

.alugures-rodape {
    width: 100%
}

.alugures-rodape-btn {
    border: 1px solid #ffffff;
    float: left;
}

.alugures-rodape-btn img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(85%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.alugures-rodape-btn img:hover {
    -webkit-filter: brightness(120%);
}


footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Pages */
.hl-table-container {
    width: 100%;
    height: 100%;
    padding-top: 25px;
}
.hl-table {
    border-spacing: 0px;
    padding: 0;
    margin: 0px;
}
.hl-table-img-container {
    width: 65%;
    padding: 0;
    margin: 0px;
    border: 0px;
}
.hl-table-img-container img {
    width: 100%;
    height: auto;
}
.hl-table-txt-container {
    width: 35%;
    padding: 0;
    margin: 0px;
    border: 0px;
}
.hl-table-txt {
    width: 100%;
    position: relative;
    padding: 5% 15%;
    font-family: 'Lato', Verdana, Arial;
    font-weight: 400;
    font-size: 15px;
    color: #545454;
}
.hl-table-txt p {
    margin: 0px;
}
.hl-table-title {
    width: 100%;
    position: relative;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15%;
}
.hl-table-btn {
    width: 100%;
    padding: 5% 15%;
}
.hl-table-btn div {
    margin-top: 20px
}

.hl-container {
    width: 100%;
}
.hl-img-container {
    width: 100%;
    float: left;
    padding-top: 25px;
}
.hl-img-container img {
    width: 100%;
    height: auto;
    max-height: 300px;
}
.hl-title {
    width: 100%;
    float: left;
    margin-top: -15%;
    padding-left: 5%;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
}
.hl-txt {
    width: 100%;
    float: left;
    padding: 2% 5%;
    font-family: 'Lato', Verdana, Arial;
    font-weight: 400;
    font-size: 15px;
    color: #545454;
}
.hl-txt p {
    margin: 0px;
}
.hl-btn {
    width: 100%;
    float: left;
    margin-top: -7%;
    padding-left: 5%
}


/** ALUGUERES **/
.header-menu-container {
    position: relative;
    top: 0px;
    margin-top: 37%;
    width: 100%;
}
.header-menu-btn-esq {
    width: 100px;
    position: absolute;
    left: 20px;
}
.header-menu-btn-drt {
    width: 100px;
    position: absolute;
    right: 20px;
    text-align: right;
}
.header-menu-btn-title {
    position: absolute;
    left: 150px;
    color: #ffffff;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 97px;
    margin: 20px 10px;
}


/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	display: inline;
	font: 300 italic 20px Lato, Verdana, Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

h2.text-h1{
    font-size: 35px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
    text-transform: uppercase;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px Lato, Verdana, Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {

}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
    display: none;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px Lato, Verdana, Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {

	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px Lato, Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #767676;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.footer-info {
    color: #767676;
    width: 100%;
    float: left;
}

.footer-box {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px
}

.footer-owner {
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
    font-size: 16px
}

.footer-terms {
    width: 100%;
    text-align: left;
    border-top: solid 2px #b3a386;
    padding-top: 8px;
    font-size: 14px
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/** VISITA VIRTUAL **/
.visitaVirtual{
	width:94%;
	height:50vw;
	margin:20px 3%;
}
.virtual1{
	width:50%;
	display:inline-block;
}
.virtual2{
	width:49.5%;
	display:inline-block;
}


/*Visitas 3D*/
.visits-3D-heading{
    color: #767676;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    padding-top: 80px;
}

.visits-3D-heading-2 {
    color: #767676;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 70px;
}

.pine-villas-text{
    color: #767676;
    font-family: 'Roboto Thin', Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 60px;
    margin:22px 0 0;
}
.pine-villas-anchor{
    text-decoration: none;
    color: #ff8f00;
    font-weight: 100;
}
.pine-villas-anchor:hover{
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.page-id-846 .header-menu-container .header-menu-btn-title,
.page-id-3730 .header-menu-container .header-menu-btn-title,
.page-id-3902 .header-menu-container .header-menu-btn-title,
.page-id-3903 .header-menu-container .header-menu-btn-title{
    position: static;
    left: auto;
    margin-left: 160px;
    width:100%;
}

.page-id-846 .header-menu-container,
.page-id-848 .header-menu-container,
.page-id-7939 .header-menu-container,
.page-id-7981 .header-menu-container,
.page-id-850 .header-menu-container,
.page-id-3730 .navbar.mobile-off,
.page-id-3902 .navbar.mobile-off,
.page-id-3903 .navbar.mobile-off{ 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 200px;
}

.page-id-846 .header-menu-container,
.page-id-3730 .header-menu-container,
.page-id-3902 .header-menu-container,
.page-id-3903 .header-menu-container,
.page-id-850 .header-menu-container,
.page-id-848 .header-menu-container,
.page-id-7939 .header-menu-container,
.page-id-7981 .header-menu-container
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2c22+0,000000+100&0+0,0.75+50 */
    background: -moz-linear-gradient(top, rgba(45,44,34,0) 0%, rgba(23,22,17,0.75) 50%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(45,44,34,0) 0%,rgba(23,22,17,0.75) 50%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(45,44,34,0) 0%,rgba(23,22,17,0.75) 50%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d2c22', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
    position: absolute;
    bottom:0;
    margin-top: 0;
    top: auto;
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1750px) {
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 70px;
    }
    .lista_masterplan #nav li {
        min-height: 45px;
    }
}

@media (max-width: 1750px) {
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 62px;
    }
}

@media (max-width: 1600px) {
    .lista_masterplan #nav li:first-child {
        min-height: 68px;
    }

    /** BROCHURA **/
    .brochura-container {
        width: 155px;
    }

    /** HOMEPAGE **/


    /** GARANTIA **/
    .message-title-garantia {
        font-size: 40px;
        line-height: 40px;
    }

    .message-content-garantia {
        font-size: 18px;
        line-height: 22px;
        padding-top: 0px;
    }

    .message-btn-garantia {
        padding-top: 55px;
    }
}

@media (max-width: 1550px) {
    .lista_masterplan #nav li:first-child {
        min-height: 60px;
    }
    .lista_masterplan #nav li {
        min-height: 41px;
    }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -230px;
        margin-left: 280px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 280px;
    }*/
}

@media (max-width: 1480px) {
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 42px;
        width: 60%;
    }
    .lista_masterplan #nav li {
        min-height: 38px;
    }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -200px;
        margin-left: 280px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 280px;
    }*/
}

@media (max-width: 1400px) {
    .lista_masterplan #nav li:first-child {
        min-height: 50px;
    }

    .entry-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    /** BROCHURA **/
    .brochura-container {
        width: 150px;
    }

    /** HOMEPAGE **/
    .message-title {
        font-size: 40px;
        line-height: 40px;
    }

    .message-content {
        font-size: 20px;
        line-height: 20px;
    }

    .troia-resort-pop {
        width: 290px;
    }

    /** TROIA E RESORT **/
    .troia-resort {
        padding-left: 40px;
    }
    .message-box-troia-resort {
        top: 190px;
    }

    .message-content-troia-resort {
        font-size: 20px;
        line-height: 24px;
    }

    .troia-resort h1 {
        font-size: 40px;
        line-height: 40px;
    }

    /** MORADIAS **/
    .hl-table-title {
        font-size: 50px;
        line-height: 50px;
    }

    .message-box-moradias {
        padding-top: 180px;
    }

    .message-title-moradias {
        font-size: 40px;
        line-height: 40px;
    }

    .message-content-moradias {
        font-size: 20px;
        line-height: 20px;
    }

    /** SUSTENTABILIDADE **/
    .message-box-sustentabilidade {
        top: 350px;
    }
    .message-content-sustentabilidade {
        font-size: 20px;
        line-height: 24px;
    }

    /** GARANTIA **/
    .message-box-garantia {
        padding-left: 10px;
    }
    .message-title-garantia {
        font-size: 40px;
        line-height: 40px;
    }

    .message-content-garantia {
        font-size: 17px;
        line-height: 21px;
        padding-top: 0px;
    }
    .message-btn-garantia {
        padding-top: 35px;
    }
    .garantia {
        padding-left: 10px;
    }


    /** GALERIAS **/
    .galeria h1 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    /** ALUGUERES **/
    .header-menu-btn-esq img {
        width: auto;
        height: 125px;
    }

    .header-menu-btn-drt {
        text-align: right;
    }

    .header-menu-btn-drt img {
        width: auto;
        height: 125px;
    }

    .header-menu-btn-title {
        font-size: 45px;
        line-height: 90px;
    }



    /** FOOTER **/
    .footer-info {
        height: 180px;
    }

    .footer-box {
        padding-top: 70px;
    }
}

@media (max-width: 1400px) {
    .lista_masterplan #nav li {
        min-height: 35px;
    }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -190px;
        margin-left: 250px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 250px;
    }*/
}

@media (max-width: 1270px) {
    .lista_masterplan #nav li:first-child {
        min-height: 32px;
        margin-bottom: 8%;
    }
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 45px;
    }
    .lista_masterplan #nav li {
        min-height: 33px;
    }

    /** MORADIAS **/
    .hl-table-txt p {
        line-height: 24px;
    }

}

@media (max-width: 1200px) {
      .lista_masterplan #nav li:first-child {
          min-height: 30px;
          margin-bottom: 7%;
      }
      .lista_masterplan #nav li:nth-child(2) {
          min-height: 40px;
      }
      .lista_masterplan #nav li {
          min-height: 31px;
      }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -174px;
        margin-left: 230px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 230px;
    }*/


  .entry-content h1 {
      font-size: 40px;
      line-height: 40px;
  }

  /** BROCHURA **/
    .brochura-container {
        width: 145px;
    }

    /** HOMEPAGE **/
    .logo {
        padding-left: 20px;
    }
    .menu {
        width: 800px;
    }
    .message-title {
        font-size: 35px;
        line-height: 35px;
    }

    .message-content {
        font-size: 20px;
        line-height: 20px;
    }

        .footer-owner {
        margin: auto;
        width: 95%;
    }

    .footer-terms {
        margin: auto;
        width: 95%;
    }

    /** ALUGUERES **/
    .header-menu-container {
        margin-top: 450px;
        z-index: 10;
    }
    .header-menu-btn-esq img {
        width: auto;
        height: 115px;
    }
    .header-menu-btn-drt {
        text-align: right;
    }
    .header-menu-btn-drt img {
        width: auto;
        height: 115px;
    }
    .header-menu-btn-title {
        font-size: 40px;
        line-height: 80px;
        left: 110px;
    }

    /** SUSTENTABILIDADE **/
    .message-box-sustentabilidade {
        top: 260px;
        right: 90px;
        width: 20%;
    }

    /** MORADIAS **/
    .message-box-moradias {
        padding-top: 90px;
    }
    .message-title-moradias {
        font-size: 35px;
        line-height: 35px;
    }
    .message-content-moradias {
        font-size: 20px;
        line-height: 20px;
    }

    /** TROIA E RESORT **/
    /*.message-box-troia-resort {
        position: absolute;
        top: 130px;
        right: 40px;
        width: 30%;
    }*/
    .troia-resort-pop {
        display: none;
    }
    .troia-resort h1 {
        font-size: 40px;
        line-height: 40px;
    }

    /** GALERIAS **/
    .galeria h1 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    /** GARANTIA **/
    .message-box-garantia {
        padding-left: 20px;
    }
    .message-title-garantia {
        font-size: 30px;
        line-height: 30px;
        padding-top: 20px;
    }
    .garantia {
        padding-left: 20px;
    }

    /** ALUGUERES **/
    .alugueres-detalhe-planta-wrapper {
        width: 13%;
        padding-right: 3%;
    }
    /*.alugueres-detalhe-planta img {*/
    /*    width: 70%;*/
    /*}*/
    .alugueres-detalhe-content {
        width: 60%;
    }
    .alugueres-detalhe-contact {
        width: 20%
    }

    /** CONTACTOS **/
    #contact-form-61 {
        float: left;
        width: 540px;
    }

    #contact-form-452 {
        float: left;
        width: 540px;
    }

    .message-content-garantia {
        font-size: 15px;
        line-height: 17px;
        padding-top: 0px;
    }
    .message-btn-garantia {
        padding-top: 20px;
    }

    /** FOOTER **/
    .footer-info {
        height: 160px;
    }

    .footer-box {
        padding-top: 55px;
    }
    .nav-menu li a {
        font-size: 12px;
        padding: 15px 6px;
    }
}

@media (max-width: 1150px) {
    .lista_masterplan #nav li:first-child {
        min-height: 27px;
        margin-bottom: 4%;
    }
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 40px;
    }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -163px;
        margin-left: 210px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 210px;
    }*/
}

@media (max-width: 1080px) {
    .lista_masterplan #nav {
        top: 30px;
        margin-bottom: 4%;
    }
    .lista_masterplan #nav li:first-child {
        min-height: 40px;
        margin-bottom: 4%;
    }
    .lista_masterplan #nav li {
        min-height: 27px;
    }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -153px;
        margin-left: 210px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 210px;
    }*/
    .small-off {
        display: none;
    }
    .small-on {
        display: block;
    }
}

@media (max-width: 999px) {
    .lista_masterplan #nav {
        left: 17%;
    }
    .troia-resort-peninsula{
        width: 50%;
    }
    .lista_masterplan #nav li:first-child {
        margin-bottom: 1%;
    }

    /** BROCHURA **/
    .brochura-container-contactos {
        display: none;
    }
    .brochura-container {
        width: 130px;
    }
    .brochura-title {
        font-size: 80%;
    }
    .brochura-container-galeria {
        display: none;
    }

    /** HOMEPAGE **/
    .logo img {
        width:  179px;
        height: 110px;
        padding: 10px;
    }
    .menu, ol, ul {
        margin: 0px;
    }
    .message-box {
        width: 80%;
        float: none;
        padding-top: 60px;
        margin: 0 auto;
        z-index: 10;
        position: absolute;
        top: 40px;
        left: 40px;
    }
    .message-title {
        text-align: left;
        width: 80%;
        margin: auto;
        font-size: 30px;
        line-height: 35px;
    }
    .message-content {
        text-align: center;
        width: 80%;
        margin: auto;
        font-size: 16px;
        line-height: 16px;
    }
    .message-box > .message-btn {
        margin: auto;
    }
    .message-box > a .message-btn {
        margin: auto;
    }
    .message-box-moradias > .message-btn {
        margin: auto;
    }

    /** TROIA E RESORT **/
    .message-box-troia-resort {
        padding-top: 30px;
        position: absolute;
        top: 160px;
        left: 40px;
        z-index: 10;
        width: 90%;
    }
    .message-content-troia-resort {
        text-align: left;
        width: 90%;
        margin: auto;
        font-size: 16px;
        line-height: 20px;
    }
    .troia-resort-peninsula-text {
        padding-left: 0;
        max-width:100%;
        width: 100%;
    }
    .troia-resort-peninsula-mobile {
        display: block;
        padding-right: 40px;
    }

    /** MORADIAS **/
    .message-box-moradias {
        width: 80%;
        float: none;
        padding-top: 60px;
        margin: auto;
    }
    .message-title-moradias {
        text-align: center;
        width: 90%;
        margin: auto;
        font-size: 25px;
        line-height: 25px;
    }
    .message-content-moradias {
        text-align: center;
        width: 90%;
        margin: auto;
        font-size: 16px;
        line-height: 16px;
    }
    .hl-title {
        margin-top: -18%;
    }
    .hl-btn {
        margin-top: -10%;
    }

    /** GARANTIA **/
    .message-box-garantia {
        display:none;
    }
    .message-title-garantia {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }
    .message-content-garantia {
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        padding-top: 0px;
        width: 100%;
    }
    .page-id-59 #content > .message-box-garantia.mobile-on,
    .page-id-467 #content > .message-box-garantia.mobile-on,
    .page-id-466 #content > .message-box-garantia.mobile-on,
    .page-id-7953 #content > .message-box-garantia.mobile-on{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .page-id-59 #content .photomosaic-container .photoMosaic,
    .page-id-467 #content .photomosaic-container .photoMosaic,
    .page-id-466 #content .photomosaic-container .photoMosaic,
    .page-id-7953 #content .photomosaic-container .photoMosaic{
        display:flex!important;
    }
    
    .message-btn-garantia {
        display: none;
    }

    /** ALUGUERES **/
    /*.header-menu-container {
        margin-top:485px;
        z-index:10;
    }*/
    .header-menu-btn-esq img {
        width: auto;
        height: 90px;
    }

    .header-menu-btn-drt {
        text-align: right;
    }
    .header-menu-btn-drt img {
        width: auto;
        height: 90px;
    }
    .header-menu-btn-title {
        font-size: 35px;
        line-height: 50px;
        width: 60%;
        margin:0 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .page-id-846 .header-menu-container .header-menu-btn-title,
    .page-id-3730 .header-menu-container .header-menu-btn-title,
    .page-id-3902 .header-menu-container .header-menu-btn-title,
    .page-id-3903 .header-menu-container .header-menu-btn-title{
        margin-left:15px;
    }
    .page-id-846 .header-menu-container, .page-id-3730 .header-menu-container, .page-id-3902 .header-menu-container, .page-id-3903 .header-menu-container, .page-id-850 .header-menu-container, .page-id-848 .header-menu-container, .page-id-7939 .header-menu-container, .page-id-7981 .header-menu-container{
        height:200px;
    }
    .alugueres-detalhe-planta-wrapper {
        width: 18%;
        padding-right: 0;
        padding-left: 0;
    }
    .alugueres-detalhe-content {
        width: 80%;
        padding-left: 5%;
    }
    .alugueres-detalhe-contact {
        width: 100%;
        padding-left: 5%;
		padding-top:0;
    }
    .alugueres-detalhe-contact-form {
        margin-left: 14%;
        max-width: 400px;
        padding-top: 20px;
    }

    /** SUSTENTABILIDADE **/
    .message-box-sustentabilidade {
        position: absolute;
        top: 320px;
        left: 40px;
        z-index: 10;
        width: 90%;
    }
    .message-content-sustentabilidade {
        text-align: left;
        font-size: 34px;
        line-height: 40px;
        width: 100%;
    }
    .sustentabilidade-pop {
        display: none;
    }
    .sustentabilidade {
        padding: 40px   80px;
    }

    /** CONTACTOS **/
    #contact-form-61 {
        float: left;
        width: 520px;
    }

    #contact-form-452 {
        float: left;
        width: 520px;
    }

    /** FOOTER **/
    .footer-info {
        height: 135px;
    }
    .footer-box {
        padding-top: 45px;
    }
    .footer-owner {
        margin: auto;
        width: 95%;
        padding-bottom: 8px;
        font-size: 14px;
    }
    .footer-terms {
        margin: auto;
        width: 95%;
        padding-top: 5px;
        font-size: 13px;
    }
    .menu {
        width: 768px;
    }
    .nav-menu li a {
        font-size: 12px;
        padding: 15px 3px;
    }
}

@media (max-width: 950px) {
    .lista_masterplan #nav li:first-child {
        min-height: 30px;
    }
    .lista_masterplan #nav li:first-child {
        margin-bottom: 3%;
    }
    .lista_masterplan #nav li {
        min-height: 25px;
        height: 25px;
    }
}

@media (max-width: 880px) {
    .lista_masterplan #nav li:first-child {
        margin-bottom: 0%;
    }
    .lista_masterplan #nav li {
        min-height: 15px;
        height: 22px;
    }
    .lista_masterplan #nav {
        top: 25px;
    }
    #contact-form-61 {
        width: 100%;
    }

    #contact-form-452 {
        width: 100%;
    }
}

@media (max-width: 799px) {
    .lista_masterplan #nav {
        top: 20px;
    }
    .lista_masterplan #nav li {
        height: 19px;
    }
}

@media (max-width: 750px) {
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 38px;
    }
}

@media (max-width: 725px) {
    .lista_masterplan #nav li:nth-child(2) {
        min-height: 32px;
    }
    /*.lista_masterplan #nav li:nth-child(7) {
        margin-top: -106px;
        margin-left: 140px;
    }
    .lista_masterplan #nav li:nth-child(8) {
        margin-left: 140px;
    }*/
}


/** MOBILE RULES **/
@media (max-width: 699px) {
    .masterplan-container {
        display: none;
    }
    .entry-content ul li {
        font-size: 15px;
        font-weight: normal;
    }

    /** HOMEPAGE **/
    .message-title {
        text-align: left;
        width: 100%;
    }
    .message-content {
        text-align: left;
        width: 100%;
    }
    .mobile-off {
      display: none;
    }
    .mobile-on {
        display: block;
    }
    .message-box > .message-btn {
        margin: 0px;
    }
    .message-box-moradias {
        margin-top: 0px;
        z-index: 10;
        position: absolute;
        top: 40px;
        left: 40px;
    }
    .message-box-moradias > .message-btn {
        margin: 0px;
    }

    /** TROIA E RESORT **/
    /*.message-box-troia-resort {
        position: absolute;
        top: 160px;
        left: 40px;
        z-index: 10;
        width: 90%;
    }
    .message-content-troia-resort {
        text-align: left;
        font-size: 34px;
        line-height: 40px;
    }*/

    /** MORADIAS **/
    .hl-title {
        font-size: 40px;
        line-height: 40px;
    }
    .alugueres-detalhe-planta-wrapper {
        padding-bottom: 2%;
    }
    .alugueres-detalhe-planta {
        float: left;
        width: 50%;
        text-align: center;
    }
    .contact-form {
        padding: 0px;
    }
    .contact-form-box {
        padding: 0px 50px;
    }

    /** ALUGUERES **/
    /*.header-menu-container {
        margin-top: 500px;
        z-index: 10;
    }*/
    .header-menu-btn-esq img {
        width: auto;
        height: 80px;
    }
    .header-menu-btn-drt {
        text-align: right;
    }
    .header-menu-btn-drt img {
        width: auto;
        height: 80px;
    }
    .header-menu-btn-title {
        font-family: 'Roboto', Verdana, Arial, sans-serif;
        font-size: 25px;
        line-height: 25px;
        left: 60px;
        width: 60%;
        margin:0 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .alugueres-detalhe-planta-wrapper {
        float: none;
        padding-left: 3%;
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
        text-align: left;
    }
    .alugueres-detalhe-planta img{
        width: 118px;
    }
    .alugueres-detalhe-content {
        float: none;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .alugueres-detalhe-contact {
        width: 100%;
        padding-left: 5%;
    }
    .alugueres-detalhe-contact-form {
        margin-left: 0%;
        width: 80%;
        max-width: 300px;
    }
    .alugures-rodape-btn img {
        -webkit-filter: brightness(120%);
    }

    /** SUSTENTABILIDADE **/

    /** FOOTER **/
    .footer-info {
        height: 115px;
    }

    .footer-box {
        padding-top: 30px;
    }
	/**VISITA VIRTUAL**/
	.virtual1, .virtual2{
		width:100%;
		display:block;
	}
	
    .troia-resort-peninsula{
        width: 100%;
    }
    
    .page-id-7953 .easingslider-viewport .easingslider-slide,
    .page-id-59 .easingslider-viewport .easingslider-slide,
    .page-id-467 .easingslider-viewport .easingslider-slide,
    .page-id-466 .easingslider-viewport .easingslider-slide{
        background-position: 80% center;
    }
}

@media (max-width: 600px) {
    
    /** SUSTENTABILIDADE **/
    .message-box-sustentabilidade {
        left: 40px;
        width: 90%;
    }
    .message-content-sustentabilidade {
        font-size: 26px;
        line-height: 30px;
        padding-top: 95px;
    }
    .sustentabilidade {
        max-width: 1200px !important;
        padding: 40px 40px;
    }

    /** MORADIAS **/
    .hl-title {
        font-size: 35px;
        line-height: 35px;
        margin-top: -19%;
    }

    /** ALUGUERES **/
    .alugueres-detalhe-contact {
        padding-left: 3%;
    }
    .alugueres-detalhe-content {
        padding-left: 3%;
        padding-right: 3%;
    }
    .alugueres-detalhe-content table {
        font-size: 12px;
        table-layout: fixed;
        width: 100%;
    }

    .message-btn {
        border: 2px solid #fff;
        width: 90px;
        height: 31px;
        font-size: 12px;
    }
}

@media (max-width: 450px) {

    html, button, input, select, textarea {
        font-weight: normal;
    }
    .entry-content {
        font-weight: normal;
    }
    .entry-content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    /** HOMEPAGE **/
    .message-title {
        font-size: 27px;
        line-height: 31px;
        font-family: 'Roboto', Verdana, Helvetica, sans-serif;
    }
    .message-content {
        font-size: 18px;
        line-height: 17px;
    }
    .message-box {
        top: 10px;
    }
    .message-box-moradias {
        top: 10px;
    }
    .message-btn {
        width: 95px;
        height: 25px;
        font-size: 15px;
        line-height: 20px;
        font-family: Lato, Verdana, Helvetica, sans-serif;
    }

    /** TROIA E RESORT **/
    .message-box-troia-resort {
        left:0;
    }
    .troia-resort {
        padding: 30px;
        padding-top: 15px;
    }
    .troia-resort-peninsula-text {
        padding: 15px 0 30px;
        margin:0 -20px;
    }
    .troia-resort h1 {
        font-size: 25px;
        line-height: 0px;
    }

    /** MORADIAS **/
    .hl-title {
        font-size: 25px;
        line-height: 25px;
        margin-top: -22%;
    }
    .hl-btn {
        margin-top: -12%;
    }

    /** ALUGUERES **/
    .alugueres-detalhe h3 {
        font-size: 90%;
    }
    .alugueres-detalhe-content table {
        font-size: 10px;
    }
    .alugueres-detalhe {
        padding-top: 20px;
    }
    .header-menu-btn-esq img {
        width: auto;
        height: 70px;
    }

    .header-menu-btn-drt {
        text-align: right;
    }

    .header-menu-btn-drt img {
        width: auto;
        height: 70px;
    }

    /** SUSTENTABILIDADE **/
    .message-box-sustentabilidade {
        top: 260px;
        left: 20px;
        width: 94%;
    }
    .message-content-sustentabilidade {
        font-size: 18px;
        line-height: 24px;
    }

    /** CONTACTOS **/
    .contact-form input[type=email], .contact-form input[type=text] {
        width: 250px;
    }
    .contact-form {
        padding-top: 0px;
    }
    .contact-form-box {
        padding: 0px 40px;
    }
    .contact-form h3 {
        font-size: 18px
    }
    .message-btn {
        width: 88px;
        height: 24px;
        font-size: 12px;
        line-height: 20px;
    }
	/** VISITA VIRTUAL **/
	.visitaVirtual{
		height:300px;
	}

}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
#content { width: 100%; }

.tiled-gallery .gallery-row {
    margin-bottom: 2px;
    max-width: 100%;
}

.hl-table .left_column{border-top: none;width: 50%;}
.hl-table .right_column{border-top: none;text-align:right;width: 50%;}
.hl-table .left_column p{margin: 0;padding:0;color: #ffb319;font-size: 24px;line-height: 1.08;font-weight: bold;}

.banner-slider {
    height: 961px;
    max-height: 961px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width:700px) and (max-width:999px){
    .hl-table .left_column{width: 100%;display: block;}
    .hl-table .right_column{width: 100%;display: block;text-align:center;padding-top:14px;}
    .hl-table .left_column p{width:100%;font-size: 18px;}
}

@media screen and (min-width:993px) and (max-width:1299px){
    .easingslider-viewport, .banner-slider {
        height: 680px!important;
    }
}

.nav-menu .menu-item .sub-menu{text-align:left;}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.separator-blocks{height:24px;}
.message-title .h1-title-pestana{
    margin: 0;
    padding-bottom: 20px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    font-family: 'Roboto Thin', Verdana, Helvetica, sans-serif;
    font-weight: 100;
    font-style: italic;
}
.pestana-container-fluid,.pestana-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pestana-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media screen and (min-width:1081px){
    .space_princing{
        padding: 30px 15% 0;
    }
    .pestana-container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1080px){
    .space_princing{
        padding-left: 5%;
        padding-right: 15px;
    }
    .card-beach-villas .pestana-row,.card-pine-villas .pestana-row{
        background-size:cover;
        background-repeat:no-repeat;
    }
    .card-beach-villas .shadow-background,.card-pine-villas .shadow-background{
        background-color: rgba(0,0,0,0.4);
        padding:50px 0;
        width: 100%;
    }
    .card-beach-villas .hl-title,.card-pine-villas .hl-title{max-width:400px;}
    .card-beach-villas .space_princing,.card-pine-villas .space_princing{max-width:300px;}
    .card-beach-villas,.card-pine-villas{padding-top:25px;}
    .card-pine-villas .pestana-row{background-position:center;}
}

.table-princing{
    color:#ffffff;
}

.pestana-ajust-spacing-mobile,.pestana-ajust-button-mobile{
    margin-top:0;
    margin-bottom:30px;
}
.pestana-seo-text{padding-top:50px;padding-bottom:50px;color: #767676;}
div.pdfemb-toolbar-bottom {
    display: none !important;
}
.popmake-content div.pdfemb-viewer {
    border: 1px solid #fff;
}
.message-with-title .message-title .h1-title-pestana{
    text-shadow: 1.4px 1.4px 3px rgba(0, 0, 0, 0.5);
}
.text-h2{
    font-size: 30px;
    margin: 25px 0;
}
.seo-text .text-h2{
    color: #767676;
}

.entry-meta .categories-links{
    display: none;
}

.seo-text{
    max-width: 1200px; 
    margin-bottom: 0; 
    margin-left: auto; 
    margin-right: auto; 
    padding-right: 25px; 
    padding-left: 25px;
}

.seo-text p{
    line-height: 1.5;
    color: #767676;
    margin-bottom: 0;
    text-align:justify;
}

.page-id-8177 .blog-post-title{
    text-transform: uppercase;
}

.page-id-8177 .vc_gitem-post-data-source-post_excerpt{
      
  font-size: 22px!important;
  font-weight: 300!important;
  font-style: normal!important;
  font-stretch: normal!important;
  line-height: 1.36!important;
  letter-spacing: normal!important;
  text-align: left!important;
  color: #767676!important;
  border-bottom: solid 1px #f5f2ea!important;
}

.vc_btn3-style-custom{
    background-color: transparent!important;
    color: #a99a7e!important;
    font-size: 14.5px!important;
    text-transform: uppercase!important;
    text-align: center!important;
    background-image: none!important;
    font-weight: 600!important;
    padding: 0;
}


.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{
    right: 0px!important;
}

.page-id-8177 .vc_btn3-right a{
    background-image: none!important;
    font-family: Lato!important;
    text-align: center!important;
    border-bottom: solid 1px #a99a7e;
    padding: 0;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 15px!important;
}

.page-id-8177 .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: block;
    border-bottom: solid 1px #a99a7e;
    
}

.page-id-8177 .wpb_single_image .vc_figure {
    margin-right: 20px;
}

.page-id-8177 .entry-content h3 {
    margin: 0;
}

@media screen and (min-width:1230px){
    .page-id-8177 .entry-header, .page-id-8177 .entry-content, .page-id-8177 .entry-summary, .page-id-8177 .entry-meta{min-width:1200px;}
}
.page-id-8177 .entry-content a,.page-id-8177 .entry-content p,.page-id-8177 .entry-content h3{color: #767676;}
.page-id-8177 footer.entry-meta{display:none;}
.articles_row.vc_gitem-zone-a .vc_gitem-row-position-top, .articles_row.vc_gitem-zone-b .vc_gitem-row-position-top{position:static;padding-top: 40px;}

#post-8177 .entry-header{display:none;}
.single-post .entry-header{margin-bottom:40px;}
.single-post h2.text-h1{margin:40px 0 15px;}

.alugueres-detalhe-content table td{
    line-height: 1.25;
    font-size: 14px;
    text-align: center;
    vertical-align: middle !important;
    font-weight:bold;
}
@media screen and (max-width: 992px) {
    .banner-slider {
        height: 500px;
        max-height: 500px;
    }
}
@media screen and (max-width:767px){
    .entry-content.alugueres-detalhe{
        padding-left:15px;
        padding-right:15px;
    }
    .alugueres-detalhe-content table td{
        line-height: 1.55;
        font-size: 12px;
    }
}

.pp_description, .lb-caption {
    opacity:0!important;
}


/* To NextGen Gallery styles*/
.ngg-gallery-thumbnail img {
    width: 100%;
}

/*.ngg-navigation {*/
/*    display: none!important;*/
/*    visibility: hidden;*/
/*    height: 0px !important;*/
/*    padding-top: 0px !important;*/
/*    padding-bottom: 0px !important;*/
/*}*/
