@import url(vendor/normalize.css);
@import url(vendor/flexslider.css);
@import url(vendor/chosen.css);
/* line 1, c:/Sites/marinas/source/stylesheets/vendor/bitters/extends/_button.scss */
button,
input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477dca), color-stop(100%, #2760b2));
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  font-size: 1em; }
  /* line 79, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #628cc8;
    cursor: pointer;
    background-color: #3c71bb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
    background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
    background-image: linear-gradient(#3c71bb, #255aa5); }
  /* line 95, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled) {
    border: 1px solid #2459a6;
    box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee; }
  /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

/* line 1, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

/* line 9, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

/* line 16, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h1 {
  font-size: 2.25em; }

/* line 20, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h2 {
  font-size: 2em; }

/* line 24, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h3 {
  font-size: 1.75em; }

/* line 28, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h4 {
  font-size: 1.5em; }

/* line 32, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h5 {
  font-size: 1.25em; }

/* line 36, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
h6 {
  font-size: 1em; }

/* line 40, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
p {
  margin: 0 0 0.75em; }

/* line 44, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
a {
  color: #477dca;
  text-decoration: none;
  /*-webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; */}
  /* line 49, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
  a:hover {
    color: #aaa; }
  /* line 53, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
  a:active, a:focus {
    color: #aaa;
    outline: none; }

/* line 59, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 67, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
img {
  margin: 0;
  max-width: 100%; }

/* line 72, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

/* line 77, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
address {
  display: block;
  margin: 0 0 0.75em; }

/* line 82, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
hgroup {
  margin-bottom: 0.75em; }

/* line 86, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
del {
  color: #595959; }

/* line 90, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

/* line 97, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
cite {
  color: #737373;
  font-style: italic; }
  /* line 101, c:/Sites/marinas/source/stylesheets/vendor/bitters/_typography.scss */
  cite:before {
    content: '\2014 \00A0'; }

/* line 10, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

/* line 19, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

/* line 25, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  /* line 29, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
  label.required:after {
    content: "*"; }
  /* line 33, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
  label abbr {
    display: none; }

/* line 39, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%; }
  /* line 53, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
    border-color: #c4c4c4; }
  /* line 57, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

/* line 64, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 68, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 73, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
input[type="file"] {
  width: 100%; }

/* line 77, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
select {
  width: auto;
  margin-bottom: 1.5em; }

/* line 83, c:/Sites/marinas/source/stylesheets/vendor/bitters/_forms.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* line 1, c:/Sites/marinas/source/stylesheets/vendor/bitters/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

/* line 8, c:/Sites/marinas/source/stylesheets/vendor/bitters/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

/* line 15, c:/Sites/marinas/source/stylesheets/vendor/bitters/_tables.scss */
td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

/* line 20, c:/Sites/marinas/source/stylesheets/vendor/bitters/_tables.scss */
tr, td, th {
  vertical-align: middle; }

/* line 1, c:/Sites/marinas/source/stylesheets/vendor/bitters/_lists.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
/* line 19, c:/Sites/marinas/source/stylesheets/vendor/bitters/_lists.scss */
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  /* line 23, c:/Sites/marinas/source/stylesheets/vendor/bitters/_lists.scss */
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  /* line 28, c:/Sites/marinas/source/stylesheets/vendor/bitters/_lists.scss */
  dl dd {
    margin: 0; }

/* line 1, c:/Sites/marinas/source/stylesheets/vendor/bitters/_flashes.scss */
.error, #flash_failure {
  background: #fbe3e4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  /* line 8, c:/Sites/marinas/source/stylesheets/vendor/bitters/mixins/_flash.scss */
  .error a, #flash_failure a {
    color: #6a0f13; }
    /* line 11, c:/Sites/marinas/source/stylesheets/vendor/bitters/mixins/_flash.scss */
    .error a:hover, #flash_failure a:hover {
      color: #110203; }

/* line 5, c:/Sites/marinas/source/stylesheets/vendor/bitters/_flashes.scss */
.notice, #flash_notice {
  background: #fff6bf;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  /* line 8, c:/Sites/marinas/source/stylesheets/vendor/bitters/mixins/_flash.scss */
  .notice a, #flash_notice a {
    color: #594c00; }
    /* line 11, c:/Sites/marinas/source/stylesheets/vendor/bitters/mixins/_flash.scss */
    .notice a:hover, #flash_notice a:hover {
      color: black; }

/* line 9, c:/Sites/marinas/source/stylesheets/vendor/bitters/_flashes.scss */
.success, #flash_success {
  background: #e6efc2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  /* line 8, c:/Sites/marinas/source/stylesheets/vendor/bitters/mixins/_flash.scss */
  .success a, #flash_success a {
    color: #333c10; }
    /* line 11, c:/Sites/marinas/source/stylesheets/vendor/bitters/mixins/_flash.scss */
    .success a:hover, #flash_success a:hover {
      color: black; }

/* Desktops and laptops ----------- */
/* line 2, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?j3jd3w");
  src: url("../fonts/icomoon.eot?#iefixj3jd3w") format("embedded-opentype"), url("../fonts/icomoon.woff?j3jd3w") format("woff"), url("../fonts/icomoon.ttf?j3jd3w") format("truetype"), url("../fonts/icomoon.svg?j3jd3w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, c:/Sites/marinas/source/stylesheets/base/_global.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-facebook:before {
  content: "\e601"; }

/* line 29, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-vimeo:before {
  content: "\e600"; }

/* line 32, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-phone:before {
  content: "\e609"; }

/* line 35, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-loop:before {
  content: "\e608"; }

/* line 38, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-twitter:before {
  content: "\f099"; }

/* line 41, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-youtube:before {
  content: "\f167"; }

/* line 44, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-skype:before {
  content: "\f17e"; }

/* line 47, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-arrow-left2:before {
  content: "\e603"; }

/* line 50, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-arrow-left:before {
  content: "\e602"; }

/* line 53, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-arrow-down:before {
  content: "\e604"; }

/* line 56, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-arrow-up:before {
  content: "\e605"; }

/* line 59, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-video:before {
  content: "\e606"; }

/* line 62, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-search:before {
  content: "\e607"; }

 .icon-instagram:before {
    content: "\e900"; }

.icon-linkedin:before {
    content: "\e901"; }

/* line 68, c:/Sites/marinas/source/stylesheets/base/_global.scss */
body {
  color: #464646;
  -webkit-font-smoothing: antialiased; }

/* line 73, c:/Sites/marinas/source/stylesheets/base/_global.scss */
body, h1, h2, h3, h4, h5, h6, input, textarea, select, label {
  font-family: "Open Sans", sans-serif; }

/* line 77, c:/Sites/marinas/source/stylesheets/base/_global.scss */
h1, h2, h3, h4, h5 {
  font-weight: 400; }

/* line 81, c:/Sites/marinas/source/stylesheets/base/_global.scss */
h2 {
  font-size: 1.5625em;
  line-height: 35px;
  color: #14469c;
  text-transform: uppercase; }

/* line 88, c:/Sites/marinas/source/stylesheets/base/_global.scss */
section {
  padding: 0 13px; }
  @media (min-width: 768px) {
    /* line 88, c:/Sites/marinas/source/stylesheets/base/_global.scss */
    section {
      padding: 0 23px; } }
  @media (min-width: 1024px) {
    /* line 88, c:/Sites/marinas/source/stylesheets/base/_global.scss */
    section {
      padding: 0; } }

/* line 100, c:/Sites/marinas/source/stylesheets/base/_global.scss */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  resize: none;
  font-family: "Open Sans", sans-serif; }

/* line 105, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.container {
  position: relative; }

/* line 109, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.btn-more {
  background: #ffeb10;
  font-size: 0.75em;
  display: inline-block;
  padding: 2px 10px 1px;
  text-transform: uppercase; }
  /* line 116, c:/Sites/marinas/source/stylesheets/base/_global.scss */
  .btn-more i {
    position: relative;
    top: 1px;
    margin-left: 5px; }
  /* line 122, c:/Sites/marinas/source/stylesheets/base/_global.scss */
  .btn-more:hover {
    background: #253044;
    color: white; }

/* line 128, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.icon-plus {
  background: url(../images/plus.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  margin: 0px 0 0 10px;
  display: inline-block;
  position: relative;
  top: 4px; }

@media (min-width: 768px) {
  /* line 137, c:/Sites/marinas/source/stylesheets/base/_global.scss */
  .nomargin {
    margin-bottom: 0 !important; } }

/* line 143, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.flexslider {
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none; }

/* line 152, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.mobile-hide {
  display: none; }
  @media (min-width: 768px) {
    /* line 152, c:/Sites/marinas/source/stylesheets/base/_global.scss */
    .mobile-hide {
      display: block; } }

/* line 160, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.banner-link {
  background: #14469c;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 0.9375em;
  color: white;
  padding: 0 15px;
  margin: 15px 0; }

/* line 171, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.btn {
  font-size: 0.9375em;
  background: #14469c;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: white;
  padding: 0 12px; }

/* line 181, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.title-page {
  font-size: 2.5em;
  font-weight: 300;
  margin: 140px 0 30px; }
  @media (min-width: 600px) {
    /* line 181, c:/Sites/marinas/source/stylesheets/base/_global.scss */
    .title-page {
      margin: 90px 0 30px; } }

/* line 191, c:/Sites/marinas/source/stylesheets/base/_global.scss */
.section-title {
  position: relative;
  height: 163px;
  width: auto;
  background: #00aeef;
  color: white;
  top: 0;
  left: 0;
  z-index: 1; }
  /* line 201, c:/Sites/marinas/source/stylesheets/base/_global.scss */
  .section-title span {
    background: url(../images/flagwhite.png) no-repeat 0 0;
    width: 19px;
    height: 12px;
    display: block;
    float: left;
    margin: 13px 20px 0 0; }
  /* line 209, c:/Sites/marinas/source/stylesheets/base/_global.scss */
  .section-title h2 {
    font-size: 2.0625em;
    color: white;
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
    font-weight: 300;
    width: 100%; }
  @media (min-width: 1024px) {
    /* line 191, c:/Sites/marinas/source/stylesheets/base/_global.scss */
    .section-title {
      width: 447px;
      position: absolute; } }

/* line 1, c:/Sites/marinas/source/stylesheets/base/_grid.scss */
.container {
  *zoom: 1;
  max-width: 60.875em;
  margin-left: auto;
  margin-right: auto; }
  /* line 18, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
  .container:before, .container:after {
    content: " ";
    display: table; }
  /* line 23, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
  .container:after {
    clear: both; }

/* line 1, c:/Sites/marinas/source/stylesheets/base/_form.scss */
textarea {
  resize: none; }

/* line 7, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue input, .form-blue textarea, .form-blue .chosen-container {
  border: #5c7cb3 solid 1px;
  background: transparent;
  border-radius: 1px; }
/* line 13, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue textarea {
  height: 101px; }
/* line 17, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue label {
  font-size: 12px;
  font-weight: 400; }
/* line 22, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue input, .form-blue select, .form-blue textarea, .form-blue .chosen-container {
  font-size: 0.8125em;
  padding: 5px 8px 6px; }
/* line 27, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue ::-webkit-input-placeholder {
  color: white; }
/* line 31, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue :-moz-placeholder {
  /* Firefox 18- */
  color: white; }
/* line 35, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue ::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }
/* line 39, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue :-ms-input-placeholder {
  color: white; }
/* line 43, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue .placeholdersjs {
  color: white; }
/* line 47, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.form-blue button {
  background: none;
  font-weight: 400;
  color: #00aeef;
  border: none;
  box-shadow: none;
  padding: 0; }
  /* line 55, c:/Sites/marinas/source/stylesheets/base/_form.scss */
  .form-blue button:hover {
    background: none;
    box-shadow: none;
    color: white; }

/* line 64, c:/Sites/marinas/source/stylesheets/base/_form.scss */
header .chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  box-shadow: none; }
/* line 71, c:/Sites/marinas/source/stylesheets/base/_form.scss */
header .chosen-container-single .chosen-single div {
  top: 2px;
  right: 5px; }
/* line 77, c:/Sites/marinas/source/stylesheets/base/_form.scss */
header .chosen-container-single .chosen-drop {
  background: #14469c;
  border-radius: 0;
  border-top: #eee solid 1px; }
/* line 85, c:/Sites/marinas/source/stylesheets/base/_form.scss */
header .chosen-container-single .chosen-results li {
  color: white;
  font-size: 12px;
  text-align: left; }

/* line 95, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.chosen-container .chosen-single,
.chosen-container-active .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  height: 18px;
  padding: 0; }
  /* line 103, c:/Sites/marinas/source/stylesheets/base/_form.scss */
  .chosen-container .chosen-single span,
  .chosen-container-active .chosen-single span {
    line-height: 18px; }

/* line 111, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.reservation .chosen-container .chosen-single,
.reservation .chosen-container-active .chosen-single,
.reservation .chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  height: 18px;
  padding: 0; }
  /* line 119, c:/Sites/marinas/source/stylesheets/base/_form.scss */
  .reservation .chosen-container .chosen-single span,
  .reservation .chosen-container-active .chosen-single span,
  .reservation .chosen-container-active.chosen-with-drop .chosen-single span {
    line-height: 18px; }

/* line 125, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.chosen-container-single .chosen-single div b {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  position: relative;
  top: 2px;
  right: 0px; }
  /* line 140, c:/Sites/marinas/source/stylesheets/base/_form.scss */
  .chosen-container-single .chosen-single div b:before {
    content: "\e604"; }

/* line 145, c:/Sites/marinas/source/stylesheets/base/_form.scss */
.chosen-results li {
  color: #14469c; }

/* line 1, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
header.navigation {
  background-color: #14469c;
  width: 100%;
  z-index: 999; }
  /* line 15, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation .menu-wrapper {
    *zoom: 1;
    max-width: 60.875em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000; }
    /* line 18, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
    header.navigation .menu-wrapper:before, header.navigation .menu-wrapper:after {
      content: " ";
      display: table; }
    /* line 23, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
    header.navigation .menu-wrapper:after {
      clear: both; }
  /* line 21, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation .logo {
    float: left;
    padding-left: 1em;
    padding-right: 2em;
    margin: 22px 0 0px; }
    @media (min-width: 768px) {
      /* line 21, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .logo {
        margin: 5px 0 0; } }
    /* line 31, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
    header.navigation .logo img {
      padding: .8em 0; }
  /* line 35, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation .submenu {
    background: #00aeef;
    position: absolute;
    z-index: 11;
    width: 100%; }
    /* line 41, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
    header.navigation .submenu ul {
      width: 1044px;
      margin: 0 auto;
      padding: 25px 0;
      display: none;
      overflow: hidden; }
      @media (min-width: 768px) {
        /* line 48, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
        header.navigation .submenu ul.active {
          display: block; } }
      /* line 54, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .submenu ul li {
        float: left;
        border-right: rgba(255, 255, 255, 0.3) solid 1px;
        padding: 10px 20px 0;
        margin-bottom: 24px; }
        /* line 60, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
        header.navigation .submenu ul li.noborder {
          border: none; }
      /* line 65, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .submenu ul a {
        padding: 0;
        line-height: 22px;
        border: none; }
        /* line 70, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
        header.navigation .submenu ul a:hover {
          border: none;
          color: #14469c; }
      /* line 76, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .submenu ul .icon-arrow-left {
        float: right;
        font-size: 20px;
        position: relative;
        top: 2px;
        right: 4px; }
      /* line 84, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .submenu ul .submenu-title {
        display: block;
        text-align: left;
        font-size: 1.53846em;
        font-weight: 300;
        margin-bottom: 10px; }
      /* line 92, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .submenu ul img {
        display: block; }
  /* line 98, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation .navigation-menu-button {
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding-right: 1em;
    text-transform: uppercase;
    position: absolute;
    right: 13px;
    top: 65px;
    width: 18px;
    padding: 2px; }
    @media (min-width: 768px) {
      /* line 98, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .navigation-menu-button {
        display: none; } }
    /* line 118, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
    header.navigation .navigation-menu-button:hover {
      color: rgba(255, 255, 255, 0.7); }
  /* line 123, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation .menu-line {
    border-top: white solid 1px;
    height: 5px;
    display: block;
    width: 14px; }
  /* line 130, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation #lang {
    height: 26px;
    width: 96px; }
  /* line 135, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation .lang {
    float: right;
    margin: 13px; }
    /* line 139, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
    header.navigation .lang a {
      font-size: 0.92308em;
      color: #fff;
      border: #fff solid 1px;
      display: block;
      padding: 4px 10px;
      position: relative;
      border-radius: 0;
      height: 26px; }
    /* line 150, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
    header.navigation .lang .icon-arrow-down {
      position: absolute;
      right: 5px;
      top: 7px; }
    @media (min-width: 768px) {
      /* line 135, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation .lang {
        margin: 33px 13px 0 9px;
        border-left: white solid 1px;
        padding-left: 14px; } }
  /*@media screen and (min-width: 1024px) {*/
    /*header.navigation .nav {
      float: right; } }*/
  header.navigation ul#navigation-menu {
    clear: both;
    -webkit-transform-style: preserve-3d;
    display: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 15px;
    width: 100%;
    z-index: 9999;
    border-top: #2352a2 solid 1px; }
    @media (min-width: 768px) {
      /* line 169, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation ul#navigation-menu {
        display: inline;
        margin: 0;
        padding: 0;
        border: none; } }
  /* line 188, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
  header.navigation ul li {
    background: #14469c;
    display: block;
    overflow: hidden;
    padding-right: .8em;
    text-align: center;
    width: 100%;
    z-index: 9999;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      /* line 188, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation ul li {
        background: transparent;
        display: inline;
        padding-right: 15px;
        text-decoration: none;
        width: auto; } }
    /* line 206, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
    header.navigation ul li a {
      color: white;
      font-size: 0.8125em;
      border-bottom: solid 7px transparent;
      display: inline-block; }
      /* line 212, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation ul li a:hover {
        color: rgba(255, 255, 255, 0.7);
        border-bottom: #00aeef solid 7px; }
      /* line 217, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
      header.navigation ul li a.active {
        border-bottom: #fff solid 7px; }
      @media (min-width: 768px) {
        /* line 206, c:/Sites/marinas/source/stylesheets/partials/_header.scss */
        header.navigation ul li a {
          line-height: 55px;
          padding-top: 20px; } }

/* line 2, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
.foot-banner {
  height: auto; /* 90px;*/
  background: #14469c; }
  /* line 6, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .foot-banner ul {
    text-align: center; }
  /* line 9, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .foot-banner li {
    display: inline-block;
    padding: 25px 10px 0;
    width: 23%; }
  @media (min-width: 600px) {
    /* line 2, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .foot-banner {
      height: 127px; }
      /* line 18, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .foot-banner li {
        padding: 28px 23px 0;
        width: auto; } }
  @media (min-width: 768px) {
    /* line 25, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .foot-banner li {
      padding: 28px 50px 0; } }

/* line 31, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
.colophon {
  min-height: 288px;
  background: #152136;
  color: white;
  padding: 40px 13px 0; }
  /* line 37, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .flag {
    width: 42px;
    height: 29px;
    background: url(../images/flag.png);
    display: inline-block;
    float: left;
    margin: -5px 10px 0 0; }
  /* line 45, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .col1 {
    width: 310px;
    float: left;
    margin-right: 45px; }
  /* line 51, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .col2 {
    width: 290px;
    float: left;
    margin-right: 60px; }
    /* line 56, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon .col2 .link-text {
      text-align: right;
      line-height: 15px;
      margin-bottom: 18px; }
      /* line 61, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .colophon .col2 .link-text a {
        font-size: 0.8125em;
        line-height: 15px;
        font-style: italic;
        color: #00aeef; }
        /* line 67, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
        .colophon .col2 .link-text a:hover {
          color: white; }
      /* line 72, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .colophon .col2 .link-text i {
        top: 2px;
        position: relative;
        margin-left: 18px; }
  /* line 81, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon form h4 {
    margin-bottom: 15px; }
  /* line 85, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon form .ftext {
    font-size: 0.75em; }
  /* line 89, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon form .fsubmit {
    font-size: 0.8125em;
    color: #00aeef;
    float: right;
    font-style: italic; }
    /* line 95, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon form .fsubmit i {
      position: relative;
      top: 2px;
      margin-left: 11px; }
    /* line 101, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon form .fsubmit:hover {
      color: white;
      cursor: pointer; }
  /* line 108, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .col3 {
    width: 255px;
    float: left; }
  @media (min-width: 768px) {
    /* line 113, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon .col4 {
      float: left;
      margin-left: 99px; } }
  @media (min-width: 1024px) {
    /* line 113, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon .col4 {
      margin-left: 0; } }
  /* line 124, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon h4 {
    font-size: 0.875em;
    color: #00aeef;
    margin-bottom: 20px;
    clear: both; }
  /* line 131, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon h5 {
    font-size: 0.8125em;
    font-style: italic;
    color: #00aeef;
    margin-bottom: 10px; }
  /* line 138, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon p {
    font-size: 0.75em;
    line-height: 15px;
    margin-bottom: 18px; }
  /* line 144, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .address {
    float: left; }
  /* line 148, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .phone {
    float: right; }
  /* line 152, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .colophon .follow {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-top: -8px; }
    /* line 158, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon .follow .subtitle {
      margin-bottom: 15px; }
    /* line 162, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon .follow li {
      float: left;
      margin-right: 18px; }
    /* line 167, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon .follow a {
      color: #b3b3b3;
      text-align: center;
      font-size: 20px; }
      /* line 172, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .colophon .follow a span {
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        display: none; }
  @media (min-width: 768px) {
    /* line 31, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .colophon {
      padding: 58px 23px 30px; }
      /* line 182, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .colophon .follow {
        padding: 0;
        margin-top: 0; } }

/* line 189, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
.copy {
  background: white;
  padding: 15px 13px;
  line-height: 15px; }
  /* line 194, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .copy .reg {
    font-size: 0.8125em;
    color: #464646;
    padding-bottom: 7px; }
    /* line 199, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .copy .reg a {
      color: #464646; }
  /* line 204, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
  .copy .by {
    font-size: 0.75em; }
    /* line 207, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .copy .by a {
      color: #393939; }
  @media (min-width: 768px) {
    /* line 189, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
    .copy {
      padding: 22px 23px 0;
      height: 60px; }
      /* line 216, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .copy .reg {
        float: left; }
      /* line 220, c:/Sites/marinas/source/stylesheets/partials/_footer.scss */
      .copy .by {
        float: right; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
.slider {
  padding: 0; }
  /* line 6, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
  .slider .flexslider .container {
    position: static; }
  /* line 10, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
  .slider .flexslider .flex-next, .slider .flexslider .flex-prev {
    opacity: 1;
    display: none; }
    @media (min-width: 768px) {
      /* line 10, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
      .slider .flexslider .flex-next, .slider .flexslider .flex-prev {
        display: block; } }
  /* line 21, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
  .slider .flex-viewport li {
    position: relative; }
  /* line 25, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
  .slider .flex-viewport .caption {
    position: absolute;
    padding: 15px 20px;
    top: 0; }
    /* line 30, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
    .slider .flex-viewport .caption h2 {
      font-size: 2.5em;
      line-height: 58px;
      font-weight: 600;
      color: white; }
      @media (min-width: 768px) {
        /* line 30, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
        .slider .flex-viewport .caption h2 {
          font-size: 3.25em; } }
    /* line 45, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
    .slider .flex-viewport .caption p {
      font-size: 1.8125em;
      line-height: 35px;
      font-weight: 300;
      color: white; }
  /* line 53, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
  .slider .flex-viewport img {
    height: 270px; }
  @media (min-width: 768px) {
    /* line 58, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
    .slider .flex-viewport .caption {
      right: 0;
      top: auto;
      bottom: 65px;
      width: 420px; }
      /* line 64, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
      .slider .flex-viewport .caption.left {
        right: auto;
        left: 100px; }
      .slider .flex-viewport .caption.right {
        left: auto;
        right: 100px;
      }
    /* line 70, c:/Sites/marinas/source/stylesheets/modules/_slider.scss */
    .slider .flex-viewport img {
      height: auto; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
.below-banner {
  background: url("../images/pt-belowbanner.gif") repeat center top;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0; }
  /* line 7, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner ul {
    text-align: center; }
  /* line 11, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner li {
    display: inline-block;
    text-align: center;
    padding: 54px 20px 0;
    vertical-align: top; }
  /* line 18, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner a {
    color: #00aeef;
    font-size: 1.0625em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px; }
  /* line 26, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner p {
    font-size: 0.75em;
    color: white;
    line-height: 20px; }
  /* line 32, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner .flags {
    width: 40px;
    height: 30px;
    background: url(../images/flag1.png) no-repeat 0 0;
    margin: 0 auto 20px; }
  /* line 39, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner .banner1 a {
    color: white; }
  /* line 46, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner .banner2 .flags {
    background: url(../images/flag2.png) no-repeat 0 0; }
  /* line 53, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
  .below-banner .banner3 .flags {
    background: url(../images/flag3.png) no-repeat 0 0; }
  @media (min-width: 768px) {
    /* line 1, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
    .below-banner {
      padding-bottom: 0;
      height: 227px; }
      /* line 62, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
      .below-banner li {
        width: 32%; }
      /* line 66, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
      .below-banner a {
        font-size: 1.3125em; }
      /* line 70, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
      .below-banner p {
        font-size: 0.9375em; } }
  @media (min-width: 1024px) {
    /* line 76, c:/Sites/marinas/source/stylesheets/modules/_below-banner.scss */
    .below-banner li {
      width: 33%; } }

/* line 2, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.carousel li {
  float: left;
  display: block;
  margin: 0 20px 0 0; }
/* line 8, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.carousel .thumb {
  display: block;
  position: relative;
  margin-bottom: 15px; }
/* line 14, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.carousel img {
  display: block; }
/* line 18, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.carousel h3 {
  background: rgba(0, 174, 239, 0.8);
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px; }
/* line 30, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.carousel p {
  color: #14469c;
  font-size: 0.9375em;
  line-height: 20px;
  margin-bottom: 25px; }
/* line 37, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.carousel .more {
  background: #ffeb10;
  font-size: 0.75em;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase; }
@media (min-width: 768px) {
  /* line 46, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
  .carousel h3 {
    font-size: 1.3125em;
    padding: 20px; } }

/* line 53, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
.the-marinas {
  padding: 25px 45px 45px; }
  /* line 56, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
  .the-marinas h2 {
    margin-bottom: 23px; }
  @media (min-width: 768px) {
    /* line 53, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
    .the-marinas {
      padding: 35px 65px 45px; } }
  /* line 65, c:/Sites/marinas/source/stylesheets/modules/_the-marinas.scss */
  .the-marinas .flex-direction-nav a {
    top: 32%; }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
.news {
  background: #00aeef;
  padding: 30px 20px; }
  /* line 5, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
  .news h2 {
    border-bottom: #14469c solid 1px;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  /* line 11, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
  .news ul {
    margin-left: -20px; }
  /* line 15, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
  .news li {
    margin-left: 20px;
    margin-bottom: 25px; }
  /* line 20, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
  .news .date {
    color: white;
    font-size: 0.75em;
    line-height: 16px;
    float: left; }
    /* line 26, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news .date span {
      display: block;
      color: #14469c;
      font-size: 4.33333em;
      line-height: 62px;
      font-weight: 300; }
  /* line 35, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
  .news .article {
    margin-left: 67px; }
    /* line 38, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news .article img {
      display: none; }
    /* line 42, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news .article h3 {
      font-size: 0.875em;
      line-height: 20px;
      color: #14469c;
      font-weight: 600; }
    /* line 49, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news .article p {
      display: none; }
    /* line 53, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news .article .more {
      font-size: 0.8125em;
      color: #14469c; }
      /* line 57, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
      .news .article .more i {
        position: relative;
        top: 1px;
        margin-left: 5px; }
    @media (min-width: 768px) {
      /* line 65, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
      .news .article img {
        float: left;
        display: block;
        box-shadow: 0 11px 17px -7px rgba(0, 0, 0, 0.5); }
      /* line 71, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
      .news .article p {
        font-size: 0.75em;
        line-height: 16px;
        color: white; }
      /* line 77, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
      .news .article div {
        margin-left: 152px; } }
  @media (min-width: 768px) {
    /* line 1, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news {
      padding: 30px 25px; }
      /* line 86, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
      .news ul {
        width: 980px; }
      /* line 90, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
      .news li {
        width: 35.9%;
        float: left;
        height: 190px;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    /* line 99, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news li {
      width: 47.9%; }
    /* line 104, c:/Sites/marinas/source/stylesheets/modules/_news.scss */
    .news .article p {
      display: block; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
.destiny {
  padding: 45px 13px 35px; }
  /* line 4, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
  .destiny h2 {
    border-bottom: #14469c solid 1px;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  /* line 10, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
  .destiny ul {
    margin-left: -28px; }
  /* line 14, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
  .destiny li {
    margin-left: 28px;
    margin-bottom: 25px; }
  /* line 19, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
  .destiny img {
    width: 100%; }
  /* line 23, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
  .destiny h3 {
    font-size: 0.75em;
    color: #14469c; }
  /* line 27, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
  .destiny .view-more {
    text-align: right; }
  @media (min-width: 768px) {
    /* line 1, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
    .destiny {
      padding: 45px 25px 35px; }
      /* line 34, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
      .destiny li {
        width: 219px;
        float: left;
        height: 190px;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    /* line 43, c:/Sites/marinas/source/stylesheets/modules/_destiny.scss */
    .destiny ul {
      width: 988px; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.img {
  background: url(../images/bg-marinas.jpg) no-repeat center top; }
  /* line 4, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .img .container {
    position: relative;
    height: 453px; }
  /* line 9, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .img .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    color: #14469c;
    padding: 0 30px; }
    /* line 17, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .img .title h2 {
      font-size: 2.8125em;
      font-weight: 300;
      display: inline-block;
      line-height: 75px;
      margin-right: 20px; }
    /* line 24, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .img .title h3 {
      font-size: 1.5625em;
      font-weight: 300;
      display: inline-block;
      line-height: 75px;
      vertical-align: top; }

/* line 36, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .container {
  position: relative; }
/* line 40, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .sidebar {
  padding-top: 50px; }
  @media (min-width: 1024px) {
    /* line 40, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .sidebar {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%;
      padding-right: 48px;
      padding-top: 0; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .marinas-page .sidebar:last-child {
        margin-right: 0; } }
@media (min-width: 1024px) {
  /* line 50, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .content {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 66.02147%; }
    /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
    .marinas-page .content:last-child {
      margin-right: 0; } }
/* line 56, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page section {
  position: relative;
  background: #f1f1f1; }
  /* line 60, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page section .title {
    font-size: 1.25em;
    line-height: 20px;
    color: #14469c;
    margin: 0 0 10px; }
  /* line 67, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page section p {
    font-size: 0.8125em;
    color: #464646;
    line-height: 16px; }
  @media (min-width: 1024px) {
    /* line 74, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page section .title {
      margin: 70px 0 30px; } }
/* line 80, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .submenu {
  text-align: right;
  overflow: hidden;
  margin-bottom: 10px; }
  /* line 85, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .submenu ul {
    width: 256px;
    padding: 10px 0; }
  /* line 90, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .submenu li {
    padding: 10px 0; }
  /* line 94, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .submenu a {
    font-size: 1.6875em;
    font-weight: 300;
    color: #00aeef; }
    /* line 99, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .submenu a:hover {
      color: #14469c; }
  @media (min-width: 1024px) {
    /* line 80, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .submenu {
      min-height: 408px; } }
/* line 109, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .more-info {
  text-align: right;
  margin-bottom: 50px; }
  /* line 113, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .more-info a:hover {
    color: white; }
  /* line 117, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .more-info .title {
    background: #00aeef;
    height: 50px;
    line-height: 50px;
    font-size: 0.9375em;
    color: white;
    padding: 0 15px;
    margin: 0 0 7px; }
/* line 130, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .content .front {
  position: relative;
  padding: 0 0 30px;
  overflow: hidden; }
/* line 136, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .content img {
  display: block;
  float: right; }
/* line 142, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .about {
  padding-bottom: 60px;
  overflow: hidden; }
  /* line 146, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .about .container {
    padding-top: 65px; }
  /* line 150, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .about .section-title {
    right: 0;
    left: auto; }
  @media (min-width: 1024px) {
    /* line 156, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .about .section-title {
      top: 322px; } }
/* line 164, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location #map {
  height: 515px; }
/* line 168, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .video {
  width: 196px;
  height: 50px;
  background: #14469c;
  display: block;
  color: white;
  line-height: 50px;
  padding: 0px 12px 0 17px; }
  /* line 176, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .video .icon-video {
    font-size: 26px;
    margin: 0 13px 0 0;
    position: relative;
    top: 6px; }
  /* line 183, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .video .icon-arrow-left {
    float: right;
    font-size: 23px;
    position: relative;
    top: 15px; }
/* line 191, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .live {
  font-style: italic;
  border-left: white solid 1px;
  padding: 2px 14px; }
/* line 197, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .container {
  padding-bottom: 90px; }
/* line 203, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .sidebar .title {
  color: #14469c;
  font-size: 0.9375em;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding-left: 50px;
  background: url(../images/flag.png) no-repeat 0 0; }
  /* line 211, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .sidebar .title span {
    font-size: 0.8125em;
    line-height: 13px;
    display: block; }
@media (min-width: 1024px) {
  /* line 202, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .sidebar {
    margin-top: 188px; } }
/* line 223, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .content {
  margin-right: 0; }
/* line 227, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .section-title {
  left: 0;
  top: 0; }
/* line 233, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .address p {
  font-size: 0.75em; }
/* line 238, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .phone, .marinas-page .location .coords {
  font-weight: 600; }
/* line 242, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .more {
  font-size: 0.75em;
  color: #14469c;
  display: block; }
  /* line 247, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .more i {
    float: right;
    margin: 5px 0 0;
    font-size: 14px; }
/* line 254, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .bottom-info {
  clear: both;
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
  float: left; }
@media (min-width: 1024px) {
  /* line 261, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .location-info {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 66.02147%; }
    /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
    .marinas-page .location .location-info:last-child {
      margin-right: 0; } }
/* line 266, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .location-info h2 {
  font-size: 1.25em;
  margin-bottom: 5px; }
@media (min-width: 1024px) {
  /* line 272, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .location-contact {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 32.04294%; }
    /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
    .marinas-page .location .location-contact:last-child {
      margin-right: 0; } }
/* line 277, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .location-contact .icon-phone {
  margin-right: 15px; }
/* line 281, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .location-contact h2 {
  font-size: 1.0625em;
  font-style: italic;
  color: #00aeef;
  border-bottom: #00aeef solid 1px;
  line-height: 30px;
  margin-bottom: 10px; }
/* line 290, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .location .location-contact .btn {
  display: block;
  margin-top: 20px; }
  /* line 294, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .location-contact .btn i {
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-left: 8px; }
  /* line 301, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .location .location-contact .btn:hover {
    color: white; }
/* line 308, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .structure {
  background: #00aeef url(../images/shadow.png) no-repeat center bottom;
  background-attachment: local;
  color: white;
  padding-bottom: 50px; }
  /* line 313, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .section-title {
    position: relative;
    width: auto;
    height: 133px; }
  /* line 319, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure a, .marinas-page .structure p {
    color: white; }
  /* line 324, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .sidebar h2 {
    height: 74px;
    line-height: 74px;
    background: #14469c;
    text-align: center;
    color: white;
    font-size: 1.375em;
    font-weight: 300; }
  /* line 334, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .sidebar .lavalamp-object {
    background: #14469c; }
  /* line 338, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .sidebar ul {
    background: #3abff1;
    padding: 0 0 25px;
    box-shadow: 0 5px 20px -8px rgba(0, 0, 0, 0.2); }
  /* line 344, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .sidebar li {
    padding: 15px 0 15px 50px; }
  /* line 348, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .sidebar a {
    font-weight: 600; }
    /* line 351, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .structure .sidebar a:hover {
      text-decoration: underline; }
  /* line 359, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .content li {
    margin-bottom: 60px; }
  /* line 363, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .structure .content h3 {
    font-size: 1.25em;
    border-bottom: white solid 1px;
    padding-bottom: 12px;
    margin-bottom: 33px; }
/* line 372, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .type {
  padding: 55px 13px 90px; }
  @media (min-width: 768px) {
    /* line 372, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .type {
      padding: 55px 24px 90px; } }
  @media (min-width: 1024px) {
    /* line 372, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .type {
      padding: 55px 0 90px; } }
  /* line 383, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .type .sidebar {
    padding-top: 0; }
    @media (min-width: 1024px) {
      /* line 383, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
      .marinas-page .type .sidebar {
        padding-top: 50px; } }
  /* line 391, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .type .content {
    padding-left: 10px;
    margin-right: 0; }
  /* line 396, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .type .title {
    margin: 0 0 23px; }
  /* line 400, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .type .bottom-info {
    padding: 50px 13px 25px;
    clear: both; }
    @media (min-width: 768px) {
      /* line 400, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
      .marinas-page .type .bottom-info {
        padding: 50px 24px 25px; } }
    @media (min-width: 1024px) {
      /* line 400, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
      .marinas-page .type .bottom-info {
        padding: 50px 0 25px;
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 66.02147%; }
        /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
        .marinas-page .type .bottom-info:last-child {
          margin-right: 0; } }
  @media (min-width: 1024px) {
    /* line 415, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .type .pic1 {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 66.02147%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .marinas-page .type .pic1:last-child {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    /* line 420, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .type .pic2 {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .marinas-page .type .pic2:last-child {
        margin-right: 0; } }
/* line 427, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .services {
  padding-bottom: 115px; }
  @media (min-width: 1024px) {
    /* line 430, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .content {
      margin-left: 33.97853%; } }
  /* line 436, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services .section-title {
    width: 303px; }
  /* line 444, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services .list-services-link {
    color: #14469c;
    text-transform: uppercase;
    display: block;
    border-bottom: #14469c solid 1px;
    font-size: 1.1875em;
    padding: 5px 10px; }
    /* line 452, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .icon-drop {
      float: right;
      margin: 2px 5px 0 0; 
      position: relative;
      top: -30px;
    }
    /* line 457, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .plus {
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url(../images/plusblue.png) no-repeat; }
    /* line 464, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .list-services-link .less {
      display: inline-block;
      width: 19px;
      height: 1px;
      background: url(../images/plusblue.png) no-repeat 0 center;
      position: relative;
      top: -6px; }
  /* line 474, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services .list-details {
    display: none; }
  /* line 479, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services li.active .list-details {
    display: block; }
  /* line 483, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services li.active .plus {
    display: inline-block;
    width: 19px;
    height: 1px;
    background: url(../images/plusblue.png) no-repeat 0 center;
    position: relative;
    top: -8px; }
  /* line 493, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services .list-items {
    padding: 5px 0 30px; }
    /* line 496, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .list-items li {
      line-height: 20px; }
  /* line 501, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services .list-items-link {
    font-size: 0.9375em;
    color: #464646; }
    /* line 505, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .list-items-link:hover, .marinas-page .services .list-items-link.active {
      color: #14469c; }
  /* line 510, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services .detail {
    border-bottom: #14469c solid 1px;
    padding-bottom: 15px;
    display: none; }
    /* line 515, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .services .detail.active {
      display: block; }
  /* line 520, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .services p {
    font-size: 0.9375em;
    line-height: 18px; }
/* line 526, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .equipe {
  padding-bottom: 120px; }
  /* line 529, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .equipe .section-title {
    position: relative;
    float: right;
    margin-bottom: 25px; }
  /* line 535, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .equipe h3 {
    font-size: 1.25em;
    margin-bottom: 10px; }
  @media (min-width: 1024px) {
    /* line 540, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .equipe .staff {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 66.02147%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .marinas-page .equipe .staff:last-child {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    /* line 547, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .equipe .gerencial {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .marinas-page .equipe .gerencial:last-child {
        margin-right: 0; } }
  /* line 554, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .equipe .caption {
    font-size: 0.75em;
    margin-bottom: 10px; }
/* line 560, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.marinas-page .gallery {
  padding-bottom: 70px; }
  /* line 563, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .gallery .section-title h2 {
    font-size: 32px; }
  /* line 567, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .gallery .flex-control-nav {
    display: none; }
  /* line 571, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
  .marinas-page .gallery .btn {
    width: 196px;
    position: relative;
    /*left: 460px;*/
    margin-bottom: 43px;
    font-style: italic;
    padding: 0 14px 0 20px; }
    /* line 579, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .gallery .btn i {
      float: right;
      position: relative;
      top: 13px;
      font-size: 24px; }
    /* line 586, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
    .marinas-page .gallery .btn:hover, .marinas-page .gallery .btn:visited {
      color: white; }

@media only screen and (min-width: 1024px) {

  .marinas-page .gallery .gallery-header {
    overflow: hidden;
    margin-bottom: -70px;
  }

    .marinas-page .gallery .gallery-header .section-title {
      float: left;
      position: relative;
      width: auto;
    }

    .marinas-page .gallery .gallery-header .section-title h2 {
      position: relative;
      margin-top: 68px;
      bottom: initial;
    }

    .marinas-page .gallery .gallery-header .btn {
      float: left;
      left: initial;
      margin-left: 15px;
    }

}


/* line 595, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.has-js .label_radio {
  background: url(radio-off.png) no-repeat; }

/* line 596, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.has-js .label_check {
  background: url(../images/check-off.gif) no-repeat right 1px; }

/* line 597, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.has-js label.c_on {
  background: url(../images/check-on.gif) no-repeat right 1px; }

/* line 598, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.has-js label.r_on {
  background: url(radio-on.png) no-repeat; }

/* line 600, c:/Sites/marinas/source/stylesheets/modules/_img.scss */
.has-js .label_check input,
.has-js .label_radio input {
  position: absolute;
  left: -9999px; }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_destination.scss */
.destination-page {
  padding-bottom: 37px; }
  @media (min-width: 768px) {
    /* line 4, c:/Sites/marinas/source/stylesheets/modules/_destination.scss */
    .destination-page .destination-image, .destination-page .destination-detail {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 49.0322%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .destination-page .destination-image:last-child, .destination-page .destination-detail:last-child {
        margin-right: 0; } }
  /* line 11, c:/Sites/marinas/source/stylesheets/modules/_destination.scss */
  .destination-page .destination-detail h3 {
    font-size: 1.5em;
    line-height: 24px;
    color: #14469c;
    margin-bottom: 24px; }
  /* line 18, c:/Sites/marinas/source/stylesheets/modules/_destination.scss */
  .destination-page .destination-detail p {
    font-size: 0.75em;
    line-height: 16px; }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
.todo {
  background: #00aeef;
  margin-bottom: 45px; }
  /* line 5, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .todo .section-title {
    height: 130px;
    position: relative; }
  /* line 10, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .todo .caption {
    position: static;
    top: 110px;
    color: white;
    padding-bottom: 50px; }
    /* line 16, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .caption .caption-title {
      background: #0ab1f0;
      margin-bottom: 20px; }
      /* line 20, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
      .todo .caption .caption-title span {
        float: left;
        font-size: 2.875em;
        font-weight: 300;
        display: block;
        text-align: center;
        line-height: 90px;
        width: 90px; }
    /* line 31, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .caption h3 {
      margin-left: 90px;
      font-size: 1.25em;
      font-weight: 300;
      background: #29bbf1;
      padding: 21px 20px 18px; }
    /* line 39, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .caption p {
      font-size: 0.8125em;
      line-height: 16px; }
  /* line 45, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .todo .flexslider2 {
    padding: 20px 0; }
  /* line 49, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .todo .flex-control-nav {
    display: none; }
  /* line 53, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .todo .flex-direction-nav {
    position: absolute;
    right: 20px;
    bottom: 45px;
    width: 100px; }
  /* line 60, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .todo .flexslider2 {
    position: relative; }
    /* line 63, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flexslider2 .flex-control-nav {
      bottom: 0px; }
    /* line 69, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flexslider2 .flex-direction-nav a {
      display: block;
      width: 29px;
      height: 59px;
      background: url(../images/arrows.png) no-repeat 0 0;
      text-indent: -99999px;
      color: transparent;
      text-shadow: none; }
    /* line 78, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flexslider2 .flex-direction-nav .flex-prev {
      background-position: -32px 0;
      opacity: 1;
      left: -50px;
      top: -17px; }
    /* line 85, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flexslider2 .flex-direction-nav .flex-next {
      right: 60px;
      opacity: 1;
      top: -17px; }
    /* line 93, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flexslider2:hover .flex-prev {
      left: -50px;
      top: -17px; }
    /* line 98, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flexslider2:hover .flex-next {
      right: 60px;
      top: -17px; }
  @media (min-width: 600px) {
    /* line 107, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .caption-title {
      width: 300px; } }
  @media (min-width: 1024px) {
    /* line 113, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .section-title {
      position: absolute; }
    /* line 117, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .caption {
      position: absolute;
      width: 300px;
      padding-bottom: 0; }
    /* line 123, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .flex-direction-nav {
      left: 265px;
      right: auto; }
      /* line 127, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
      .todo .flex-direction-nav .flex-next {
        right: 50px; }
    /* line 132, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .todo .content-img {
      margin-left: 330px; } }

/* line 138, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
.flex-control-paging li a {
  border-radius: 0;
  background-color: #ccdade; }
  /* line 142, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flex-control-paging li a.flex-active {
    background: #ffeb10; }

/* line 147, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
.flexslider {
  position: relative; }
  /* line 150, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flexslider .flex-control-nav {
    bottom: 0px; }
  /* line 156, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flexslider .flex-direction-nav a {
    display: block;
    width: 29px;
    height: 59px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -99999px;
    color: transparent;
    text-shadow: none; }
  /* line 165, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flexslider .flex-direction-nav .flex-prev {
    left: 50px;
    background-position: -32px 0; }
  /* line 170, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flexslider .flex-direction-nav .flex-next {
    right: 50px; }
  /* line 176, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flexslider:hover .flex-prev {
    left: 50px; }
  /* line 180, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .flexslider:hover .flex-next {
    right: 50px; }

/* line 187, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
.the-marinas .flexslider {
  overflow: initial; }
  /* line 190, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .the-marinas .flexslider .flex-control-nav {
    display: none; }
  /* line 194, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .the-marinas .flexslider .flex-next, .the-marinas .flexslider .flex-prev {
    opacity: 1;
    top: -22px;
    right: 0;
    left: auto;
    width: 6px;
    height: 11px; }
  /* line 202, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .the-marinas .flexslider .flex-prev {
    background-position: -127px -44px;
    right: 23px; }
  /* line 207, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
  .the-marinas .flexslider .flex-next {
    background-position: -127px -15px; }
  @media (min-width: 768px) {
    /* line 212, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .the-marinas .flexslider .flex-next, .the-marinas .flexslider .flex-prev {
      width: 29px;
      height: 59px;
      top: 32%; }
    /* line 217, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .the-marinas .flexslider .flex-prev {
      background-position: -95px 0;
      left: -60px; }
    /* line 222, c:/Sites/marinas/source/stylesheets/modules/_todo.scss */
    .the-marinas .flexslider .flex-next {
      right: -60px;
      background-position: -63px 0; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
.photos {
  padding-bottom: 50px; }
  /* line 4, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
  .photos .section-title {
    left: auto;
    right: 0;
    position: relative;
    width: auto; }
  /* line 11, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
  .photos .flexslider {
    padding: 0; }
    /* line 14, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
    .photos .flexslider .flex-control-nav {
      display: none; }
  @media (min-width: 1024px) {
    /* line 1, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
    .photos {
      padding-bottom: 80px; }
      /* line 22, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
      .photos .flexslider {
        padding: 95px 0 0; }
      /* line 26, c:/Sites/marinas/source/stylesheets/modules/_photos.scss */
      .photos .section-title {
        position: absolute;
        width: 447px; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
.location2 {
  padding-bottom: 65px; }
  /* line 4, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 #map {
    height: 408px; }
  /* line 8, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 .sidebar {
    width: auto;
    margin-top: 50px;
    float: right; }
  /* line 14, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 .section-title {
    left: auto;
    top: 0;
    right: 0;
    position: relative;
    width: auto; }
  /* line 22, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 .title {
    color: #14469c;
    font-size: 0.9375em;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-left: 50px;
    background: url(../images/flag.png) no-repeat 0 0; 
    cursor: pointer;
  }
    /* line 30, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
    .location2 .title span {
      font-size: 0.8125em;
      line-height: 13px;
      display: block; }
  /* line 38, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 .detail p {
    font-size: 0.75em; }
  /* line 43, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 .phone, .mas .phone {
    font-weight: 600; }
  /* line 47, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
  .location2 .more {
    font-size: 0.75em;
    color: #14469c; }
    /* line 51, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
    .location2 .more i {
      position: relative;
      top: 1px;
      margin-left: 10px; }
  @media (min-width: 1024px) {
    /* line 59, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
    .location2 .section-title {
      position: absolute;
      width: 330px; }
    /* line 64, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
    .location2 .loc-map {
      width: 615px;
      float: left; }
    /* line 69, c:/Sites/marinas/source/stylesheets/modules/_location.scss */
    .location2 .sidebar {
      float: right;
      width: 330px;
      margin-top: 188px;
      padding-right: 48px; } }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_aboutus.scss */
.aboutus {
  padding-bottom: 37px; }
  /* line 4, c:/Sites/marinas/source/stylesheets/modules/_aboutus.scss */
  .aboutus .subtitle {
    font-size: 1.5em;
    line-height: 24px;
    color: #14469c;
    margin-bottom: 27px; }
  /* line 11, c:/Sites/marinas/source/stylesheets/modules/_aboutus.scss */
  .aboutus p {
    font-size: 0.875em;
    line-height: 18px;
    margin-bottom: 18px; }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
.map {
  background: #00aeef url(../images/map.png) no-repeat right 0;
  min-height: 438px;
  text-align: center;
  padding: 65px 0 0; }
  /* line 8, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
  .map h2 {
    font-size: 1.3125em;
    color: white;
    margin-bottom: 50px; }
    /* line 13, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
    .map h2 span {
      font-weight: 600; }
  /* line 18, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
  .map .chart {
    position: relative;
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 0 auto 30px; }
    /* line 25, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
    .map .chart h3 {
      position: absolute;
      color: white;
      font-size: 1.3125em;
      line-height: 28px;
      width: 100%;
      top: 70px; }
  @media (min-width: 600px) {
    /* line 36, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
    .map .chart {
      margin: 0 10px 30px; } }
  @media (min-width: 768px) {
    /* line 42, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
    .map h2 {
      margin-bottom: 70px; }
    /* line 46, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
    .map .chart {
      margin: 0 15px 30px; } }
  @media (min-width: 1024px) {
    /* line 53, c:/Sites/marinas/source/stylesheets/modules/_map.scss */
    .map .chart {
      margin: 0 44px; } }

/* line 7, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
.list-post article {
  max-width: 315px;
  border: #e4e4e4 solid 1px;
  float: left;
  margin-bottom: 18px;
  padding: 0; }
  /* line 14, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .list-post article.tweet {
    border-color: #00aeef;
    background: #00aeef;
    height: 264px; }
    /* line 19, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .list-post article.tweet .tweet-container {
      font-weight: 300;
      font-size: 1.3125em;
      color: white;
      text-transform: uppercase;
      margin: 28px 26px 19px;
      line-height: 28px; }
    /* line 28, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .list-post article.tweet strong {
      font-weight: 600; }
    /* line 32, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .list-post article.tweet .tweetimg {
      display: block;
      margin-top: 57px; }

/* line 40, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
.list-post-head {
  position: relative; }
  /* line 43, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .list-post-head img {
    display: block; }

/* line 48, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
.list-post-title {
  background: rgba(0, 174, 239, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%; }
  /* line 54, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .nothumb .list-post-title {
    position: static; }
  /* line 58, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .list-post-title .date {
    color: white;
    font-size: 0.6875em;
    line-height: 11px;
    float: left;
    text-align: center;
    width: 90px;
    padding: 0 0 14px; }
    /* line 67, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .list-post-title .date span {
      display: block;
      color: white;
      font-size: 4.72727em;
      line-height: 62px;
      font-weight: 300; }
  /* line 76, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .list-post-title .post-title {
    font-size: 1.1875em;
    color: white;
    padding: 30px 18px;
    text-align: center; }

/* line 84, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
.post-content {
  font-size: 0.75em;
  line-height: 16px;
  padding: 10px 18px; }
  /* line 89, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .post-content .more {
    font-size: 1.08333em; }
    /* line 92, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .post-content .more i {
      position: relative;
      top: 1px;
      margin-left: 5px; }

/* line 100, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
.more-news {
  text-align: center;
  padding: 43px 0 22px; }
  /* line 104, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
  .more-news .more-news-btn, .more-news .more-newdev-btn {
    font-size: 0.8125em;
    font-weight: 400;
    color: #14469c;
    background: #ffeb10;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px; }
    /* line 114, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .more-news .more-news-btn i, .more-news .more-newdev-btn i {
      margin: 0 0 0 10px;
      position: relative;
      top: 1px; }
    /* line 120, c:/Sites/marinas/source/stylesheets/modules/_news-list.scss */
    .more-news .more-news-btn:hover, .more-news .more-newdev-btn:hover {
      color: white; }

@media (min-width: 1024px) {
  /* line 1, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .post-single, .news-column {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 66.02147%; }
    /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
    .post-single:last-child, .news-column:last-child {
      margin-right: 0; } }

@media (min-width: 1024px) {
  /* line 8, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside, .events-details aside, .news-list aside {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 32.04294%; }
    /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
    .news-details aside:last-child, .events-details aside:last-child, .news-list aside:last-child {
      margin-right: 0; } }
/* line 13, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside form, .events-details aside form, .news-list aside form {
  position: relative; }
  /* line 16, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside form .fsubmit, .events-details aside form .fsubmit, .news-list aside form .fsubmit {
    position: absolute;
    background: none;
    padding: 3px 6px;
    top: 8px;
    right: 10px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #14469c; }
/* line 30, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .search ::-webkit-input-placeholder, .events-details aside .search ::-webkit-input-placeholder, .news-list aside .search ::-webkit-input-placeholder {
  color: #14469c; }
/* line 34, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .search :-moz-placeholder, .events-details aside .search :-moz-placeholder, .news-list aside .search :-moz-placeholder {
  /* Firefox 18- */
  color: #14469c; }
/* line 38, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .search ::-moz-placeholder, .events-details aside .search ::-moz-placeholder, .news-list aside .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #14469c; }
/* line 42, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .search :-ms-input-placeholder, .events-details aside .search :-ms-input-placeholder, .news-list aside .search :-ms-input-placeholder {
  color: #14469c; }
/* line 46, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .search .placeholdersjs, .events-details aside .search .placeholdersjs, .news-list aside .search .placeholdersjs {
  color: #14469c; }
/* line 51, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .ftext, .events-details aside .ftext, .news-list aside .ftext {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: #14469c solid 1px;
  border-bottom: #14469c solid 1px; }
/* line 59, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .banners, .events-details aside .banners, .news-list aside .banners {
  border-bottom: #14469c solid 1px;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  /* line 64, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside .banners li, .events-details aside .banners li, .news-list aside .banners li {
    margin-bottom: 4px; }
  /* line 68, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside .banners img, .events-details aside .banners img, .news-list aside .banners img {
    vertical-align: top; }
/* line 73, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .title, .events-details aside .title, .news-list aside .title {
  font-size: 1.125em;
  margin-bottom: 10px; }
/* line 78, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .categories, .events-details aside .categories, .news-list aside .categories {
  border-bottom: #14469c solid 1px;
  margin-bottom: 15px; }
/* line 83, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .list-categories, .events-details aside .list-categories, .news-list aside .list-categories {
  padding: 5px 0 25px; }
  /* line 86, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside .list-categories li, .events-details aside .list-categories li, .news-list aside .list-categories li {
    margin-bottom: 10px; }
  /* line 90, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside .list-categories a, .events-details aside .list-categories a, .news-list aside .list-categories a {
    color: #00aeef;
    font-weight: 600; }
    /* line 94, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
    .news-details aside .list-categories a i, .events-details aside .list-categories a i, .news-list aside .list-categories a i {
      font-size: 13px;
      margin-right: 10px;
      color: #14469c; }
  /* line 101, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
  .news-details aside .list-categories span, .events-details aside .list-categories span, .news-list aside .list-categories span {
    color: #14469c;
    font-size: 0.9375em;
    padding: 0 15px; }
/* line 108, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .events, .events-details aside .events, .news-list aside .events {
  margin-bottom: 30px; }
/* line 113, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .links ul, .events-details aside .links ul, .news-list aside .links ul {
  margin-left: -7px; }
/* line 117, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .links li, .events-details aside .links li, .news-list aside .links li {
  margin-left: 7px;
  margin-bottom: 12px;
  width: 152px;
  float: left; }
/* line 124, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .links a, .events-details aside .links a, .news-list aside .links a {
  color: white; }
/* line 128, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .links img, .events-details aside .links img, .news-list aside .links img {
  display: block; }
/* line 132, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-details aside .links span, .events-details aside .links span, .news-list aside .links span {
  display: block;
  text-align: center;
  background: #00aeef;
  line-height: 35px; }

/* line 143, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.post .caption {
  font-size: 0.75em;
  color: #14469c;
  margin-bottom: 35px; }
/* line 149, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.post .post-title {
  font-size: 1.5em;
  color: #14469c;
  margin-bottom: 18px; }

/* line 156, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.sponsors {
  text-align: center;
  border-top: #e4e4e4 solid 2px;
  margin-top: 36px;
  padding: 45px 0 27px; }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
.new-dev {
  padding-bottom: 38px; }
  @media (min-width: 1024px) {
    /* line 4, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
    .new-dev .new-dev-pic {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 66.02147%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .new-dev .new-dev-pic:last-child {
        margin-right: 0; } }
  /* line 9, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
  .new-dev .new-dev-pic img {
    display: block; }
  @media (min-width: 1024px) {
    /* line 13, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
    .new-dev .new-dev-detail {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%; }
      /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
      .new-dev .new-dev-detail:last-child {
        margin-right: 0; } }
  /* line 19, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
  .new-dev .title {
    font-size: 1.25em;
    font-weight: 300;
    color: #14469c;
    margin-bottom: 20px; }
  /* line 26, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
  .new-dev .subtitle {
    font-size: 0.875em;
    color: #14469c;
    line-height: 20px;
    margin-bottom: 6px; }
  /* line 33, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
  .new-dev p {
    font-size: 0.8125em;
    line-height: 16px; }
  /* line 38, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
  .new-dev .options {
    margin-top: 30px; }
    /* line 41, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
    .new-dev .options li {
      float: left;
      width: 50%;
      margin-bottom: 5px; }
    /* line 47, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
    .new-dev .options span {
      width: 9px;
      height: 9px;
      display: block;
      float: left;
      background: #70bce2;
      margin-top: 9px; }
    /* line 56, c:/Sites/marinas/source/stylesheets/modules/new-dev.scss */
    .new-dev .options a {
      margin-left: 10px;
      color: #14469c;
      font-size: 0.875em; }

/* line 3, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.more-dev ul {
  overflow: hidden; }
  @media (min-width: 1024px) {
    /* line 3, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
    .more-dev ul {
      margin-left: -10px; } }
/* line 11, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.more-dev li {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 315px;
  position: relative;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    /* line 11, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
    .more-dev li {
      margin: 0 auto 10px; } }
  @media (min-width: 1024px) {
    /* line 11, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
    .more-dev li {
      float: left;
      margin: 0 0 10px 13px; } }
/* line 28, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.more-dev img {
  display: block;
  width: 100%; }
/* line 33, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.more-dev .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 174, 239, 0.6);
  text-align: center;
  padding: 31px 0 30px; }
  /* line 41, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
  .more-dev .caption a {
    color: white;
    font-size: 1.1875em; }
/* line 47, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.more-dev .more-news {
  padding: 62px 0 47px; }

/* line 52, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.ourdev {
  background: #00aeef;
  color: white;
  text-align: center;
  padding: 47px 0 53px; }
  /* line 58, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
  .ourdev .title {
    font-size: 1.3125em;
    margin-bottom: 24px; }
    /* line 62, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
    .ourdev .title strong {
      font-weight: 600; }
  /* line 67, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
  .ourdev .ourdev-content {
    margin: 0 20px; }
    @media (min-width: 600px) {
      /* line 67, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
      .ourdev .ourdev-content {
        width: 520px;
        margin: 0 auto; } }
  /* line 76, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
  .ourdev p {
    font-size: 1.0625em;
    line-height: 18px; }
  /* line 81, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
  .ourdev .line {
    width: 63px;
    height: 43px;
    border-bottom: white solid 1px;
    margin: 0 auto; }

/* line 89, c:/Sites/marinas/source/stylesheets/modules/_more-dev.scss */
.list-more-dev {
  border-top: #14469c solid 1px;
  padding: 38px 0 0; }

/* line 2, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
.contact-map #map {
  height: 345px; }

/* line 7, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
.contact-details {
  padding: 50px 12px 25px; }
  @media (min-width: 768px) {
    /* line 7, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details {
      padding: 50px 24px 25px; }
      /* line 13, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
      .contact-details .contact-column {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 49.0322%; }
        /* line 38, c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/neat-1.5.1/app/assets/stylesheets/grid/_span-columns.scss */
        .contact-details .contact-column:last-child {
          margin-right: 0; } }
  @media (min-width: 1024px) {
    /* line 7, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details {
      padding: 50px 0 25px; } }
  /* line 23, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form ::-webkit-input-placeholder {
    color: #464646; }
  /* line 27, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #464646; }
  /* line 31, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #464646; }
  /* line 35, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form :-ms-input-placeholder {
    color: #464646; }
  /* line 39, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form .placeholdersjs {
    color: #464646; }
  /* line 43, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form .ftext, .contact-details .contact-form .ftextarea {
    background: #d1d1d1;
    display: block;
    border: #d1d1d1 solid 1px;
    width: 100%;
    margin-bottom: 7px;
    font-size: 0.875em;
    padding: 16px 20px 12px;
    color: #464646; }
  /* line 54, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form .ftextarea {
    min-height: 160px;
    margin-bottom: 16px; }
  /* line 59, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-form .fsubmit {
    background: none;
    font-weight: 400;
    color: #02b6df;
    font-style: italic;
    text-shadow: none;
    border: none;
    box-shadow: none;
    padding: 0;
    float: right;
    font-size: 1.125em; }
    /* line 71, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-form .fsubmit i {
      font-size: 16px;
      position: relative;
      top: 2px;
      padding-left: 14px; }
  /* line 80, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
  .contact-details .contact-info {
    padding: 50px 0 0; }
    @media (min-width: 768px) {
      /* line 80, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
      .contact-details .contact-info {
        padding: 0 0 0 50px; } }
    @media (min-width: 1024px) {
      /* line 80, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
      .contact-details .contact-info {
        padding: 0 0 0 125px; } }
    /* line 90, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-info .title {
      font-size: 1.125em;
      line-height: 18px;
      color: #14469c;
      margin-bottom: 30px; }
    /* line 97, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-info .address {
      float: left;
      width: 53%; }
    /* line 102, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-info .phone {
      float: left;
      width: 47%; }
    /* line 107, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-info .follow {
      float: left;
      width: 100%;
      margin-top: 23px; }
      /* line 112, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
      .contact-details .contact-info .follow .subtitle {
        margin-bottom: 23px; }
      /* line 116, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
      .contact-details .contact-info .follow li {
        float: left;
        margin-right: 22px; }
      /* line 121, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
      .contact-details .contact-info .follow a {
        width: 50px;
        height: 50px;
        line-height: 52px;
        border-radius: 50%;
        display: block;
        background: #14469c;
        color: white;
        text-align: center;
        font-size: 28px; }
        /* line 132, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
        .contact-details .contact-info .follow a span {
          color: transparent;
          font: 0/0 a;
          text-shadow: none;
          display: none; }
    /* line 139, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-info .subtitle {
      font-size: 0.875em;
      color: #02b6df;
      font-style: italic;
      margin-bottom: 12px; }
    /* line 146, c:/Sites/marinas/source/stylesheets/modules/_contact-map.scss */
    .contact-details .contact-info p {
      font-size: 0.8125em;
      line-height: 16px;
      color: #14469c; }

/* line 1, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
.reservation {
  min-height: 50px;
  background: #1b51ae;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  color: white; }
  /* line 10, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  
  .reservation .video {
	display: none;
    float: left;
    position: relative;
    padding: 14px 0 10px 14px; }
    /* line 15, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reservation .video .icon-video {
      float: left;
      font-size: 1.5625em; }
    /* line 20, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reservation .video .title {
      margin-left: 40px;
      border-left: white solid 1px;
      line-height: 26px;
      padding-left: 11px; }
    @media (table: 0) {
      /* line 10, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reservation .video {
        padding: 14px 0 10px 29px; } }
  /* line 32, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reservation .reserve {
    color: white;
    font-size: 0.9375em;
    display: inline-block;
    line-height: 50px;
    float: right;
    padding: 0 18px; }
    /* line 41, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reservation .reserve .icon-arrow-down,
    .reservation .reserve .icon-arrow-up {
      font-size: 28px;
      position: relative;
      top: 8px;
      margin-left: 20px; }

/* line 50, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
.reserve-form {
  background: #14469c;
  background: #14469c;
  position: absolute;
  top: 100px;
  width: 100%;
  padding-bottom: 17px;
  display: none; }
  /* line 59, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form.rs2 {
    top: 50px; }
  /* line 63, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form.active {
    display: block; }
  /* line 67, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form form {
    margin: 24px 0 15px; }
  /* line 71, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .ftext, .reserve-form select, .reserve-form .line, .reserve-form .chosen-container {
    float: left;
    margin-bottom: 13px; }
  /* line 76, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .text3 {
    width: 259px; }
  /* line 80, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .ftext, .reserve-form select {
    width: 259px; }
  /* line 84, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .select3, .reserve-form textarea {
    width: 259px; }
  /* line 88, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .form-left {
    overflow: hidden; }
    /* line 91, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .form-left .ftext, .reserve-form .form-left select, .reserve-form .form-left .line, .reserve-form .form-left .chosen-container {
      margin-left: 30px; }
  /* line 96, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .form-right {
    padding: 0 0 0 15px; }
    /* line 99, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .form-right input, .reserve-form .form-right select, .reserve-form .form-right textarea, .reserve-form .form-right .chosen-container {
      margin-left: 15px; }
  /* line 104, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .line {
    border-bottom: #5c7cb3 solid 1px;
    width: 259px; }
  /* line 109, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form .checkboxes {
    float: left;
    clear: both;
    padding: 0 0 0 25px;
    text-align: center;
    width: 88%;
    margin-bottom: 23px; }
    /* line 117, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .checkboxes label {
      display: inline-block;
      margin: 0;
      line-height: 12px;
      vertical-align: top;
      margin: 0 5px; }
    /* line 125, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .checkboxes input {
      float: none;
      position: relative;
      top: 1px;
      margin-left: 5px;
      border: none;
      padding: 0; }
  /* line 135, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form button {
    font-style: italic; }
    /* line 138, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form button i {
      float: right;
      margin: 3px 0 0 10px; }
  /* line 144, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
  .reserve-form ul {
    overflow: hidden;
    text-align: right;
    padding-right: 12px;
    padding-top: 8px; }
    /* line 150, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form ul li {
      display: inline-block;
      padding: 0 23px;
      line-height: 23px; }
    /* line 156, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form ul .last {
      border-left: #00aeef solid 1px; }
  @media (min-width: 600px) {
    /* line 50, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form {
      top: 50px; } }
  @media (min-width: 768px) {
    /* line 50, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form {
      padding-bottom: 25px; }
      /* line 168, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form form {
        margin: 24px 15px 15px; }
      /* line 172, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .form-left {
        width: 50%;
        float: left;
        border-right: #5c7cb3 solid 1px; }
        /* line 177, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
        .reserve-form .form-left .ftext, .reserve-form .form-left select, .reserve-form .form-left .line, .reserve-form .form-left .chosen-container {
          margin-left: 30px; }
      /* line 182, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .form-right {
        padding: 0 0 0 35px;
        float: left;
        width: 50%; }
        /* line 187, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
        .reserve-form .form-right input, .reserve-form .form-right select, .reserve-form .form-right textarea, .reserve-form .form-right .chosen-container {
          margin-left: 15px; }
      /* line 192, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .ftext, .reserve-form select {
        width: 290px; }
      /* line 196, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .select3, .reserve-form textarea {
        width: 290px; }
      /* line 200, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .text3 {
        float: left;
        width: 290px; }
      /* line 205, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .line {
        border-bottom: #5c7cb3 solid 1px;
        width: 79%; }
      /* line 210, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .checkboxes {
        padding: 0 0 0 15px;
        width: 92%; } }
  @media (min-width: 1024px) {
    /* line 217, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .ftext, .reserve-form select {
      width: 194px; }
    /* line 221, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .select3, .reserve-form textarea {
      width: 418px; }
    /* line 225, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .text3 {
      float: left;
      width: 127px; }
    /* line 230, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .line {
      border-bottom: #5c7cb3 solid 1px;
      width: 88.3%; }
    /* line 235, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .form-right {
      padding: 0 0 0 6px; }
    /* line 239, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form #s3_chosen {
      margin-bottom: 0 !important; }
    /* line 243, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
    .reserve-form .checkboxes {
      padding: 0;
      width: 100%; }
      /* line 247, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .checkboxes label {
        margin: 0 10px; }
      /* line 251, c:/Sites/marinas/source/stylesheets/modules/_reservation.scss */
      .reserve-form .checkboxes input {
        margin-left: 5px; } }

				
/* @import url(details.css);*/


/* Header */
@media (min-width: 768px) {
	header.navigation ul li { padding-right: 12px; }
}
.reserve-form button i {float: none;} 
.reserve-form input, .reserve-form textarea {color: #fff;}
.reserve-form *::-webkit-input-placeholder{color:#fff !important; opacity: 1; }
.reserve-form *:-moz-placeholder{color:#fff !important; opacity: 1;}
.reserve-form *::-moz-placeholder{color:#fff !important; opacity: 1;}
.reserve-form *:-ms-input-placeholder{color:#fff !important; opacity: 1; }


/* Home */
.chosen-container .chosen-results {padding: 0; margin: 0;}
/* .chosen-container .chosen-drop {top: 0} /* Hace que el drop se superponga sobre el menú. La interacción no es linda */
.chosen-container-single.chosen-with-drop .chosen-single div b:before {content: "\e605";}
.chosen-container .chosen-results li {border-top: 1px solid #fff; padding: 5px 10px; }
.chosen-container .chosen-results li:first-child {border-top: none;}

header.navigation .submenu {z-index: 15; }

.reserve-form .form-left, .reserve-form .form-right {overflow: visible;}
.reserve-form .chosen-results {text-align: left; background-color: #14469c; color: #fff; margin: 0 -2px; border-bottom: #5c7cb3 solid 1px; border-left: #5c7cb3 solid 1px; border-right: #5c7cb3 solid 1px;}
.reserve-form .chosen-results  li, .reserve-form .chosen-results  li:first-child {color: #fff; border-top: #5c7cb3 solid 1px; border-left: #5c7cb3 solid 1px; border-right: #5c7cb3 solid 1px; }

#homeSlider > .flex-control-nav {display: none !important;}
#homeSlider .inslide-nav {position: relative; top: auto; bottom: auto; text-align: left;}

.btn-more.hover {  background: #253044; color: white; } /* mismo estilo que .btn-more:hover  */

.news {background: #00aeef url(../images/shadow.png) no-repeat center bottom;}
.news ul > li {min-height: 78px;}
.news .article p {margin: 0.4em 0;}
.news .date {padding-right: 13px; }
.news .article {margin-left: 73px; }
.news .article img {margin-right: 13px; }
.news .article .more:hover {color: #14469c; text-decoration: underline; }
.news .article .icon-arrow-left {color:#14469c; font-size: 0.8125em; margin-left: 10px;  }

.destiny li {margin-bottom: 37px; }
.btn-more {margin-top: 10px; color: #14469c;	}

.the-marinas .flexslider {overflow: visible;} /* Override */

.colophon form .fsubmit.link-text {
	font-size: 0.8125em;
    line-height: 15px;
    font-style: italic;
    color: #00aeef; border: none; box-shadow: none; background: transparent; text-shadow: none; padding: 0; font-weight: 400;
}
.colophon form .fsubmit.link-text:hover {color: #fff;}

/* MARINAS */
.marinas-page .submenu a:hover {color: #00aeef; text-decoration: underline;}

.marinas-page .structure #navlist ul {display: none;box-shadow: none; padding-bottom: 0; padding-top: 20px; background: transparent; } 
.marinas-page .structure #navlist ul  > li a{font-weight: 400; font-size: 0.8125em; line-height: normal; text-transform: uppercase;}
.marinas-page .structure #navlist ul  > li {padding: 5px 0 5px 25px;}
.marinas-page .about .content .col {float: left; padding: 0 0 0 30px; width: 50%; }
.marinas-page .about .content .col:first-child {padding-left: 0;}

.marinas-page .location .location-info h2 {text-transform: none;}
.marinas-page .gallery .section-title h2 {padding: 30px;}

.marinas .menu_marinas {background-color: #00aeef; position: relative; z-index: 10; padding: 18px 20px; display: none; width: 100%;
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}
.marinas .menu_marinas.fixed {position: fixed; top: 0; left: 0;}
.marinas .menu_marinas  h2 {color: #fff; display: inline-block; padding:  0 20px; font-weight: 300; border-right: 1px solid #fff; line-height: 1em;}
.marinas .menu_marinas .menu-wrapper > * {display: inline-block;}
.marinas .menu_marinas .menu-wrapper ul {font-size: 0.875em; line-height: 1.785em;margin-left: 10px; position: relative; top: -3px;}
.marinas .menu_marinas ul li a {line-height: 1em; padding: 0; font-size: 1em; border: none; }
.marinas .menu_marinas ul li a:hover {border: none;}
.marinas .menu_marinas ul li {padding-bottom: 0;}

/* NEWS */
.list-post-title .date {background-color: rgba(0, 174, 239,1);}
.list-post-title > * {height: 100%;}

.list-post article {margin: 0; margin-bottom: 18px; float: none; width:100% !important; }
.list-post article.tweet .tweetimg {position: absolute; bottom: 30px; margin: 0; }
aside .search form.active .ftext, aside .search form.active  .fsubmit *[class^="icon-"] {border-color: #00aeef; color: #00aeef;}
aside .search form.active  input::-webkit-input-placeholder{color:#00aeef}
aside .search form.active  input:-moz-placeholder{color:#00aeef}
aside .search form.active  input::-moz-placeholder{color:#00aeef}
aside .search form.active  input:-ms-input-placeholder{color:#00aeef}

.news-list .list-categories li i, .news-details .list-categories li i {margin-right: 10px; font-size: 12px; color:#477dca; }

.news-list .list-categories a:hover, .news-list .more:hover, .news-details .list-categories a:hover, .news-details .more:hover  {text-decoration: underline;}
.news-list .post-content i {margin-left: 10px; color: #477dca;}
.news-list aside .links li:hover span, .news-details aside .links li:hover span  {background-color: #14469c;}
.news-list .list-post-title {height: 90px;}
.list-post-head img {position: relative; max-width: 100%;}
.more-news .more-news-btn, .more-news .more-newdev-btn {text-shadow: none;}

.post-single .caption {text-transform: uppercase; margin-top: 10px;}

.clear {clear: both;}

/* ABOUT US */
@media (max-width: 600px) {
	.our-offers .chart {display: block;}
}

/* DESTINOS */
.todo .flexslider2 .flex-direction-nav a {transition: none;}
.location2 .more:hover {text-decoration: underline; }
.location2 .icon-arrow-left {color: #14469c; padding-left: 10px; font-size: 13px;}
.todo .flexslider2 .flex-direction-nav .flex-next:hover {background-position: -135px 0;}
.todo .flexslider2 .flex-direction-nav .flex-prev:hover {background-position: -167px 0;}
@media (max-width: 1024px) {
	.todo .flexslider2 {padding-bottom: 65px;}
}


/* NEW DEVELOPMENTS - MINHA BR */
.new-developments  .list-more-dev li:hover .caption {background: rgba(20, 70, 156, 0.8);}
@media (min-width: 1024px) {
	.more-dev li {margin-left: 12px; }
}
@media (max-width: 1024px) {
	.new-dev .title {margin-top: 30px;}
}

/* CONTACTO */
body.contact i.icon-youtube {margin-left: 4px;}
.contact-details .contact-info .follow a:hover {background: #00aeef;}
/* GOOGLE MAPS */
.infobox-wrapper {display: none;}
.infoBox {overflow: visible !important; }
.infobox {
	background-position: 19px 19px;
	background-repeat: no-repeat;
	width: 280px; /*height: 83px; */
	background-color: #00aeef; 
	padding: 20px 20px 20px 70px;
	color: #fff;
	z-index: 100
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);

}

.infobox .vermas {cursor: pointer; text-transform: uppercase; margin: 5px 0 0;}
.infobox .vermas a, .infobox .vermas .icon-arrow-left {color: #fff !important; font-size: 11px; }
.infobox .vermas:hover a {text-decoration: underline;}
.infobox .mas, #infoBox .mas { display: none; margin-top: 10px; border-top: 1px solid #14469c; margin-left: -50px; padding-top: 10px; line-height: 1.6em; }
.infobox .mas p {font-size: 11px !important; color: #fff; line-height: 1.5em;}
.infobox .arrow {border-width: 16px; border-style: solid; border-color: transparent; border-left-color:#00aeef; position: absolute; right: -32px; top: 25px;}
.infobox h2 {font-size: 1.7em; line-height: 1.2em; font-weight: 600; color: #14469c;text-transform: uppercase;}
.infobox h3 {font-size: 1.5em; line-height: 1.2em; font-weight: 600; color: #fff; text-transform: uppercase;}

.reservation .video {display: none;}
.index .reservation .video {display: block;}



/* ANIMACION LOADING */
#loading_overlay {
	position: fixed;  z-index: 100000; top: 0; left: 0; width: 100%; height: 100%;
	background: #fff url(../images/BR_loader.gif) no-repeat center;'
}

/* MODALS EN MYBR Y CONTACTO */
.br-popup {
  background: #14469c;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 20px;
  margin: 20px auto;
  width: 634px;
  height: 280px;
  position: relative;
}
.br-popup .flag {
  display: block;
  width: 40px;
  height: 30px;
  margin: 80px auto 0;
  background: url(../images/flag2.png) no-repeat 0 0;
}
.br-popup .flag-thanks {
  margin: 50px auto 0;
}
.br-popup h1 {
  text-transform: uppercase;
  color: white;
  margin: 20px auto;
  font-size: 1em;
  display: table;
  text-align: center;
}
.br-popup h1 {
  text-transform: uppercase;
  color: white;
  margin: 20px auto;
  font-size: 1em;
  display: table;
  text-align: center;
}


/* VIDEOS EN OVERLAY - MARINA */
.mfp-container {position: fixed;}
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {opacity: 0;-webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}

button.mfp-close:hover:not(:disabled), button.mfp-close:active:not(:disabled)  {
	box-shadow: none; 
	cursor: pointer;
  background-image: none!important;
	background-color: transparent;
	border: none; 
}
.br-popup button.mfp-close {
  text-indent: -9999px;
  background-image: url(../images/close_popup.png) !important; 
  background: url(../images/close_popup.png) no-repeat 0 0;
  width: 21px;
  height: 21px;
  display: block;
  top: 15px;
  right: 15px;
}
.br-popup button.mfp-close:hover {

  background-image: url(../images/close_popup.png) !important; 

}
.marinas-page .submenu ul {width: auto; }
.marinas-page .location .more i {margin-left: 20px; float: none;}

@media (min-width: 768px) and (max-width: 1024px) {
	.marinas-page .sidebar .more-info .icon-plus {display: none; }
	.marinas-page .location .location-info {width: 66.02147%;margin-right: 1.9356%; float: left;}
	.marinas-page .location .location-contact {width: 32.04294%; float: left;}
}
@media (max-width: 767px) {.marinas-page .location-contact {margin-top: 50px;}}
@media (min-width: 768px) {
    .marinas-page .sidebar { float: left; display: block; margin-right: 1.9356%; width: 32.04294%; padding-right: 48px;  padding-top: 0; }
    .marinas-page .sidebar:last-child { margin-right: 0; } 
	.marinas-page .content { float: left;  display: block;    margin-right: 1.9356%;    width: 66.02147%; }
    .marinas-page .content:last-child { margin-right: 0; } 
	.marinas-page .type .bottom-info {padding-left: 0;}
}
@media (min-width: 768px)  and (max-width: 910px) { 
	.marinas-page .sidebar  {padding-right: 30px !important;}
	.marinas-page .sidebar h2, .marinas-page .sidebar .banner-link { font-size: 0.8em; padding: 0 5px; text-align: center;}
	.marinas-page .location .sidebar {margin-top: 25px;}
}
@media (max-width: 820px) {
	.marinas-page .location .more i {margin-left: 0px; display: inline-block;}
}
@media (max-width: 1024px) {.marinas-page .equipe .section-title	 {float: none;}}


.validation-error {
  background-color: #ffb8b8 !important;
}

/*manu.css*/
@media (max-width: 767px) {
  .img .title h2 {
    line-height: 55px;
  }
  .img .title h3 {
    line-height: 45px;
  }
  .sidebar iframe {
    position: relative;
    right: 50%;
    margin-right: -60px;
    margin-top: 20px;
  }
  .marinas-page .submenu {
    text-align: left;
  }
  .marinas-page .about .content .col {
    float: none;
    padding-left: 0px;
    width: 75%;
  }
  .marinas-page .structure .content h3 {
    margin-top: 30px;
  }
  .marinas-page .structure .content li {
    margin-bottom: 30px;
  }
  .marinas-page .type .title {
    margin: 15px 0 15px;
  }
  .marinas-page .type .bottom-info {
    padding: 25px 13px 25px;
    clear: both;
  }
  .marinas-page .gallery .btn {
    left: 0;
  }
  .photos .flexslider {
    padding-top: 80px;
  }
  .photos .flexslider .flex-direction-nav {
    position: relative;
    top: -190px;
  }
  .flexslider {
    background-color: #f1f1f1;
    padding-top: 80px;
  }
  .flexslider .flex-direction-nav {
    position: relative;
    top: -200px;
  }
  .flex-direction-nav a {
    z-index: 9;
  }
  .flexslider .flex-direction-nav .flex-prev {
    background-position: -95px 0;
  }
  .flexslider .flex-direction-nav .flex-next {
    background-position: -64px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .below-banner a {
    font-size: 1.2125em; 
  }
  #homeSlider {
    padding-top:50px;
  }
  .marinas-page .gallery .btn {
    left: 0;
  }
}

.list-post article.tweet .tweetimg {
  position: relative;
  bottom: 0;
  padding: 15px 0 0;
}
.list-post article.tweet {
  height: auto;
  min-height: 310px;
}
/*elementos ocultados*/
/*.marinas-page .location .more {
  display: none;
}
.location2 .more {
  display: none;
}
.location2 .icon-arrow-left {
  display: none;
}
.banner-link {
  display: none;
}*/
/* termina elementos ocultados*/
.contact-details .contact-form .fsubmit { 
}
.contact-details .contact-form .fsubmit:hover {
  color: #3c71bb;
}
header.navigation .submenu ul li:last-child {
  border: 0;
}
.reservation .reserve {
  opacity: 1;
}
.reservation .reserve:hover {
  opacity: 0.7;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
}
.chosen-container .chosen-drop {
  border: 1px solid #fff;
}
.form-blue .chosen-container .chosen-drop {
  border: 1px solid transparent;
}
.form-blue .reserve-form .chosen-results li, .reserve-form .chosen-results li {
  border-right: 0;
  border-left: 0;
}
.form-blue .reserve-form .chosen-results li, .reserve-form .chosen-results li:first-child {
  border-top: 0px;
  border-right: 0;
  border-left: 0;
}
.form-blue .chosen-container-single .chosen-drop {
  margin-top:0;
}
.reserve-form .chosen-container:hover, .form-blue textarea:hover {
  border: 1px solid white;
}
.below-banner .banner1 a {
  color: #00aeef;
}
.below-banner a:hover {
  color: white;
}
/*REVISAR HOVER BANDERAS HACIA ARRIBA*/
/*.below-banner ul li > div.flags {
  background-position: 0 3px;
}
.below-banner ul li:hover > div.flags {
  display: none;
}*/

section.news .icon-arrow-left {
  position: relative;
  top: 1px;
}
section.destiny h3 {
  text-transform: uppercase;
}
.copy a:hover {
  text-decoration: underline;
}
.submenu span {
  text-transform: uppercase;
}
.news .article h3 {
  text-transform: uppercase;
}
.banner-link span.text, span.icon-plus {
  opacity: 1;
}
.banner-link:hover span.text, .banner-link:hover span.icon-plus {
  opacity: 0.7;
}
.more-info h2.title a {
  color: white;
  opacity: 1;
}
.more-info h2.title:hover a {
  opacity: 0.7;
}
.marinas-page .location .more:hover span.span-text {
  text-decoration: underline;
}
.marinas-page .location .more .icon-arrow-left {
  position: relative;
  top: 1px;
}
section.structure li.active a {
  color: #14469c;
}
.marinas-page .type .sidebar {
  padding-top: 0px;
}
.flexslider .flex-direction-nav a {
  opacity: 0 !important;
  /*transition: all 0 !important;*/
}
.flexslider:hover .flex-direction-nav a {
  opacity: 1 !important;
}
@media (max-width: 1023px) {
  .the-marinas .flexslider .flex-direction-nav a {
    opacity: 1 !important;
  }
  #homeSlider .flex-direction-nav a {
    opacity: 1 !important;
    /*transition: all 0 !important;*/
  }
}
section.gallery a.popup-vimeo:hover span.span-text, section.gallery a.popup-vimeo:hover .icon-arrow-left {
  opacity: 0.7;
}
section.todo h3 {
  min-height: 89px;
}
body.destination section.photos .flex-direction-nav {
  margin-top: 80px;
}
.location2 .icon-arrow-left {
  position: relative;
  top: 1px;
}
.list-post-title .post-title {
  text-transform: uppercase;
}
.list-post-title .post-title a {
  color: white;
}
.news-list aside .ftext {
  color: #14469c;
}
.news-list .list-post-title {
  height: auto;
}
.news-list aside .links span {
  text-transform: uppercase;
}
.news .date span {
  margin-left: -5px;
}
section.img {
  -webkit-background-size: cover!important;
  background-size: cover!important;
}
.marinas .menu_marinas h2 {
  font-size: 1em;
}
.marinas .menu_marinas ul li a {
  position: relative;
  top: 3px;
}
@media (max-width: 768px) {
  ul.list-services {
    margin-top: 30px;
  }
}
.post .post-title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header.navigation ul#navigation-menu {
    display: inline-block!important;
    width: auto;
  }
  header.navigation .nav {
    float: right;

    line-height: 14px;
  }
}
@media (max-width: 767px) {
  header.navigation ul li {
    padding-right: 0;
  }
  .reservation .video .title {
    display: none;
  }
  #homeSlider {
    padding-top: 50px;
  }
  .reserve-form {
    top: 50px;
  }
  .flexslider {
    background-color: transparent;
  }
  .the-marinas .flexslider {
    padding-top: 0px;
  }
  .news .article {
    position: relative;
    top: 13px;
  }
  .marinas .menu_marinas {
    display: none !important;
  }
  .sidebar iframe {
    display: none;
  }
  .marinas-page .location .content {
    width: 90%;
    margin: 20px auto 0;
  }
  .marinas-page .services, .marinas-page .equipe, .marinas-page .type {
    padding-bottom: 50px;
  }
  .flexslider .flex-direction-nav a {
    opacity: 1 !important;
    /*transition: all 0 !important;*/
  }
  .gallery-header {
    height: auto;
    padding-bottom: 20px;
  }
  .marinas-page .gallery .btn {
    margin-bottom: 0;
  }
  .gallery .flex-direction-nav li {
    height: 32px;
    display: block;
  }
  .gallery .flex-direction-nav a {
    height: 80px;
    overflow: visible;
  }
  .br-popup {
    width: 250px;
  }
  section.contact-map #map {
    width: 90%;
    margin: 0 auto;
  }
  .loc-map {
    width: 90%;
    margin: 0 auto;
  }
  body.destination section.photos .flex-direction-nav {
    margin-top:23px;
  }
  .todo .flexslider2 .flex-direction-nav .flex-prev {
    left: -140px;
  }
  .todo .flexslider2 .flex-direction-nav .flex-next {
    right: 25px;
  }
  .section-title h2 {
    font-size: 24px;
  }
}
header.navigation .lang a {
  overflow: visible;
}
header.navigation ul li ul.submenu-m-marinas li a, header.navigation ul li ul.submenu-m-destinations li a {
  color: #00aeef;
}
.submenu-m-marinas, .submenu-m-destinations {
  display: none;
}
.foot-banner {
  height: auto;
  padding-bottom: 20px;
}
@media (min-width:768px) and (max-width: 1023px) {
  .slider .flex-viewport .caption {
    right: 0;
    top: 0;
    bottom: 65px;
    width: 420px; 
  }
  .slider .flex-viewport .caption.left {
    right: auto;
    left: 100px; 
  }
  .slider .flex-viewport .caption.right {
    right: auto;
    left: 100px;
  }
  header.navigation .submenu ul li {
    padding: 10px 17px 0;
  }
  header.navigation .submenu ul {
    width: auto;
  }
  .slider .flex-viewport .caption p {
    font-weight: 400;
  }
  .marinas-page .submenu a {
    font-size: 22px;
  }
  .marinas-page .more-info {
    margin-bottom: 0;
  }
  .todo .caption p {
    width: 90%;
  }
  body.destination section.photos .flex-direction-nav {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .slider .flex-viewport .caption h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider .flex-viewport .caption p {
    font-size: 24px;
    font-weight: 400;
    display: none;
  }
  header.navigation ul li ul.submenu-m-marinas li a, header.navigation ul li ul.submenu-m-destinations li a {
    text-transform: lowercase;
  }
  header.navigation ul li ul.submenu-m-marinas li a:first-letter, header.navigation ul li ul.submenu-m-destinations li a:first-letter {
    text-transform: uppercase;
  }
  .marinas-page .sidebar {
    padding-top: 20px;
  }
  .photos .flexslider {
    padding-top: 0px;
    overflow: visible;
  }
  .photos .flexslider .flex-direction-nav {
    margin-top: 0px;
    position: relative;
    top: 20px;
    padding-bottom: 60px;
  }
  body.destination section.photos .flex-direction-nav {
    margin-top:0px;
  }
  body.destination section.photos .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }
  body.destination section.photos .flexslider .flex-direction-nav .flex-next {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .todo .caption .caption-title {
    margin-top: 20px;
  }
  .marinas-page .sidebar .banner-link {
    text-transform: uppercase;
    font-size: 9px;
  }
}
.list-post-title .post-title {
  text-align: left;
  margin-left: 90px;
}
.news-list .ftext {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: #14469c solid 1px;
  border-bottom: #14469c solid 1px;
}
.news-list .search form {
  position: relative; 
}
  /* line 16, c:/Sites/marinas/source/stylesheets/modules/news-details.scss */
.news-list form .fsubmit {
  position: absolute;
  background: none;
  padding: 3px 6px;
  top: 8px;
  right: 10px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #14469c; 
}

.reservation .video .icon-video {
  color: white;
  opacity: 1;
}
.reservation .video .icon-video:hover {
  opacity: 0.7;
}
.colophon .follow a:hover {
  color: #00aeef;
}

.banner-link span.text, .more-info h2.title a {
  text-transform: uppercase;
  font-size: 12px;
}

.reserve-form .form-right input {
  margin-left: 0px;
}
.specs {
  width: 127px;
  float:left;
  margin-left: 15px;
}
.reserve-form .text3 {
  float: none;
  margin-left: 0px;
}
.has-js .label_check {
  background-position: right 6px;
}
@media (max-width: 1023px) {
  .banner-link span.text, .more-info h2.title a {
    text-transform: uppercase;
    font-size: 9px;
  }
  .reserve-form .ftext {
    width: 90%;
  }
  .reserve-form .text3 {
    width: 100%;
  }
  .reserve-form textarea {
    width: 90%;
  }
  .specs {
    /*float: none;*/
  }
  .specs label {
    float: left;
    width: 45%;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .reserve-form .ftext {
    width: 80%;
  }
  .reserve-form textarea {
    width: 80%;
  }
  .specs {
    width: 120px;
  }
  .reserve-form textarea {
    width: 85%;
  }
  .list-post-title .post-title {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
    padding: 0 0 0 15px;
    width: 65%;
    display: inline-block;
  }
}
.infobox {
  height: 85px;
}
.infobox .vermas {
  display: none;
}
.infobox .arrow {
  border-width: 16px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00aeef;
  position: relative;
  width: 16px;
  right: -210px;
  top: -35px;
/* color: red; */
}
.more-show {
  margin-top: 20px;
  display: none;
}
.colophon form .fsubmit.link-text {
  position: relative;
}
.slider .flex-viewport img {
  height: auto;
}
.reservation .reserve {
  text-transform: uppercase;
}
.slider .flex-viewport .caption.left {
  right: auto;
  left: 100px; 
}
.slider .flex-viewport .caption.right {
  right: auto;
  left: 100px;
}
.accordion-fix {
  width: 84%;
  display: inline-block;
}
.reserve-form .chosen-results li {
  text-transform: lowercase;
}
.reserve-form .chosen-results li:first-letter {
  text-transform: uppercase;
}
.news-list .post-content i {
  position: relative;
  top: 1px;
}
.colophon .phone {
  float: none;
}
.img-post img {
  height: auto;
}
.news-details .post p a {
  color: #477dca;
  font-size: 13px;
}
.news-details .post p a:hover {
  text-decoration: underline;
}
.marinas-page .structure {
  /*background-attachment: inherit;*/
}
.marinas-page .location .video {
  width: 225px;
}
.marinas-page .location .video:hover i.icon-video, .marinas-page .location .video:hover span.live {
  opacity: 0.7;
}
section.sponsors ul li {
  display: inline;
}
a.sponsors-link {
  width: 131px;
  height: 74px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 -74px;
  cursor: default;
}
a.sponsors-link:hover {
  background-position: 0 0;
}
.sponsor-1 {
  background-image: url(../images/sponsor_1.png);
}
.sponsor-2 {
  background-image: url(../images/sponsor_2.png);
}
.sponsor-3 {
  background-image: url(../images/sponsor_3.png);
}
.sponsor-4 {
  background-image: url(../images/sponsor_4.png);
  margin-left: 20px;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    body.marinas section.gallery .flexslider .flex-direction-nav {
      top: -290px;
    }
}
.sm-destinations {
  position:relative;
  top:-10px;
}
.ie10 .marinas-page .structure {
  background-image: none;
}

a:active, a:focus {
  color: #fff;
}
.reservation .video .title {
  color: #fff;
}
.reservation .video:hover .title {
  opacity: 0.7;
}
.reservation .video:hover .icon-video {
  opacity: 0.7;
}
footer a.mail {
  color: #fff;
  position: relative;
  top: -10px;
  padding-bottom: 10px;
  font-size: 12px;
}
footer a.mail:hover {
  opacity: 0.7;
}
p.form-required {
  width: 200px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 14px;
  font-size: 13px;
}
ul.form-control {
  width: 235px;
  float: right;
}
.location2 .phone {
  display: none;
}
.reserve-form .form-left .ftext-bi {
  margin-left: 0px;
  float: none;
}
.specs-bi {
  width: 192px;
  margin-left: 30px;
}
.has-js .label_check-bi {
  margin-top: 10px;
}
.icon-drop {
  cursor: pointer;
}
div.backtotop-c {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
a.to-marina {
  width: 100%;
  height: 100%;
}
/*termina manu.css*/

/*border: #5c7cb3 solid 1px;*/



