/* Template CSS*/

/* ---------- Overall Specifications ---------- */

body {
  line-height: 1.5;
  /*font-size: 87.5%;*/
  font-size: 16px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
h3 {
  font-family: 'droid_sansregular', Georgia;
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: 'droid_sansregular', Georgia;
}
input,
textarea,
select,
a.button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}
#block-lang-dropdown-language {
  display: none;
}
/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-weight: normal;
  padding: 10px 0 10px;
  margin: 0;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

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

h1#page-title {
  font-size: 2em;
  line-height: 1;
}
#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
.node .content {
  font-size: 1.071em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

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

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

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

.sidebar .block {
  /*border: 1px solid;*/
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* Sidebar events */
#block-azores-trails-sidebar-events {
  background-color: #fff;
}
.sidebar-events,
#sidebar-second .region-events {
  margin: 20px auto 0;
  text-align: center;
}
.sidebar-events div,
#sidebar-second .region-events .block-bean {
  padding: 10px 0;
}
.sidebar-events .facebook,
#sidebar-second .region-events .facebook {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url('/sites/all/themes/trails/images/trails-events/icons/facebook.png');
}
.sidebar-events .other,
#sidebar-second .region-events .other {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url('/sites/all/themes/trails/images/trails-events/icons/other.png');
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 0px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/*CSS RATE MODULE*/
.rate-widget-custom ul {
  list-style: none;
  overflow: hidden;
  padding: 17px 0 0 10px;
  margin: 0;
}
.rate-widget-custom .item-list ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}
.rate-widget-custom ul li {
  float: left;
  list-style: none;
}
.rate-widget-custom ul li a {
  display: block;
  float: left;
}
.rate-custom-btn-filled {
  display: inline-block;
  background: url("../images/fivestar.png") no-repeat 0 0px;
  width: 35px;
  height: 34px;
  text-indent: -9999px;
}
.rate-user .rate-custom-btn-filled {
  background: url("../images/fivestar.png") no-repeat 0 0;
}
.rate-custom-btn-empty {
  display: inline-block;
  background: url("../images/fivestar.png") no-repeat 0 -37px;
  width: 35px;
  height: 34px;
  text-indent: -9999px;
}
.rate-info {
  font-size: inherit;
  color: inherit;
}


/*Home page
* Block Language
*/

 #edit-lang-dropdown-select_titletext .ddTitleText{display: none;}
 #edit-lang-dropdown-select_child .ddTitleText{display: none;}
.dd_after {background: transparent;}
.dd_after .ddTitle {background: transparent; border: none;}
.dd_after .ddTitle span.arrow {background: url("../images/arrow.png") no-repeat 0 0; background-position: 0 !important}
 #edit-lang-dropdown-select_arrow .arrow {background-position: 0 100% !important;}

/* Menu Login */
#block-menu-menu-menu-user-visitazores {width: 140px; border: none; margin-right: 20px; font-size: 13px !important;}
#block-menu-menu-menu-user-visitazores ul.menu li {width: 70px; float: left; text-align: center; font-family: droid_sansbold;}
#block-menu-menu-menu-user-visitazores ul.menu li a{border: none;}
.i18n-es #block-menu-menu-menu-user-visitazores {width: 225px;}
.i18n-es #block-menu-menu-menu-user-visitazores ul.menu li {width: 112px;}
.i18n-fr #block-menu-menu-menu-user-visitazores {width: 180px;}
.i18n-fr #block-menu-menu-menu-user-visitazores ul.menu li {width: 90px;}
.i18n-de #block-menu-menu-menu-user-visitazores {width: 185px;}
.i18n-de #block-menu-menu-menu-user-visitazores ul.menu li {width: 92px;}

/* Trails Custom CSS */

/* Header */
#header {
  background: rgb(40, 55, 140);
  height: 90px;
}

#header .slogan {
  color: #fff;
  float: left;
  font-size: 0.95em;
  text-align: center;
  padding: 12px 2px 0px 2px;
  margin-left: 16px;
  font-weight: bold;
}

#logo {
  float: left;
  margin-top: 3px;
}

#name-and-slogan {
  float: left;
  margin: 0 0 30px 15px;
}

#content {
  min-height: 550px !important;
}

.slideshow {
  width: 100%;
  min-height: 850px;
  position: absolute;
  top: 0px;
  z-index: -1;
  overflow: hidden;
}

.imageslideshow{
  width: 100%;
  min-height: 100% !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ------------------- block_youtube ------------------- */

#header-azores-trails {
  max-width: 1020px;
  min-width: 1013px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#header-azores-trails-homepage {
  max-width: 1020px;
  min-width: 1013px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 180px;
}

.bannerlogo {
  float: left;
  margin-top: 50px;
  margin-bottom: 34px;
  margin-left: 55px;
}

#block-video {
  height: 180px;
  width: 240px;
  float: right;
  margin-right: 31px;
}

/* ------------------- Main ------------------- */

#main {
  margin-top: 10px;
}

/* --------------- Main Menu ------------ */

#trailsmainmenu {
  height: 35px;
}

.tablemainmenu {
  display: table !important;
  margin: 0 auto !important;
}

#menu-side-left {
  position: absolute;
  left: 0;
  margin-top: 2px;
}

#menu-side-right {
  position: absolute;
  right: 0;
  margin-top: 2px;
  *margin-right: -4px;
}

#main-menu, #trailsmainmenu {
  clear: both;
}

/* Nice menu*/
#trailsmainmenu .block ul.nice-menu  {
  padding-top: 7px !important;
  padding-bottom: 0px !important;
  padding-left: 7px !important;
  padding-right: 0px !important;
  background-color: #1D1D1B!important;
  background-color: rgba(29, 29, 27, 0.8) !important;
  width: 725px !important;
  height: 30px !important;
  border-bottom: 0px white solid !important;
}

ul.nice-menu-down li li {
  background-color: white;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
}

ul.nice-menu-down li li.menuparent {
  background: #eee;
}

ul.nice-menu-down li li.menuparent:hover {
  background: #ccc;
}
ul.nice-menu-down li li.menuparent ul {
  position: static;
  float: none !important;
  background-image: none !important;
  border-top-width: 0 !important;
}
ul.nice-menu-down li li.menuparent ul li.last {
  padding-bottom: 0;
}
ul.nice-menu-down li li.menuparent ul li,
ul.nice-menu-down li li.menuparent ul li a {
  background-image: none !important;
}
ul.nice-menu-down li li.menuparent ul li {
  padding-top: 0 !important;
  background-image: url("/sites/all/themes/trails/images/divider.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
ul.nice-menu-down li li.menuparent ul li a:hover {
  background-image: url("/sites/all/themes/trails/images/homepage-images.png") !important;
  background-position: 7px -2px !important;
  background-repeat: no-repeat !important;
}

ul.nice-menu ul {
  list-style: none !important;
  padding-top: 0px !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 1px !important;
  margin-bottom: 0 !important;
  margin-left: -1px !important;
  border-top: 1px solid !important;
  border-bottom: 0px solid !important;
  border-color: #847F2A !important;
  background-image: url("/sites/all/themes/trails/images/menudropdownbottom.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

ul.nice-menu li {
  border-top: 0 !important;
  border-right: 1px solid #847F2A !important;
  border-bottom: 0 !important;
  border-left: 1px solid #847F2A !important;
  float: left !important;
  background-color: #847F2A !important;
  margin-right: 7px !important;
  width: 172px !important;
  /*height: 30px !important;*/
  white-space: nowrap !important;
}

ul.nice-menu li.last {
  padding-right: 1px;
  margin-right: -30px !important;
}

ul.nice-menu li li.last {
  padding-right: 0px;
}

ul.nice-menu-down li li {
  font-size: 0.77em !important;
  border-top: 0 !important;
  display: block !important;
  border-left: 1px solid #847F2A !important;
  border-right: 1px solid #847F2A !important;
  background-color: white !important;
  margin-right: 0px !important;
  padding-top: 0px !important;
}

ul.nice-menu-down li li.first {
  border-right: 1px solid #847F2A !important;
  padding-top: 5px !important;
}

ul.nice-menu-down li li.last {
  padding-bottom: 20px;
}

ul.nice-menu-down li.menuparent {
  background: none;
}

ul.nice-menu ul {
  top: 29px !important;
}

ul.nice-menu-down li.menuparent:hover{
  background: none;
}

.menuparent a:hover, .menu-path-front a:hover {
  font-weight: normal !important;
  text-decoration: none;
}

ul.nice-menu-down .menuparent a {
  padding-right: 22px !important;
}

.menuparent a,
.menu-path-front a,
.menu-path-node-4 a,
.menu-path-node-5 a {
  color: white !important;
  text-decoration: none !important;
  padding-left: 6px !important;
  padding-top: 6px !important;
}

ul.nice-menu li li a:hover {
  background-image: url("/sites/all/themes/trails/images/homepage-images.png") !important;
  background-position: 7px -2px !important;
  background-repeat: no-repeat !important;
  color: #605A0D !important;
}

ul.nice-menu li li a {
  background-image: url("/sites/all/themes/trails/images/divider.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  color: #3C3C3B !important;
  text-align: center !important;
  padding: 0.5em 1em 8px 1em !important;
}

@-moz-document url-prefix() {
  ul.nice-menu li li a:hover {
    background-image: url("/sites/all/themes/trails/images/homepage-images.png") !important;
    background-position: 7px -1px !important;
    background-repeat: no-repeat !important;
    color: #605A0D !important;
  }
}

@-moz-document url-prefix() {
  ul.nice-menu li li a {
    background-image: url("/sites/all/themes/trails/images/divider.png") !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    color: #3C3C3B !important;
    text-align: center !important;
    padding: 0.5em 1em 7px 1em !important;
  }
}

ul.nice-menu-down ul {
  left: 0 !important;
}

/* --------------- Homepage Content ------------ */

.bannerlogohomepage{
  padding-top: 30px;
  padding-left: 60px;
}

.homepage-events-wrapper,
#footer-wrapper .events-wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 10px 40px -24px #232323;
  -moz-box-shadow: 0px 10px 40px -24px #232323;
  box-shadow: 0px 10px 40px -24px #232323;
}

.homepage-events,
#footer-wrapper .events-wrapper .region-events {
  width: 990px;
  margin: 0 auto;
}

.homepage-events div,
#footer-wrapper .region-events .block-bean {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.homepage-events a,
#footer-wrapper .region-events .block-bean a {
  display: block;
}

.homepage-events img,
#footer-wrapper .region-events .block-bean img {
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 100px;
}

.homepage-events .facebook,
#footer-wrapper .region-events .block-bean .facebook {
  width: 20px;
  height: 20px;
  background-image: url('/sites/all/themes/trails/images/trails-events/icons/facebook.png');
}

.homepage-events .other,
#footer-wrapper .region-events .block-bean .other {
  width: 20px;
  height: 20px;
  background-image: url('/sites/all/themes/trails/images/trails-events/icons/other.png');
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 15px 10px 10px 0px;
  font-family: 'droid_sansregular', Georgia;
  font-weight: bold;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: none;
}

.region-header .block-menu li a:hover, .region-header .block-menu li a:focus, .region-header .block-menu li a:active {
  text-decoration: none;
  background: none;
}

/* ------------------ Page Layout ------------------ */

#shadow-bottom {
  position: absolute;
  left: -17px;
  bottom: -19px;
}

#shadow-right {
  position: absolute;
  top: 0px;
  height: 100%;
  right: -33px;
  background: url("/sites/all/themes/trails/images/shadowright.png") repeat-y;
  width: 40px;
}

#shadow-left {
  position: absolute;
  top: 0px;
  height: 100%;
  left: -21px;
  background: url("/sites/all/themes/trails/images/shadowleft.png") repeat-y;
  width: 40px;
}

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

#footer-wrapper {
  background-color: #fff;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 10;
  background: #fff;
  text-align: left;
  font-size: 120%;
  padding: 5px 0px 5px 0px;
  width: 100%;
}

#footer {
  font-size: 0.75em;
  overflow: hidden;
}

#footer .left {
  float: left;
  display: inline;
  margin-top: 15px;
}

#footer .right {
  float: right;
  margin-top: 5px;
  font-size: 1em;
  text-align: right;
}

#footer .copyright {
  font-size: 0.7em;
  margin-top: 5px;
  float: left;
  color: #20a5d2;
  padding-right: 10px;
}

.footer-social{
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
}

.footer-icon,
.island-content {
  float: left;
  display: inline-block;
}

#footer-followus {
  margin-top: 4px;
  margin-right: 5px;
  font-size: 11px;
  padding-right: 15px;
  background: url('/sites/all/themes/trails/images/footer-background-dots-bottom.png') left bottom repeat-x;
}

#footer-facebook a {
  display: block;
  margin-right: 10px;
  width: 11px;
  height: 19px;
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -17px;
}

#footer-facebook a:hover {
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -39px;
}

#footer-twitter a {
  display: block;
  margin-right: 7px;
  width: 23px;
  height: 19px;
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -59px;
}

#footer-twitter a:hover {
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -79px;
}

#footer-youtube a {
  display: block;
  width: 38px;
  height: 19px;
  margin-right: 10px;
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -99px;
}

#footer-youtube a:hover {
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -118px;
}

#footer-instagram a {
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  background-image: url('/sites/all/themes/trails/images/instagram.png');
  background-position: 0px 0px;
}

#footer-instagram a:hover {
  background-image: url('/sites/all/themes/trails/images/instagram.png');
  background-position: 0px 19px;
}

#footer-shareyourphotos {
  display: block;
  margin-right: 5px;
  margin-top: 4px;
  font-size: 11px;
  padding-right: 15px;
  background: url('/sites/all/themes/trails/images/footer-background-dots-bottom.png') left bottom repeat-x;
}

#footer-azoresphotos {
  margin-top: 7px;
}

#footer-azoresphotos a {
  display: block;
  width: 62px;
  height: 35px;
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -162px;
}

#footer-azoresphotos a:hover {
  background-image: url('/sites/all/themes/trails/images/footer-icons.png');
  background-position: 0px -199px;
}

/*Page Trails*/
#breadcrumb a{color:#4D4C0D;}
#content h1#page-title{
  margin: 0px 0px 0px 0px !important;
  font-size: 24px;
  font-family: 'droid_sansregular';
  color: #4D4C0D;
}
#content #page-title{
  background-image: url('/sites/all/themes/trails/images/bottom_title.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 9px;
}

#content #page-title .title_trail{width: 600px; float: left; }

.node-type-grand-route #content #page-title > div:first-of-type,
.node-type-trails #content #page-title > div:first-of-type {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}

.node-type-grand-route #content #page-title .img_close,
.node-type-trails #content #page-title .img_close{
  background-image: url('/sites/all/themes/trails/images/icone_closed_trail.png');
  width: 40px;
  height: 40px;
  margin-left: 10px;
  float: right;
  display: inline-block;
  vertical-align: top;
}

.node-type-grand-route #content #page-title .img_maintenance,
.node-type-trails #content #page-title .img_maintenance{
  background-image: url('/sites/all/themes/trails/images/icone_maintenance_trail.png');
  width: 40px;
  height: 40px;
  margin-left: 10px;
  float: right;
  display: inline-block;
  vertical-align: top;
}


/*Slideshow*/
.node-type-grand-route #block-views-video-block,
.node-type-grand-route #block-views-trails-slideshow-block,
.node-type-grand-route #block-views-grand-routes-slideshow-block,
.node-type-trails #block-views-video-block,
.node-type-trails #block-views-trails-slideshow-block,
.node-type-grand-route #block-views-grand-routes-slideshow-block,
.node-type-islands #block-views-islands-slideshow-block{
  width: 450px;
  height: 295px;
  z-index: 0;
}
.node-type-grand-route .view-grand-routes-slideshow {
  margin-top: 30px;
}
.node-type-trails #block-views-video-block .views-field-field-video .views-label-field-video,
.node-type-trails #block-views-trails-slideshow-block .views-field-field-slideshow .views-label-field-slideshow,
.node-type-grand-route #block-views-grand-routes-slideshow-block .views-field-field-slideshow .views-label-field-slideshow,
.node-type-islands #block-views-video-block .views-field-field-video .views-label-field-video,
.node-type-islands #block-views-islands-slideshow-block .views-field-field-slideshow .views-label-field-slideshow
{ display: none;}
.node-type-grand-route #views_slideshow_controls_text_pause_grand_routes_slideshow-block,
.node-type-trails #views_slideshow_controls_text_pause_trails_slideshow-block,
.node-type-islands #views_slideshow_controls_text_pause_islands_slideshow-block
{display: none;}
.node-type-grand-route .views-slideshow-controls-bottom,
.node-type-trails .views-slideshow-controls-bottom
{position: absolute;margin-top: 135px; z-index: 1;}
.node-type-grand-route .views-slideshow-controls-bottom {
  margin-top: 140px;
}
.node-type-islands .views-slideshow-controls-bottom
{position: absolute;margin-top: 170px; z-index: 10;}
.node-type-grand-route #views_slideshow_controls_text_previous_grand_routes_slideshow-block,
.node-type-trails #views_slideshow_controls_text_previous_trails_slideshow-block,
.node-type-islands #views_slideshow_controls_text_previous_islands_slideshow-block
{margin-left: 9px}
.node-type-grand-route #views_slideshow_controls_text_next_grand_routes_slideshow-block,
.node-type-trails #views_slideshow_controls_text_next_trails_slideshow-block,
.node-type-islands #views_slideshow_controls_text_next_islands_slideshow-block
{margin-left: 386px}
.node-type-grand-route #block-views-video-block,
.node-type-trails #block-views-video-block,
.node-type-islands #block-views-video-block
{display: none;}
.node-type-grand-route .controller_slideshow,
.node-type-trails .controller_slideshow,
.node-type-islands .controller_slideshow{
  width: 55px;
  height: 25px;
  position: absolute;
  margin-left: 385px;
  margin-top: -298px;
}
.node-type-grand-route .controller_slideshow .photo_h a,
.node-type-trails .controller_slideshow .photo a,
.node-type-islands .controller_slideshow .photo{
  width: 25px;
  height: 25px;
  margin-left: 30px;
  background-image: url('/sites/all/themes/trails/images/controller_slideshow.png');
  background-position: 0px 28px;
  display: block;
}
.node-type-grand-route .controller_slideshow .photo a:hover,
.node-type-trails .controller_slideshow .photo a:hover,
.node-type-islands .controller_slideshow .photo:hover{
  background-position: 0px 56px;
}
.node-type-grand-route .controller_slideshow .photo a:active,
.node-type-trails .controller_slideshow .photo a:active,
.node-type-islands .controller_slideshow .photo:active{
  background-position: 0px 28px;
}
.node-type-grand-route .controller_slideshow .photo_h a,
.node-type-trails .controller_slideshow .photo_h a{
  background-position: 0px 56px;
}
.node-type-grand-route .controller_slideshow .photo_h a:hover,
.node-type-trails .controller_slideshow .photo_h a:hover{
  background-position: 0px 28px;
}

.node-type-trails .controller_slideshow .video a,
.node-type-islands .controller_slideshow .video{
  width: 25px;
  height: 25px;
  float: left;
  background-image: url('/sites/all/themes/trails/images/controller_slideshow.png');
  background-position: 0px 112px;

}
.node-type-trails .controller_slideshow .video:hover a,
.node-type-islands .controller_slideshow .video:hover{
  background-position: 0px 84px;
}
.node-type-trails .controller_slideshow .video:active a,
.node-type-islands .controller_slideshow .video:active{
  background-position: 0px 84px;
}

.node-type-trails .controller_slideshow .video_h a{
  background-position: 0px 84px;
}
.node-type-trails .controller_slideshow .video_h a:hover{
  background-position: 0px 112px;
}

.node-type-grand-route #views_slideshow_cycle_teaser_section_grand_routes_slideshow-block,
.node-type-trails #views_slideshow_cycle_teaser_section_trails_slideshow-block {z-index: 0;}
.node-type-trails .trail_information{
  width: 212px;
  float: right;
  margin-top: -314px;
  font-family: droid_sansregular;
  font-size: 16px;
  color: #4D4C0D;
  height: 343px;
  overflow: hidden;
}
.node-type-grand-route .trail_information {
  width: 212px;
  font-family: droid_sansregular;
  font-size: 16px;
  color: #4D4C0D;
  overflow: hidden;
  margin-bottom: 20px;
}
.node-type-grand-route .trail_information .title_information,
.node-type-trails .trail_information .title_information{
  font-family: droid_sansbold;
  color: #A79D38;
  font-size: 15px;
  text-transform: uppercase;
}

.node-type-grand-route .trail_information .title_themes,
.node-type-trails .trail_information .title_themes{
  font-family: droid_sansbold;
  color: #A79D38;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 5px;
}
.node-type-grand-route .trail_information .image_trail .field-label,
.node-type-trails .trail_information .image_trail .field-label{display: none;}
.node-type-grand-route .trail_information .image_trail,
.node-type-trails .trail_information .image_trail {text-align: center;}
.node-type-grand-route .trail_information .image_trail,
.node-type-trails .trail_information .image_trail {margin-top: 16px;}

.node-type-trails .content .field-name-body{
  width: 455px;
  max-height: 300px;
  overflow-y: auto;
}
.node-type-grand-route .content .field-name-body {
  width: 455px;
  overflow-y: auto;
}
.node-type-grand-route .section .content,
.node-type-trails .section .content {
  font-family: droid_sansregular;
  font-size: 0.9em;
  color: #4D4C0D;
  text-align: justify;
}
.node-type-grand-route .ui-accordion-content {
  font-family: droid_sansregular;
  color: #4D4C0D;
}
.node-type-grand-route .content .title_info,
.node-type-trails .content .title_info{ font-size: 18px; margin-top: 13px; margin-bottom: 5px;}

.node-type-trails .sidebar-rigth{
  width: 212px;
  float: right;
  margin-top: 31px;
  position: absolute;
  margin-left: 470px;
}
.node-type-grand-route .sidebar-rigth {
  width: 212px;
  float: right;
  margin-top: 31px;
}

.node-type-grand-route .field-name-field-grand-route-stages {
  margin-top: 30px;
  overflow: auto;
  font-size: 0.8em;
}

.field-name-field-grand-route-stages .ui-accordion .ui-accordion-header {
  margin: 5px 0;
  padding: 2px 5px;
}

.field-name-field-grand-route-stages .ui-state-default {
  background: #847F2A;
  color: #FFFFFF;
  border-width: 0;
}

.field-name-field-grand-route-stages .ui-state-active {
  background: #4D4C0D;
  color: #FFFFFF;
  border-width: 0;
}

.field-name-field-grand-route-stages .ui-corner-all,
.field-name-field-grand-route-stages .ui-corner-top {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.field-name-field-grand-route-stages .ui-accordion .ui-accordion-content {
  padding: 1em 0;
}

.field-name-field-grand-route-stages .ui-widget-content {
  border-width: 0;
}

.field-name-field-grand-route-stages .ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

.field-name-field-grand-route-stages .field-item {
  padding-bottom: 10px;
}

.rate-widget {
  margin: 20px 0;
}
.rate-widget .title_rating {
  font-family: droid_sansbold;
  font-size: 16px;
  color: #868686;
  padding-left: 35px;
  background: url('/sites/all/themes/trails/images/rate_star.png') left no-repeat;
  text-transform: uppercase;

}
.rate-widget .total_votes,
.rate-widget .discription_rating {
  font-family: droid_sansregular;
  font-size: 16px;
  color: #575756;
  padding-top: 5px;
  text-align: center;
}
.rate-widget .total_votes,
.rate-widget .total_votes{font-size: 12px; margin-bottom: 30px;}
@-moz-document url-prefix() {
  .node-type-trails .sidebar-rigth .rate .total_votes {
     padding-bottom: 10px;
  }
}
.rate {min-height: 130px; margin-top: 45px; }
.node-type-grand-route #block-azores-trails-altigraph h2,
.node-type-grand-route .sidebar-rigth .title_related-trails,
.node-type-grand-route .sidebar-rigth .title_downloads,
.node-type-trails #block-azores-trails-altigraph h2,
.node-type-trails .sidebar-rigth .title_related-trails,
.node-type-trails .sidebar-rigth .title_downloads{
  font-family: droid_sansregular;
  font-size: 16px;
  color: #FFFFFF;
  background: #847F2A url('/sites/all/themes/trails/images/arrow_title.png') right no-repeat;
  height: 25px;
  width: 116px;
  padding-left: 13px;
  padding-right: 17px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  }
.node-type-grand-route .sidebar-rigth .title_related-trails,
.node-type-trails .sidebar-rigth .title_related-trails{width: 130px;}
.node-type-grand-route .sidebar-rigth .downloads .field-item,
.node-type-trails .sidebar-rigth .downloads .field-item{
  font-family: droid_sansregular;
  font-size: 16px;
  height: 35px;
}
.node-type-grand-route .sidebar-rigth .downloads .field-item a,
.node-type-trails .sidebar-rigth .downloads .field-item a{color: #847F2A;}
.node-type-grand-route .sidebar-rigth .downloads .field-item a:hover,
.node-type-grand-route .sidebar-rigth .downloads .field-item a:hover,
.node-type-trails .sidebar-rigth .downloads .field-item a:hover{text-decoration: none; color: #6F6F6E;}
.node-type-grand-route .sidebar-rigth .downloads .field-item img.file-icon,
.node-type-trails .sidebar-rigth .downloads .field-item img.file-icon{display: none;}
.node-type-grand-route .sidebar-rigth .downloads .field-label,
.node-type-trails .sidebar-rigth .downloads .field-label{display: none;}
.related-trails .realated_trails_left,
.related-trails .realated_trails_left{
  width: 100px;
  height: 80px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.related-trails .realated_trails_right,
.related-trails .realated_trails_right{
  width: 100px;
  height: 80px;
  margin-left: 110px;
  margin-bottom: 10px;
}
.node-type-grand-route .sidebar-rigth .related-trails{ min-height: 170px;}
.node-type-grand-route #block-azores-trails-altigraph {width: 450px; margin-top: 20px;}
.node-type-grand-route #block-azores-trails-altigraph .content{margin-bottom: 60px;}
.node-type-grand-route #block-azores-trails-altigraph h2{ padding-right: 0; height: 24px;}
.node-type-grand-route #page-title .tinsland,
.node-type-grand-route #page-title .tlocale{font-size: 20px;}
.node-type-grand-route #page-title .trailcode{font-size: 15px; color: #A79D38; }
.node-type-grand-route #page-title .trailcode_close{font-size: 15px; color: #FF846C; text-transform: uppercase;}
.node-type-grand-route #page-title .trailcode_maintenance{font-size: 15px; color: #F9CE1F; text-transform: uppercase;}
.node-type-grand-route #page-title .closed_trail{font-size: 16px; font-family: droid_sansbold; color: #FF846C;}
.node-type-grand-route #page-title .maintenance_trail{font-size: 16px; font-family: droid_sansbold; color: #F9CE1F;}

.node-type-trails .sidebar-rigth .related-trails{ min-height: 170px;}
.node-type-trails #block-azores-trails-altigraph {width: 450px; margin-top: 20px;}
.node-type-trails #block-azores-trails-altigraph .content{margin-bottom: 60px;}
.node-type-trails #block-azores-trails-altigraph h2{ padding-right: 0; height: 24px;}
.node-type-trails #page-title .tinsland,
.node-type-trails #page-title .tlocale{font-size: 20px;}
.node-type-trails #page-title .trailcode{font-size: 15px; color: #A79D38; }
.node-type-trails #page-title .trailcode_close{font-size: 15px; color: #FF846C; text-transform: uppercase;}
.node-type-trails #page-title .trailcode_maintenance{font-size: 15px; color: #F9CE1F; text-transform: uppercase;}
.node-type-trails #page-title .closed_trail{font-size: 16px; font-family: droid_sansbold; color: #FF846C;}
.node-type-trails #page-title .maintenance_trail{font-size: 16px; font-family: droid_sansbold; color: #F9CE1F;}


.node-type-grand-route div#zoom-img-wrapper.popup,
.node-type-trails div#zoom-img-wrapper.popup {
  margin-top: -140px;
  left: 0px;
  width: 200px;
  height: 130px;
  border: 5px solid #000;
  background: #fff;
  /*z-index: 99999!important;*/
}
.node-type-grand-route #block-easy-social-easy-social-block-1
.node-type-trails #block-easy-social-easy-social-block-1{
  width: 212px;
  position: absolute !important;
  right: 4px;
  padding-top: 30px;
}

/* Azores Islands Page */

#islands .left {
  float: left;
  display: inline;
  margin-top: 20px;
  margin-left: 25px;
}

#islands .left-second-third{
  float: left;
  display: inline;
  margin-top: 25px;
  margin-left: 25px;
}

#islands a.reading {
  font-size: 0.7em;
  color: #4D4C0D;
  text-decoration: none;
}

#islands-santa-maria a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 68px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -4px;
}

#islands-santa-maria a.reading {
  padding-top: 10px;
  padding-left: 58px;
  padding-right: 62px;
}

#islands-santa-maria:hover a.reading {
  font-weight: bold;
  padding-left: 55px;
}

#islands-sao-miguel a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 66px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -94px;
}

#islands-sao-miguel a.reading{
  padding-top: 10px;
  padding-left: 68px;
  padding-right: 58px;
}

#islands-sao-miguel:hover a.reading {
  font-weight: bold;
  padding-left: 65px;
}

#islands-terceira a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 68px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -180px;
}

#islands-terceira a.reading{
  padding-top: 10px;
  padding-left: 77px;
  padding-right: 66px;
}

#islands-terceira:hover a.reading {
  font-weight: bold;
  padding-left: 74px;
}

#islands-graciosa a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 84px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -249px;
}

#islands-graciosa a.reading{
  font-size: 0.7em;
  color: #4D4C0D;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 71px;
  padding-right: 67px;
}

#islands-graciosa:hover a.reading {
  font-weight: bold;
  padding-left: 69px;
}

#islands-sao-jorge a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 84px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -364px;
}

#islands-sao-jorge a.reading {
  padding-top: 10px;
  padding-left: 69px;
  padding-right: 67px;
}

#islands-sao-jorge:hover a.reading {
  font-weight: bold;
  padding-left: 66px;
}

#islands-pico a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 84px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -459px;
}

#islands-pico a.reading {
  padding-top: 10px;
  padding-left: 85px;
  padding-right: 81px;
}

#islands-pico:hover a.reading {
  font-weight: bold;
  padding-left: 82px;
}

#islands-faial a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 84px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -552px;
}

#islands-faial a.reading{
  padding-top: 10px;
  padding-left: 81px;
  padding-right: 82px;
}

#islands-faial:hover a.reading {
  font-weight: bold;
  padding-left: 78px;
}

#islands-flores a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 84px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -653px;
}

#islands-flores a.reading{
  padding-top: 10px;
  padding-left: 75px;
  padding-right: 80px;
}

#islands-flores:hover a.reading {
  font-weight: bold;
  padding-left: 72px;
}

#islands-corvo a.island {
  display: block;
  margin-right: 20px;
  width: 191px;
  height: 84px;
  background-image: url('/sites/all/themes/trails/images/azores-islands.png');
  background-position: 4px -739px;
}

#islands-corvo a.reading {
  padding-top: 10px;
  padding-left: 77px;
  padding-right: 79px;
}

#islands-corvo:hover a.reading {
  font-weight: bold;
  padding-left: 74px;
}

.breadcrumb {
  color:#4D4C0D;
  display: inline;
}

/* Island Page */
#block-views-islands-slideshow-block .views-slideshow-cycle-main-frame-row-item img{
  width: 450px !important;
  height: 250px !important;
}

#block-views-islands-slideshow-block {
  margin-bottom: 40px;
}

.node-type-islands .section .content {
  font-size: 0.9em;
}

.island-prizes {
  width: 681px;
  height: 59px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.node-type-islands .islands-left {
  float: left;
}

.node-type-islands .islands-right {
  float: right;
  width: 210px;
}

.node-type-islands .islands-title {
  height: 22px;
  width: 134px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  font-size: 1.2em;
  color: white;
  background: #847F2A url('/sites/all/themes/trails/images/arrow_title.png') right no-repeat;
}

.node-type-islands .islands-left-content {
  color: #4D4C0D;
  width: 450px;
  height: 500px;
  overflow-y: auto;
}

.node-type-islands .islands-right .islands-right-geography {
  color: #4D4C0D;
  margin-bottom: 160px;
  /*height: 400px;*/
  /*overflow-y: auto;*/
}

.node-type-islands .islands-right .islands-right-island-trails a {
  text-decoration: none !important;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.node-type-islands .islands-right .islands-right-island-trails {
  /*height: 40px;*/
  width: 190px;
  position: absolute;
  bottom: 0px;
  right: 18px;
  margin-bottom: 100px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 10px;
  font-size: 16px;
  color: white;
  text-align: center;
  background: #BDB1C9 url('/sites/all/themes/trails/images/arrow-island-trails.png') right no-repeat;
}

.node-type-islands .islands-right .islands-right-read-more {
  position: absolute;
  bottom: 0px;
  right: 18px;
  margin-bottom: 20px;
  width: 120px;
}

.node-type-islands .islands-right .islands-right-read-more a {
  text-decoration: none;
  color: #0C3538;
  font-size: 0.9em;
  font-weight: bold;
}

.node-type-islands .islands-right .islands-right-read-more a .islands-read-more-text {
  padding-left: 2px;
}

.node-type-islands .islands-right .islands-right-read-more a .islands-read-more-text .island-title {
  text-transform: uppercase;
}

#block-azores-trails-islandsslideshow {
  height: 370px;
}

.position-image-gallery {
  position: absolute;
  z-index: 0;
  height: 295px;
}

#block-views-islands-slideshow-block {
  display: none;
}

.node-type-islands .islands-gallery-control {
  position: absolute;
  top: 130px;
  z-index: 1;
}

.node-type-islands #islands-control-left {
  margin-left: 10px;
}

.node-type-islands #islands-control-right {
  margin-left: 650px;
}

.node-type-islands #gallery {
  position: relative;
  float: left;
}

.node-type-islands #gallery-description-prizes {
  position: relative;
  top: 260px;
  left: 0px;
  height: 24px;
  width: 681px;
}

#camera-photo-icon {
  height: 24px;
  width: 25px;
  background-image: url('/sites/all/themes/trails/images/camera-photo-icon.png');
}

#gallery-image-description {
  position: absolute;
  top: 0px;
  left: 32px;
  z-index: 0;
  height: 20px;
  width: 640px;
  padding-left: 8px;
  padding-top: 4px;
  color: white;
  font-size: 12px;
  background-color: #A79D38;
  font-weight: bold;
}

#gallery-image-description-content {
  height: 30px;
  width: 681px;
}

.two-columns__item {
  width: 310px;
  height: 315px;
  background-color: #A79D38;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 12px;
}

.two-columns__item.row-odd {
  float: left;
}
.two-columns__item.row-even {
  float: right;
}

.two-columns__item__header {
  width: 305px;
  height: 135px;
  padding-top: 5px;
  padding-left: 5px;
  background: #fff url('/sites/all/themes/trails/images/specialist_corner.png') 293px 126px no-repeat;
}

.two-columns__item__logo {
  width: 125px;
  height: 130px;
  margin-right: 10px;
  float: left;
}

.two-columns__item__logo img {
  max-width: 125px;
  max-height: 130px;
}

.two-columns__item__title {
  min-height: 43px;
  padding-top: 10px;
  font-size: 16px;
  color: #0C3538;
}

.two-columns__item__island {
  padding-bottom: 15px;
  color: #4D4C0D;
}

.two-columns__item__website {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-columns__item__website a,
.two-columns__item__website a:hover {
  text-decoration: none;
  font-family: 'droid_sansbold';
  color: #847F2A;
}

.two-columns__item__address {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  font-family: 'droid_sansbold';
  color: #fff;
}

.two-columns__item__contact {
  padding: 0 5px;
  margin-bottom: 5px;
  font-family: 'droid_sansbold';
  color: #fff;
}

.two-columns__item__contact a,
.two-columns__item__contact a:hover {
  text-decoration: none;
  color: #fff;
}

.news-filters {
  margin-bottom: 10px;
}

.news-filters span {
  margin-right: 10px;
}

.view-find-a-specialist .views-row {
  width: 330px;
  height: 315px;
}

.view-find-a-specialist .views-row .views-field-field-photo img{
  width: 125px;
  height: 130px;
}
.view-find-a-specialist .views-row .views-field-field-photo{
  width: 125px;
  height: 130px;
  float: left;
}
.view-find-a-specialist .control_row{
  background-color: #A79D38;
  width: 320px;
  height: 315px;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 10px;
}
.view-find-a-specialist .views-row-first .control_row{
  margin-top: 0;
}
.view-find-a-specialist .views-row-2 .control_row{ margin-top:0; }
.view-find-a-specialist .views-row .control_row{

}
.view-find-a-specialist .views-row .control_row .photo_name_url{
  width: 305px;
  height: 135px;
  padding-top: 5px;
  padding-left: 5px;
  background: white url('/sites/all/themes/trails/images/specialist_corner.png') no-repeat;
  background-position: 293px 126px;
}


.view-find-a-specialist .views-row-odd{
  float: left;

}
.view-find-a-specialist .views-row-even {
  /*background-color: #A79D38;*/
  margin-left: 350px;
}
.view-find-a-specialist .views-row-last{
  margin-bottom: 60px;
}

.view-find-a-specialist .views-row {
  font-family: 'droid_sansregular';
  font-size: 11px;
}

.view-find-a-specialist .views-row .views-field-title {
  font-size: 16px;
  color: #0C3538;
  padding-top: 10px;
  padding-left: 135px;
  min-height: 43px;
}

.view-find-a-specialist .views-row .views-field-field-island-specialist,
.view-find-a-specialist .views-row .views-field-field-island-term {
  padding-left: 135px;
  padding-bottom: 27px;
  font-size: 12px;
  color: #4D4C0D;
}

.view-find-a-specialist .views-row .views-field-field-island-term a,
.view-find-a-specialist .views-row .views-field-field-island-specialist a {
  text-decoration: none;
  color: #4D4C0D;
}

.view-find-a-specialist .views-row .views-field-field-url{
  padding-left: 135px;
}
.view-find-a-specialist .views-row .views-field-field-url a{
  text-decoration: none;
  color: #847F2A;
  font-family: 'droid_sansbold';
  font-size: 11px;
}

.view-find-a-specialist .views-row .views-field-field-address{
  padding-top: 10px;
  padding-left: 5px;
  font-family: 'droid_sansbold';
  color: white;
  padding-right: 5px;
}
.view-find-a-specialist .views-row .views-field-field-email,
.view-find-a-specialist .views-row .views-field-field-telephone{
  padding-left: 5px;
  font-family: 'droid_sansbold';
  color: white;
  margin-top: -10px;
  padding-right: 5px;
}
.view-find-a-specialist .views-row .views-field-field-email{margin-top: -15px; }

.view-find-a-specialist .views-row .views-field-field-email a{
  text-decoration: none;
  color: white;
}

.view-find-a-specialist .views-row .views-field-field-description{
  color: white;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

.view-find-a-specialist #views-exposed-form-find-a-specialist-page .title-find-a-trail{float: left; padding-top: 5px;}
.view-find-a-specialist #views-exposed-form-find-a-specialist-page #edit-field-island-specialist-nid-wrapper {
  padding: 0px;
  padding-left: 10px;
}

.view-find-a-specialist .view-filters{
  margin-left: 403px;
  margin-top: -55px;
  padding-bottom: 15px;
}
.view-find-a-specialist .view-filters:lang(fr){
  margin-left: 389px;
}

.view-find-a-specialist .view-filters .title-find-a-trail{display: none;}

.view-find-a-specialist .view-filters .views-widget{
  margin-left: 130px;
  margin-top: -29px;
}
.view-find-a-specialist .view-filters .views-widget:lang(es){
  margin-left: 115px
}
.view-find-a-specialist .view-filters .views-widget-filter-field_island_specialist_nid label{
  font-size: 15px;
  color: #4D4C0D;
  font-weight: normal;
  font-family: 'droid_sansbold';
}
.view-find-a-specialist .view-filters .views-widget-filter-field_island_specialist_nid label:lang(de){
  margin-left: -31px;
}
.i18n-pt-pt .view-find-a-specialist .view-filters{margin-left: 391px;}


.view-find-a-specialist .item-list .pager {
  z-index: 9999;
  font-size: 13px;
  font-weight: bold;
  color: #0C3538;
  float: right;
  margin-top: -10px;
  margin-bottom: 20px;
}

.view-find-a-specialist .item-list .pager a {
  text-decoration: none;
  color: #A79D38;
}

.view-find-a-specialist .item-list .pager li {
  padding: 2px !important;
}


/* Islands SubMenu */
#islandsmenu {
  height: 35px;
}

#islands-menu-content {
  font-size: 9px;
  width: 700px;
  height: 20px;
}

#islands-menu-content a,
#islands-menu-content-specialist a {
  text-decoration: none;
  color: #4D4C0D;
}

.island-content-specialist {
  display: block;
}

#block-system-main .buttons-controls-specialist {
  margin-left: -135px;
  float: left;
}

#block-system-main .choose-an-island-specialist {
  font-size: 10px;
  color: white;
  padding: 2px 5px 0px 5px;
  margin-right: 5px;
  background-color: #4D4C0D;
  text-align: center;
  margin-top: -8px;
  float: left;
}

#block-system-main .view-all-islands-specialist {
  font-size: 10px;
  margin-top: -8px;
  background-color: #847F2A;
  padding: 2px 5px 0px 5px;
  text-align: center;
  float: left;
}

#block-system-main .buttons-controls-specialist a {
  text-decoration: none;
  color: white;
}

@-moz-document url-prefix() {
  #block-system-main .choose-an-island-specialist,
  #block-system-main .view-all-islands-specialist {
    padding: 2px 5px 1px 5px;
  }
}

#block-azores-trails-islandsmenuspecialist {
  float: left;
  width: 130px;
  margin-left: 5px;
}


#islands-menu-content-specialist {
  font-size: 11px;
  width: 130px;
  height: 350px;
  margin-top: 30px;
}

#menu-santa-maria {
  height: 18px;
  width: 70px;
  padding-top: 2px;
  padding-left: 22px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: 0px -1px;
}

#menu-santa-maria:hover,
#menu-santa-maria.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: 0px -30px;
}

#menu-santa-maria-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: 0px -1px;
}

#menu-santa-maria-specialist:hover,
#menu-santa-maria-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: 0px -29px;
}

#menu-santa-maria-specialist.active,
#menu-sao-miguel-specialist.active,
#menu-terceira-specialist.active,
#menu-graciosa-specialist.active,
#menu-sao-jorge-specialist.active,
#menu-pico-specialist.active,
#menu-faial-specialist.active,
#menu-flores-specialist.active,
#menu-corvo-specialist.active {
  font-weight: bold;
}

#menu-sao-miguel {
  height: 18px;
  width: 62px;
  padding-top: 2px;
  padding-left: 33px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -92px -1px;
}

#menu-sao-miguel:hover,
#menu-sao-miguel.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -92px -30px;
}

#menu-sao-miguel-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 47px;
  margin-right: 2px;
  margin-left: -13px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -134px -1px;
}

#menu-sao-miguel-specialist:hover,
#menu-sao-miguel-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -134px -29px;
}

#menu-terceira {
  height: 18px;
  width: 45px;
  padding-top: 2px;
  padding-left: 22px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -191px -1px
}

#menu-terceira:hover,
#menu-terceira.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -191px -30px;
}

#menu-terceira-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -294px -1px
}

#menu-terceira-specialist:hover,
#menu-terceira-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -294px -29px;
}

#menu-graciosa {
  height: 18px;
  width: 50px;
  padding-top: 2px;
  padding-left: 21px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -260px -1px;
}

#menu-graciosa:hover,
#menu-graciosa.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -260px -30px;
}

#menu-graciosa-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -437px -1px;
}

#menu-graciosa-specialist:hover,
#menu-graciosa-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -437px -29px;
}

#menu-sao-jorge {
  height: 18px;
  width: 52px;
  padding-top: 2px;
  padding-left: 30px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -331px -1px;
}

#menu-sao-jorge:hover,
#menu-sao-jorge.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -331px -30px;
}

#menu-sao-jorge-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  margin-left: -7px;
  padding-left: 41px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -581px -1px;
}

#menu-sao-jorge-specialist:hover,
#menu-sao-jorge-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -581px -29px;
}

#menu-pico {
  height: 18px;
  width: 32px;
  padding-top: 2px;
  padding-left: 26px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -416px -1px;
}

#menu-pico:hover,
#menu-pico.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -416px -30px;
}

#menu-pico-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -741px -1px;
}

#menu-pico-specialist:hover,
#menu-pico-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -741px -29px;
}

#menu-faial {
  height: 18px;
  width: 40px;
  padding-top: 2px;
  padding-left: 21px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -479px -1px;
}

#menu-faial:hover,
#menu-faial.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -479px -30px;
}

#menu-faial-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -890px -1px;
}

#menu-faial-specialist:hover,
#menu-faial-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -890px -29px;
}

#menu-flores {
  height: 18px;
  width: 38px;
  padding-top: 2px;
  padding-left: 21px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -544px -1px;
}

#menu-flores:hover,
#menu-flores.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -544px -30px;
}

#menu-flores-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -1041px -1px;
}

#menu-flores-specialist:hover,
#menu-flores-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -1041px -29px;
}

#menu-corvo {
  height: 18px;
  width: 40px;
  padding-top: 2px;
  padding-left: 22px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -604px -1px;
}

#menu-corvo:hover,
#menu-corvo.active {
  background: url('/sites/all/themes/trails/images/islands-menu.png');
  background-position: -604px -30px;
}

#menu-corvo-specialist {
  height: 18px;
  width: 95px;
  margin-top: 15px;
  padding-top: 1px;
  padding-left: 34px;
  margin-right: 2px;
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -1192px -1px;
}

#menu-corvo-specialist:hover,
#menu-corvo-specialist.active {
  background: url('/sites/all/themes/trails/images/islands-menu-specialist.png');
  background-position: -1192px -29px;
}

/* View Alerts */

.contextual-links-region {
  outline: none;
  position: static !important;
}

.view-alerts {
  font-size: 14px !important;
}

.view-alerts a {
  text-decoration: none !important;
}

.view-alerts h3 {
  margin-top: 20px;
  font-size: 14px !important;
  font-weight: normal !important;
  width: 150px;
  height: 28px;
  text-align: center;
  /* #FF846C center bottom */
  background: url('/sites/all/themes/trails/images/title-alerts.png') no-repeat;
}

.view-alerts h3 a {
  margin: 0 auto !important;
  color: #0C3538 !important;
  text-decoration: none !important;
}

.view-alerts .view-header,
.view-alerts .views-field-title a {
  color: #4D4C0D;
}

.view-alerts .views-field-field-trail-code {
  color: #A79D38;
}
.view-alerts .attachment-after {
  margin-top: 2em;
}

.print-icon {
  float: right;
  margin-top: -30px;
  margin-right: 15px;
  cursor: pointer;
  *cursor: hand;
}

.trail-closed-icon {
  float: left;
}

.view-header-alerts-trails {
  padding-top: 10px;
  padding-left: 50px;
  margin-bottom: 25px;
}

/* Slideshow Islands Image */

.wrapper-slideshow-islands-image {
  display: none;
}

.slideshow-islands-image {
  width: 681px !important;
  height: 250px !important;
}

/* Block Alerts */

.sidebar #block-azores-trails-banneralerts {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px 0px 0px 25px !important;
}

.sidebar #block-azores-trails-banneralerts {
  margin-bottom: 10px;
  background-color: white;
}

.sidebar #block-azores-trails-banneralerts .content {
  line-height: 0 !important;
  background-color: white;
  width: 170px;
}

#block-azores-trails-banneralerts a {
  color: #FF846C;
  text-decoration: none;
}

#wrapper-banner-alerts {
  width: 195px;
  height: 45px;
  margin-top: 14px;
  background: url('/sites/all/themes/trails/images/homepage-images.png') no-repeat;
  background-position: -5px -147px;
  *cursor: hand;
}

#wrapper-banner-alerts-icon {
  width: 195px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  background: url('/sites/all/themes/trails/images/homepage-images.png') no-repeat;
  background-position: -5px -53px;
  *cursor: hand;
}

.banner-alerts-de {
  margin-left: -18px !important;
}

#block-azores-trails-banneralerts #link-banner-alerts {
  font-family: 'droid_sansbold', Georgia;
  font-size: 11px;
  text-transform: uppercase;
  /*padding-left: 92px;*/
  padding-left: 46%;
  padding-top: 22px;
  padding-bottom: 20px;
}

/* Exposed Form Find a Trail */

.views-field-field-image-info-trail img {
  width: 70px;
  height: 61px;
}

#block-views-exp-find-a-trail-page div.error, .error {
  color: black;
}

#block-views-exp-find-a-trail-page .sidebar,
#block-views-exp-find-a-trail-page.block {
  background: url('/sites/all/themes/trails/images/find-a-trail-background.png') no-repeat !important;
  border: 0px !important;
  padding: 30px 19px 7px 18px !important;
  margin: 0 0 0px !important;
}
.block-login-trails input.form-submit,
#sso-login-wrapper input.form-submit,
#block-views-exp-find-a-trail-page input.form-submit,
#block-views-exp-find-a-trail-page a.button {
  color: black !important;
  font-size: 12px !important;
  height: 26px !important;
  padding-top: 4px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  background: url("/sites/all/themes/trails/images/find-a-trail-btn-search.png") !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  border: 1px solid #231F20 !important;
  margin-top: 10px !important;
  margin-left: 4px;
}
.block-login-trails input.form-submit:hover,
#sso-login-wrapper input.form-submit:hover,
#block-views-exp-find-a-trail-page input.form-submit:hover,
#block-views-exp-find-a-trail-page a.button:hover {
  outline: none;
  border-color: #e1e1e1;
  box-shadow: 0 0 10px #e1e1e1;
}

@-moz-document url-prefix() {
  #block-views-exp-find-a-trail-page input.form-submit,
  #block-views-exp-find-a-trail-page a.button {
    padding-top: 2px !important;
  }
}

#block-views-exp-find-a-trail-page .title-find-a-trail {
  font-size: 18px;
  color: white;
  margin-top: -20px;
  margin-left: 7px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

#block-views-exp-find-a-trail-page .views-exposed-form .views-exposed-widget {
  padding: 0px !important;
}

#block-views-exp-find-a-trail-page div.selector {
  width: 135px !important;
  font-size: 12px !important;
}

#block-views-exp-find-a-trail-page div.selector span {
  cursor: default !important;
  width: 111px !important;
  color: #231F20 !important;
  font-weight: normal !important;
  padding-top: 1px;
}

#block-views-exp-find-a-trail-page div.selector select {
  height: 30px;
  margin-top: -5px;
}

/* Find a Trail / Grand Routes lists */

.view-grand-routes tr,
.view-find-a-trail tr {
  background: none;
}

.view-grand-routes td,
.view-find-a-trail td {
  height: 100px;
}

.view-grand-routes a,
.view-find-a-trail a {
  text-decoration: none;
}

.view-grand-routes .view-empty,
.view-find-a-trail .view-empty {
  font-size: 14px;
}

.wrapper-grand-routes-results,
.wrapper-find-a-trail-results {
  margin-top: 20px;
  position: relative;
  width: 321px;
  height: 100px;
}

.view-grand-routes .views-field-field-island,
.view-grand-routes .views-field-field-island-term,
.view-find-a-trail .views-field-field-trail-code {
  width: 70px;
  height: 23px;
  background: url("/sites/all/themes/trails/images/background-trail-code.png") no-repeat;
  position: absolute;
  top: -23px;
  text-align: center;
}

.view-grand-routes .views-field-field-island .field-content,
.view-grand-routes .views-field-field-island-term .field-content,
.view-find-a-trail .views-field-field-trail-code .field-content {
  font-size: 11px;
  color: white;
}

.view-grand-routes .views-field-field-island .field-content a,
.view-grand-routes .views-field-field-island-term .field-content a,
.view-find-a-trail .views-field-field-trail-code .field-content a {
  color: white;
}

.view-grand-routes .views-field-field-image-info-trail,
.view-find-a-trail .views-field-field-image-info-trail {
  width: 70px;
  height: 61px;
  position: absolute;
  top: 2px;
}

.view-grand-routes .views-field-title a,
.view-find-a-trail .views-field-title a {
  color: #4D4C0D;
}

.view-grand-routes .views-field-title,
.view-find-a-trail .views-field-title {
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-right: 66px;
  width: 170px;
  margin-top: -26px;
}

.view-grand-routes .views-field-field-category,
.view-grand-routes .views-field-field-difficulty,
.view-grand-routes .views-field-field-extension,
.view-grand-routes .views-field-field-time-average,
.view-find-a-trail .views-field-field-category,
.view-find-a-trail .views-field-field-difficulty,
.view-find-a-trail .views-field-field-extension,
.view-find-a-trail .views-field-field-time-average {
  font-size: 11px;
  color: #A79D38;
  float: right;
  margin-right: 36px;
  width: 200px;
}

.view-grand-routes .item-list .pager,
.view-find-a-trail .item-list .pager {
  z-index: 9999;
  font-size: 13px;
  font-weight: bold;
  color: #0C3538;
  float: right;
  margin-top: -12px;
  margin-bottom: 20px;
}

.view-grand-routes .item-list .pager a,
.view-find-a-trail .item-list .pager a {
  text-decoration: none;
  color: #A79D38;
}

.view-grand-routes .item-list .pager li,
.view-find-a-trail .item-list .pager li {
  padding: 2px !important;
}

/* Block Choose an Island */
#block-maps-trails-maps-choose-an-island {
  position: relative !important;
}

#block-maps-trails-maps-choose-an-island .island{
  width: 60px;
  height: 18px;
  position: absolute;
  text-align: center;
  font-family: 'droid_sansregular';
  font-size: 8px;
  color: #0C3538;
  text-transform: uppercase;
  background: url(../images/background-name-choose-an-island.png) no-repeat;
}

#block-maps-trails-maps-choose-an-island .corvo{
  top: 25px;
  left: 5px;
  display: none;
}

#block-maps-trails-maps-choose-an-island .flores{
  top: 40px;
  left: 0px;
  display: none;
}

#block-maps-trails-maps-choose-an-island .faial{
  top: 82px;
  left: 30px;
  display: none;
}

#block-maps-trails-maps-choose-an-island .graciosa{
  top: 47px;
  left: 75px;
  display: none;
}

#block-maps-trails-maps-choose-an-island .sjorge{
  top: 68px;
  left: 73px;
  display: none;

}
#block-maps-trails-maps-choose-an-island .pico{
  top: 91px;
  left: 64px;
  display: none;

}
#block-maps-trails-maps-choose-an-island .terceira{
  top: 61px;
  left: 114px;
  display: none;

}
#block-maps-trails-maps-choose-an-island .smiguel{
  top: 102px;
  left: 156px;
  display: none;

}
#block-maps-trails-maps-choose-an-island .smaria{
  top: 135px;
  left: 177px;
  display: none;
}

.sidebar #block-maps-trails-maps-choose-an-island {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  background-color: white;
}

#block-maps-trails-maps-choose-an-island a {
  border:0 !important;
}

#block-maps-trails-maps-choose-an-island #image_choose_an_island {
  background: url('/sites/all/modules/maps_trails/images/chooseanisland.png') no-repeat;
  background-position: 0px 0px;
  width: 240px;
  height: 149px;
}

#block-maps-trails-maps-choose-an-island img#image_choose_an_island {
  border: 0px !important;
}

#block-maps-trails-maps-choose-an-island .title-choose-an-island {
  font-size: 17px;
  color: #847F2A;
  margin-left: 7px;
  margin-top: 5px;
  margin-bottom: 2px;
  padding-left: 25px;
  background: url('/sites/all/themes/trails/images/arrow-title-choose-an-island.png') left no-repeat;
}

/* Page Signage and Coding */
.node-signage-and-coding {
  font-size: 13px;
}

.node-signage-and-coding .field-name-body {
  float: left;
  width: 400px;
  color: #4D4C0D;
}

.node-signage-and-coding .field-name-field-more-informations {
  float: right;
  width: 250px;
  color: #0C3538;
}

.node-signage-and-coding .field-name-field-more-informations .field-label {
  height: 20px;
  width: 200px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  font-size: 14px !important;
  color: white;
  background: #0C3538 url('/sites/all/themes/trails/images/arrow-title-signage-and-coding.png') right no-repeat;
  text-transform: uppercase;
}

.node-signage-and-coding .field-name-field-trail-signs .field-label {
  height: 20px;
  width: 250px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  font-size: 14px !important;
  color: white;
  background: #0C3538 url('/sites/all/themes/trails/images/arrow-title-signage-and-coding.png') right no-repeat;
  text-transform: uppercase;
}

.node-signage-and-coding .field-name-field-trail-signs {
  float: right;
  width: 250px;
  font-size: 12px;
  color: #0C3538;
}

.node-signage-and-coding .field-items img {
  margin-bottom: 0px !important;
}

.node-signage-and-coding .field-items .trail-signs-reading {
  margin-bottom: 20px;
}

.node-signage-and-coding .field-items .even {
  float: left;
}

.node-signage-and-coding .field-items .odd {
  float: left;
  margin-left: 10px;
}

/* Slideshow Website */
.field-name-field-slideshow-homepage .field-item img {
  width: 670px;
  height: 400px;
}

/* Page Islands Maps */

#block-maps-trails-maps-trails {height: 370px;}
.page-node-110 #block-maps-trails-maps-trails,
.page-node-281 #block-maps-trails-maps-trails,
.page-node-482 #block-maps-trails-maps-trails,
.page-node-354 #block-maps-trails-maps-trails,
.page-node-101 #block-maps-trails-maps-trails {height: 350px;}
.page-node-103 #block-maps-trails-maps-trails,
.page-node-278 #block-maps-trails-maps-trails,
.page-node-479 #block-maps-trails-maps-trails,
.page-node-351 #block-maps-trails-maps-trails,
.page-node-94 #block-maps-trails-maps-trails,
.page-node-99 #block-maps-trails-maps-trails,
.page-node-250 #block-maps-trails-maps-trails,
.page-node-475 #block-maps-trails-maps-trails,
.page-node-347 #block-maps-trails-maps-trails,
.page-node-108 #block-maps-trails-maps-trails {height: 260px;}

.page-node-97 #block-maps-trails-maps-trails,
.page-node-277 #block-maps-trails-maps-trails,
.page-node-478 #block-maps-trails-maps-trails,
.page-node-350 #block-maps-trails-maps-trails,
.page-node-106 #block-maps-trails-maps-trails {height: 315px;}

#block-maps-trails-maps-trails #mapster_wrap_0{
  margin-left: auto;
  margin-right: auto;
}

#block-maps-trails-maps-trails .selections_trails {
  width: 200px;
  height: 95px;
  position: absolute;
  margin-top: -108px;
  overflow: hidden;
}

#block-maps-trails-maps-trails .content{
  background: url(../images/backgroud_trails_maps.png) no-repeat 0 center transparent;
}

.node-island-maps .content{width: 350px; margin-top: 20px;}
.node-island-maps .content .field-name-body .field-label{
  font-family: 'droid_sansregular';
  font-size: 18px;
  color: #4D4C0D;
}

.node-type-island-maps .field-name-body .field-items{
  font-family: 'droid_sansregular';
  font-size: 13px;
  color: #4D4C0D;
}
.node-type-island-maps .field-name-body .field-items h1{
  font-family: 'droid_sansregular';
  font-size: 18px;
  color: #4D4C0D;
  margin-top: 0;
}
.node-type-island-maps #block-views-islands-maps-block{
  position: absolute !important;
  top: 520px;
  left: 405px;
}

.view-island-map.view-display-id-block .gm-style-iw > div {
  margin-top: 20px;
}

.view-island-map.view-display-id-block .gm-style-iw > div,
.view-island-map.view-display-id-block .gm-style-iw > div > div {
  width: 250px !important;
  height: 110px !important;
}

.view-island-map.view-display-id-block .gm-style-iw .trail_col_left,
.node-type-island-maps #block-maps-trails-maps-trails .trail_col_left {
  float: left;
}
.view-island-map.view-display-id-block .gm-style-iw .trail_col_left img,
.node-type-island-maps #block-maps-trails-maps-trails .trail_col_left img {
  width: 70px;
  height: 70px;
}
.view-island-map.view-display-id-block .gm-style-iw .trail_col_right,
.node-type-island-maps #block-maps-trails-maps-trails .trail_col_right {
  font-family: 'droid_sansregular';
  font-size: 11px;
  color: #A79D38;
  position: absolute;
  margin-left: 80px;
  line-height: 1.2;
  background: transparent url(../images/backgroud_info_trails_island_maps.png) repeat;
}

.view-island-map.view-display-id-block .gm-style-iw .trail_col_left .trail_code,
.node-type-island-maps #block-maps-trails-maps-trails .trail_col_left .trail_code {
  font-family: 'droid_sansregular';
  font-size: 10px;
  background: url(../images/icones_island_maps.png) no-repeat;
  height: 26px;
  width: 70px;
  background-position: 0px 0px;
  color: white;
  text-align: center;
  margin-right: 10px;
}

.view-island-map.view-display-id-block .gm-style-iw .trail_col_right .trail_title,
.node-type-island-maps #block-maps-trails-maps-trails .trail_col_right .trail_title {
  font-family: 'droid_sansbold';
  font-size: 12px;
  color: #4D4C0D;
  min-height: 28px;
}

.node-type-island-maps #block-maps-trails-maps-trails .icone_maps {
  background: url(../images/icones_island_maps.png) no-repeat;
  background-position: 0px -57px;
  height: 52px;
  width: 52px;
  position: absolute;
  margin-left: 610px;
  margin-top: -352px;

}
.page-node-250 #block-maps-trails-maps-trails .icone_maps,
.page-node-475 #block-maps-trails-maps-trails .icone_maps,
.page-node-347 #block-maps-trails-maps-trails .icone_maps,
.page-node-103 #block-maps-trails-maps-trails .icone_maps,
.page-node-94 #block-maps-trails-maps-trails .icone_maps{  margin-top: -250px;}

.page-node-106 #block-maps-trails-maps-trails .icone_maps,
.page-node-277 #block-maps-trails-maps-trails .icone_maps,
.page-node-478 #block-maps-trails-maps-trails .icone_maps,
.page-node-350 #block-maps-trails-maps-trails .icone_maps,
.page-node-97 #block-maps-trails-maps-trails .icone_maps{  margin-top: -295px;}

.page-node-108 #block-maps-trails-maps-trails .icone_maps,
.page-node-278 #block-maps-trails-maps-trails .icone_maps,
.page-node-479 #block-maps-trails-maps-trails .icone_maps,
.page-node-351 #block-maps-trails-maps-trails .icone_maps,
.page-node-99 #block-maps-trails-maps-trails .icone_maps{  margin-top: -230px;}

.page-node-101 #block-maps-trails-maps-trails .icone_maps,
.page-node-281 #block-maps-trails-maps-trails .icone_maps,
.page-node-482 #block-maps-trails-maps-trails .icone_maps,
.page-node-354 #block-maps-trails-maps-trails .icone_maps,
.page-node-110 #block-maps-trails-maps-trails .icone_maps{  margin-top: -330px;}

.view-islands-maps h2,
.view-islands-maps h3 {
  font-family: 'droid_sansregular';
  font-size: 13px;
  color: white;
  background: url(../images/icones_island_maps.png) no-repeat;
  background-position: 0px -28px;
  height: 30px;
  width: 117px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.view-islands-maps .view-content a{
  font-family: 'droid_sansregular';
  font-size: 13px;
  color: #4D4C0D;
}
.view-islands-maps .view-content a:hover{
  font-family: 'droid_sansbold';
  text-decoration:none;
}

.view-islands-maps .view-content .trail_Open .trail_code{
  color: #A79D38;
}
.view-islands-maps .view-content .maintenance_Yes {
  color: #F9CE1F !important;
}
.view-islands-maps .view-content .trail_Close{
  color: #FF846C !important;
}

.view-islands-maps .content {width: 295px;}
/*.node-type-island-maps #node-103,
.node-type-island-maps #node-94 {min-height: 700px;}*/
#block-maps-trails-maps-trails-azores {position: relative !important;}
#block-maps-trails-maps-trails-azores .island{
  width: 102px;
  height:22px;
  position: absolute;
  text-align: center;
  font-family: 'droid_sansregular';
  font-size: 10px;
  color: #0C3538;
  text-transform: uppercase;
  background: url(../images/background_name_islands.png) no-repeat;
}

#block-maps-trails-maps-trails-azores .img_legend{
  position: absolute;
  font-family: 'droid_sansregular';
  color: #0C3538;
}

#block-maps-trails-maps-trails-azores .choose_islands{
  font-size: 18px;
  top: 6px;
  left: 267px;
 }
 #block-maps-trails-maps-trails-azores .group_ocidental{
    top: 99px;
    font-size: 13px;
 }
 #block-maps-trails-maps-trails-azores .group_central{
    top: 99px;
    left: 145px;
    font-size: 13px;
 }
 #block-maps-trails-maps-trails-azores .group_oriental{
    font-size: 13px;
    top: 175px;
    right: 47px;
 }

#block-maps-trails-maps-trails-azores .island a{text-decoration: none; color: #0C3538;}

#block-maps-trails-maps-trails-azores .corvo{
  top: -6px;
  left: 60px;
  display: none;
}

#block-maps-trails-maps-trails-azores .flores{
  top: 33px;
  left: 0px;
  display: none;
}

#block-maps-trails-maps-trails-azores .faial{
  top: 140px;
  left: 115px;
  display: none;

}

#block-maps-trails-maps-trails-azores .graciosa{
  top: 53px;
  left: 266px;
  display: none;

}

#block-maps-trails-maps-trails-azores .sjorge{
  top: 117px;
  left: 254px;
  display: none;

}
#block-maps-trails-maps-trails-azores .pico{
  top: 169px;
  left: 220px;
  display: none;

}
#block-maps-trails-maps-trails-azores .terceira{
  top: 87px;
  left: 384px;
  display: none;

}
#block-maps-trails-maps-trails-azores .smiguel{
  top: 210px;
  left: 470px;
  display: none;

}
#block-maps-trails-maps-trails-azores .smaria{
  top: 288px;
  left: 542px;
  display: none;
}

#block-views-popular-trails-block h2,
.pane-views-popular-trails-block h2 {
  font-family: 'droid_sansregular';
  font-size: 13px !important;
  color: white;
  background: url(../images/icones_island_maps1.png) no-repeat;
  background-position: 0px -28px;
  height: 30px;
  width: 117px;
  text-align: center;
  margin-top: 0;
}
#block-views-popular-trails-block h2:lang(es),
.pane-views-popular-trails-block h2:lang(es) {
  font-size: 12px;
  width: 118px;
}
.node-type-island-maps.i18n-de #block-views-popular-trails-block h2,
.node-type-island-maps.i18n-de .pane-views-popular-trails-block h2 {
  width: 153px;
  background-position: 0px -63px;
}
#block-views-popular-trails-block .view-content a,
.pane-views-popular-trails-block .view-content a {
  font-family: 'droid_sansregular';
  font-size: 13px;
  color: #4D4C0D;
}
#block-views-popular-trails-block .view-content a:hover,
.pane-views-popular-trails-block .view-content a:hover {
  font-family: 'droid_sansbold';
  text-decoration:none;
}

#block-views-popular-trails-block{
  position: absolute !important;
  top: 506px;
  left: 405px;
}

.node-type-island-maps #block-views-popular-trails-block:lang(de),
.node-type-island-maps #block-views-popular-trails-block:lang(es),
.node-type-island-maps #block-views-popular-trails-block:lang(fr){
  top: 540px;
}

.node-type-island-maps #block-views-popular-trails-block .trail_code{color: #A79D38;}
.node-type-island-maps #block-views-popular-trails-block .content {width: 295px;}
.link-wrapper{display: none;}

.node-type-island-maps #block-system-main{min-height: 300px;}

.node-type-island-maps .block_weather {
  font-family: 'droid_sansregular';
  font-size: 13px;
  color: #4D4C0D;
  margin-bottom: 50px;
}
.node-type-island-maps .block_weather .img{
  width: 90px;
  float: left;
  margin-right: 12px;
}

.node-type-island-maps #block-azores-trails-weather h2{
  font-family: droid_sansregular;
  font-size: 16px;
  color: #FFFFFF;
  background: #847F2A url('/sites/all/themes/trails/images/arrow_title.png') right no-repeat;
  height: 25px;
  width: 116px;
  padding-left: 13px;
  padding-right: 17px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.node-type-island-maps .block_weather .title{
  font-family: 'droid_sansbold';
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
}

.node-type-island-maps .block_weather .weather_tomorrow .title{padding-left: 5px;}
.node-type-island-maps .block_weather .data_rigth{margin-bottom: 25px;}
.node-type-island-maps #block-azores-trails-weather{margin-bottom: 70px;}

/* Choose your Country*/
#choose_country .title_country{
  font-family: 'droid_sansregular';
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 180px;
  height: 30px;
  background-color: #847F2A;
  padding-top: 2px;
}
#choose_country a .flag{
  width: 120px;
  height:20px;
  margin-top: 11px;
  margin-bottom: 20px;
  margin-left: 11px;
  margin-right: 11px;
  text-decoration: none;
  color: #575756;
}
#choose_country a:hover,
#choose_country a:active,
#choose_country a:focus {text-decoration: none;}
#choose_country .flag_left {width: 120px; float: left; margin-top: 6px;
}
#choose_country .flag_center {width: 120px; float: left; margin-left: 6px; margin-top: 6px;
}
#choose_country .flag_right {width: 120px; float: left; margin-top: 6px;}
#choose_country .flag_right .flag{margin-left: 15px;}

#choose_country .flag .icone{float: left; margin-right: 10px;}
#choose_country .flag .name{
  font-family: 'droid_sansregular';
  font-size: 12px;
  color: #575756;
  padding-top: 3px;
}
#colorbox{width: 415px; height: 320px;}

#cboxClose { top: 1px;
background: url('/sites/all/themes/trails/images/close_country.png') no-repeat;
width: 25px;
height: 25px;
}
#cboxClose:hover {background-position: 0px 0px;}
#cboxWrapper{height: 319px !important;}

/*BANNERS*/
.sidebar #block-views-banner-static-block,
.sidebar #block-views-banner-dynamic-block,
.sidebar #block-views-banner-static-homepage-block,
.sidebar #block-views-banner-dynamic-homepage-block {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  background-color: white;
  margin-top: 10px !important;
}

.sidebar #block-views-banner-static-block img,
.sidebar #block-views-banner-dynamic-block img,
.sidebar #block-views-banner-static-homepage-block img,
.sidebar #block-views-banner-dynamic-homepage-block img {
  max-width: 100%;
}

/* SSO LOGIN BLOCK */

.region-header .block .links li {
  font-size: 0.857rem;
  line-height: 1.6rem;
  font-family: droid_sansbold, sans-serif;
  text-align: center;
  padding: 0 10px;
}

#sso-login-wrapper form input.form-submit {
  margin: 0 0.6em 0 0 !important;
}

#sso-login-wrapper p {
  color: white;
}

/* Styles for the alert message block */
.alert-message-block-text {
  text-transform: uppercase;
  background-color: #fef5f1;
  color: #8c2e0b;
  border: 1px solid #ed541d;
  padding: 10px !important;
  font-weight: bold;
  text-align: center;
}
.alert-message-block-text p {
  display: inline;
}
